@charset "utf-8";
/* CSS Document */


/* ---html、body100%--- */
html, body {
}
/* ---默认字体9pt--- */
div, table {
	font-size: 12px;
}
/* ---div居中、div背景--- */



li {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
* {
	padding:0;
	margin:0;
}
body, td, th, div, input, ul, li {
	font-family:"宋体", "微软雅黑";
	font-size: 12px;
	color: #000000;
}
p {
	line-height:150%;
}
a {
	color:#333333;
}
a:link {
	text-decoration: none;
color:#333333;
}
a:visited {
	text-decoration: none;
color:#333333;
}
a:hover {
	text-decoration: none;
color:#333333;
}
a:active {
	text-decoration: none;
color:#333333;
}
h1 {
	line-height:150%;
	font-size:24px;
}
body {
	background:url(../images/bg.jpg) repeat-x top #fff;
	font-size:12px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-size: 12px;
}
.bg {
	/*background: url(../images/bg02.png) repeat-y;*/
	margin-left:auto;
	margin-right:auto;
	width:1012px;
}