@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #333333;
	line-height: 200%;
}.bg_grey01 {
	background-color: #E5E5E5;
}
.bg_red01 {
	background-color: #FF1B1B;
}
.bg_grey02 {
	background-color: #AAAAAA;
}
.bg_grey03 {
	background-color: #F7F7F7;
}
.a_red {
	color: #DB0000;
}
.a_grey01 {
	color: #8D8D8D;
}
.h_grey01 {
	color: #8D8D8D;
	text-decoration: none;
}
.h_grey01:hover{
	color: #8D8D8D;
	text-decoration: underline;
}
.bg_white {
	background-color: #FFFFFF;
}
.a_blue {
	color: #4A82CC;
	font-size: 13px;
	font-weight: bold;
}
.h_red {
	color: #DB0000;
	text-decoration: none;
}
.h_red:hover {
	color: #DB0000;
	text-decoration: underline;
}
.h_blue01 {
	color: #4085D0;
	text-decoration: none;
}
.h_blue01:hover {
	color: #4085D0;
	text-decoration: underline;
}
.h_grey02 {
	color: #333333;
	text-decoration: none;
	line-height: 200%;
}
.h_grey02:hover {
	color: #333333;
	text-decoration: underline;
	line-height: 200%;
}
.para_bg {
	padding: 20px;
	color: #000000;
	border: 1px dashed #666666;
	margin: 0px;
}
#content {
	line-height: 22px;
	padding: 20px;
	text-align:justify;
	text-justify:inter-ideograph
}
#content h1 {
	font-size: 18px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "黑体";
	font-weight: normal;
}
#content h2 {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 0px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

#content #nav li {
	float: left;
	list-style-type: none;
	margin-right: 30px;
	font-weight: bold;
}
#content #nav li a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#content #nav li a:hover {
	text-decoration: underline;
}
#content #nav {
	float: left;
	width: 730px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h3 {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content ol {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}

h4 {
	font-family: "黑体";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
#content hr {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.border_line {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

