﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}


h1, h2, h3, h4, h5
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #AD2A43;
}

h1
{
    font-size: 16pt;
    color: #47342E;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 5px solid #AD2A43;
}

h2
{
    font-size: 14pt;
}

h3
{
    font-size: 12pt;
}
h4
{
    font-size: 10pt;
}

/*h2 a
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #AD2A43;
    font-size: 14pt;
    text-decoration: none;
}
*/

.content
{
    padding: 5px;
}

.contentFrame
{
    width: 1000px;
    background: #FFFFFF;
    border: 0;
}

td.FieldTitleSummary
{
    width: 300px;
    vertical-align: top;
}

td.FieldSummary
{
    width: 430px;
    vertical-align: top;
    font-weight: bold;
}

td.FieldTitle
{
    width: 600px;
    height: 20px;
    vertical-align:bottom;
    color: #787878;
}

td.Field
{
    width: 600px;
    vertical-align: top;
}

.requiredIndicator
{
    text-decoration: none;
    color: Red;
}
#sitemap
{
    border-top: 7px solid #666;
    background: #9d9fa2 url(../images/site-map-bg.gif) repeat-x;
    padding: 5px;
    clear: both;
    margin: 0px -5px 0px -5px;
    width: 990px;
    color: #fff;
}

#sitemap a
{
    color: #fff;
}

#sitemap a:hover
{
    color: #666;
}
