* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 140%;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.clear {
	font-size: 0px;
	clear: both;
}
a:link {
	TEXT-DECORATION: none
}
a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: none
}
a:active {
	TEXT-DECORATION: none
}
.foot_link a:link {
	TEXT-DECORATION: none;
	color: #666666;
}
.foot_link a:visited {
	TEXT-DECORATION: none;
	color: #666666;
}
.foot_link a:hover {
	TEXT-DECORATION: none;
	color: #000000;
}
.foot_link a:active {
	TEXT-DECORATION: none;
	color: #666666;
}
#header {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	
}
#header .head_logo {
	float: left;
	padding-top: 35px;
	padding-left: 8px;
}
#header .head_right {
	float: right;
	padding-right: 10px;
	text-align: right;
	width: 600px;
}
#header .head_link {
	float: right;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header .head_menu {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	float: right;
}
.head_right a:hover img		{ filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60) }


#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	
}
#content .flash {
	padding-bottom: 15px;
}
#content .top_title1 {
	background-image: url(img/top_title_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 6px;
	height: 19px;
	padding-top: 4px;
	margin-bottom: 15px;
}
#content .scroll {
	overflow: auto;
	height: 82px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #3E8922;
	scrollbar-darkshadow-color: #FFFFFF;
	padding-left: 10px;
	margin-right: 5px;
}
#content .news_date {
	color: #FF9900;
	font-weight: bold;
}
#content .top_box_left1 {
	float: left;
	width: 410px;
	padding-left: 10px;
}
#content .top_box_right1 {
	float: right;
	padding-left: 15px;
	padding-right: 10px;
}
#content .top_btn {
	background-image: url(img/top_btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
	margin-top: 35px;
	padding-right: 10px;
	text-align: right;
}
.font_green_b {
	font-weight: bold;
	color: #30691B;
}
#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
		
}
#footer .foot_copyright {
	color: #000000;
	margin-top: 5px;
}
