.pageheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.subheader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
}
.bodytext {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldbodywhite {
	color: #FFFFFF;
	font-weight: bold;
}
.liltext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
}
body {
	background-image: url(images/bgd3.jpg);
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFCC;
	text-decoration: underline;	
}
a:visited {
	color: #FFFFCC;
	text-decoration: underline;	
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
