@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #fff;
}
body,td,th {
	color: #333333;
	font-size:12px;
	line-height:24px;
}
/*全局定义样式*/
div,form,img,ul,ol,li,dl,dt,dd,map {margin: 0; padding: 0; border: 0}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
.tableBg {
	background-image: url(tableBg.jpg);
	background-repeat: repeat-y;
}
.chengFont {
	font-weight: bold;
	color: #ff6c04;
}
.huiFont {
	font-weight: bold;
	color: #464646;
}
.huiFont02 {
	color: #464646;
}
.leftBg {
	background-image: url(leftBg.jpg);
	background-repeat: no-repeat;
}
.rightBg {
	background-image: url(rightBg.jpg);
	background-repeat: no-repeat;
}
.leftC{
	background-image: url(leftC.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.leftB{
	background-image: url(leftB.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-position: bottom;
}
.homeAbout{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

