BODY {background-color: #FFFFCE;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color: black;
	  text-decoration: none;
	  text-align: left;
     }

H1 {  font-weight: bold; 
      font-size: 12pt; 
   }
   
H2 {  font-weight: bold; 
	  font-size: 10pt;
      margin-bottom: -12pt;
   }

P  {
   }
   
   .RED {color:red}

TD { font-size: 10pt;
}

TH {font-weight: bold;
	text-align: left;
	padding-right: 20px;
   }

A {color: blue;
   text-decoration: underline;
  }

A:hover {color: red}

.small {font-size: 8pt; 
	    margin-bottom: 6pt; 
	    margin-top: 6pt;
 	    }
