@charset "utf-8";
/* CSS Document */
<!--
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
	font-weight: bold;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	font-weight: bold;
}
body {
	background-color: #FFF;
	background-image: url();
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.ast {
	color: #36C;
	font-size: 14pt;
}
.blanco {
	color: #FFF;
}
-->

