


@import url(../../site/plain.css);


BODY   {
       color: white;
       background-image: none;
       background-color: black;
       font-family: verdana, tahoma, sans-serif;
       }
HR     {
       height: 1px;
       color: white;
       border: none;
       border-top: 1px solid white;
       }


#tface {
       width: 100%;
       height: 100%;
       display: table;
       }
#tcapt {
       display: table-caption;
       }
#ahead,
#abody,
#afoot {
       display: table-row;
       }
#lhead {
       width: 10%;
       height: 10%;
       display: table-cell;
       text-align: center;
       vertical-align: middle;
       }
#mhead {
       width: 80%;
       height: 10%;
       display: table-cell;
       text-align: left;
       vertical-align: bottom;
       }
#rhead {
       width: 10%;
       height: 10%;
       display: table-cell;
       text-align: center;
       vertical-align: middle;
       }
#lbody {
       display: table-cell;
       text-align: center;
       vertical-align: top;
       }
#mbody {
       display: table-cell;
       text-align: center;
       vertical-align: middle;
       background-image: url(BGhewn.jpg);
       padding: 3.5em 3.5em 4.9em 3.5em;
       border-width: 1pt;
       border-color: white;
       border-style: solid;
       }
#rbody {
       display: table-cell;
       text-align: center;
       vertical-align: bottom;
       }
#lfoot {
       width: 10%;
       height: 10%;
       display: table-cell;
       text-align: center;
       vertical-align: middle;
       }
#mfoot {
       width: 80%;
       height: 10%;
       display: table-cell;
       text-align: center;
       vertical-align: bottom;
       }
#rfoot {
       width: 10%;
       height: 10%;
       display: table-cell;
       text-align: center;
       vertical-align: middle;
       }
#rhead,
#rbody,
#rfoot,
#abbar {display: none;}


A:link,
A:visited,
A:active,
A:hover {
    color: white;
    text-decoration: none;
    }
#lbody A:link,
#lbody A:visited,
#lbody A:active,
#lbody A:hover,
#rbody A:link,
#rbody A:visited,
#rbody A:active,
#rbody A:hover {
    color: white;
    display: block;
    text-decoration: none;
    padding: 1pt;
    border-width: 1pt;
    border-color: black;
    border-style: solid;
    background-image: none;
    background-color: transparent;
    }
#lbody A:link,
#lbody A:visited,
#lbody A:active,
#lbody A:hover {
    margin: 0pt 2pt 0pt 0pt;
    }
#rbody A:link,
#rbody A:visited,
#rbody A:active,
#rbody A:hover {
    margin: 0pt 0pt 0pt 2pt;
    }
#lbody A:hover,
#rbody A:hover {
    border-color: white;
    background-image: url(BGhewn.jpg);
    }



IMG,
APPLET,
OBJECT {
    border-color: #f5f5f5; /* whitesmoke */
    border-width: 2pt;
    border-style: inset;
    background-color: black;
    }
#mbody TABLE {
    text-align: center;
    vertical-align: middle;
    }