﻿body
{
    margin: 0px;
    background-color: #F5F5F5;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-align: justify;
}

a:link
{
    color: #333333;
}

a:visited
{
    color: #333333;
}

a:hover
{
    color: #999999;
}

a:active
{
    color: #333333;
}

.StandardButton
{
    border: 1px solid #000000;
    width: 128px;
    height: 21px;
    font-size: 10px;
    font-weight: bold;
    font-family: Tahoma;
    color: #ffffff;
    background-color: #46a0cb;
}

.StandardTextbox
{
    width: 239px;
    border: 1px Solid silver;
    font-size: 11px;
    font-family: Tahoma;
}

/* --- */

.Header
{
    background: url(  'images/bg.png' );
    height: 126px;
}

.ContentBody
{
    width: 800px;
    background-color: #FFFFFF;
}

.MenuArea
{
    height: 28px;
    background-color: #C0C0C0;
}

.copyright
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    text-align: right;
    padding-right: 18px;
}

.subHeading
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0073AE;
    text-align: left;
}

h1  /* Marshall: same as subHeading but using h1 for SEO */
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0073AE;
    text-align: left;
}

.StandardText
{
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
}

/* ---- */

.Lite
{
    font-family: Tahoma;
    font-size: 11px;
    color: #339933;
    margin-right: 10px;
    font-weight: bold;
}
.standard
{
    font-family: Tahoma;
    font-size: 11px;
    color: #801D7A;
    margin-right: 10px;
    font-weight: bold;
}
.server
{
    font-family: Tahoma;
    font-size: 11px;
    color: #005292;
    margin-right: 10px;
    font-weight: bold;
}
.enterprise
{
    font-family: Tahoma;
    font-size: 11px;
    color: #CA1C1A;
    margin-right: 10px;
    font-weight: bold;
}

.BulletImage1
{
    background-color: #75C4EF;
    font-family: tahoma;
    font-size: 11px;
    text-align: left;
}

.BulletImage2
{
    background-color: #C7D9F1;
    font-family: tahoma;
    font-size: 11px;
    text-align: left;
}

.RequiredInfo
{
    color: Red;
    padding-left: 5px;
}

.ErrorMsgText
{
    color: Red;
}

.clear
{
    clear: both;
}

.none
{
    display: none;
}
