/* CSS Document */
body {text-align:center;font-family: 宋体, serif;  margin:0; padding:0; background: #ffffff; font-size:12px; color:#000000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border:0; }
h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-size:12px; font-weight:normal;}
table,td,tr,th{font-size:12px;}
em,i {font-style:normal;}
ul,li{
	list-style-type:none;
	overflow:hidden;
	displasy:inline;
}
img{vertical-align:top;}
table{margin:0 auto;}
/* 链接颜色 */
a {color: #039; text-decoration:none;}
a:hover {color: #FF0000; text-decoration:underline;}
/* 字体属性 */
.fB {font-weight: bold;}
.fI {font-style: italic;}
/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
/* 其他属性 */
.fleft{ float: left;}
.fright{ float: right;}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.fL{ text-align:left}
/* 布局 */
#clear{clear: both;}
#wrap {
	width: 930px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
