/* CSS Document */

* {
	margin: 0px; padding: 0px;
}
body{
	margin: 0px; padding: 0px; text-align: left; border: 0px none; font: 12px "宋体"; color: #2A2A2A; background: url(../images/bg.jpg) #fff top repeat-x;
}
a{
	color: #2A2A2A; text-decoration: none;
}
a:hover{
	color: #f30; text-decoration: underline;
}
form{
	margin: 0px; padding: 0px;
}
img{
	border: 0px none;
}
div{
	font-family: "宋体"; overflow: hidden;
}
ul{
	padding: 0px; margin: 0px; list-style-type: none; list-style-image: none;
}
ul li{
	list-style-type: none; list-style-image: none;
}
img{
	-ms-interpolation-mode: bicubic
}

.clear{
	height: 0px; clear: both;
}

.l{ float:left;}
.r{ float:right;}