     A {text-decoration:none} 
     pre { font-family: monospace; }
     body { color: black; background: white; font-family: arial, helvetica, sans-serif; font-size: 10pt;}
     h1,h2,h3,h4,h5,p,ul { font-family: arial, helvetica, sans-serif; }
     :link { color: blue}  /* for unvisited links */
     :visited { color: blue} /* for visited links */
     :active { color: red} /* when link is clicked */
     :hover { color: red} /* when mouse is over link */
     table {
         margin-left: +2%;
         margin-right: +2%;
         font-family: arial, helvetica, sans-serif ;
	 font-size: 10pt;
         background: white;
         border-width: 0;
         border-color: white;
           }

     th { font-family: arial, helvetica; background: white}
     td { font-family: arial, helvetica; background: white}

     th.large { font-family: arial, helvetica; background: white; font-size: 12pt}
     td.large { font-family: arial, helvetica; background: white; font-size: 12pt}

     th.small { font-family: arial, helvetica; background: white; font-size: 8pt}
     td.small { font-family: arial, helvetica; background: white; font-size: 8pt}

     th.green { font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: left; background: rgb(102, 204, 204)}
     th.blue  { font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: left; background: rgb(153, 204, 255)}
     td.green { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center; background: rgb(102, 204, 204)}
     td.blue  { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center; background: rgb(153, 204, 255)}

     th.greenlarge { font-family: arial, helvetica, sans-serif; font-size: 14pt; text-align: left; background: rgb(102, 204, 204)}
     th.bluelarge  { font-family: arial, helvetica, sans-serif; font-size: 14pt; text-align: left; background: rgb(153, 204, 255)}
     td.greenlarge { font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center; background: rgb(102, 204, 204)}
     td.bluelarge  { font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center; background: rgb(153, 204, 255)}

     td.invisible { color: white }

