BODY
{
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    color: #666666;
    font-size: 12pt;
}

.divContainer
{
    display:block;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    line-height:1.2em;
}

fmya
{
    font-family: Arial Verdana;
    font-size: medium;
    text-decoration: none;
    color: #CC9933;
}
.ariaLink
{
    text-decoration: none;
    color: #0000EE;
}
.ariaLink visited
{
    text-decoration: none;
    color: #0000EE;
}
.left-obit
{
    display: block;
    width: 225px;
    height: 64px;
    padding: 3px;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none;
}
.left-obit img
{
    position: absolute;
    left: 5px;
    top: 5px;
    border: 3px solid #CC9933 !important;
    padding: 3px;
    margin: 0;
}
.left-obit span
{
    width: 140px;
    font-size: 12px;
    color: #316631;
    font-weight: bold;
    text-transform: none;
    left: 75px;
    margin: 0;
    padding-left: 25px;
}
.left-obit:hover
{
    height: 90px;
    border: 1px solid #fecd56;
    margin: -1px 0 3px -1px;
    background-image: url(../images/left-obit-over.gif);
}
.left-obit:hover span
{
    color: #98b8de;
}
.left-obit:hover img
{
    border: 3px solid #98b8de !important;
}
.f10wa
{
    padding: 3px 6px 3px 6px;
    color: #fff;
    font-weight: bold;
    background-color: #CC9933;
    text-decoration: none;
    font-size: 10pt;
}
.inputbox
{
    border: 1px solid #8F8C88;
    background-color: #E8E4DD;
    font-weight: bold;
}
.formHeader
{
    background-color: #DAD7D0;
    font-weight: bold;
    font-size: medium;
    font-variant: small-caps;
}
.divSubHeader
{
    color: #B89630;
    font-size: 16pt;
    border-bottom: 3px solid #666666;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.linkYellow
{
    font-size: large;
    text-decoration: none;
    color: #CC9933;
}
ul.ariaList
{
    margin-left: 1em;
    margin-bottom: 1em;
}
ul.ariaList li
{
    padding-bottom: 0.2em;
}
ul.ariaMenu
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    list-style: none;
    width: 790px;
    display: inline;
    margin-left:auto; 
    margin-right:auto;    
}
ul.ariaMenu li
{
    background-color: transparent;
    color: white;
    display: inline;
    line-height: 1.35em;
    padding: 10px 10px 0 0;
    white-space: nowrap;
    list-style: none;
    float: left;
    margin-left: 20px;
}

ul.ariaMenu a
{
    color: #eeeeee;
    text-decoration: none;
}

ul.ariaMenu a:hover
{
    color: #997C43;
    text-decoration: none;
}
table.contact
{    
    background-color:white;
    border-radius:15px;
}
table.contact th
{
    font-weight:bold;
    text-align:left;
    
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
    font-weight: bold;
}
div .failureNotificationDiv
{
    border: 1px solid red;
    background-color: rgb(255,242,242);
    color: Red;
    font-weight: bold;
    font-size: 1.2em;
    padding:2px 0 2px 15px;
}

