@charset "utf-8";
/* CSS Document */

.mainpgbg {
	background-image: url(images/hn_mainbg.jpg);
	background-repeat: no-repeat;
}
.subpgtopbg {
	background-image: url(images/hn_subtopbg.jpg);
}
.subpgmidbg {
	background-image: url(images/hn_submidbg.jpg);
	background-repeat: repeat-y;
}
.subpgbottombg {
	background-image: url(images/hn_subbottombg.jpg);
	background-repeat: no-repeat;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.subpgheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0D3E67;
}
.mainpgheader {
	font-size: 12px;
	font-weight: bold;
	color: #0D3E67;
}

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.mainnav a:link {
	text-decoration: none;
	color: #333333;
}
.mainnav a:visited {
	text-decoration: none;
	color: #333333;
}
.mainnav a:active {
	text-decoration: none;
	color: #333333;
}
.mainnav a:hover {
	text-decoration: underline;
	color: #0D3E67;
}	
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.maintext a:link {
	text-decoration: underline;
	color: #000000;
}
.maintext a:visited {
	text-decoration: underline;
	color: #000000;
}
.maintext a:active {
	text-decoration: underline;
	color: #000000;
}
.mainnav a:hover {
	text-decoration: none;
	color: #64A4E5;
}	

