/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */
a:link {text-decoration: none;} /* 未访问的链接 */
a:visited {text-decoration: none;} /* 已访问的链接 */
a:hover {text-decoration:underline;} /* 鼠标在链接上 */
a:active {text-decoration: none;}  /*点击激活链接 */

Body
{
    FONT-FAMILY: "宋体";
    FONT-SIZE: 9pt;
    text-decoration: none;
    line-height: 150%;
    background:#ffffff;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.sydh1{
	margin-left:21px; color:#FFFFFF
	}
	
.sydh2{margin-left:12px;COLOR:#ffffff}

.btn1 {
	font-size: 9pt;
	border: 1px solid #2A68B5;
	height: 22px;
	color: #FFFFFF;
	background-color: #4D8ED8;
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 165%;
}

Input
{
    FONT-SIZE: 12px;
    HEIGHT: 20px;
}
Button
{
    FONT-SIZE: 9pt;
    HEIGHT: 20px;
}
Select
{
    FONT-SIZE: 9pt;
    HEIGHT: 20px;
}
.hand{ cursor:hand;}

.WH00{ display:none;}

