body {
	margin-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAF4FE;
}
.texto {
	font-size: 11px;
	color: #333333;
}
.sub {
	color: #7F9FBC;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.titulo {
	font-size: 20px;
	color: #003366;
	font-weight: bolder;
}
.formulario {
	color: #330000;
	background-color: #E4E2DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #330000;
	display: block;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #4B4B4B;
}
a:visited {
	text-decoration: none;
	color: #4B4B4B;
}
a:hover {
	text-decoration: underline;
	color: #4B4B4B;
}
a:active {
	text-decoration: none;
	color: #4B4B4B;
}
