.css {
	background-color: #FFFFFF;
	font-family: nomes_campos;
	font-size: 11px;
	color: #615F5F;
}
.titulos {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-family: Arial;
}
.texto {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	list-style-type: square;
}
.titulos_form {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
}
.titulos_grandes_form {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #575656;
}
.campos {
	font-family: Arial;
	font-size: 11px;
	color: #4C4C4C;
	height: auto;
	width: auto;
	border: 1px solid #403F3F;
}
.contorno {
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 11px;
	color: #4C4C4C;
}
.campos2 {
	background-color: #CCCCCC;
	border: 1px solid #403F3F;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.nomes_campos {
	font-family: arial;
	font-size: 11px;
	color: #434242;
}
