body {
	background-image: url(images/bkg_02.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E9E9E9;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #B8313A;
	text-decoration: none;
}
.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #88080F;
}
.redRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #88080F;
}
a:visited {
	color: #A9666A;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a.footer:link {
	color: #333333;
	text-decoration: none;
}
a.footer:visited {
	color: #333333;
	text-decoration: none;
}
a.footer:hover {
	color: #999999;
	text-decoration: underline;
}
.blackRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88080F;
}
