﻿
.PaneTitle
{
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    margin: 3px 5px 3px 5px;
}

.FormTitle
{
     background-color: #514a33;
    
     
}

.Link
{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
    color: #514a33;
}

.Link:Hover
{
    font-size: 9pt;
    text-decoration: underline;
    color: #883638;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h2
{
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.AlignLeft
{
    text-align: left;
}

