.DataRowClass
    {
    line-height:1; 
    height:100%; 
    font-family:verdana; 
    font-size:9; 
    font-weight:normal; 
    letter-spacing:.5; 
    font-style:normal;
    border-bottom-style:none;
    border-style: solid;
    border-Width: 1px; 
    border-color:#e0dfe3;
    border-left-style: solid ; 
    border-left-width:1; 
    border-left-color:#D6D7E7;
    border-right-style: none; 
    border-right-width:0;    
    border-bottom-style: none; 
    border-bottom-width:0;  
    border-top-style: none; 
    border-top-width:0;               
    }       
.DataTableFonts {
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    
}
a.DataTableFonts:link {
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: black;
    text-decoration: underline;
}
a.DataTableFonts:visited {
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: black;
    text-decoration: underline;
}
a.DataTableFonts:hover {
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: red;
    text-decoration: underline;
}    
