@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin: 0px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.input {
	width: 96%;
}

.clear {
	clear: both;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F6F6F6;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
}

img{
	border: 0px;
}


a {
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#F60;
	text-decoration: none;
}


/* 容器定义 */
#container {
	width:930px;
	margin-right: auto;
	margin-left: auto;
}

/* 头部定义 */
#head {
	height: 90px;
	padding-top: 10px;
}


/* 中间定义 */
#main {
}

#column {
	float: left;
	clear: both;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 140px;
	line-height: 200%;
}

#content {
	margin-left: 220px;
	line-height: 150%;
	color: #808080;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#content p {
	text-indent: 26px;
}

#content h1 {
	text-indent: 26px;
	font-family: "黑体";
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content h2 {
	text-indent: 26px;
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 20px;
}

#content h3 {
	text-indent: 26px;
	/*	font-family: "黑体";*/
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	/*	padding-top: 20px;
*/	padding-bottom: 6px;
}

#content ul {
	padding-left: 50px;
}

#content ol {
	padding-left: 22px;
}

#content ol li {
	list-style-type: decimal;
}

#content strong {
/*	color: #333333;
*/}

#content blockquote{
	padding-left: 26px;
}

.table1 {
	/*	width: 95%;
*/	margin-left: 28px;
	width: 95%;
}

.table1_td1{
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	line-height: 100%;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.table1_td2{
	border: 1px solid #CCCCCC;
	padding: 20px;
	font-size: 14px;
	vertical-align: top;
}



.table2 {
/*	width: 95%;
*/	margin-left: 36px;
	border-top:2px solid #aaa;
}

.table2 tr td{
	border-bottom:1px solid #ccc;
	padding:3px 30px 3px 0;
	vertical-align: top;
}

#content_imgright {
	float: right;
	padding-left: 30px;
}

#content a {
	color:#000000;
	text-decoration:underline;
}

#content a:hover{
	color:#F60;
	text-decoration: none;
}

/* 底部定义 */
#foot {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #999999;
}

#foot_left {
	float: left;
}

#foot_right {
	float: right;
	clear: both;
}

#foot img {
	position:relative;
	top: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

#foot a {
	color:#999999;
	text-decoration: none;
}

#foot a:hover{
	color:#F60;
	text-decoration:underline;
}

