/* CSS Document */

body{
background-position:top;
background:url(imagens/fundo/fundo_site.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
margin-top:0px;
margin-bottom:0px;

}
font{
font-family:Verdana;
font-size:10px;

}
.texto{
font-family:Verdana;
font-size:9px;
color:#000000;
}

.fonte_campos{
font-family:Verdana;
font-size:10px;
color:#000000;
}

.campos {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color:#f3f3f3;
	height:12px;
	vertical-align:middle;
}

.botao{
	font-family:verdana;
	height:16px;
	font-size:10px;
	border: 1px solid #CCCCCC;
	background-color:#f3f3f3;
}

.ref_acesso_t{
color:#008040;
font-size:12px;
font-family:Verdana;
text-decoration:underline;
}

.ref_acesso{
color:#000000;
font-size:10px;
font-family:Verdana;
text-decoration:none;
}

.ref_acesso:hover{
color:#000000;
font-size:10px;
font-family:Verdana;
text-decoration:underline;
}

.data_not{
color:#008040;
font-size:10px;
font-family:Verdana;
text-decoration:none;
}

.texto_not{
color:#000000;
font-size:10px;
font-family:Verdana;
text-decoration:none;
text-align:justify;
}

.tabela {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}

.texto_not:hover{
color:#000000;
font-size:10px;
font-family:Verdana;
text-decoration:underline;
text-align:justify;
}

.link{
color:#000000;
font-size:10px;
font-family:Verdana;
text-decoration:none;
}

.link:hover {
	text-decoration: underline;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color:#f3f3f3;
}
