body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
a{
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	color: orange;
}
.bigTitle {
	color: #6C6C6C;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
}
.smallTitleGreen {
	font-size: 12px; 
	font-weight: bold; 
	font-family: "宋体";
	color: #69A321; 
}
.contentGray {
	font-family: "宋体";
	font-size: 12px; 
	color: #6C6C6C;
}
.middleTitleGreen {
	color: #69A321;
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
}
.contentGreen {
	font-family: "宋体";
	color: #69A321; 
	font-size: 12px;
}
.specialFunc {
	color: #F56825;
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
	border:1px solid;
	text-decoration: none;
}
.thin_border_ele {
	border: 1px #808080 solid;
}