﻿body 
{
    margin:0px;
    padding:0px;
    background-image:url('../im/sitebg.png');
    background-repeat:repeat-x;
    background-position:top;
}

A { 
    /*text-decoration:none; */
}

.MW
{
    text-align:left;
    width:780px;
}

.MH
{
    height:67px;
    width:780px;
}

.DFont
{
    font-family:Arial;
    font-size:10pt;
    color:#666666;
}

.BFont
{
    font-family:Arial;
    font-size:10pt;
    color:#006dba;
}

.DBorder
{
    border: solid 1px #cccccc;
}

.TextBoxNormal
{
    background-color:#ffffff;
    border: solid 1px #b6b3a0;
    font-size:9pt;
    font-family:Arial;
    color:#716b51;
}

.TextBoxNormal_Error
{
    background-color:#fcdbc4;
    border: solid 1px #ff6d06;
    font-size:9pt;
    font-family:Arial;
    color:#8f1515;
}

.HideObject
{
    display:none;
}