
BODY { margin-top:    0;
       margin-bottom: 0;
       margin-left:   20pt;
       margin-right:  20pt;
       background-color: #DDDDDD;
       color: #000000;
     }

h1 { color:black;  
      text-decoration:none; 
      font-family: sans-serif; 
      font-weight: bold; 
      font-size: 24pt; 
      margin-top: 10pt;
      margin-left: 10pt;
   }

h2 { color:black;  
      text-decoration:none; 
      font-family: sans-serif; 
      font-weight: bold; 
      font-size: 14pt; 
      margin-top:    10pt;
      margin-bottom:  0pt;

   }
      
p  { font-family: serif;
     font-size: 10pt; 
     color:black; 
	 margin-top:     0pt;
     margin-bottom: 10pt;
    }

ul  {  margin-top:     0pt;
       margin-bottom: 20pt;
     }

table {  display: table;
       width: 90%;
       color: #000000;
       border-width: none;
       margin-left:    0pt;
       margin-right:  auto;
       margin-top:    10pt;
       margin-bottom: 10pt;
     }

td {  display: table-cell;
      background-color: #AA0000;
      vertical-align: top;
      padding: 5pt;
      color: #CCCCCC;	  
      text-align: left;
      text-decoration:none; 
      font-family: sans-serif; 
      font-weight: bold; 
      font-size: 14pt; 	  
    }

.tx {  display: table;
       width: 90%;
       border-width: none;
     }

.tdx { display: table-cell;
      vertical-align: top;
      padding: 5pt;
      text-align: left;
      color: #000000;
      background-color: #DDDDDD;
      text-align: left;
      text-decoration:none; 
      font-family: serif; 
      font-weight: normal; 
      font-size: 10pt; 	  
    }
