@charset "UTF-8";
/* CSS Document */


.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
}
.Estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Estilo4 {color: #2E2E2E; font-family: Arial, Helvetica, sans-serif; }
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2E2E2E;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E2E2E;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #2E2E2E;
}

