.navBarHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #25418F;
}
.sectionListing {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	left:-10px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	line-height: 22px;
	color: #000000;
	list-style-image:url(red_checkmark.gif);
	marker-offset:10px;
	list-style-position: outside;
}
	
a:link {
  color:#000000;
  text-decoration:none;
 }

a:visited {
  color:#000000;
  text-decoration:none;
 }

a:link:hover {
	color:#25418F;
	text-decoration:none;
 }
