// Report.css
  H1 { font-family: Arial; font-size: 11pt; font-weight: Bold }
  HR { border: 1pt solid black }
  .ColHeading {  font-family: Arial; font-size: 11pt; font-weight: Bold;
                 Padding-Left: 4; Padding-Right: 4;  Padding-Top: 2;  Padding-Bottom: 2;
              }
  .ColFooter {  font-family: Arial; font-size: 12pt; font-weight: Bold;
                Padding-Left: 4; Padding-Right: 4;  Padding-Top: 2;  Padding-Bottom: 2; }

   TR.ListRow0 { font-family: Arial;  font-size: 11pt;  background-color: EEEEEE }
   TR.ListRow1 { font-family: Arial;  font-size: 11pt; }
  .ListCell {  font-family: Arial; 
               font-size: 11pt;
               Padding-Left: 4; Padding-Right: 4;  Padding-Top: 2;  Padding-Bottom: 2;
			   background-color: transparent;
             }
  .ReportFooter { font-family: Arial; font-size: 9pt; }
   td { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }    /* EQ930 */
   .6 { font-size: 6pt; }
   .7 { font-size: 7pt; }
   .8 { font-size: 8pt; }
   .8U { font-size: 8pt; border-bottom: solid black 1px;}
   .8U2 { font-size: 8pt; border-bottom: solid black 2px;}
   .9 { font-size: 9pt; }
   .9p5 { font-size: 9.5pt; }   /* EQ930  */
   .10 { font-size: 10pt; }
   .11 { font-size: 11pt; }
   .12 { font-size: 12pt; }
   .13 { font-size: 13pt; }
   .14 { font-size: 14pt; }
   .15 { font-size: 15pt; }
   .16 { font-size: 16pt; }
   .U { border-bottom: solid black 1px; }
   .U2 { border-bottom: double black; font-weight: Bold }
   .Box { border: solid black 1px;  }



