﻿body
{
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #FFF;
    text-decoration: none;
}

.Menu
{
    float: right;
    text-decoration: none;
}
.MenuItem
{
    font-family: Arial;
    font-size: 14px;
    height: 20px;
    color: #231F20;
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 20px;
    text-decoration: none;
}

.DynamicMenuItem
{
    font-family: Arial;
    font-size: 16px;
    height: 20px;
    color: #2F3011;
    padding-left: 4px;
    padding-top: 3px;
    background-color: #9EB776;
    border-bottom: 1px solid #ffffff;
    line-height: 20px;
    width: 150px;
    opacity: .9;
    filter: alpha(90);
    text-decoration: none;
}
.dynamicmenu
{
    margin-top: 4px;
    width: 150px;
    text-decoration: none;
}

.footer
{
    font-family: Arial;
    font-size: 12px;
    color: #231F20;
    height: 40px;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: -8px;
    margin-top: 17px;
}


.Heading
{
    color: #231F20;
    font-family: Arial;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
}
.SubHeading
{
    color: #231F20;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.bodyText
{
    color: #231F20;
    font-family: Arial;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    text-align: justify;
}

a
{
    text-decoration: none;
    border: 0px;
}

img
{
    border: 0px;
}
