.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuLinks:hover {
	color: #D1DEFF;
}
.textLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0808;
	text-decoration: none;
}
.textLinks:hover {
	color: #D1DEFF;
	font-size: 12px;	
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.regularTextLargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
p.heading {
	color: #4C1010;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}