@charset "UTF-8";
.bodyText {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.splashBackground {
	background-image: url(resources/splash_header.jpg);
	background-repeat: no-repeat;
}
.primaryBackground {
	background-image: url(resources/primary_header.jpg);
	background-repeat: no-repeat;
}
.htmlLayout {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
}
