/* CSS Document */
/* 主样式 */
/* html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
html,body{
    height:100%;
    width:100%; 
	font-family: "宋体";
    line-height:150%;
	font-size: 12px;
	color: #060606;
	text-decoration: none;
    background-color:#ffffff ;
/*  background-image: url(/about/images/about_bg.gif); */
	background-repeat: repeat-y;
	background-position: center top;
	MARGIN: 0px auto;
	text-align:center;
}
td { font-size: 12px;color: #555555;font-family:"宋体";}
a:link {
	font-family: "宋体";
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: "宋体";
	color: #666666;
	text-decoration: none;
}
.text {
	color: #FFFFFF;
	background-color: #570000;
	border-color: #FF0000;
	font-size: 12px;
}