@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	color:#555555;
	font-family:"微软雅黑";
	background:url(../images/bg.gif);
}

dl,dt,dd,table,tr,td,th{
	margin:0;padding:0;border:0px;
}

img{
	border:none;
}

ul{
	list-style-type:none;
}

ul,li{
  margin:0;padding:0;
}

.clear{
	clear:both;
}


a:link {color: #555555;text-decoration: none;}
a:visited {color: #555555;text-decoration: none;}
a:hover {color: #991111;text-decoration: none;}
a:active {color: #555555;text-decoration: none;}

* html,* html body /* 修正IE6振动bug */{
background-image:url(about:blank);background-attachment:fixed;
}