body {
	margin: 0px;
	
	font-family: "宋体"
	font-size: 12px;

	background-repeat: repeat-x;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
body,td,th {
	font-family: "宋体"
	font-size: 12px;
	color: #4C4C4C;
 	line-height: 180%;
}
.input {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.white {
	color: #FFFFFF;
	font-size: 12px;
}


.menu{
	font-family: "宋体";
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px
}
.title {
	font-size: 24px;
}
.green1 {
	font-family: "宋体";
	font-size:12px;
	color: #67883E;
	font-weight: bold;
	text-decoration: none;
}
.green {
	font-family: "宋体";
	font-size:12px;
	color: #67883E;
	font-weight: bold;
	text-decoration: none;
}
.green:link{
	font-family: "宋体";
	font-size:12px;
	color: #67883E;
	font-weight: bold;
	text-decoration: none;
}
.green:visited{
	font-family: "宋体";
	font-size:12px;
	color: #67883E;
	font-weight: bold;
	text-decoration: none;
}
.green:hover{
		font-family: "宋体";
	font-size:12px;
	color: #67883E;
	font-weight: bold;
	text-decoration: underline;
}
.green:active{
		font-family: "宋体";
	font-size:12px;
	color: #67883E;
	font-weight: bold;
	text-decoration: none;
}
.more {
	text-transform: capitalize;
	font-family: "宋体";
	font-size: 12px;
}
.red {
	font-size: 12px;
	color: #FF6600;
}
.hr {
	border: 1px dashed #CCCCCC;
}