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