<!--
#content
{
	display: inline;
	float: right;
	width: 99%;
	text-align: right;
	margin-bottom: 10px;
}	
#link 
{ 
	display : inline;
	float: right;
	min-height : 25px;
	margin: 0 5px 5px 0;
} 

#link a
{ 
	color : #0042FF;
	border-top : 1px solid #0042FF;
	border-right : 1px solid #0042FF;
	border-bottom : 1px solid #0042FF;
	border-left : 1px solid #0042FF;
	background: #FFF;
} 
 
#link a:hover
{ 
	color : #FF4200;
	border-top : 1px solid #FF4200;
	border-right : 1px solid #FF4200;
	border-bottom : 1px solid #FF4200;
	border-left : 1px solid #FF4200;
	background: #F7F7F7;
} 

#link a, #link a:hover
{ 
	min-height : 25px;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	text-align: center;
	padding: 4px 10px 4px 10px;
}  

* html #link, #link a, #link a:hover
{ 
height : 25px;
}  
		
#edit 
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image: url('../buttons/atualizar.gif');
	cursor : hand;	
}

#del 
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image:url('../buttons/deletar.gif');
	cursor : hand;	
}

#view 
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image:url('../buttons/pesquisar.gif');
	cursor : hand;	
}

#print
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image: url('../buttons/print.gif');
	cursor : hand;	
}

#mail
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image: url('../buttons/mail.gif');
	cursor : hand;	
}

#new
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image: url('../buttons/novo.gif');
	cursor : hand;	
}

#financ
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image: url('../buttons/financ.gif');
	cursor : hand;	
}
#pesquisar
{
	width: 120px;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 98%; 
	font-style: normal;
	font-variant: normal;
	margin-top: 7px;
	cursor : hand;		
}	
#enviar
{
	width: 200px;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 98%; 
	font-style: normal;
	font-variant: normal;
	margin-top: 10px;
	cursor : hand;		
}	
#login
{
	width: 150px;
	height: 25px;
	font-family: verdana, tahoma, times new roman;
	font-size: 120%;
	font-weight: normal;
	color: #0042FF;	
	margin: 5px 0 15px 0;
	cursor : hand;	
}
-->	