BODY, TD, TH, .stdclr,  OL P,  OL.head OL 
  {
	font-size: 10pt ;
	line-height: 12pt ;
	background-color:  #EEEEEE;
	color: #000066;
 }
 
 P B
{
	font-weight : bold;
}

 
 A:link { color:  #0000F0; }
 A:visited { color: #F00003; }
 A:active{ color: #FF3300; }
 A:hover{ font-weight: bolder ;
             color: #008B8B; } 
/* the A:hover does not work in netscape */			 
			 
.head, ol.head, p.head
/* need to explicitly put ol.head and p.head otherwise
  class="head" does not work in netscape. */
   {
   font-weight: bold;
   font-size: 14pt;
   line-height: 16pt ;
	font-style: normal;
		color: #000066;
}

 H2
  {
	font-weight: bold ;
	font-size: 16pt  ;
	line-height: 18pt  ;
}


OL  P
{
	font-weight : normal;
}
OL.head P
{
	margin-bottom : 10pt;
	margin-top :   7pt;
}

OL.head  OL
{
	font-weight: normal;
}

