body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

p, td, li {font-size: 9pt; font-family: Tahoma; COLOR: #333333;}

.titulo {font-size: 14pt; font-family: Tahoma; COLOR: #FF0000;}

.bodyHome {font-family: Tahoma; font-size: 11px; font-weight: normal; color: #CCCCCC;}

a {COLOR: #FF0000; text-decoration:none;}
a:link {COLOR: #FF0000; text-decoration:none;}
a:visited {COLOR: #FF0000; text-decoration:none;}
a:active {COLOR: #FF0000; text-decoration:none;}
a:hover {COLOR: #898989; text-decoration:none;}

.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; text-decoration:none;}
a.linkr:link {COLOR: #3973AC; FONT-SIZE: 9pt; text-decoration:none;}
a.linkr:visited {COLOR: #3973AC; FONT-SIZE: 9pt; text-decoration:none;}
a.linkr:active {COLOR: #3973AC; FONT-SIZE: 9pt; text-decoration:none;}
a.linkr:hover {COLOR: #4B9F31; FONT-SIZE: 9pt; text-decoration:underline;}

.red {COLOR: #FF0000;}

.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:#898989;
	text-decoration:none;
	/*width: 10em;*/
}

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

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

#nav ul a:hover {
	background-color:#000000;
	color:#FFFFFF;
	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;
}

