@charset "utf-8";
/* CSS Document */
* {
	margin:0px
}
body {
	margin:0px;
	font-size:12px;
	font-family:"宋体";
	line-height:160%;
}
img {
	border:0px
}
li {
	list-style:none
}
a {
	color:#000;
	text-decoration:none;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
a:active {
	color:#333;
	text-decoration:none;
}
.l{
	float:left
}
.r{
	float:right
}
.hide{
	display:none
}
.clear {
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}