body, html {
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	scrollbar-base-color: #222222;
    scrollbar-arrow-color: #BBBBBB;
    scrollbar-DarkShadow-Color: #000000;
	height: 100%;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.smalltext {
	font-size: 10px;
}
.normaltext {
	font-size: 12px;
}
.largetext {
	font-size: 16px;
}
.normaltext_black {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
input {
	font-size: 10px;
}
formtext {
	font-size: 10px;
}

a.hoverspan{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}


a.hoverspan:hover{z-index:25; background-color:#000000}

a.hoverspan span{display: none}

a.hoverspan:hover span{ /*the span will display just on :hover state*/
    display:block;
	position:absolute;
    top:2em; left:2em; width:10em;
    border:none;
    background-color:#727272;
    text-align: center

}
.60_opacity {
	filter: Alpha(Opacity=60, FinishOpacity=60, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=0);
}
