@charset "gb2312";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
img{
	border: 0px;
	}
html{
	width:100%;
	overflow-x:hidden;
	}
body {
	font-family: "ËÎÌå";
	font-size: 12px;
	color:#48494b;
}
td,th {
	font-family: "ËÎÌå";
	font-size: 12px;
	color:#48494b;
}
a:link {
	color: #48494b;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #48494b;
}
a:hover {
	text-decoration: none;
	color: #48494b;
}
a:active {
	text-decoration: none;
	color: #48494b;
}
.center{
	position:relative;
	margin:0 auto;
	height:auto;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.hidden{
	overflow:hidden;
	}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.inline{
	display:inline;
	}
.red{
	color:#ff2400;
	}
.bold{
	font-weight:bold;
	}
.underline{
	text-decoration:underline;
	}