﻿html, body
{
    background-color: White;
    padding: 0px;
    margin: 0px;
}

.PanelProperties
{
    width: 730px;
    border: none;
}
.center1
{
    padding: 15px;
    width: 640px;
    background-color: #FFFFFF;
}
.Label
{
    font-weight: bold;
}
.Button
{
    background-color: #5D7239;
    color: #FCEBC5;
    font-weight: bold;
}
.SearchHelp
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}
.CriteriaText
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}
.SearchCriteriaInput
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    text-transform: capitalize;
}
.ResultsHeader
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}
.ResultsItems
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    text-transform: capitalize;
}

