body {
	background-color: #FFFFFF;
	background-image: url(images/bkg-header.jpg);
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #804040;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.requiredText {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
