@charset "utf-8";
body,*{
	font-size:12px; font-family:"微软雅黑"; font-size:13px
}
body{
line-height:24px;font-family: "微软雅黑"; 
}

img{
	border:none
}
a{
	color:#333;
	text-decoration:none
}
a:hover{
	color:#496c82;
	text-decoration: underline
}
div,ul,li,dl,dd,dt,p,span,a,ol,body,h2,h1,h3,h4,h5,input{
	padding:0px;
	margin:0px
}
ul,li{
	list-style:none
}
.clear{
	clear:both
}
.left{
	float:left
}
.right{
	float:right
}