@charset "utf-8";
/* CSS Document */
body{
background-image:url(../img/bg.gif);
font-family:verdana;
}
a{
text-decoration:none;
color:white;
}
a:hover{
text-decoration:underline;
}

/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:12px;
	width:307px;
	
}

/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
color:black;
	background-color:#b0c768;
	padding:5px 5px 5px 5px;
	text-align:justify;
}

