/* CSS Document */
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 12px;
}
h2 {
	color: #008AE6;
	font-size: 16px;
}	
h3 {
	color: #FF9933
	font-size: 18px;
}
a {
	color: #005abb;
	text-decoration: underline;
}
a:visited {
	color: #005abb;
	text-decoration: underline;
}
a:hover {
	color: #005abb;
	text-decoration: none;
}
.subtitle {
	color: #90ab3e;
	font-weight: bold;
}
.subtitle2 {
	color: #005abb;
	font-weight: bold;
}
.subtitle3 {
	color: #c8009c;
	font-weight: bold;
}
.newPageTitle {
	color: #c8009c;
	font-size: 22px;
}
.footer {	
	font-size: 11px;
}
.footer a {
	color: #005abb;
	text-decoration: none;
}
.footer a:visited {
	color: #005abb;	
	text-decoration: none;
}
.footer a:hover {
	color: #005abb;
	text-decoration: underline;
}
.footerMenu a {
	color: #c8009c;
	text-decoration: none;
}
.footerMenu a:visited {
	color: #c8009c;	
	text-decoration: none;
}
.footerMenu a:hover {
	color: #c8009c;
	text-decoration: underline;
}

