body {
	background-color: #FFFFFF;
	color: #000000;
}
.cab, th {
	background-color: #3B6995;
	color: #FFFFFF;
	text-align: center;
}
A:link, A:visited, A:active {
	COLOR : #3B6995; 
	TEXT-DECORATION : none; 
}
A:hover {
	COLOR : #000000; 
	TEXT-DECORATION : underline;
}
td {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9pt; 
	text-decoration : none;
	color: #000000;
}
SELECT {
	width:400px;
}
SELECT.micro {
	width:100px;
}
SELECT.pequeno {
	width:200px;
}
INPUT.botao {
	background-color: #3B6995;
	color: White;
	visibility: visible;
	width : 80px;
}
.titulo {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13pt; 
	text-decoration : none; 
	font-weight: bold;
	color: #000000;
}
.linha1 {
	background-color: #9EBCD8;
}
.linha2 {
	background-color: #D3DFEE;
}

