body { 
    margin-top: 0; 
    margin-bottom: 0; 
    margin-left: 10; 
    margin-right: 10;
    background-color: #5b6c8e;
    font-family: sans-serif;
    font-size: 10pt;
}
a {
    color:#547b94;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}

.sidenav {
        font-size: 12px;
        padding: 0;
        margin: 0;
        white-space: nowrap;
}
.sidenav li {
        display: inline;
        list-style: none;
}
.sidenav li a {
        display: block;
        margin-bottom: 2px;
        padding: 3pt 8pt 3pt 8pt;
        background-color: #ddd;
        border: 1px solid #ccc;
        color: #444;
}

.sidenav a:hover, .sidenav-selected a:hover {
        background-image: none !important;
        border: 1px outset #999 !important;
        color: #fff !important;
        background-color: #aaa !important;
}

.sidenav-selected {
        color: white !important;
        border: 1px solid #cdba9f !important;
        background: #5b6c8e !important;
}

table.listing {
   border: solid #745e3d 2px;
   width: 100%;
   margin-top: 3px;
   border-collapse: collapse;
}
table.listing th {
   font-size: 9pt;
   color: #fff;
   background-color: #745e3d;
   text-align: center;
}
table.listing tr {
   font-size: 10pt;
}
table.listing td {
   padding: 2px;
   margin: 2px;
   line-height: 20pt;
   border-top: 1px solid #745e3d;
}

h1 {
   font-size: 10pt;
}

.caption {
   font-size: 9pt;
}

