﻿body
{
    font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size: 14px;
    background-image: url(images/BackPage.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.breadcrumb
{
    padding: 5px;
    background-color: #4d4d4d;
    color: #f5f5f5;
    text-align: left;
}

.breadcrumb A
{
    color: #f5f5f5;
}

FIELDSET
{
    padding: 10px;
    background-color: #ffffff;
}

FIELDSET LEGEND
{   
    padding: 0px 5px 0px 5px;
    font-weight: bold;
}

.Footer
{
    font-size: 11px;
    background-color: #4d4d4d;
    padding: 6px;
    color: #ffffff;
    text-align: center;
}

.Footer A
{
    color: #ffffff;
    font-size: inherit;
}

H1, .RightColumn H1
{    
    font-size: 25px;
    text-align: left;
    color: #990000;
    font-weight: normal;  
    margin: 5px 0px 5px 0px;  
}

.MainTable
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
