/*  CSS */

	/* begin body elements */	
		
BODY	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight: normal;
	font-style: normal;
}	
	
TABLE, TR, TD	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:  #000000;
	font-weight: normal;
	font-style:	normal;
}
 
P	{	
 	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color : #000000;
	font-weight: normal;
	font-style: normal;
}	

		
 BLOCKQUOTE, UL, OL, LI	{	
	/* inherit from body */	
}	

	
HR	{	
	color:	#000000;
}	
		
B	{
	font-weight: bold;
}
	
I	{
	font-style:	italic;
}
		
	/* end body elements */


	/* begin special cases and links */	
		
	
.copyright	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #000000;
	font-weight : normal;
	font-style : italic;
}		
			

	/* required field on forms. */

.required {
	color:  #CC6633;
}		

  
.heading {
	color:  #eeeeee;
	font-weight: bold;
}




		
A:link	{
	color: #eeeeee;
}	
		
A:visited	{
	color: #eeeeee;
}	
		
A:active, A:hover	{
	color: Black;
}	
	
		
	/* end special cases and links */		
	
	/* end body */


