body 
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	background-color: #FCFDF3;
	}

tr.par
	{
	background-color: #DFB300;
	}

tr.impar
	{
	background-color: #FFE271;
	}

td
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	}

td.instruc
{
 font-size: 7pt;
 font-family: Verdana;
 text-decoration: none;
 text-align: center;
 color: black;
 border: thin solid black;
}

td.bono
	{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	text-align: center;
	}

td.bonotit
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	text-align: center;
	font-weight: bold;
	}

td.titulo
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #917400;
	}

td.cabecera
	{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #D7AC00;
	text-align: left;
	color: white;
	padding: 0;
	}

td.catalogo
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	}
	
A:link
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: blue;
	}

A:visited
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: blue;
	}

A:hover
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: D7AC00;
	}
	
.textbox
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	border-color: black;
}