﻿body
{
    font-family: Arial;
    font-size: 11px;
    color: #808080;
    background-image: url(  "images/bg.jpg" );
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
}
a
{
    color: #999999;
    text-decoration:none;
}
a:hover
{
    color: #808080;
    text-decoration:none;
}
a:visited
{
    color: #999999;
    text-decoration:none;
}
a:active
{
    color: #808080;
    text-decoration:none;
}
.Legal
{
    font-size: 10px;
    text-decoration:none;
}
.CenterBG
{
    background-image: url( "images/bg_center_colunm.gif" );
    background-position: center top;
    background-repeat: repeat-y;    
}
.Bar
{
    background-image: url( "images/hr.gif" );
    background-position: center top;
    background-repeat: no-repeat;    
}
.validationTextboxHighlight
{
    border: 1px solid #CC0000;
    background-color: #ffffff;
}
.validationLabelHighlight
{
    color: #CC0000;
    font-weight: normal;
}
.highlightActiveField
{
    border: 1px solid #0066FF;
    background-color: #FFFFFF;
}
.highlightInActiveField
{
    border: 1px solid #808080;
    background-color: #ffffff;
}

