﻿body
{
}

.linkWhite
{
    color: White;
    font-family: Arial;
    font-size: 8pt;
}
.linkBlack
{
    color: Black;
    font-family: Arial;
    font-size: 8pt;
}

.btn
{
    list-style-type: none;
}

.btn UL
{
    list-style-type: none;
}

.footerSide
{
    color: White;
    font-family: Arial;
    font-size: 8pt;
}
.footerSide a
{
    text-decoration: none;
    color: White;
}
.footer a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 7pt;
    color: Black;
}
.menu
{
    background-color: #EEEEEE;
    color: #663300;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
    text-align: right;
    width: 147px;
    display: inline-block;
    border-bottom: solid 2px gray;
    padding: 3px;
}
.menu:hover
{
    background-color: #663300;
    color: #EEEEEE;
}
.menu:active
{
    background-color: #A35100;
    color: #EEEEEE;
}
.menuSub
{
    background-color: #FFFFCC;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    text-align: left;
    width: 90%;
    float: right;
    display: inline-block;
    border-bottom: solid 2px #A35100;
    padding: 2px;
}
.menuSub:hover
{
    background-color: #FFDE6E;
}

.highlight
{
    text-decoration: none;
    color: black;
    background: yellow;
}


