.global {
	background-color: #663399;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a.global:visited, a.global:link, a.global:hover, a.global:active {
	!important;
	color: #FFFFFF;
	text-decoration:none;
}
.navColor {
	background-color: #66FFFF;
}
.bannerColor {
	background-color: #416BD9;
}

.footer {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #8C94A2;
	font-weight: normal;
}
a.footer:visited, a.footer:link {
	!important;
	color: #8C94A2;
	text-decoration:none;
}
a.footer:hover, a.footer:active {
	!important;
	color: #8C94A2;
	text-decoration:underline;
}
.newsText {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #993333;
	font-weight: normal;
}
a.newsText:visited, a.newsText:link {
	!important;
	color: #993333;
	text-decoration:none;
}
a.newsText:hover, a.newsText:active {
	!important;
	color: #993333;
	text-decoration:underline;
}
.highlightsText {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
a.highlightsText:visited, a.highlightsText:link {
	!important;
	color: #666666;
	text-decoration:none;
}
a.highlightsText:hover, a.highlightsText:active {
	!important;
	color: #666666;
	text-decoration:underline;
}

