.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.bottomBG {
	background-image: url(../graphics/bottom_BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
.topBG {
	background-image: url(../graphics/top_BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	color: White;
}
a:visited {
	color: White;
}
a:hover {
	color: White;
}
a:active {
	color: White;
}
.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
