.menuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.menuBar a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menuBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menuBar a:hover {
	text-decoration: underline;
	color: #CCCC00;
}

.darkContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.darkContent a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #004466;
}
.darkContent a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #004466;
}
.darkContent a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0099AA;
}

.darkBlueContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004466;
}

.legalLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.legalLight a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.legalLight a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.legalLight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

.blueLabel {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3F6E8C;
}

.darkBlueLabel {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #224E6B;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.whiteText a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.whiteText a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.whiteText a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0099AA;
}