/* CSS Document */
/*页面主体*/
body{
    text-align:center;
    font-family:arial,helvetica,sans-serif;
    padding-top:0px;
    margin:0px;
    font-size:12px;
    }
#yemian{
	width:964px;
	text-align:center;
	margin:0px auto 0px auto;
	}
/*灰色字体*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#hh_text{
	color:#444444;
	font-family:arial;
	font-size:12px;
	}
#hh_text a{
	font-family:arial;
	font-size:12px;
	color:#444444;
    }
#hh_text a:link{
	font-family:arial;
	font-size:12px;
    text-decoration:none;
    color:#444444;
    }
#hh_text a:hover{
	font-family:arial;
	font-size:12px;
    text-decoration:none;
    }
#hh_text a:visited{
	font-family:arial;
	font-size:12px;
	color:#444444;
    text-decoration:none;
    }
/*框*/
#kuang{
	border-style:solid;
	border-color:#598fab;
	border-width:1px;
	}