TD,TH,P,DL,LI,UL,OL {
    font-size: 10pt;
	 font-weight: bold;
  }
  
  .small {
	font-size: 9pt;
	 font-weight: bold;
}
  P,TH,TD,DL,LI,UL,OL,h1,h2,h3,h4,h5,h6 {
    font-family: Arial, tahoma, verdana, helvetica, courier, arial, sans-serif;
	font-weight: bold;
    color: #000000
  }
  
  h1 {
	  font-weight: bold;
    font-size: 22pt;
  }
 
  h2,.big {
	  font-weight: bold;
    font-size: 20pt;
  }
  
  h3 {
	  font-weight: bold;
    font-size: 16pt;
  }
  
  h4 {
	  font-weight: bold;
    font-size: 14pt;
  }
  
  h5 {
	  font-weight: bold;
    font-size: 12pt;
  }
  
  h6 {
	  font-weight: bold;
    font-size: 9pt;
  }

 A {
	font-weight: bold;
    font-family: arial, verdana, courier, tahoma;
    text-decoration: none;
    color: #006699
  }
  
  .blue {
    font-family: arial, verdana, courier, tahoma;
	font-weight: bold;
    color: #006699
  }
  
  A:hover {
    color: #000000
  }


PRE 		{
	font-family: Courier, monospace;
}

 
TABLE {
	border : 0px;
	vertical-align : top;
}

