@charset "utf-8";
*{
	margin:0px;
}
body{
	width:100%;
	height:100%;
	color:#666666;
	font:12px/1.5 宋体
}
img{
	border:0px;
}
p{
	padding-top:3px;
	padding-bottom:3px;
}
li{
	list-style:none;
}
a:link{
	color:#666666;
	text-decoration:none;
}
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#ff6600;
	text-decoration:underline;
}
a:active{
	color:#666666;
	text-decoration:none;
}
.hide {
	display:none;
}
hr {
	color:#D1D7DC;
	background-color:#D1D7DC;
	border:none;
	height:1px;
}
.clear {
	margin:0px;
	padding:0px;
    height:0px;
	margin-top:-1px;
	clear:both;
	overflow:hidden;
	visibility: hidden;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}



