/* Default CSS Stylesheet for a new Web Application project */




A:link	
{
	font-family: verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color:	#3333cc;
	}	
		
A:visited	
{
	font-family: verdana, Arial, Sans-Serif;
	font-size: 11px;	
	font-weight: bold;
	color:	#3333cc;
	}	
		
A:active	
{
	font-family: verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color:	#3333cc;
	}	
		
A:hover	
{
	font-family: verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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;
	}	


