body {
	margin: 0px;
	color: #525252;
	background-color: #949494;
	font: 11px Verdana, "宋体";
}
.header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link, a:visited {
	color: #0081DF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.main {
}
.titleline {
	background-image: url(tline.gif);
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 32px;
	padding-left: 30px;
}
.contentx {
	margin: 6px;
	background-color: #F6F6F6;
	border: 1px solid #E4E4E4;
	line-height: 17px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.contentx p {
	margin: 0px 0px 15px 0px;
	text-indent: 2em;
	line-height: 20px;
}

.contentx img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 4px;
}
.contentx th {
	text-align: center;
	height: 28px;
	vertical-align: middle;
	background-color: #FEE9D3;
	padding: 3px;
}
.contentx td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-align: center;
	background-color: #FFFFFF;
}
.contentx h1 {
	font-size: 12px;
	margin: 0px;
	padding: 4px;
}
.tx {
	font-weight: bold;
	line-height: 26px;
	background-image: url(txline.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFF00;
}
.tx td {
	text-indent: 3em;
	filter: DropShadow(Color=#555555, OffX=1, OffY=1, Positive=true);
}
.list ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 26px;
	color: #FF6600;
}
.list li {
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EFEFEF;
}
.list img {
	border: 1px solid #000000;
}


.blk {
	clear: both;
}
