﻿body
{
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    background-color:#dedede;
    font-size: 11px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.bodyText
{
    font-size: 11px;
    color: #303030;
    font-family: Arial, Helvetica, sans-serif;
}
.bodyTextWhite
{
    font-size: 11px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.orderText
{
    font-size: 10px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.smallText
{
    font-size: 11px;
    color: #303030;
    font-family: Arial;
}
.errorText
{
    font-size: 11px;
    color: #ED8115;
    font-family: Arial;
    font-weight: bold;
}
.footerText
{
    font-size: 9px;
    color: gray;
    font-family: Arial;
}
a.stdLink
{
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
    text-decoration: none;
}
a.stdLink:hover
{
    font-size: 11px;
    color: #ED8115;
    font-family: Arial;
    text-decoration: underline;
}
a.menuLink
{
    font-size: 13px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}
a.menuLink:hover
{
    font-size: 13px;
    color: #ED8115;
    font-family: Arial;
    text-decoration: none;
}
a.footerLink
{
    font-size: 9px;
    color: gray;
    font-family: Arial;
    text-decoration: underline;
}
a.footerLink:hover
{
    font-size: 9px;
    color: gray;
    font-family: Arial;
    text-decoration: underline;
}
.dataLabel
{
    font-size: 11px;
    color: black;
    font-family: Arial;
    background-color: #E0E0E0;
    border-color: Silver;
    border-width: 1px;
    border-style: solid;
}
.inputField
{
    font-size: 11px;
    color: black;
    font-family: Arial;
    border-width: 1px;
    border-color: InactiveCaption;
    border-style: solid;
    background-color: #FFFFA0;
}
li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    list-style-image: url(../images/bullet.png);
}
ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 14px;
}

