.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headerBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #A1000B;
	text-decoration: none;
}
a:visited {
	color: #532322;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.requiredText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1000B;
}
.headerBoldRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A1000B;
}
.loginHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DCDCE6;
	background-color: #254470;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bodyTextBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}