body {
	background-color: #E1E1E1;
	margin: 10;
	 }
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #478B9E;
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;	
	color: #333333;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

input {
	font-size: 9px;
	color: #525152;
	background-color: #E9E9E9;
	border: 1px solid #525152;
}

textarea {
	font-size: 11px;
	color: #525152;
	background-color: #E9E9E9;
	border: 1px solid #525152;
}
