@charset "utf-8";
/* CSS Document */

body,td,th {
	margin: 0px;
	font-size: 12px;
}
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000;} /* 未访问的链接 */
a:visited {color: #000;} /* 已访问的链接 */
a:hover{color: #C00;} /* 鼠标在链接上 */ 
a:active {color: #C00;} /* 点击激活链接 */
.bg_1 {
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 87px;
	font-size: 12px;
	line-height: 20px;
	font-family: "Comic Sans MS";
}
.bg_2 {
	background-image: url(../images/bg_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.div_1 {
	height: 97px;
}
.div_1 li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
}
.div_2 {
	margin-right: 20px;
	margin-left: 20px;
	height: 430px;
}
.div_2 li {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lmbg_2 {
	background-image: url(../images/lmbg_2.gif);
	background-repeat: repeat-x;
}
.font_1 {
	font-size: 14px;
	line-height: 25px;
	font-family: "Comic Sans MS";
}
.font_1 a {
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.font_2 {
	font-size: 14px;
	line-height: 36px;
}
.font_3 {
	font-size: 16px;
	color: #C00;
	word-spacing: 2px;
}

.table_1 {
	border: 1px solid #e2e2e2;
	font-size: 14px;
	line-height: 25px;
}
.table_2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
.table_2 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.d_bg {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 15px;
}
.d_bg_2 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 30px;
	background-image: url(../images/006.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.d_bg_2 a {
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.input_1 {
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}
.button_1 {
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	font-size: 12px;
	height: 18px;
}