@charset "utf-8";
*{
    margin:0px;
	padding:0px;
}
body{
    text-align: center;
	background: #FFF;
	font-size: 12px;
	color: #000000;
	font-family: '宋体',Arial, Helvetica, sans-serif;
}
div,img,ul,ol,li,dl,dt,dd {;
	border: 0px;
}
ul,li{
    list-style-type:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
}
table,td,tr,th{
	font-size: 12px;
	border:none;
}
/* 链接颜色 */
a:link {
	color: #686868;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #686868;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{
	color: Red;
}
.cBlue,a.cBlue:link,a.cBlue:visited{
	color: #1f3a87;
}
.cDRed,a.cDRed:link,a.cDRed:visited{
	color: #bc2931;
}
.cGray,a.cGray:link,a.cGray:visited{
	color: #4F544D;
}
.cDGray,a.cDGray:link,a.cDGray:visited{
	color: #666;
}
.cWhite,a.cWhite:link,a.cWhite:visited{
	color: #fff;
}
.cBlack,a.cBlack:link,a.cBlack:visited{
	color: #000;
}
a.cBlack:hover{
	color: #bc2931;
}
.cYellow,a.cYellow:link,a.cYellow:visited{
	color: #ff0;
}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {
	font-weight: bold;
}
.fI {
	font-style: italic;
}
/* 字体大小*/
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
/* 其他属性 */
.left{
	float: left;
}
.right{
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.unLine ,.unLine a{
	text-decoration: underline;
}
.noBorder{
	border: none;
}
.center{
	text-align: center;
}
.dashed{
	border-bottom: dashed 1px #ccc;
	margin-bottom: 6px;
}
.solid{
	border-bottom: solid 1px #eeeeee;
}
.textcenter{
	width: 90%;
	margin: 0 auto;
}
.color6{
	color: #ff6600;
	font-weight: bold;
}
.color7{
	color: #009933;
	font-weight: bold;
	text-indent: 20px;
}

