
  P { 
		margin-left: 0px;
		font: 9pt "Arial";
		color: black;
		background: transparent;
		}

  H1 {
  		margin-left: 0px;
		font: 18pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

  H2 {
  		margin-left: 0px;
		font: 14pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

  H3 {
  		margin-left: 0px;
		font: 12pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

  H4 {
  		margin-left: 0px;
		font: 9pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

  H5 {
  		margin-left: 0px;
		font: 8pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

		
  TH {
		font: 18pt "Arial";
		color: white;
		font-weight: bold;
		}

  TD {	
    	font: 10pt "Arial";
		color: Black;
		}

  LI { 
		display: list-item; 
		font: 12pt "Times New Roman";
		margin-left: 0px; 
		}		

DL { 
		display: list-item; 
		font: 9pt "Times New Roman";
		}		

  DT {
		text-align: left;
		margin-left: 0px;
		font: 9pt "Arial";
		font-weight: bold;
		color: black
		background: transparent;
		}

  DD {
		margin-left: 0px;
		font: 9pt "Arial";
		text-align: left;
		color: black;
		}
 

  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: blue; 
		text-decoration: none;
		font-family: Verdana, Arial; 
		font-weight: 700
		}

  A:VISITED {
		color: chocolate;
		text-decoration: none;
		font-family: Verdana, Arial; 
		font-weight: 700
		}


