﻿body
{
    background-color: #e6e6e6;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #000000; /*margin-top: 0px;*/
}

.centered
{
    margin: 0 auto;
}

td
{
    vertical-align: top;
}

div, td
{
    font-family: Verdana, Geneva, sans-serif;
    /*font-size: 12px; Note 10/16/2010 Disabled because it was interfering in RadioButtonLists. */
    color: #000000;
    margin-top: 0px;
}


/* Links */

A:link
{
    color: #384b6b;
    text-decoration: underline;
}
A:visited
{
    color: #384b6b;
    text-decoration: underline;
}
A:hover
{
    color: #bf2c37;
    text-decoration: none;
}

a img
{
    border: none;
}


/* Text Styles */

.dimmed, .dimmed a
{
    font-size: 8pt;
    color: Gray;
    font-weight: normal;
}

h1
{
    font-size: 13.5pt;
    color: #384b6b;
    margin-top: 0;
    padding-top: 0;
}

h2
{
    font-size: 11pt;
    color: #384b6b;
    margin-bottom: 0px;
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

h3.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}


/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* TextBoxWatermarkExtender */

.watermark
{
    color: Gray;
}

