BODY, TD{
    font-family: Verdana, Arial;
    font-size: 9pt;
}

.tblUpload, .tblLogon{
    background-color: #dcdcdc;
    border: solid 1px gray;
}

.tblUploadHeader{
    color: White;
    background-color: Blue;
    font-weight: bold;
}

.tblUploadText{
    padding: 4px 8px 0px 8px;
    font-size: 8pt;
}

.Error{
    font-size: 9pt;
    color: Red;
    padding: 4px 8px 8px 0px;
}

.Important{
    font-weight: bold;
    color: Red;
}

A      { color: Blue; text-decoration: none;}
A:Hover{ text-decoration: underline;}


.listHeading{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 2px silver;
    margin-bottom: 6px;
    width: 240px;
}

.Client{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
}

.listFooting{
    font-size: 9pt;
    border-top: solid 2px silver;
    border-bottom: solid 2px silver;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-top: 12px;
    width: 240px;
}

.tableHeader{
    font-weight: bold;
    border-bottom: solid 1px silver;
}

.smallfonts{
    color: #646464;
    font-size: 8.5pt;
    margin-left: 8px; 
    margin-bottom: 8px;
}

.File{
}