@charset "UTF-8";
.header_txt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}
.sub_header_txt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}
.white_bg_txt {
	color: #930007;
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 10px;
}
#body_container  a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#body_container a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#body_container a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#body_container a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright_box a:link {
	color: #666666;
	text-decoration: none;
}
#copyright_box a:visited {
	color: #666666;
	text-decoration: none;
}
#copyright_box a:hover {
	color: #666666;
	text-decoration: underline;
}
#copyright_box a:active {
	color: #666666;
	text-decoration: none;
}
