.resultstable
{
    font-size: 0.9em;
    width: 750px;
    text-align: center;
    border: solid 1px silver;
    background-color: #fcfcfc;    
}
.resultstable th
{
    border-bottom: solid 1px silver;
    padding: 5px 5px 5px 5px;
    font-size: 1.0em;
    background-color: #f2f2f2;
}
.resultstable tr
{
    background-color: #f2f2f2;
}
.resultstable td
{
    text-align: center;
    padding: 5px;
}
.results
{
    font-weight: bold;
    padding-top: 10px;
}

/* Search Form Table */

.searchformtable
{
    margin: 10px 0 10px 0;
    width: 600px;
    border: solid 1px silver;
    color: black;
}
.searchformtable tr
{
    font-size: 0.9em;
    background-color: #f2f2f2;
}
.searchformtable td
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchformcell
{
    width: 50%;
    text-align: left;
}
.searchformcelltitle
{
    float: left;
    width: 40%;
    text-align: right;
    margin-right: 6px;
    margin-top: 3px;
}

