@charset "ISO-8859-1";
.basicbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399CC;
}
.headergreentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #66CC66;
}
.smallgreytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.littlegreytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a:link {text-decoration: none; color:#33CCCC; }
a:visited {text-decoration: none; color:#33CCCC; }
a:hover {text-decoration: none; color:#FFCC33;  }
