body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	background-color: #6d6e72;
}

.blue {
	color: #261f55;
}

.white {
	color: #ffffff;
}

.blue_feature {
	color: #261f55;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.red{
	color:#cc0000;
	font-weight: bold;
	}


h1 {
	color: #cc0000;
	font-size: 18px
}
	
h2 {
	color: #261f55;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
	
h3 {
	color: #ffffff;
   font-size:12px;
	font-weight: bold;
   }

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid;
}    

a:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 0px;
}

a.navtop:link, a.navtop:visited {
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0px;
}

a.navtop:hover {
	color: #261f55;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0px;
}

a.navmain:link, a.navmain:visited {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0px;
}

a.navmain:hover {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed;
}


.copyright{
color: #ffffff;
font-size: 9px;
line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #ffffff;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #ffffff;
	font-size: 9px;
	border-bottom: 0px solid;
}




