
/*-----------------------------------------------------------------
文件名称：全站公用样式
文件作者：lyp
编辑日期：2013/3/29
文件说明：全站公用样式文件
-----------------------------------------------------------------*/

/*	通配	*/
* {
	margin: 0 auto;
	padding:0px;
}
ul li, ol li {
	list-style:none;
	margin:0;
	padding:0;
}
img {
	border:none;
}
/*	Ie6 H Bug	*/
h1, h2, h3, h4, h5, h6 {
	font-size:14px;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#004e8a;
	text-decoration:none;
}
a:hover {
	color:#F00;
	text-decoration:none;
}
.clearboth {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
body {
	/*background:#57A9F2;*/
	background:#57A9F2;
    color:#000000;
    font-family: 微软雅黑,Microsoft YaHei,"宋体",Arial,Helvetica,sans-serif;
	/*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 18px;
    text-align:left;
}
div#wenzhangcss p{
	line-height: 2em;
padding: 5px 0px;
/*text-indent: 2em;*/
	}
div#wenzhangcss table {
	border-collapse: collapse; border-right: 1px solid #000000; border-bottom: 1px solid #000000; text-align: center;
}
div#wenzhangcss table td {
	border-left: 1px solid #000000; border-top: 1px solid #000000;
}
