/*
 * body标记样式定义

 */
body{
	font-family:"宋体";
	font-size:14px;
	font-weight:normal;
}

/*
 * 将具有默认margin和padding的标记置零
 */
 
*{
	margin:0;
	padding:0;
}

/*
 * 修正ie5.x和ie6的斜体溢出bug
 */
* html body{
	overflow: visible;
}
* html iframe, * html frame{
	overflow: auto;
}
* html frameset{
	overflow: hidden;
}

/*
 * 定义图片边框
 * @overlay img
 * @desc 当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img{
	border:0 none;
}

/*
 * 清除ul列表标记的样式
 * @overlay ul, li
 * @desc ul列表更多的用在不需要列表前置符号的样式里
 */
ul, li{
	list-style-type: none;
}

input.flat{
    border: 1px solid #999999;
    padding: 2px 4px;
}

/*
 * 定义默认的链接样式
 * @overlay a
 * @desc	仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
 */
a:link, a:visited{
	text-decoration:none;
	
}

a:hover{
	text-decoration: underline;
	color:#ff0000;
}
/*
a:hover, a:active{
	background-color:#ffffaa;
	color:#cc0000;
}
*/
/*
 * 清除浮动
 * @overlay div
 */
.clear{
	clear: both;
}


		/* ie-mac, ie5, ie6 */
		* html .wrapfix {height: 1%;}
		.wrapfix {display: block;}


/* @end */



/*
 * h定义
 */
h1,h2,h3,h4,h5,h6{ font-family:"宋体"; font-size:13px; font-weight:normal;}
/*
 * h定义
 */
 
img{
	vertical-align:top;
}
a{
	color:#000000;
}
.footer02{ margin:auto; width:960px; margin-top:10px;}
.footer02 ul li{ float:left; width:960px; line-height:25px; text-align:center; font-size:13px;}

