body {
	margin: 0px;
	text-align: center;
	background-color: #fff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	line-height: 18px;
}
a {
	color:#292929;
	text-decoration:none;
}
a:hover {
	color:#4480be;
	text-decoration:none;
}

.font_12_grey {
	font-size: 12px;
	text-decoration: none;
	color:#c4c4c4;
}
.font_14_black {
	font-size: 14px;
	text-decoration: none;
	color:#000;
}
.font_12_black {
	font-size: 12px;
	text-decoration: none;
	color:#010101;
	font-weight:bold;
}
.font_14_white {
	font-size: 14px;
	text-decoration: none;
	color:#fff;
}
.font_12_white {
	font-size: 12px;
	text-decoration: none;
	color:#fff;
}
.font_12_yellow {
	font-size: 12px;
	text-decoration: none;
	color:#f97103;
	font-weight:bold;
}
.font_14_yellow {
	font-size: 14px;
	text-decoration: none;
	color:#f97103;
	font-weight:bold;
}
a.link_nav:link {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
a.link_nav:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
a.link_nav:hover {
	font-size: 12px;
	text-decoration: none;
	color:#2cb6ec;
}
a.link_nav:active {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
a.link_yellow:link {
	font-size: 12px;
	color:#f97103;
	font-weight:bold;
	text-decoration: none;
}
a.link_yellow:visited {
	font-size: 12px;
	color:#f97103;
	font-weight:bold;
	text-decoration: none;
}
a.link_yellow:hover {
	font-size: 12px;
	text-decoration: none;
	color:#c6c6c6;
	font-weight:bold;
}
a.link_yellow:active {
	font-size: 12px;
	color:#f97103;
	font-weight:bold;
	text-decoration: none;
}
a.link_blue:link {
	color: #0d41ab;
	font-size: 12px;
	text-decoration: none;
}
a.link_blue:visited {
	color: #0d41ab;
	font-size: 12px;
	text-decoration: none;
}
a.link_blue:hover {
	font-size: 12px;
	text-decoration: none;
	color:#ec0d2c;
}
a.link_blue:active {
	color: #0d41ab;
	font-size: 12px;
	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;	
	
	}