@charset "utf-8";
body {
    color: #333333;
    scrollbar-3dlight-color: #B4B4B4;
    scrollbar-arrow-color: #333333;
    scrollbar-base-color: #EEEEEE;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #EEEEEE;
    scrollbar-highlight-color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-family: "Bookman Old Style";
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background: url("../../images2/jin_bg.png");
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none
}

a:active {
    color: red;
    text-decoration: none
}

a:hover {
    color: #333333;
    text-decoration: underline
}

a.white:link {
    text-decoration: none;
    color: #b8b8b8
}

a.white:visited {
    text-decoration: none;
    color: #b8b8b8
}

a.white:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.left {
    background: url(../images/left_bg.gif) #f3f3f0 no-repeat bottom;
}

.whitetd {
    color: #ffffff;
}

.redtd {
    color: #FF0000;
    font-weight: bold;
}

.img {
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(OffX=5, OffY=5, Color='gray', Positive='true');
}

td {
    font-size: 16px;
    /*/line-height: 20px;*/
    font-family: "Bookman Old Style";
}

a.red:link {
    text-decoration: none;
    color: red
}

a.red:visited {
    text-decoration: none;
    color: red
}

a.red:hover {
    text-decoration: none;
    color: red
}

a.3:link {
       text-decoration: none;
       color: white
   }

a.3:visited {
       text-decoration: none;
       color: white
   }

a.3:hover {
       text-decoration: none;
       color: #d0ccd0
   }

.line {
    line-height: 20px
}

.il {
    line-height: 20px
}

.form {
    font-size: 16px;
}

.btn {
    font-size: 16px;
    height: 21;
    border-style: ridge;
    border-width: 1
}

.title {
    font-family: '微软雅黑';
    font-size: 16px;
    font-weight: bold;
    color: #006699;
}

.bird_img img{
    width: 120px;
    height: 120px;
}

.page_show { margin: 20px 0;text-align: center }
.page_show a { display: inline-block; height: 30px; line-height: 30px; min-width: 30px; text-align: center; background: #F2F2F2; margin-right: 2px; }
.page_show a:hover, .page_show a.page_current { background: #CC3366; color: #FFF; }
