

body {
    background-color:white;
    color:black;
  }


td {
    text-align:center;
    background-color:#eee;
      font-size: 8pt;

  }


th {
    text-align:center;
    background-color:#228;
    color:white;

  }


td.sum {
    text-align:left;
  }


td.sumdone {
    text-align:left;
    background-color:#ccc;
  }


td.done {
    background-color:#ccc;
  }


td.subhead {
    text-align:center;
    background-color:#ccf;
  }


td.datehead {
    text-align:center;
    background-color:#ccf;
  }


td.space {
    background-color:white;
  }


td.date {
    text-align:left;
      font-size: 8pt;
  }


td.dateholiday {
    text-align:left;
    color:red;
    font-size: 8pt;
    
  }


#navigation, #framecontentTop, #framecontentLeft, #column1, #column3, #row1, #row2,.noprint { display: none; }