@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.WhiteHeader {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.WhiteBold {
	font-size: 11px;
	font-weight: bold;
}
.BlackBodytext {
	color: #000000
}
a {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}


