a:link {
	text-decoration : none;
	color: #003366;
}
a:visited {text-decoration : none;}
a:hover {
	text-decoration : underline;
	color: #CC0000;
}

.fonte8 {font-size: 8pt;} 

.fonte9 {font-size: 9pt;}

.fonte10 {
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

.naorepete {
	background-repeat: no-repeat;
}
		
body {
	font-family: Verdana;
	background-position: center;
	background-image: url(images/fundo_site.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}

.textoemvolta {
	z-index: auto;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}

.botao {
	float: left;
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	background-color:#235087;
}

.formulario {
	color: #FFFFFF;
	font-size: 8pt;
	background-image: url(images/fundo_formulario.gif);
	background-position-y:top;
	text-indent: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#textos td{
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

#textos {
	font-size: 10pt;
	text-align: justify;
	text-indent: 30px;
}

#tabela td{
	font-size: 10pt;
	padding: 5px;
	margin: 5px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

