      P.indented {
                   text-indent: 3em;
                   margin-bottom: 0;
                   margin-top:    0;
                 }
      BODY, {
                     background-color: navy;
                     color:            white;
                     font-family:      Times, Serif;
                     font-size:        12pt;
                     text-align:       left;
                   }
      TD.capt      {
                     font-size:    10pt; 
                     text-align:   left;
                   }
      TH           {
                     text-align:       center;
                   }
      TD           {
                     text-align:       left;
                   }

      .capt {
             text-align: left;
             font-size: 10pt;
            }
      OL           {
                     text-align:    left;
                   }
      H1           {
                     margin-top: 0em;
                     font-size:  20pt;
                     margin-bottom: 2em;
                   }
      H2           {
                     margin-top: 2.5em;
                     font-size:  18pt;
                   }
      H3           {
                     margin-top: 2.0em;
                     font-size:  16pt;
                   }
      H4           {
                     margin-top: 1.5em;
                     font-size:  14pt;
                   }
      OL.level1 {list-style-type: upper-roman;}
      OL.level2 {list-style-type: upper-alpha;}
      OL.level3 {list-style-type: arabic-numbers;}
      OL.level4 {list-style-type: lower-alpha;}
      OL.level5 {list-style-type: lower-roman;}
      A:link, A:active {
                         color: lime;
                       }
      A:visited        {
                         color: blue;
                       }
      P.dropcapparagraph  {
                            text-indent: 0em;
                          }
      P.dropcapparagraph:first-letter {
                                        font-size:   62px;
                                        line-height: 51px;
                                      }

