.body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 17px;
	text-decoration: none;

}

.list {
	font-family: Arial;
	font-size: 12px;
	line-height: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.black {
	font-size: 12px;
	font-family: "Arial Black";
	font-weight: normal;
	color: #FFFFFF;
}

.blank {
	font-family: Arial, Helvetica, sans-serif;
	color: #C8C4CC;
}

.wsglist {
	font-family: Arial;
	font-size: 11px;
	line-height: 10px;
	color: #FFFFFF;
}

.header {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FEFACB;
	text-decoration: none;
}

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}