body {
	font-family: Georgia, Times, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 24px;
	background-color: #10153c;
}

.blue_lg {
	color: #10153c;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

.blue_md {
	color: #10153c;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	}

.blue_sm {
	color: #10153c;
	line-height: 18px;
	font-size: 11px;
}

.light_blue_lg {
	color: #6790AC;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}

.light_blue_md {
	color: #6790AC;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}

.light_blue_sm {
	color: #6790AC;
	line-height: 18px;
	font-size: 11px;
}

.white_lg {
	color: #ffffff;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

.white_md {
	color: #ffffff;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}

.white_sm {
	color: #ffffff;
	line-height: 18px;
	font-size: 11px;
}


.gold_lg{
	color:#d6bd2c;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	}
	
.gold_md {
	color: #d6bd2c;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}
	
.gold_sm{
	color:#d6bd2c;
	line-height: 18px;
	font-size: 11px;
	}



h1 {
	color: #10153c;
	font-size: 18px
}
	
h2 {
	color: #d6bd2c;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
	
h3 {
	color: #ffffff;
   font-size:12px;
	font-weight: bold;
   }
	
h4 {
	color: #6790AC;
	font-size: 12px;
	font-weight: bold;
	}

a:link, a:visited {
	color: #6790AC;
	font-family: Georgia, Times, sans-serif;
	text-decoration: none;
	border-bottom: 1px dashed;
}    

a:hover {
	color: #d6bd2c;
	font-family: Georgia, Times, sans-serif;
	text-decoration: none;
	border-bottom: 0px;
}

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

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

a.navfeatures:link, a.navfeatures:visited {
	color: #6790AC;
	font-size: 11px;
	line-height: 18px;
	font-family: Georgia, Times, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid;
}

a.navfeatures:hover {
	color: #d6bd2c;
	font-size: 11px;
	line-height: 18px;
	font-family: Georgia, Times, sans-serif;
	text-decoration: none;
	border-bottom: 0px solid;
}

.copyright{
color: #d6bd2c;
font-family: Myriad, Arial, sans-serif;
font-size: 9px;
line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #d6bd2c;
	font-family: Myriad, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

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

.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}


