body {
	background-color: #DAF1EE;
    margin: 5px;
}
hr {
	border: 1px solid #3EA893;
	text-align: center;
	position: relative;
	height: 1px;
	width: 100%;
}
input {
	font-family: "Arial", "仿宋";
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
select {
	font-family: "Arial", "仿宋";
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
td {
	font-family: "Arial", "仿宋";
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
textarea {
	font-family: "Arial", "仿宋";
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
a:link {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: underline;
}
.site_name {
	font-weight: bolder;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 36px;
	line-height: 150%;
}
.sub_title {
	font-family: "Arial", "宋体";
	font-size: 14px;
	line-height: 150%;
	font-weight: bolder;
	color: #FF6600;
}
.top_link {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}
.top_link:link {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.top_link:visited {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}
.top_link:hover {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
	text-decoration: underline;
}
.top_link:active {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: underline;
}
.tableborder {
	border: 1px solid #3EA893;
}
.title {
	font-family: "Arial", "宋体";
	font-size: 12px;
	line-height: 150%;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}