.header {
    background-color: #369;
    color: #FFF
    }
.content {
    background-color: #DDD
    }
A:link, A:visited {
    font-weight: bold;
    font-size: 12px;
    color: #009;
    font-family: Arial;
    text-decoration: none
    }
A:hover {
    font-weight: bold;
    font-size: 12px;
    color: #00F;
    font-family: Arial;
    text-decoration: underline
    }
A:link.menu, A:visited.menu {
    font-weight: bold;
    font-size: 12px;
    color: #009;
    font-family: Arial;
    text-decoration: none
    }
A:hover.menu {
    font-weight: bold;
    font-size: 12px;
    color: #00F;
    font-family: Arial;
    text-decoration: underline
    }
.tableBorder {
    border: solid 1px #64F
    }
HR {
    color: #64F
    }
.tabspace {
    margin-left: 45px
    }
TD.nav {
    padding: 1px 2px 1px 5px;
    border-style: none
    }
TABLE.NAV {
    margin-top: 20px;
    margin-bottom: 25px;
    border-style: none
    }
Table.nav2 {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: black;
    background-color: #DDD
    }
DT {
    font-weight: bold;
    font-size: 11pt;
    margin-top: 10px
    }
.LeftTab {
    background-color: #FFF
    }
.RightTab {
    padding: 0 5px 10px 5px
    }
address {
    font-style: normal;
    font-family: arial;
    font-size: 9pt
    }
.Footer {
    margin-top: 5px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: black
    }
.PageHeader {
    padding-left: 10px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: black;
    background-color: #DDD
    }
.hider {
    display: none
    }
.shower {
    display: block
    }