h1 { font-family: Arial Narrow, Verdana, Arial;
	font-size: 12pt;
	color: #000080;
	font-weight: bold;
	font-decoration: overline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right: 0px;
}

table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-color: #000000;
	border: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px
}

Input {
	font-family: Microsoft Sans Serif;
	font-size: 8pt;
 }
 
form {
	margin: 0 0;
}
 
Select {
	font-family: Microsoft Sans Serif;
	font-size: 8pt;
 }

A:link {
	 text-decoration: none;
 }

A:hover {
	 color: red;
 }

.Blanco {
	 color: white;
	 text-decoration: none;
 }

.Crema {
	 color: #FDFFDF;
	 text-decoration: none;
 }

.Negro {
	 color: black;
	 text-decoration: none;
 }
 
 .Rojo {
	 color: #800000;
	 text-decoration: none;
 }