/* CSS Document */
td{
	font-family: "宋体";
	font-size: 12px;
	color:#999999;
	text-decoration: none;
	line-height: 20px;
}
.purple{
	font-size: 12px;
	color: #4a267b; 


}
a {
	font-family: "宋体";
	font-size: 12px;
	color:#ffffff ;
	text-decoration: none;

}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color:#ffffff ;
	text-decoration: none;

}
a:active {
	font-family: "宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.bg1 {
	background-image: url(html/images/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

A.sap {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A.sap:visited {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A.sap:hover {
	FONT-WEIGHT: normal; COLOR: #ff0000; TEXT-DECORATION: underline
}