

#addressform
{
    font-size: 12pt;
    color: gainsboro;
    font-family: Arial;
}

#addressform a
{
    font-weight: normal;
    font-size: 10pt;
    color: lavender;
    font-family: 'Arial Black';
    text-decoration: none;
}

#addressform a:hover
{
    font-weight: normal;
    font-size: 10pt;
    color:white;
    font-family: 'Arial Black';
    text-decoration: none;
}

#results_detail
{
    font-size: 12pt;
    color: gainsboro;
    font-family: Arial;
}







#dlrInfoDiv
{
    font-family: Arial;
    font-size: 10pt;
    color: gray;
    vertical-align: top;
    text-align: left;
}

.dlrName
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #990000;
}

.linksDlr
{
    font-family: Arial;
    font-size: 9pt;
    color: #0066ff;
    font-weight: bold;
    text-decoration: none;
}
.linksDlr:hover
{
    font-family: Arial;
    font-size: 9pt;
    color: #000099;
    font-weight: bold;
    text-decoration: underline;
}
