body {
	margin: 0px;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
table,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434345;
	line-height: 18px;
}
a {
	color:#434345;
	text-decoration:none;
}
a:hover {
	color:#ac5428;
	text-decoration:none;
}
.font_12_yellow2 {
	font-size: 12px;
	text-decoration: none;
	color:#ac5327;
}
.font_12_yellow {
	font-size: 12px;
	text-decoration: none;
	color:#ac5327;
	font-weight:bold;
}
.font_13_blue {
	font-size: 13px;
	text-decoration: none;
	color:#4e8eb2;
	font-weight:bold;
}

a.link_yellow:link {
	font-size: 12px;
	color:#e2822d;
	text-decoration: none;
}
a.link_yellow:visited {
	font-size: 12px;
	color:#e2822d;
	text-decoration: none;
}
a.link_yellow:hover {
	font-size: 12px;
	text-decoration: none;
	color:#c6c6c6;
}
a.link_yellow:active {
	font-size: 12px;
	color:#e2822d;
	text-decoration: none;
}
a.link_yellow2:link {
	font-size: 12px;
	color:#ac5428;
	text-decoration: none;
}
a.link_yellow2:visited {
	font-size: 12px;
	color:#ac5428;
	text-decoration: none;
}
a.link_yellow2:hover {
	font-size: 12px;
	text-decoration: none;
	color:#434345;
}
a.link_yellow2:active {
	font-size: 12px;
	color:#ac5428;
	text-decoration: none;
}

.bg_top{
	background-image: url(../images/index_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	}
.bg_nav{
	background-image: url(../images/index_23.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.bg_bot{
	background-image: url(../images/index_100.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.bg_title{
	background-image: url(../images/index_37.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
.bg_line1{
	background-image: url(../images/index_32.jpg);
	background-repeat: repeat-x;
	}
.bg_line2{
	background-image: url(../images/index_49.jpg);
	background-repeat: repeat-x;
	}
.bg_line3{
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	}
.bg_yinying{
	background-image: url(../images/index_59.jpg);
	background-repeat: repeat-y;
	background-position: top;
	}

.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6b6b6;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;	
	
	}