/* 文档预定义属性*/
body{font-size:12px;font-family:"宋体", Arial, Helvetica, sans-serif;background-color:#FFF;}
body, div, form, img, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, span{
	border:0;
	margin:0px;
	padding:0px;
	overflow: auto;
}
table, td, tr, th{font-size:12px;}
ul{ list-style-type:none; }

/* 链接属性 */
a:link,a:visited,a:active{text-decoration:none;color:#000;}
a:hover{text-decoration:underline;color:#444;}

/* 字体属性 */
.fB{font-weight:bold;}
.f12px{font-size:12px;}
.f14px{font-size:14px;}

/* 其他属性 */
.fleft{float:left;}
.fright{float:right;}
.clear{clear:both; width:100%; height:0; overflow: hidden; }
.underLine, a.underLine{text-decoration:underline;}
.noBorder{border-width:0px;}
.noDisplay{display:none;}
