﻿
TABLE.SPECS
{
    width: 600px; 
    background-color:#006666; 
    border: 0;
    font-size: 12px; 
    font-weight: normal; 
    font-family: Arial, Helvetica, Sans-Serif;
}
TR.SPEC-ROW {background-color: White;}
TD.LABEL {width: 220px;}
TD.AMOUNT 
{
    width: 80; 
    text-align: center;
}
UL.DETAIL-LIST
{
    margin-top: 0px;
    font-size: 12px; 
    font-weight: normal; 
    font-family: Arial, Helvetica, Sans-Serif;
}


