﻿.header
{
    font-weight: bold;
    font-size: 14pt;
    color: #006699;
    font-family: Sans-Serif;
    font-variant: normal;
}

.alert
{
    font-weight: bold;
    font-size: 12pt;
    color: #cc0000;
    font-family: Sans-Serif;
    font-variant: normal;
}
.SearchCriteria
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: Sans-Serif;
    font-variant: normal;
   
}

.subheader
{
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
    font-family: Sans-Serif;
    background-color: gainsboro;
    font-variant: normal;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

td
{
    font-size: 10pt;
    color: black;
    font-family: Sans-Serif;
}
HR
{
    width:450px;
    color:Black
}

A
{
    font-weight: bold;
    font-size: 10pt;
    color: #006699;
    font-family: Sans-Serif;
    font-variant: normal;
}


.details
{
    font-weight: bold;
    font-size: 10pt;
    color: #006699;
    font-family: Sans-Serif;
    font-variant: normal;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
}

