.functionSingleStyle {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
.functionDoubleStyle {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
    background-color:#E8FAFB;
	text-decoration: none;
}
a.functionSingleStyle:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
a.functionDoubleStyle:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	background-color:#E8FAFB;
	text-decoration: none;
}
a.functionSingleStyle:hover  {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FF6600;
	text-decoration: none;
}
a.functionDoubleStyle:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #FF6600;
	background-color:#E8FAFB;
	text-decoration: none;
}
a.functionSingleStyle:link  {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
a.functionDoubleStyle:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
    background-color:#E8FAFB;
	text-decoration: none;
}
