/* CSS Document */
UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
		


/* Regular Hyperlink Style */
A:link	{	
	text-decoration:none;
	color:	#0000cc;
	}	
		
A:visited	{	
	text-decoration:none;
	color:#0000cc;
	}	
		
A:active	{	
	text-decoration:none;
	color:	#0000cc;
	}	
		
A:hover	{	
	text-decoration:underline;
	color:	#0000cc;
	}

td, p, div
{
	font-size: 12px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

H1	{	
	font-family: Arial, sans-serif;
	font-size:	20px;
	color: #333366;
	}	
		
H2	{	
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333366;
	}	
		
H3	{	
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333366;
	}	
	
H4	{	
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333366;
	}
	
h3#ad_Recp_h3 {
	text-align:left;
	clear:both;
}