body
{
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    margin: 0px 0px 0px 0px;
    color: black;
    background-color: white;
}

.legalcopy {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}

.menu {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #c92c51;
    background-color: white;
}

td.menuitem {
    padding: 2px 6px 6px 6px;
    border-right: 1px solid gray
}

td.menuitemlast {
    padding: 2px 6px 6px 6px;
}

a.menu:link {
    color: #c92c51;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
}

a.menu:active {
    text-decoration: underline;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}
a.menu:visited {
    color: #c92c51;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
}

a.menu:hover {
    text-decoration: underline;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}
