A  {
	text-decoration : none;
	color : #D25112;
}
A:Visited  {
	text-decoration : none;
	color : #301E5F;
}
A:Active  {
	text-decoration : none;
	color : #D25112;
}

A:Hover  {
	text-decoration : underline;
	color : #D25112;
}


BODY  {
	font-size : 8pt;
	font-family : arial,verdana,helvetica;
	color : #505050;
	background-color : #ffffff;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
TD {
	font-size : 8pt;
	font-family : arial,verdana,helvetica;
	color : #505050;
}

H1 {
	font-size : 10pt;
	font-family : arial,verdana,helvetica;
	color : #505050;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 8px;
	margin-bottom : 8px;
}


/* total es el espacio util. 98% del total, asi queda margen dentro del iframe */
#total {
margin-left : auto; 
width : 98%; 
margin-right : auto; 
text-align : left; 
} 
