@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-repeat:no-repeat;
	background-color: #BBBBBB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
a:link{
	text-decoration:none;
	}
a:active{
	text-decoration:none;
	}
a:visited{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
a.white:link{
	color:#FFF;
	text-decoration:none;
	}
a.white:active{
	color:#FFF;
	text-decoration:none;
	}
a.white:visited{
	color:#FFF;
	text-decoration:none;
	}
a.white:hover{
	color:#FFF;
	text-decoration:underline;
	}
