/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
}
body, td, th {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
}
a {
	font-family: "Microsoft YaHei";
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F59701;
}
div, dl, dt, dd, ul, ol, li, form, p {
	margin: 0px;
	padding: 0px;
}
ul, ol, li {
	list-style: none;
	list-style-type: none;
}
img {
	border: 0px;
}
.clear {
	clear: both;
	padding: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
}
 
