body, table{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
}

input {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #E1E900;
	border: 1px solid #363924;
	background-color: #000000;
	} 
select {FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #E1E900;
	border: 1px solid #363924;
	background-color: #000000;	} 
	
textarea {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #E1E900;
	border: 1px solid #FAE3C3;
	background-color: #000000;} 
	
	

table.stats td
{background-color: #CCCCCC;
color: #000000;
border: 1px #2E2E2E solid;
font-size: 10px;}


a.alpha img{
opacity:.40;
filter:alpha(opacity=40);
filter:“alpha(opacity=40)”;
}
a.alpha:hover img{
opacity:1;
filter:alpha(opacity=100);
filter:“alpha(opacity=100)”;
} 



a:link {color: #ffffff; text-decoration:none; font-weight: bold; font-size: 12px;}
a:visited {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 12px;}
a:hover {color: #ffffff; text-decoration: underline; font-size: 12px;}
a:active {color:blue; text-decoration: none; font-size: 12px;}

.big  {FONT-SIZE: 15px;}
.big:hover  {FONT-SIZE: 15px;
 text-decoration: underline;}

#tooltip{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
color:#fff;
}

#tooltipList ul
{
margin:0px;
padding:0px;
}

#tooltipList li
{
display:block;
margin-bottom:20px;
}



#rotator {
	position: relative;
	left: 50%;
	margin:0px;
	padding:0px;
	width: 200px;

}
#rotator ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
#rotator ul li {
	position: absolute;
	list-style: none;
}
#rotator ul li.show {
	padding:0px;
}
