A:link{
    color:#7F7F7F;
}
A:visited{
    color:#7F7F7F;
}
A:active{
    color:#BC0021;
}
A:hover{
    color:#BC0021;
}


BODY{
    color               :   #000000;
    background-color    :   #FFFFFF;
    margin              :   0px;
}

TABLE{
    border-width        :   0px;
}

TABLE.main{
    border              :   1px solid #000000;
    margin-top          :   20px;
    margin-bottom       :   20px;
}

.border_on_tb{
    border-top          :   0px;
    border-bottom       :   1px solid #000000;
    border-left         :   0px;
    border-right        :   0px;
}

TD.main_r_t{
    background-repeat   :   no-repeat;
    background-image    :   url( "/main/images/bg_main_r_t.gif" );
    background-position :   right top;
    text-align          :   right;
}

TD.main_r_b{
    background-repeat   :   no-repeat;
    background-image    :   url( "/main/images/bg_main_r_b.gif" );
    background-position :   right bottom;
    text-align          :   right;
}

TD.main_l_t{
    background-repeat   :   no-repeat;
    background-image    :   url( "/main/images/bg_main_l_t_logo.gif" );
    background-position :   left top;
}

TD.main_l_b{
    background-repeat   :   no-repeat;
    background-image    :   url( "/main/images/bg_main_l_b.gif" );
    background-position :   left bottom;
}

TD.main_b{
    background-repeat   :   no-repeat;
    background-image    :   url( "/main/images/bg_main_b.gif" );
    background-position :   bottom;
}

IMG{
    border-width    :   0px;
}

.txt_copyright{
    color       :   #000000;
    font-size   :   10px;
    margin-top  :   5px;
    margin-right:   5px;
    margin-bottom:  5px;
    text-align:     right;
}
