
html {
    font-size: 12px;
    font-family: arial;
}

a {
    text-decoration: none;
    color: #006699;
    font-size: 12px;
    font-family: arial;
}

a:hover {
    text-decoration: underline;
}

.data {
    text-align: center;
}

.data table, .data td {
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 2px;
    color: #333333;
    text-align: center;
}

.left, .header_left {
    float: left;
    width: 200px;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
}

.header_left {
    padding-top: 45px;
    padding-left: 4px;
    padding-right: 0px;
    margin-right: 0px;
    width: 190px;
}

.right {
    float: left;
    width: 800;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}

.middle {
    height: 100%;
}

.reset {
    clear: both;
}

.header {
    text-align: center;
    background-color: #ffffff;
    margin-top: 5px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 15px;
    width: 1000px;
}

.header font {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
}

.divider {
    height: 29px;
    background-color: #ffffff;
    padding-left: 16px;
    padding-right: 15px;
}

.divider-message {
    margin-top: 7px;
    margin-left: 20px;
    font-size: 12px;
    font-family: arial;
    color: #bb0000;
}

.footer {
    height: 29px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 15px;
    line-height: 0px;
    width: 1000px;
}

.body {
    width: 1020;
    height: 100%;
    background-color: #ffffff;
    padding-left: 16px;
    padding-right: 15px;
    padding-bottom: 1px;
}

.menu_item {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.selected a{
    color: #990000;
}

.body-header{
    color: #003399;
    font-size: 24px;
    border-bottom: 1px solid #999999;
    margin-left: 20px;
    margin-right: 20px;
}

.body-content{
    font-size: 12px;
    color: #333333;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
}
.body-content table{
    font-size: 12px;
    color: #333333;
}

.body-updates{
    font-size: 12px;
    border: 1px solid #999999;
    width: 300px;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    float: right;
    background-color: #e0e0e0;
}

.body-updates li{
    list-style-position; outside;
    margin-left: 15px;
    margin-bottom: 5px;
}

.body-updates h4{
    margin-top: 10px;
    margin-bottom: 7px;
}

.indented {
    margin-left: 40px;
}

.indented-heading {
    text-decoration: underline;
}

.caption {
    color: #003399;
}

