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

.blue {
	color: #4c81ad;
}

.gold{
	color: #fece08;
}

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


h1 {
	color: #670001;
	font-size: 18px
}
	
h2 {
	color: #6894cd;
	font-size: 12px;
	font-weight: bold;
}
	
h3 {
	color: #000000;
   font-size:12px;
	font-weight: bold;
   }

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

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

a.navfooter:link, a.navfooter:visited {
	color: #fece08;
	text-decoration: none;
	border-bottom: 0px;
}

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

a.navtop:link, a.navtop:visited {
	color: #6894CD;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 0px;
}

a.navtop:hover {
	color: #670001;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 0px;
}

a.navmain:link, a.navmain:visited {
	color: #670001;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 0px;
}

a.navmain:hover {
	color: #670001;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid;
}


.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;
}




