@charset "gb2312";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
html{
	width:100%;
	overflow-x:hidden;
	}
img{
	border: 0px;
	}

body,td,th {
	font-family: "ËÎÌå";
	font-size: 12px;
	color:#555555;
}
a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
	color: #555555;
}
.clear {
	clear: both;
	font-size:1px;
	width:1px;
	height:0;
	visibility: hidden;
	text-indent: 45px;
}