@charset "utf-8";

#site_width_ {
	width:800px;
}

#body_ {
	position:relative;
	top:32px;
	width:800px;
	height:190px;
	background-image:url(../images/header_800.jpg);
}

.orange_bold_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF7118;
	font-weight: bold;
}
.green_bold_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #91B808;
	font-weight: bold;
}
.blue_bold_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0060B3;
	font-weight: bold;
}
.orange_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF7118;
}
.green_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #91B808;
}
.blue_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0060B3;
}
.normal_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight:200;
}
.footer_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight:200;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #5C743D;
}
a:active {
	text-decoration: none;
}
