.titulos {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	line-height: 15px;

}
.newtit {
	color: #0280CA;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	white-space: normal;
}
.body {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.titulo2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B3E7FF;
}
.body2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;

}
.titulo3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
.titulo3main {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Estilo4 {
	font-size: 12px;
	color: #FFFFFF;
}
.Estilo6 {color: #000000}
.Estilo8 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }
.Estilo9 {color: #FFFFFF}
.Estilo11 {font-weight: bold; font-size: 12px; color: #00FFFF; }
.Estilo13 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00FFFF;
}
.Estilo14 {color: #FF0000}
.Estilo15 {color: #00FFFF}
.Estilo16 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
.Estilo17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Estilo18 {
	font-size: 9px;
	color: #FFFF00;
}
.Estilo20 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFF00; }

<!-- added by media improvement -- support@mediaim.com -- http://www.mediaim.com -->

.text8pt {font-size: 8pt; font-family: arial;}
.text9pt {
	font-size: 9pt;
	font-family: arial;
}
.aperfiles {font-size: 9pt; font-family: arial; COLOR: #E60000;}

a.linkr {COLOR: #3973AC; FONT-SIZE: 9pt}
a.linkr:link {COLOR: #3973AC; FONT-SIZE: 9pt}
a.linkr:visited {COLOR: #3973AC; FONT-SIZE: 9pt}
a.linkr:active {COLOR: #3973AC; FONT-SIZE: 9pt}
a.linkr:hover {COLOR: #4B9F31; FONT-SIZE: 9pt}

a {COLOR: #3973AC;}
a:link {COLOR: #3973AC;}
a:visited {COLOR: #3973AC;}
a:active {COLOR: #3973AC;}
a:hover {COLOR: #4B9F31;}

li {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;

}

.sched1 { font-family: Arial; color:#333333; font-size:9px; text-align:center; }
.sched2 { font-family: Arial; color:#333333; font-size:9px; text-align:left;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display:block;
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	/*width: 10em;*/
}

#nav a:hover {
	background-color:#000000;
	color:#CCCCCC;
}

#nav ul a {
	font-family: Tahoma;
	font-size: 11px;
	background:#000000;
	padding:0 10px 0 10px;
	width: 125px;
}

#nav ul a:hover {
	background-color:#000000;
	color:#CCCCCC;
	text-decoration:underline;
}

#nav li { /* all list items */
	float: left;
	line-height:25px;
	/*width: 125px;*/ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position:absolute;
	z-index:1000;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
