<!--
#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;
}  
#menu
{ 
	display : inline;
	float : left;
	width : 918px;
	height : 50px;	
	border-top : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	background : #FFF;
	margin-bottom : 7px;
} 

#bmain
{
	margin-top : 12px;
	width: 105px;
	height: 25px;
	text-align: center;
	color : #000;
	font-family: arial, verdana, tahoma, times new roman;
	font-size : 12px;
	cursor : hand;
}

#bspace
{
	display : inline;
	float : left;
	width : 110px;
}

#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;	
}

#photo
{
	border: 0px none;
	width: 27px;
	height: 18px;
	background: #fff;
	background-image: url('../buttons/foto.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: 300px;
	height: 40px;
	font-family: verdana, tahoma, times new roman;
	font-size: 130%;
	font-weight: bold;
	color: #0042FF;	
	margin-top: 20px;
	cursor : hand;	
}
#legendas
{
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 300px;
	z-index: -1;
	background : url('../buttons/legendas.gif') no-repeat;	
}
-->	