  BODY { 
		margin-left: 0px;
		font: 9pt "Tahoma";
		color: black;
		text-align: left;
		}

  P { 
		margin-left: 0px;
		font: 9pt "Tahoma";
		color: black;
		}

  PRE { 
		margin-left: 0px;
		font: 9pt "Courier New";
		color: black;
		}
		
  H1 {
  		margin-left: 0px;
		font: 20pt "Tahoma";
		color: black;
		font-weight: bold;
		}

  H2 {
  		margin-left: 0px;
		font: 14pt "Tahoma";
		color: black;
		font-weight: bold;
		}

  H3 {
  		margin-left: 0px;
		font: 12pt "Tahoma";
		color: black;
		font-weight: bold;
		}

  H4 {
  		margin-left: 0px;
		font: 11pt "Tahoma";
		color: black;
		font-weight: bold;
		}

  H5 {
  		margin-left: 0px;
		font: 10pt "Tahoma";
		color: black;
		font-weight: bold;
		}

		
  TH {
		font: 10pt "Tahoma";
		color: black;
		font-weight: bold;
		}

  TD {	
    	
		font: 9pt "Tahoma";
		color: Black;
		}

  LI { 
		display: list-item; 
		font: 9pt "Tahoma";
		margin-left: 0px; 
		}		

DL { 
		display: list-item; 
		font: 9pt "Tahoma";
		}		

  DT {
		text-align: left;
		margin-left: 0px;
		font: 9pt "Tahoma";
		font-weight: bold;
		color: black
		}

  DD {
		margin-left: 0px;
		font: 9pt "Tahoma";
		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: #336699; 
		text-decoration: none

		}

  A:VISITED {
		color: #909090;
		text-decoration: none;
		}

.textOn {
		color:blue
		}

.textOff {
		color:red
		}
