#heading {
        font-weight: bold;
        color: #FFFFFF;
        font-size: 14px;        
}

.daytable {
        background-color: #000000;
        width: 280px;
}

.dayrow {
        height: 30px;
}


.dayhead {
        background-color: #FFFFFF;
        font-weight: bold;
        text-align: center;
}

.days {
        background-color: #FFFFFF;
        text-align: right;
        width: 14%;
}
.daysPAST {
        background-color: #666666;
        text-align: right;
        width: 14%;
}

.COMP { color:#FF0000;  }
.NECOMP { color: #CC3300; }
.NECOMP1 { color: #FF0000; font-size:11px; }


a:link.LL { text-decoration:none; color: #000000; }
a:visited.LL { text-decoration:none; color: #000000; }
a:hover.LL { text-decoration:none; color: #0033FF; }

