@CHARSET "UTF-8";
body{
	font-size: 12px;
	font-family: 宋体,Arial;
}
body,div,h1,h2,h3,h4,table,ul,li,tr,td{
	margin: 0;
	padding: 0;
}
ul,li,ol{
	list-style:none;
}
a{
	color:#333;
	text-decoration:none;
	
}
a:hover{
	color:#c00;
	text-decoration:underline;
}
/*h1,h2,h3,h4,h5,h6{
	font-size:14px;
}*/
.clear{
	clear: both;
	zoom:1;
}
.clear:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	float:left;
}
.blank10{
	margin-top:10px;
}
