﻿body {
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial;
    font-weight: normal;
    font-size: 18px;
    min-width: 311px;
    color: #333;
}

a:link a:visited a:hover a:active {
    color: #374A5C;
    text-decoration:underline;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffffcc;
}
.table-hover tbody tr td {
    font-size: 8pt;
}
div.container {
    padding: 4px;
    max-width: 800px;
    margin: 0 auto;
    font-family: Helvetica,Arial;
    font-weight: normal;
    font-size: 17px;
    color: #333;
    border: 5px solid #e9e9e9;
}
div.header {
    padding: 20px;
    width: 100%;
    background-color: #374A5C;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.content
{
    padding:20px;
}
    div.content table 
    {
        margin: 0 auto;
    }

h1, h2, h3 {
    color: #374A5C;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active, .breadcrumb a:hover {
    text-decoration: none;
}
.headbar
{
    position:relative;
    top:10px;
}
.buildit {
    font-family: Helvetica,Arial;
    opacity: 0.4;
    font-size: 7pt;
    text-align: right;
    padding-left: 20px;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}