/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	underline;
	color:	#5c7e6d;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#5c7e6d;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#5c7e6d;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#183025;
	}
		
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	padding-left: 40px;
	padding-right: 150px;
	text-align: justify;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #183025;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

