BODY {
	BACKGROUND: black; link: yellow
}
#Option {
	BACKGROUND: green; COLOR: white; FONT-FAMILY: Arial; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-WEIGHT: bold
}
A:link {
	COLOR: white; FONT-FAMILY: Arial; FONT-SIZE: 8pt; FONT-WEIGHT: bold
}
A:visited {
	COLOR: white; FONT-FAMILY: Arial; FONT-SIZE: 8pt; FONT-WEIGHT: bold
}
A:active {
	COLOR: white
}
A:hover {
	COLOR: #000099;
	
}
A.Green:hover {
	BACKGROUND: green
}
A:link {
	COLOR: white
}
A:hover {
	COLOR: white; FONT-FAMILY: Arial; FONT-SIZE: 8pt; FONT-WEIGHT: bold
}
A.cOn {
	FONT-FAMILY: Arial; FONT-STYLE: italic; FONT-WEIGHT: bold
}
#ANIMFP {
	HEIGHT: 11px; LEFT: 55px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden; WIDTH: 400px; Z-INDEX: 1
}
#AFP {
	BACKGROUND-COLOR: white; COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 24pt; FONT-WEIGHT: bold
}
#AFC {
	BACKGROUND-COLOR: silver; COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 24pt; FONT-WEIGHT: bold
}
.tooltip {
	BACKGROUND-COLOR: gray; COLOR: yellow; FONT-FAMILY: Arial; FONT-WEIGHT: bold; LEFT: 50px; POSITION: absolute; VISIBILITY: hidden
}


#navcontainer ul
{
margin:0; padding:0;
background-color: black;
color: White;
float: left;
width: 100%;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
#navcontainer ul li { display: inline; margin:0; padding:0; }
#navcontainer ul li a{
padding: 11px 20px 11px 20px;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #666;
}
#navcontainer ul li a:hover{
background-color: #fff;
color: #009;
}