/* Default CSS Stylesheet for a new Web Application project */




	
		
	
		
	
		
	
		
	
		
	
		
	
		
	


A:link
{
	color: yellowgreen;
	text-decoration: none;
}	
		
A:visited
{
	color: yellowgreen;
	text-decoration: none;
}	
		
A:active
{
	color: yellowgreen;
	text-decoration: none;
}	
		
A:hover
{
	color: #00ff00;
	text-decoration: underline;
}
	
	

	

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;
	}	














BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2px;
	padding-top: 0px;
	font-family: Verdana;
	background-color: floralwhite;
}

.clsLeftNavLinks
{
	border-right: black thin groove;
	border-top: black thin groove;
	font-weight: bold;
	font-size: 14pt;
	margin: 3px;
	border-left: black thin groove;
	color: black;
	border-bottom: black thin groove;
	font-family: Verdana, Arial;
	background-color: #003300;
}

