﻿body {
    background: #FFF6CC;
}
img.NoBorder {
    border-style: none;
}

a.ColoredLink {
    color: #870000;
    text-decoration: none;
}

    a.ColoredLink:hover {
        color: #BF0000;
        cursor: pointer;
        text-decoration: underline;
    }

span.ShowMore {
    color: #870000;
    text-decoration: none;
}

    span.ShowMore:hover {
        Color: #BF0000;
        cursor: pointer;
        text-decoration: underline;
    }


/* Menu */
a.MenuItem {
    font-size: 16px;
}

a.SubMenuItem {
    font-size: 14px;
}

table.MenuTable {
    padding-top: 2px;
    border-spacing: 0px;
    border: 1px;
    width: 600px;
}

td.CurrentMenuItem {
    text-align: center;
    border: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color: black;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: white;
}

td.OtherMenuItem {
    text-align: center;
    border: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    color: black;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-color: white;
}
div.SubMenu {
    border: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: white;
    padding: 6px;
    background: #FFF6CC;
    text-align: left;
    font-size: 14px;
    color: white;
    line-height: 22px;
}