<style>
  BODY { 
		margin-left: 50px;
		margin-right: 50px;
		font: 12pt/12pt "Arial";
		color: #000000;
		text-align: justify;
		background: transparent;
		}

  P { 
		margin-left: 10px;
		margin-right: 10px;
		font: 9pt/11pt "Arial";
		color: #000000;
		background: transparent;
		}

  H1 {
  		margin-left: 0px;
		font: 18pt/18pt "Arial";
		color: #000000;
		font-weight: bold;
		background: transparent;
		}

  H2 {
  		margin-left: 0px;
		font: 18pt/18pt "Arial";
		color: #000080;
		font-weight: bold;
		background: transparent;
		text-align:center;
		}

  H3 {
  		margin-left: 0px;
		font: 12pt/12pt "Arial";
		color: #000000;
		font-weight: bold;
		background: transparent;
		}

  H4 {
  		margin-left: 0px;
		font: 9pt/10pt "Arial";
		color: #000000;
		font-weight: bold;
		background: transparent;
		}

  H5 {
  		margin-left: 0px;
		font: 8pt/10pt "Arial";
		color: #000000;
		font-weight: bold;
		background: transparent;
		}

		
  TH {
		font: 18pt "Arial";
		color: #FFFFFF;
		font-weight: bold;
		}

  TD {	
    	font: 10pt/24pt "Arial";
		color: #000000;
		}

  LI { 
		display: list-item; 
		font: 12pt/12pt "Times New Roman";
		margin-left: 0px;
		margin-right: 50px; 
		}		

DL { 
		display: list-item; 
		font: 9pt/10pt "Times New Roman";
		}		

  DT {
		text-align: left;
		margin-left: 0px;
		font: 9pt/10pt "Arial";
		font-weight: bold;
		color: #000000;
		background: transparent;
		}

  DD {
		margin-left: 0px;
		font: 9pt/10pt "Arial";
		text-align: left;
		color: #000000;
		}
 

  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

  A:LINK {
		color: #008000; 

		}

  A:VISITED {
		color: chocolate;
		text-decoration: none;
		}




</style>

