@charset "utf-8";
/* CSS Document */

a:link {
    color: #1C739E;
	text-decoration: none;
}
a:visited {
    color: #1C739E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.textonegrito {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.titulobranco {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.titulo {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #CCFF00;
}
.texto {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.input {
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
	font-size: 9px;
	border: 1px solid #0692B8;
	background-color: #FFFFFF;
}