body {
	font-family: Verdana, Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0px;
	word-spacing: 1;
	line-height: 20px;
	background-color: #9aa4b0;
}

.blue {
	color: #22385d;
}

.brown{
	color: #5d5137;
}

.white{
	color:#ffffff;
	}

.light_blue{
	color:#8A98AA;
	}

.blue_bold {
	color: #22385d;
	font-weight: bold;
}

.brown_bold{
	color: #5d5137;
	font-weight: bold;
}

.white_bold{
	color:#ffffff;
	font-weight: bold;
	}
	
.light_blue{
	color:#8A98AA;
	font-weight: bold;
	}

.brown_bold_lg{
	color: #5d5137;
	font-weight: bold;
	font-size: 14px;
}



h1 {
	color: #22385d;
	font-size: 24px;
}
	
h2 {
	color: #5d5137;
	font-size: 16px;
}
	
h3 {
 	color: #22385d;
   font-size:12px;
   }

.page_title{
 	color: #22385d;
	font-weight: bold;
	letter-spacing: 0px;
   font-size:42px;
	word-spacing: 0;
	line-height: 32px;
   }
	
.page_subtitle{
	color: #22385d;
	font-family: Verdana;
	letter-spacing: 0px;
	text-transform: uppercase;
	word-spacing: .0;
	font-weight: 900;
	font-size: 10px;
	line-height: 18px;
}
	

a:link, a:visited {
	color: #22385d;
	text-decoration: none;
	border-bottom: 1px dotted;
}    

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

a.navmain:link, a.navmain:visited {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: bolder;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 24px;
	border-bottom: 0px solid;
}

a.navmain:hover {
	color: #8A98AA;
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 24px;
	border-bottom: 0px solid;
}

.copyright{
color: #8A98AA;
font-size: 9px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #8A98AA;
	font-size: 9px;
	border-bottom: 1px solid;
}

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



