.mainMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #13007C;
	background: url(images/divider.gif);
	background-repeat: no-repeat;
}

.title {
	color: #00c000;
	font: 500 20px Georgia, Times New Roman, Times, serif;
}
.mainMenu ul {
	list-style-type: none;
	margin: -4px 0px 0px 30px;
	padding: 0px;
}
.mainMenu a:link, .mainMenu a:visited {
	text-decoration: none;
	line-height: 30px;
	color: #13007C;
}

.body {
	font: 12px Verd, Arial, Helvetica, sans-serif;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.mainMenu a:hover {
	color: #0952ae;
}
.mainMenu .active {
	list-style: inherit url(images/menuArrow.gif);
}
.legal {
	color: #666666;
	text-decoration: none;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.legal a {
	color: #003399;
	text-decoration: none;
}
.mainMenuNoBG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #13007C;
}
