body{
	font-size: 12px;
	line-height: 200%;
	word-break:break-all;
	margin: 0px;
	background-color: efefef;
	font-family: "宋体";
}
td{
	font-size: 12px;
	line-height: 150%
	word-break:break-all;
	font-family: "宋体";
}
.whiteBold {
	font-family: "宋体";
	line-height: 200%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
}
.black {
	font-family: "宋体";
	line-height: 200%;
	color: #000000;
	font-size: 9pt;
}
.blue{
	font-family: "宋体";
	line-height: 200%;
	color: #26316C;
	font-size: 9pt;
}      
a:link {
	color: #26316C
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
a:visited {
	color: #26316C;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	position: relative;
	top: -1px;
	right: -1px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
a:active {
	color: #26316C;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.myfont{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 200%;
	color: #A8A8A8;
	text-decoration: none;
	font-weight: bold;
}