/* --- Body --- */

body { 
          color: #000000;  
/*          background-image: url("Background.jpg");*/
     }


/* --- Text styles --- */

/* Heading 1 */
h1 { 
      text-align: center;
      color: #000000;
      margin-top: 15; 
      margin-bottom: 15; 
      margin-left: 0;
      margin-right: 0;
      text-indent: 0;
      font: bold  24pt Arial, "sans serif";
   }


/* Heading 1 Left*/
h1.left { 
      text-align: left;
   }


/* Heading 2 */
h2 { 
      text-align: left;
      color: #000000;
      margin-top: 10; 
      margin-bottom: 10; 
      margin-left: 0;
      margin-right: 0;
      text-indent: 0;
      font: bold 10pt Arial, "sans-serif";
   }

/* Normal paragraph */
p {
      text-align: justify;
      color: #000000;
      margin-top: 15; 
      margin-bottom: 15; 
      margin-left: 0;
      margin-right: 0;
      text-indent: 0;
      font: normal normal 10pt Arial, "sans-serif";
  }

/* Condensed paragraph */
p.cond {
      text-align: justify;
      color: #000000;
      margin-top: 5; 
      margin-bottom: 5; 
      margin-left: 0;
      margin-right: 0;
      text-indent: 0;
      font: normal normal 10pt Arial, sans-serif;
  }

/* Condensed left aligned paragraph */
p.condleft {
      text-align: left;
      color: #000000;
      margin-top: 5; 
      margin-bottom: 5; 
      margin-left: 0;
      margin-right: 0;
      text-indent: 0;
      font: normal normal 10pt Arial, sans-serif;
  }


/* NOTE: table properties (border, padding, spacing) don't work! */


td {

      text-align: left;
      color: #000000;
      margin-top: 0; 
      margin-bottom: 0; 
      margin-left: 0;
      margin-right: 0;
      text-indent: 0;
      font: normal normal 10pt Arial, sans-serif;
           }
