
   body     { color: #001111 ; background: white; }
   body     { margin-left: 8%; margin-right: 8%; }
   body     { background: white; }
   body  p  { text-align: justify; }
   ul       { text-align: justify; }
   dd       { text-align: justify; }

   ul       { margin-bottom: 1em; }

   p        {  font-family: Garamond, Helvetica, Univers, Verdana, sans-serif; }

   tt       { font-family: Prestige, monospace;
               font-size: 10pt;
            }

   pre      { font-family: Prestige, monospace;
               font-size: 10pt;
            }

   table {
       color:              black;
       background-color:   #ffffff;
   }
   th {
       font-family:        Garamond, Helvetica, Univers, Verdana, sans-serif;
       font-weight:        bold;
       font-style:         normal;
       font-size:          12pt;
       text-align:         left;
       color:              black;
       background-color:   white;
   }
   td {
       font-family:        Garamond, Helvetica, Univers, Verdana, sans-serif;
       font-weight:        normal;
       font-style:         normal;
       font-size:          12pt;
   }
   li {
       font-family:        Garamond, Helvetica, Univers, Verdana, sans-serif;
       font-weight:        normal;                      
       font-style:         normal;                      
   }                                                    
   ul {                                                 
       font-family:        Garamond, Helvetica, Univers, Verdana, sans-serif;
       font-weight:        normal;                      
       font-style:         normal;                      
   }                                                    
   dt {                                                 
       font-family:        Garamond, Helvetica, Univers, Verdana, sans-serif;
       font-weight:        normal;
       font-style:         normal;
   }
   dd {
       font-family:        Garamond, Helvetica, Univers, Verdana, sans-serif;
       font-weight:        normal;
       font-style:         normal;
   }
   h1 {
       font-family:        Garamond, Times, serif;
       font-weight:        500;
       font-size:          30pt;
   }
   h2 {
       font-family:        Garamond, Times, serif;
       font-weight:        550;
       font-size:          20pt;
   }
   h3 {
       font-family:        Garamond, Times, serif;
       font-weight:        600;
       font-size:          18pt;
   }

   a:link     { text-decoration: none; }
   a:active   { text-decoration: none; }
   a:visited  { text-decoration: none; }
   a:link     { color:     #0022bb;    background-color: transparent; }
   a:active   { color:     red;     background-color: transparent; }
   a:visited  { color:     #008844; background-color: transparent; }

   .itembullet {
   }

   div.slant {
       font-style:         italic;
   }

   div.shleft {
       margin-left:        -2em;
   }

