﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}
.Banner
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
    height: 126px;
}
.Footer
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
    text-align: center;
}
.Heading
{
    background-image: url('/images/BannerBottom.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}
.Footer a
{
    color: #333333;
}
.Footer a:hover
{}
.SiteLink
{
    font-size: 11pt;
}
.Content
{
    padding: 16px;
    margin: 0px;
}
.Content h1
{
    font-size: 14pt;
    font-weight: bold;
}
.ContentLeft
{
    text-align: center;
}
.ContentRight
{
    text-align: center;
}
.Content a
{
    display: block;
    padding-bottom: 32px;
    color: #333333;
    font-size: 12pt;
}
