.html {
overflow-x: hidden;
}

a:link {text-decoration: none; }
a:visited {text-decoration: none; } 
a:hover {
	text-decoration: underline;
}
.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000066;
	font-style: normal;
	font-weight: bold;
	
}
.page_subhead_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	
}
.body_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;

}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
	
}
.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	
}
.body_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;

}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;


}
.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

