body
{
    font-size: 11px;
    color: white;
    font-family: Verdana;
    text-align: left;
    background-color: black;
}

.HeaderTitle
{
    color: #898B74;
    font-size: 28px;
    font-family=:Verdana, Arial, Helvetica, sans-serif;
}

.HeaderMenu
{
    font-weight: bold;
    font-size: 18px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}
.HeaderMenuDisabled
{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: mediumspringgreen;
    font-family: XArial;
    text-decoration: none;
}
.HeaderMenuSelected
{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-family: Arial;
    text-decoration: none;
    border-top: white thin solid;
    border-bottom: white thin solid;
}
.HeaderMenuHover
{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffff99;
    font-family: Arial;
    text-decoration: none;
}

.ContentTitle
{
    font-weight: bold;
    font-size: 14px;
    color: orange;
    font-family: Arial;
    text-decoration: none;
    text-transform: uppercase;
}
.ContentMenu
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

.PeopleTitle
{
    font-weight: bold;
    font-size: 18px;
    color: orange;
    font-family: Arial;
    text-decoration: none;
}
.PeopleName
{
    font-weight: bold;
    font-size: 14px;
    color: orange;
    font-family: Arial;
    text-decoration: none;
}
.PeopleText
{
    font-size: 14px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

.FooterLeftTitle
{
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}
.FooterLeftText
{
    font-size: 10px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}


