﻿body
{
    background-color: #3399ff;
    background-image: url(../../Images/Site/Templates/Default/BodyBg.gif);
}

.topColor
{
    background-color: #0099ff;   
}

.bodyColor
{
    background-color: #3399ff;
}

h1
{
    font-family: Trebuchet MS;
    color: #0066cc;
}

#contentArea
{
   width: 822px; 
   margin: 0px auto;
}

.bodyContent
{
    background-repeat: repeat-y; 
    padding: 8px 48px 8px 48px;
    min-height: 275px;
    height:auto !important;  
}

.qaLabel
{
    font-weight: bold;
    vertical-align: top;
}

.qaAnswer
{
    vertical-align: top;
}

.qaQuestion
{
    font-weight: bold;
}

.smallTable tr td
{
    padding: 2px 8px 2px 8px;
}

.formTableLabelColumn
{
    font-size: 110%;
    font-family: Arial;
    padding: 16px;
}

.formTable tr td
{
    padding: 8px;
}

.formArea
{
    background-color: #f7f7f7; 
    border: solid 1px #e0e0e0;
    padding: 6px;  
}

.requiredField
{
    font-weight: bold;
}

.label3
{
    font-size: 125%;
    font-weight: bold;
    margin: 0px;
    line-height: 18px;
    font-family: Trebuchet MS;
}

.label3 a
{
    color: Black;   
}

.label3 a:hover
{
    text-decoration: none;
}