  BODY { 
		margin-left: 0px;
                margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		font: 10pt/11pt "Arial";
		color: Black;
		text-align: left;
		}

  P { 
		margin-left: 0px;
		font: 10pt/11pt "Verdana";
		color: black;
		background: transparent;
		}

  H1 {
  		margin: 0px;
		font: 18pt/18pt "Arial";
		font-weight: bold;
		color: Black;
		text-align: center;
		}

  H2 {
  		margin-left: 0px;
		font: 14pt/14pt "Arial";
		color: Maroon;
		background: transparent;
		text-align: center;
		}

  H3 {
  		margin-left: 0px;
		font: 12pt/12pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		text-align: center;
		}

  H4 {
  		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: 2px;
		font: 11pt/11pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

  H5 {
  		margin-left: 0px;
		font: 9pt/9pt "Arial";
		color: black;
		font-weight: bold;
		background: transparent;
		}

		
  TH {
		font: 10pt "Arial";
		color: white;
		background: black;
		}

  TD {	
    		font: 9pt/10pt "Arial";
		color: Black;
		margin-left: 0px;
		margin:0px
     }

  TR {	
    		font: 9pt/10pt "Arial";
		color: Black;
		margin:0px
     }


  LI { 
		display: list-item; 
		font: 9pt/10pt "Arial";
		margin: 3px; 
		}		

    DL { 
		display: list-item; 
		font: 9pt/10pt "Times New Roman";
		}		

  DT {
		text-align: left;
		margin-left: 10px;
		font: 9pt/10pt "Arial";
		font-weight: bold;
		color: black
		background: transparent;
		}

  DD {
		margin-left: 75px;
		font: 11pt/12pt "Arial";
		text-align: left;
		color: midnightblue;
		font-weight: bold;
		}
 

  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; 
                font: 9pt "Tahoma"
		font-weight: bold;
		text-decoration: Underline;
		}

  A:VISITED {
		color: DarkBrown;
                font: 9pt "Tahoma"
		font-weight: bold;
		text-decoration: Underline;
		}
  A:HOVER {
		color:Red;
                font: 9pt "Tahoma"
		font-weight: bold;
		text-decoration: Underline;
		}

  A:ACTIVE {
		color: DarkViolet; 
                font: 9pt "Tahoma"
		font-weight: bold;
		text-decoration: none
	   }