/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	

H1	{	
	text-transform:	none;
	}	
		
H2	{	
	text-transform:	none;
	}	
		
H3	{	
	text-transform:	none;
	}	
		
H4	{	
	text-transform:	none;
	}	
		
H5, DT	{	
	text-transform:	none;
	}	
		
H6	{	
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	text-transform:	none;
	}	
		
TH	{	
	text-transform:	none;
	}	

BODY
{
   TEXT-TRANSFORM: none;
}	

A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		