@charset "utf-8";
body {
	font-size: 12px;
	color: #292929;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "宋体";
}
ul, li, dt {
	margin :0px;
	padding: 0px;
	list-style: none;
}
a {
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #0071b7;
	text-decoration: underline;
}
.cf {
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border: 0px;
}
