	a:link 		{ text-decoration: none; color:#51A2A2; }
	a:visited	{ text-decoration: none; color:#666666; }
	a:hover 	{ text-decoration: none; color:#33CCFF; }
	a:active 	{ text-decoration: none; color:#51A2A2; }
	body 		{ font-family: Arial, Tahoma, Verdana; font-size: 8pt; }
	td 		{ font-size: 8pt; }
	.maior 		{ font-size: 9pt; }
	.menor 		{ font-size: 7pt; font-weight:bold;}
	.menu 		{ font-family: Arial, Tahoma, Verdana; font-size: 9pt; }
	.imput		{ font-family: Tahoma, Verdana, Arial; color="#666666"; font-size: 8pt; font-weight: bold; background-color: #EEEEEE; border-color:#CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}
	.select		{ font-family: Arial,Verdana; color="#000000"; font-size: 8pt; background-color: #EEEEEE; border-color:#CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}
	.textarea	{ font-family: Tahoma, Arial,Verdana; color="#000000"; font-size: 10pt; }
	.justify	{ text-align: justify; }
	
	
}
table.nav {
	background-color: #53626E;
	border: 0px;
	height: 21px;
	width: 732px;
}
table.nav td {
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}
table.nav td a:link, table.nav td a:visited, table.nav td a:active {
    color: #FFFFFF;
	font-family: arial;
    font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
    text-decoration: none;
}
table.nav td a:hover {
    text-decoration: underline;
}