/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #ff6600;text-decoration: none;} /* 鼠标在链接上 */
a:active {color: #000000;text-decoration: none;} /* 点击激活链接 */

/* 栏目标题文字链接的CSS定义 */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover {color: #ffff00;}
a.Class:active {color: #ffffff;}

Body
{
    FONT-FAMILY: "宋体";
    FONT-SIZE: 9pt;
    text-decoration: none;
    line-height: 150%;
    background:#ffffff;
    SCROLLBAR-FACE-COLOR: #2B73F1;
    SCROLLBAR-HIGHLIGHT-COLOR: #0650D2;
    SCROLLBAR-SHADOW-COLOR: #449AE8;
    SCROLLBAR-3DLIGHT-COLOR: #449AE8;
    SCROLLBAR-ARROW-COLOR: #02338A;
    SCROLLBAR-TRACK-COLOR: #0650D2;
    SCROLLBAR-DARKSHADOW-COLOR: #0650D2;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%;
}

Input
{
    FONT-SIZE: 12px;
    HEIGHT: 20px;
}
Button
{
    FONT-SIZE: 9pt;
    HEIGHT: 20px;
}
Select
{
    FONT-SIZE: 9pt;
    HEIGHT: 20px;
}
.Title
{
    background:#449AE8;
    color: #ffffff;
    font-weight: normal;
}
.border
{
    border: 1px solid #449AE8;
}
.style2 {
    font-size: 10px;
}
.style3 {
    font-size: 12px;
}
.tdbg{
    background:#f0f0f0;
    line-height: 120%;
}
.tdbgmouseover{
    background:#BFDFFF;
    line-height: 120%;
}
.tdbgmouseout1{
    background:#ffffff;
    line-height: 120%;
}
.tdbgmouseout2{
    background:#F3F3F3;
    line-height: 120%;
}
.tdbg2{
    background:#E0EEF5;
    line-height: 120%;
}
.tdbg5{
    background:#E0EEF5;
    line-height: 120%;
}
.title3{
    width:80px;
    background:url('images/titlebg4.gif');
    line-height: 120%;
    padding-top:2px;
    cursor:hand;
}
.title4
{
    width:80px;
    background:url('images/titlebg3.gif');
    color: #ffffff;
    font-weight: normal;
    padding-top:2px;
    cursor:hand;
}

.title5{
    width:80px;
    background:url('images/titlebg2.gif');
    line-height: 120%;
    padding-top:2px;
    cursor:hand;
}

.title6
{
    width:80px;
    background:url('images/titlebg1.gif');
    color: #ffffff;
    font-weight: normal;
    padding-top:2px;
    cursor:hand;
}

.Glow /*　标题文字发光效果定义，白字深蓝底 */
{
filter: Glow(Color=#0F42A6, Strength=1);Dropshadow(Color=#0F42A6, OffX=1, OffY=1,); WIDTH: 100%; COLOR: #ffffff; LINE-HEIGHT: 20px
}
.topbg /*　标题背景单元格定义，白字深蓝底 */
{
    background:#0650D2;color:#FFFFFF;
/*  font-weight:bold;text-align: centen; */
}
.topbg2 /*  浅色背景定义，用于首页细线 */
{
    background:#449AE8;
}
.bgcolor {
    background-color: #E1F4EE;
}
.bginput {
background:url("Images/TxtRule.jpg");
background-repeat:repeat-x;
font-family:ms shell dlg,tahoma,sans-serif,宋体;
font-size:12px;
border: 1px solid #a7a6aa;
HEIGHT: 20px;
}
.show_page {
    text-align: center;
}


.submit{ background:url('images/Button.gif'); text-align:center; width:64px; height:22px; border:0px; cursor:hand;}
.button{cursor: pointer;height:23px; border:1px solid #1C78B8;background:url('images/button_bg.gif') x;}
.Filebg{ background:#f0f0f0; }