@charset "gb2312";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
img{
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
body,td,th {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #222;
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777;
}
a:hover {
	text-decoration: underline;
	color: #555;
}
a:active {
	text-decoration: none;
	color: #555;
}
.lh24{
	line-height: 24px;
}
.lh30{
	line-height: 30px;
}
.input1{
	font-size: 12px;
	color: #666;
	border: 1px solid #CCC;
	}
.clear{
	clear:both;
	}