td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px
 }
 
.format-bold {
	font-weight: bold
}

.format-italic {
	font-style: italic
}

.color-white {
	color: #FFFFFF
}

.color-black {
	color: #000000
	
}.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}

a:link {
	color: #000000;
	font-weight: bold;
}
a:hover{
	color: #B41845;
	font-weight: bold;

}
a:visited{
	color: #B41845;
	font-weight: bold;

}
.altText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

}
.bannerHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-align: center;
}
.subheadNoLine {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.sideNavLink {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
}

.format-boldRed {

	font-weight: bold;
	color: #B41845;
}

