@charset "utf-8";


body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	color: #545454;
}
div, form, img, ul, ol, li, dl, dt, dd
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
table, td, tr, th
{
	font-size: 12px;
}
li
{
	list-style-type: none;
}

a:link
{
	text-decoration: none;
	color: #545454;
}
a:visited
{
	text-decoration: none;
	color: #545454;
}
a:hover
{
	text-decoration:underline;
	color: #fe4f00;
}
a:active
{
	text-decoration: none;
	color: #545454;
}

.cGreen
{
	color: #1d7b01;
}
.cRed
{
color:#FF0000;
}
.cHui
{
	color: #999999;
}
.cHei
{
	color: #000;
}
.cHuang
{
	color: #FEFF99;
}
.cWhite
{
	color: #FFFFFF;
}
.cZhong
{
	color: #fe4f00;
}
.cBlue
{
	color: #0066FF;
}

.fB
{
	font-weight: bold;
}
.fI
{
	font-style: italic;
}

.f12px
{
	font-size: 12px;
}
.f14px
{
	font-size: 14px;
}
.f16px
{
	font-size: 16px;
}
.f18px
{
	font-size: 18px;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
	font-size: 0px;
	width: 0px;
	visibility: hidden;
}
.clear2:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hidden
{
	display: none;
}
.unLine, .unLine a
{
	text-decoration: none;
}
.noBorder
{
	border: none;
}
.bBottom
{
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	height: 30px;
	line-height: 16px;
	vertical-align: middle;
	width: 50px;
}
