/* 全局CSS定义 */
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-family: 宋体;
}

body>div {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div,form,ul,ol,li,span,p {
	margin: 0;
	padding: 0;
	border: 0;
}

img,a img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

ul,ol,li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

table,td,input {
	font-size: 14px
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hand {
	cursor: pointer;
}

.content,.content a,.content td {
	line-height: 23px;
	font-size: 14px;
}

.content a {
	text-decoration: underline;
}

.content p {
	margin: 4px 0;
}

.content ul li {
	list-style: disc outside;
	margin: 0 16px;
	text-align: left;
}

.content ol li {
	list-style: decimal outside;
	margin: 0 23px;
	text-align: left;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6
	{
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.content h1,.content h1 a {
	font-size: 20px;
}

.content h2,.content h2 a {
	font-size: 16px;
}

.small,.small a,.content .small,.content .small a {
	line-height: 18px;
	font-size: 12px;
}

/* 字体属性 [定义规则，属性首字母加属性值，小写] */
.fb {
	font-weight: bold;
}

.cred {
	color: red;
}

/* 下划线 */
.unline,.unline a {
	text-decoration: underline
}

/* 通用属性 */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.code {
	border: 1px solid #888;
	padding: 2px;
}

/* CSS空白 */
.blank1 {
	margin: 0 auto;
	height: 1px;
	clear: both;
	overflow: hidden;
}

.blank2 {
	margin: 0 auto;
	height: 2px;
	overflow: hidden;
	clear: both;
}

.blank3 {
	margin: 0 auto;
	height: 3px;
	overflow: hidden;
	clear: both;
}

.blank5 {
	margin: 0 auto;
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank6 {
	margin: 0 auto;
	height: 6px;
	overflow: hidden;
	clear: both;
}

.blank8 {
	margin: 0 auto;
	height: 8px;
	overflow: hidden;
	clear: both;
}

.blank10 {
	margin: 0 auto;
	height: 10px;
	overflow: hidden;
	clear: both;
}

.blank12 {
	margin: 0 auto;
	height: 12px;
	overflow: hidden;
	clear: both;
}

.blank16 {
	margin: 0 auto;
	height: 16px;
	overflow: hidden;
	clear: both;
}

.blank20 {
	margin: 0 auto;
	height: 20px;
	overflow: hidden;
	clear: both;
}