@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:active
{
}

a:link
{
	color:Black;
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
	color:Black;
}

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;
}

.bottoncss {
	font-size: 12px;
	background-color: #F1F7FC;
	border-top: 1px solid #85A4B5;
	border-right: 1px solid #85A4B5;
	border-bottom: 1px solid #85A4B5;
	border-left: 1px solid #85A4B5;
	vertical-align: middle;
}
.formtd
	{
		 background-color:#FFFFFF; height:25px;
	}