*{
margin:0px auto;
padding:0px;
}

body {text-align:center;font-family: 宋体, serif;  margin:0; padding:0; background: #fff; font-size:12px; color:#000;}
p{
	line-height: 21px;
	text-align: left;
	margin: 5px;
}
ul{
	padding: 0;
	border:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
li{
	list-style-type:none;
	font-size: 12px;
	line-height: 24px;
	margin-left: 5px;
}
input,button{cursor:pointer;}
table{margin:0 auto;}
img{
border:0px;
}
/* 链接颜色 */
a:link {color: #333333; text-decoration:none;}
a:visited {color: #666666;text-decoration:none;}
a:hover {color: #FF3300; text-decoration:underline;}

a.qq:link {color: #FFFFFF; text-decoration:none;}
a.qq:visited {color: #FFFFCC;text-decoration:none;}
a.qq:hover {color: #FFFFFF; text-decoration:underline;}

/* 颜色属性 */
.cRed{
	color:Red;
	font-size: 14px;
	font-weight: bold;
}
.cRed1{
	color:Red;
	font-size: 12px;
	font-weight: bold;
}
.cBlue{color:#0175E8;}
.cDRed{ color:#bc2931;}
.cGray{ color: #333;}
.cDGray{ color: #666;}
.cWhite{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.cBlack{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cGreen{color:#008000;}
.cYellow{
	color:#FFD200;
	font-weight: bold;
}

H1{
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.xian{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}