﻿body
{
	margin:0px;
	font-family: "宋体";
	font-size:12px;
}
.style1 {	font-family: "宋体";
	font-size: 12px;
	color: #c2c3c4;
}
.style2 {	font-family: "宋体";
	font-size: 14px;
	color: #594936;
	font-weight: bold;
}
.style3 {	font-family: "宋体";
	font-size: 12px;
	color: #594936;
}
.style4 {	font-family: "宋体";
	font-size: 12px;
	color:#FF0000 ;
}
a.style1 {
	font-size: 12px;
	color: #c2c3c4;
	font-family: "宋体";
}
a.style1:link {
	color: #c2c3c4;
	text-decoration: none;
}
a.style1:visited {
	text-decoration: none;
	color: #c2c3c4;
}
a.style1:hover {
	text-decoration: none;
	color: #FF0000;
}
a.style1:active {
	text-decoration: none;
	color: #FF0000;
}
a.style2 {
	font-size: 12px;
	color: #FF0000;
	font-family: "宋体";
}
a.style2:link {
	color: #FF0000;
	text-decoration: none;
}
a.style2:visited {
	text-decoration: none;
	color: #FF0000;
}
a.style2:hover {
	text-decoration: none;
	color: #0000FF;
}
a.style2:active {
	text-decoration: none;
	color:  #0000FF;
}
a.style3 {
	font-size: 12px;
	color: #594936;
	font-family: "宋体";
}
a.style3:link {
	color: #594936;
	text-decoration: none;
}
a.style3:visited {
	text-decoration: none;
	color: #594936;
}
a.style3:hover {
	text-decoration: none;
	color: #FF0000;
}
a.style3:active {
	text-decoration: none;
	color: #FF0000;
}

.style5 {
	font-size: 12px;
	color: #000000;
	font-family: "宋体";
}