body {
    background-color: #ffffff;
}

body, form {
    margin: 0px;
}

body, td {
    font-family: Geneva, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5f5f5f; 
}

h2 {
    font-size: 19px;
    color: #5f5f5f; 
    font-family: Arial;
}

a.invisible:link, a.invisible:visited {
    text-decoration: none;
    color: #7f7f7f;
}

a:link, a:visited {
    color: #2f8f6f;
}

a.menuBar:link, a.menuBar:visited {
    color: #1f7f5f;
    text-decoration: none;
    font-weight: bold;
}

a.menuBar-Hover:link, a.menuBar-Hover:visited {
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

td.menuBar {
    background-color: #6fcfaf;
    /*padding-left: 150px;*/
}

td.menuBar-Button {
    font-weight: bold;
}

td.menuBar-Lft { }
td.menuBar-Rgt { }
td.menuBar-Mid { padding: 0px 4px; }

td.content {
    background-color: #efefef;
    padding: 1em 8px;
}

td.footer {
    background-color: #6fcfaf;
    padding: 4px 8px;
    text-align: right;
    font-size: 11px;
    color: #2f8f6f;
    line-height: 140%;
}

td.footer a, td.footer a.invisible {
    color: #2f8f6f;
}

th {
    font-size: 11px;
    text-align: left;
    padding: 2px 4px;
    background-color: #cfcfcf;
}

td.row {
    background-color: #dfdfdf;
    padding: 2px 4px;
}