
.Button
{
    background-color: #eee;
    border: solid 1px #000000;
}

.DropDownList
{
    background-color: #F0EFEA;
    font-weight: bold;
    font-size: 11px;
}

.TextBox
{
    background-color: #F0EFEA;
    font-weight: bold;
}



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #003366;
}
H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3
{
    font-family: Tahoma;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 4px;
}

H4
{
    font-family: Tahoma;
    font-size: 1.0em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 0px;
}

TFOOT, THEAD
{
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

TH
{
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}


A:link
{
    text-decoration: underline;
    color: #3333cc;
    font-weight: bold;
}

A:visited
{
    text-decoration: underline;
    color: #333399;
    font-weight: bold;
}

A:active
{
    text-decoration: underline;
    color: #333399;
    font-weight: bold;
}

A:hover
{
    text-decoration: none;
    color: #3333cc;
    font-weight: bold;
}

SMALL
{
    font-size: .7em;
}

BIG
{
    font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
    font-family: Courier New, monospace;
}


UL
{
    font-size: 13px;
}

UL LI
{
    list-style-type: circle;
    font-size: 12px;
    margin-bottom: 4px;
}

UL LI LI
{
    list-style-type: circle;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}



P
{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.GeneralText
{
    font-size: 12px;
}

ADDRESS
{
    font-size: 14px;
    font-style: normal;
    font-family: Tahoma;
    font-weight: bold;
}


.MainMenuItem
{
    width: 170px;
    border: solid 1px #000000;
    background-color: #DCDCDC;
    text-align: center;
    font-size: 12px;
    padding: 5px 3px 5px 3px;
    list-style-type: none;
    float: left;
    margin-right: 2px;
}
.MainMenuItem A
{
    text-decoration: none;
}


.ThumbnailPhoto
{
    width: 160px;
    height: 80px;
    background-color: #FFFFFF;
    border: solid 0px Gray;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

