
<!--
BODY {
	background-color: #FFFFFF; 
	background-repeat: repeat-y;
	background-position: 0px 0px;

        scrollbar-base-color: #FFFFFF;
        scrollbar-track-color: #5A7DAE;
        scrollbar-face-color: #1A5692;
        scrollbar-highlight-color: #000000;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #000000;
        scrollbar-shadow-color: #000000;
        scrollbar-arrow-color: #FFFFFF;
 }
#tabela 
{  
	border: #004C93; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
        background-color: #B0CEEA;
}
#botoes
{  
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold;
	color: #004C93; 
	background-color: #B0CEEA; 
	border: #004C93; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin; 
}
p.celular {text-indent: 62px; margin-top: 0px}
A:hover {color: 'FF0000'}
A {text-decoration: none;}
-->