  BODY { 
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		font: 10pt/10pt "Arial";
		text-align: left;
		color: Black;

		}

  TH { 
		font: 11pt/11pt "Arial";
		color: White;
		font-weight: bold;
		}

  TD { 
		font: 10pt/10pt "Arial";
		color: Black;
		}
		
  H1 {
		font: 22pt/16pt "Arial";
		color: #184128;
		font-weight: bold;	
		background: transparent;

		}

  H2 {
		font: 16pt/16pt "Arial";
		color: #000000;
		font-weight: bold;
		background: transparent;
		}

  H3 {
		font: 12pt/12pt "Arial";
		color: Black;
		font-weight: bold;
		background: transparent;
		}

  H4 {
		font: 8pt/8pt "Arial";
		color: Black;
		background: transparent ;
		}

  H5 {
		font: 6pt/8pt "Arial";
		color: Black;
		background: transparent;
		}

  LI { 
		font: 10pt/10pt "Arial";
		}		

  DL { 
		display: list-item;
		}		

  DT {
		text-align: left;
		font: 10pt "Arial";
		font-weight: bold;
		color: Black;
		}

  DD {
		text-align: left;
		font: 10pt "Arial";
		color: Black;
		}



  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

 A:link {
		color: Blue; 
		text-decoration: none
		}

A:visited { 
		color: BlueViolet; 
		text-decoration: none
		}   

