.td_point_title {
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
    font-family:arial,helvetica;
    font-size:11px;
    color:#000099;
}   

.td_point_title_novalue {
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
    font-family:arial,helvetica;
    font-size:11px;
    color:#cccc99;
}
   
.td_point_value {
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
    font-family:arial,helvetica;
    font-size:11px;
} 
   
.td_point_value_novalue {
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color: #ffffff;
    background-color:#ffffff;
    font-family:arial,helvetica;
    font-size:12px;
    color:#cccccc;
   }
