.A {
    font-size: 12px;
    color: #999999;
    line-height: 21px;
}

.B {
    font-size: 12px;
    color: #666666;
    line-height: 21px;
}

    .B a:link {
        font-size: 12px;
        color: #666666;
        text-decoration: underline;
    }

    .B a:visited {
        font-size: 12px;
        color: #666666;
        text-decoration: underline;
    }

    .B a:hover {
        font-size: 12px;
        color: #666666;
        text-decoration: underline;
    }

.C {
    font-size: 12px;
    color: #733500;
    line-height: 21px;
}

    .C a {
        font-size: 12px;
        color: blue;
        line-height: 21px;
        text-decoration: underline;
    }

        .C a:link {
            font-size: 12px;
            color: blue;
            line-height: 21px;
            text-decoration: underline;
        }

        .C a:visited {
            font-size: 12px;
            color: blue;
            text-decoration: underline;
        }

        .C a:hover {
            font-size: 12px;
            color: red;
            text-decoration: underline;
        }

.D {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 21px;
}


.E {
    font-size: 12px;
    color: #C0C0C0;
    line-height: 15px;
}

    .E a:link {
        font-size: 12px;
        color: #C0C0C0;
        line-height: 15px;
        text-decoration: none;
    }

    .E a:visited {
        font-size: 12px;
        color: #C0C0C0;
        text-decoration: none;
    }

    .E a:hover {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
    }

.F {
    font-size: 12px;
    color: #999999;
    line-height: 21px;
}

.J {
    font-size: 12px;
    color: #3300FF;
    line-height: 21px;
    font-weight: normal;
}

.G {
    font-size: 12px;
    color: #3399FF;
    line-height: 21px;
}

    .G a:link {
        font-size: 12px;
        color: #3399FF;
        text-decoration: underline;
    }

    .G a:visited {
        font-size: 12px;
        color: #3399FF;
        text-decoration: underline;
    }

    .G a:hover {
        font-size: 12px;
        color: #3399FF;
        text-decoration: underline;
    }

.G2 {
    font-size: 10px;
    color: #3399FF;
    line-height: 21px;
}

    .G2 a:link {
        font-size: 10px;
        color: #3399FF;
        text-decoration: underline;
    }

    .G2 a:visited {
        font-size: 10px;
        color: #3399FF;
        text-decoration: underline;
    }

    .G2 a:hover {
        font-size: 10px;
        color: #3399FF;
        text-decoration: underline;
    }

TABLE.listTable {
    background: #ffffff;
}

    TABLE.listTable TH {
        background: #7F7F7F;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        height: 22px;
        font-weight: normal;
    }

    TABLE.listTable TD {
        background: #EAEAEA;
        font-size: 12px;
        color: #666666;
        line-height: 21px;
        height: 22px;
        text-align: center;
    }


/*****************************************************
* MsgBox
******************************************************/
#DivMsgBoxBack {
    background: #eee;
    filter: alpha(opacity=70);
    width: 320px;
    height: 240px;
    position: absolute;
    z-index: 1001;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.7;
}

#DivMsgBoxContainer {
    background: #ffffff;
    border: solid 1px #ccc;
    width: 250px;
    position: absolute;
    padding: 3px;
    text-align: center;
    z-index: 1003;
    left: 100px;
    top: 100px;
    display: none;
}

#DivMsgBoxTitle {
    background: #DDDDDD;
    border: solid 1px Gray;
    color: Black;
    text-align: left;
    font-size: 12px;
    padding: 2px;
}

#DivMsgBoxContent {
    text-align: center;
    font-size: 12px;
    padding: 2px;
}


/*********************************************************
* Bulletin Detail
*********************************************************/
#DivBDShadow {
    background: #000;
    width: 320px;
    height: 240px;
    position: absolute;
    z-index: 1001;
    left: 0px;
    top: 0px;
    display: none;
}

#DivBDContainer {
    background: #ffffff url(/images/bulletin/news_popwindow_bg.gif) 0 0 no-repeat;
    border: solid 2px #cccccc;
    width: 576px;
    height: 405px;
    position: absolute;
    z-index: 1002;
    text-align: left;
    left: 0px;
    top: 0px;
    display: none;
}

    #DivBDContainer A:link @ {
        text-decoration: underline;
        color: #7EB348
    }

    #DivBDContainer A:visited {
        text-decoration: underline;
        color: #9A9A9A
    }

    #DivBDContainer A:active {
        text-decoration: underline;
        color: #666666
    }

    #DivBDContainer A:hover {
        text-decoration: underline;
        color: #666666
    }

    #DivBDContainer span.link {
        text-decoration: underline;
        color: #7EB348
    }

        #DivBDContainer span.link:hover {
            text-decoration: underline;
            color: #666666
        }

    #DivBDContainer .graytype {
        font-size: 12px;
        line-height: 18px;
        color: #666666;
    }

    #DivBDContainer .newsheadline {
        font-size: 14px;
        color: #99CC66;
        font-weight: bold;
        padding: 2px;
        height: 20px;
    }

#DivBDContent {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: left;
    padding: 5px;
    width: 560px;
    height: 300px;
    overflow: auto;
    border-bottom: dotted 1px #99cc66;
    border-top: dotted 1px #99cc66;
}
