/* All pages */
    BODY {
     background-color: white;
     color: #666666;
     font-family: Verdana;
     font-size: small;
     background-image: url(../../bnr/bkg.jpg);
     background-repeat: no-repeat;
     background-position: bottom right;
     background-attachment: fixed;
    }

    DIV.header {
    }
    
    DIV.footer {
     font-family: Georgia;
     font-size: x-small;
     border-color: #CCCCCC;
    }

    IMG {
    }

    A, A:visited {
     color: #666666;
     text-decoration: underline;
    }
    A:hover, A:visited:hover {
     color: #993333;
     background-color: #FFCCCC;
     text-decoration: none;
    }
    A.adv, A.adv:visited {
    }
    A.adv:hover, A.adv:visited:hover {
    }

    TABLE {
    }
    TABLE TR {
    }
    TABLE TH {
     font-size: large;
     font-weight: bold;
     border-color: #666666;
     background-color: #999999;
    }
    TABLE TD {
     border-color: #666666;
    }
/* end of All pages */

/* Index */
    DIV.index_adv {
    }
    
    A.enter, A.enter:visited, A.enter:hover, A.enter:visited:hover {
     font-weight: bold;
     font-family: Georgia;
     font-size: x-large;
    }

    TABLE.recips {
    }
    TABLE.recips TR {
    }
    TABLE.recips TH {
    }
    TABLE.recips TD {
     background-color: #CCCCCC;
    }
    TABLE.warning {
    }
    TABLE.warning TR {
    }
    TABLE.warning TH {
    }
    TABLE.warning TD {
     background-color: #CCCCCC;
    }
/* end of Index */

/* Main */
    DIV.main_adv {
    }
    TABLE.main {
    }
    TABLE.main TR {
    }
    TABLE.main TH {
    }
    TABLE.main TD {
    }
/* end of Main */

/* Gallery */
/* end of Gallery */

