body {
    background: #b7a992;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
}

table td {
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
}

h1 {color:#333333;}
h2 {color:#333333;}
h3 {color:#333333;}
a  {color:#0000ff;}

/*.menu {
    padding-left: 10px;
}*/

.menu_back {
    background: #e0e0e0 url(/images/menu_back.jpg) repeat-y;
    padding: 5px;
    font-size: 8pt;
    font-weight: bold;
}

.menu_back a {
    display: block;
    color: 355491;
    text-decoration: none;
    margin-top: 8px;
    padding-left: 12px;
    padding-top: 5px;
    width: 124px;
    height: 16px;
}

.menu_back a:hover {
   background: #ded6c5;
}

.menu_table {
   height:100%;
}

.body_back {
   background: #e0e0e0 url(/images/body_back.jpg) repeat-y;
   padding: 21px 10px 0px 10px;
   width: 585px;
   font-size: 10pt;
}

.body_foot {
   background: #e0e0e0;
}

.main_table {
   border: 3px solid #bcbbbb;
}

.footer {
   font-size: 8pt;
   text-align: center;
   color: black;
}

.footer a {color: black; text-decoration: none;}
