body {
    font:10pt arial, sans-serif;
    background-color: #eddec1;
}

table.content {
    position:relative;
    width:720px;
    border:0px solid #999999;
    border-width: 0px;
    border-spacing: 0px;
    border-style: outset;
    border-collapse: collapse;
    text-align:left;
}

table.content td.nav_bar {
    background-color: #cc9b4c;
}

table.content td.nav_link_contain {
    background-color: #eddec1;
    text-align:center;
}

table.content td.quotes {
    padding-top:34px;
    width:202px;
    background-color: #eddec1;
}

table.content td.content {
    border-width: 0px;
    border-style: solid;
    border-color: black;
    background-color: #eddec1;
    padding-top:10px;
}

a.body_link {
    color:#127147;
}
hr.dl_divider {
    width:128px;
    position:relative;
    border:1px solid #e1b876;
    float:left;
}

