/* Default CSS Stylesheet for a new Web Application project */
body
{
	
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    
}

A:link	
{
	font-weight: bold;
	color:	#828282;
	}	
		
A:visited	
{
	font-weight: bold;
	color:	#828282;
	}	
		
A:active	
{
	font-weight: bold;
	color:	#828282;
	}	
		
A:hover	
{
	font-weight: bold;
	color:	#828282;
	}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

