/** overides for this site **/


h1,h2,h3,h4,h5,h6 {color:rgb(113,191,68);
  font-family: Geneva, Tahoma, Verdana, sans-serif;}
  

/** 
STATUS_CSS_CLASS = {INCOMPLETE: 'INCOMPLETE',
               NOT_STARTED: 'NOTSTARTED',
               COMPLETE: 'COMPLETE',
               STALE: 'STALE'}
**/

.status {font-size: 18pt;padding:10px; text-align:middle;}
.COMPLETE {color: white; background-color:rgb(113,191,68);}
.INCOMPLETE {color: white; background-color:rgb(127,64,152);}
.STALE {color: white; background-color:rgb(0,173,239);}
.OLDDOC {color: white; background-color:rgb(113,191,68);}
.NEWDOC {color: white; background-color:rgb(243,109,33);}


