@charset "gb2312";
*
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif,ËÎÌå;
}

body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif,ËÎÌå;
	font-size: 12px;
}
div
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}


a
{
	color:#666666;
	text-decoration:none;
}

a:active
{
	color:#666666;
	text-decoration:none;
}

a:link
{
	color: #666666;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

.r
{
	float: right;
}
.l
{
	float: left;
}
.txtC
{
	text-align: center;
}
.txtL
{
	text-align: left;
}
.txtR
{
	text-align: right;
}

.nofloat
{
	clear: both;
}


