@charset "utf-8";
/* CSS Document */


texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0;
}
a:link {
	text-decoration: none;
	color:  #666;
	font-size: 12pt;
}
a:visited {
	text-decoration:  none;
	color: #00C;
	font-size: 12pt;
}
a:hover {
	text-decoration: underline;
	color: #F60;
	font-size: 12pt;
}
a:active {
	text-decoration: none;
	color: #00C;
	font-size: 12pt;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #063;
}
.style1 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;

}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
.style4 {
	font-size: 9px;
	font-weight: bold;
}
h1 {
	font-size: 8pt;
	color: #000;
}
h2 {
	font-size: 9pt;
	color: #000;
}
h3 {
	font-size: 10pt;
	color: #000;
}
h4 {
	font-size: 11pt;
	color: #000;
}
h5 {
	color: #390;
	font-size: 12pt;
}
h6 {
	color: #FF9900;
	font-size: 14pt;
	alignment-adjust: justify;
}
.odd {
	background-color: #FCC;
}
.even {
	background-color: #CFC;
}
.rowhover {
	background-color: #9C6;
}
.rowselect {
	color: #FFF;
	background-color: #990;
}
