@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(
../images/bg.jpg;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #003366;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #003366;
}
.bodyTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.subheaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
a:link {
	font-weight: bold;
	color: #42688D;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #42688D;
	text-decoration: underline;
}
.bodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

