@charset "utf-8";
*{
	font-family:Arial, Helvetica, sans-serif;
}
.fundo_topo {
	background-image: url(imagens/fundo_topo.jpg);
	background-repeat: repeat-x;
}

#rodape {
	height:41px;
	background-image: url(imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
	
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	color:#003366;
}
.link{
	text-decoration:none;
}

.texto {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00135D;
}

.input_normal{
	font-size:12px;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
}

.input_bordafina{
	font-size:11px;
	border-width:1px;
	border-color:#039;
	height:15px;
}

/*select{
	font-size:11px;
	border-width:1px;
	border-color:#039;
	height:15px;
}*/
