A:Link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	font-size : 13px;
}
A:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	font-size : 13px;
}
A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color : #5E73A0;
	font-size : 13px;
}
body, td, p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.button {
	font-family : Arial, Helvetica,  sans-serif;
	font-size : 11px;
	font-weight : bold;
	width : 102px;
}
.bgColorLight{
	background : #B1D5EB;
}
.bgColorDark {
	background : #861D45;
}
.columnLabel {
	color : Black;
	font-weight : bold;
}
.columnField {
	color : Black;
}
.subHeading {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 15px;
	color : #861D45;
	text-transform : uppercase;
}
.downloads {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 15px;
	color : #861D45;

}
.navLinks a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}
.navLinks a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}
.navLinks a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #5E73A0;
	text-decoration : none;
}
.pageHeading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font : bold;
}
.tableHeader {
	color : #B1D5EB;
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
}
.title {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}
.smallTitle {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10pt;
}
.largeTitle {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}
.requiredLabel {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : red;
}
.extraLargeTitle {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 24pt;
	font-weight : bold;
	color : #861D45;
}
.extraLargeContactTitle {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 24pt;
	font-weight : bold;
}


