/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.style1 {color: #FFFF00}
a.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a.black:link {
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #333333;
}
a.black:hover {
	text-decoration: underline;
	color: #666666;
}
a.black:active {
	text-decoration: none;
	color: #666666;
}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
 .navCellOff
{
   BACKGROUND-COLOR: #FFFF00;
    color:#000000;
}
.navCellOn
{
   BACKGROUND-COLOR: #eeeeee;
    color:#000000;
} 
