body {
    background-color: black;
}

body,td,th {   
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #C0C0C0;
}

.description, .intro {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.description, .description td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-collapse: collapse;
}

table {
    border-collapse:collapse;
    table-layout:fixed;
}

table,td,th {
    border: 2px solid #808080;    
    padding: 4px;
}

th {
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

small {
    font-size: 7.5pt;
}

hr {
    color: #808080;
    height: 1px;
}

img {
    border-style:none;
}

a {
    color: #FFFFFF;
}
a:hover {
    color: #C12020;
    text-decoration: none
}

.adminbar {
    font-size:7.5pt;
    text-align:right;
    width:100%;
}

a.zipaction {
    text-decoration: none;
}

.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 120px;
    padding: 8px;
}

.menu p {
    margin-top: -3px;
    margin-bottom: 0px;
}

.menu a {
    font-size: 7.5pt;
}

.menu .menuHead {
    font-size: 10pt;
    color: #c12020;
    text-decoration: none;
    font-weight: bold;
    height: 16px;
}

.menu .collapsable .menuHead {
    cursor: pointer;
}

.menu .collapsable { 
    overflow: hidden;
    height: auto;
}

.menu hr {
    border: none;
    height: 1px;
    background-color: #C0C0C0;
    margin-top: 5px;
}

.content {
    margin-left: 133px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}
