body
{
    FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,"宋体";COLOR: #666666;font-weight: normal;line-height: 20px;
    padding: 0;
    overflow-x:hidden;
}

TD.title {
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, "宋体";
	font-weight: bold;
}

.H1
{
    FONT-SIZE: 14px;
}

a{text-decoration: none;} /*链接无下划线none,有为underline*/
a:link {color: #666666;text-decoration: none;} /*未访问的链接 */
a:visited {color: #666666;text-decoration: none;} /*已访问的链接*/
a:hover{color: #666666;text-decoration: underline;} /*鼠标在链接上 */
a:active {color: #666666;text-decoration: underline} /*点击激活链接*/

#divContent
{
    width: 100%;  
    height: 920px;  
    position: absolute;  
    left: 0px;  
    top: 0px;
}

#divSide
{
    /*border: 1px ridge #000000;*/
    border-width: thin;
    border-style: ridge;
    border-color: #000000;
    height: 904px;
    width: 970px;
    margin: 8px auto 0 auto;
    background-color: #FFFFFF;
}

#divTop
{
    margin: 1px;
    background-color: #4A5157;
    width: 968px;
    height: 23px;
    vertical-align: middle;
}

#divMenu
{
    width: 952px;
    height: 61px;
    background-image: url('../ClientBin/images/Menu1.jpg');
    margin-left: 9px;
}

#divMenu table
{
    border-width: 0px;
    height: 33px;
    color: #FFFFFF;
    cursor: default;
}

#silverlightControlHost
{
    height: 758px;
    width: 970px;
    text-align: center;
}

#btnTop
{
    border-width: 0px;
    height: 88px;
    width: 970px;
    background-color: #FFFFFF;
}
