/* Hoja de estilo en cascada by DeMoNiA-Silvina Rousseaux*/
/* <LINK REL=stylesheet HREF="estilo.css" TYPE="text/css"> */
	BODY {	
		font-size: 8pt; 
		font-family: Verdana, Helvetica, Arial, Swiss, Geneva, sans-serif; 
		font-weight: light;
		margin-left: 0.0in;
		margin-right: 0.0in;
		margin-top: 0.0px;
	}

	A:visited {
		text-decoration: none; 
		color:#cccccc;
	}

	A:link {
		text-decoration: none;
		color:#ffffff;
	}

	A:hover {
		text-decoration: none;
		color:#CCCCCC;
	}
	A.link:link {
		text-decoration: underline;
		color:#000000;
	}
	A.link:hover {
		text-decoration: none;
		color:#FF3300;
	}
	A.link:visited {
		text-decoration: none;
		color:#FF3300;
	}
	H1 	{
		font-size: 11pt;
		color: 009900;
		font-weight: bold;
}
	H2 	{
		font-size: 11pt;
		color: 5A6994;
		font-weight: bold;
	}

	H3 	{
		font-size: 11pt;
		color: 009900;
		font-weight: bold;
	}

	H4 	{
	font-size: 11pt;
	color: 5A6994;
	font-weight: bold;
	font-style: italic;

	}

	H5 	{
	    font-size: 10pt;
		color: 5A6994;
		font-weight: bold;
	}
	
	PRE, TT {
		color: maroon;
		font-weight: bold;
	}

	TD, TH 	{
		font-size: 8pt;
		color:5A6994; 
		font-family: Verdana, Helvetica, Arial, Swiss, Geneva, sans-serif; 
		font-weight: light;
	}

