body {
	background-color: #79797A;
}
.whiteBkg {
	background-color: #FFFFFF;
}
.redBkg {
	background-color: #911D1D;
}
.greyBkg {
	background-color: #F2F2F2;
}
.darkgreyBkg {
	background-color: #79797A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: 500;


}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #071E3F;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #071E3F;
	font-weight: 600;
}
.bodyTextSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #071E3F;
}
.bodyTextSMaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #071E3F;
}
.bodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	color: #071E3F;
}
.largeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: 600;
	color: #071E3F;
}
a {
	color: #0000B0;
	text-decoration: underline;
}
a:hover {
	color: #762727;
	text-decoration: underline;
}
a.small {
	color: #0000B0;
	font-size: 8pt;
	text-decoration: none;
}
a.small:hover {
	font-size: 8pt;
	color: #762727;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #071E3F;
	list-style-type: square;
	list-style-position: outside;
}
.loginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align : middle;
}
.loginForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;

}
.blueBkg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #071E3F;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #993333;
	font-weight: 600;
}
.redHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #993333;
	font-weight: 600;
}
.blackHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: 600;
}
}
.copyrightCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #071E3F;
}
.leftbox {
	background-image : url(../images/resultsbox_leftside.gif);
	background-position : top;
}
.rightbox {
	background-image : url(../images/resultsbox_rightside.gif);
	background-position : top;
}
