/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    /*background-image: url(images/graphics/Back3d.gif);
    background-repeat: no-repeat;
	background-position: 0 0;*/
    
}
H1	{	
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	20px;
	font-weight: bold;
	font-style:	normal;
	color: #107843;
	}	
		
H2	{	
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	17px;
	font-weight: bold;
	color: #107843;
	}	
		
FONT	
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	14px;
	font-weight: normal;
	color: Black;
}

TD
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	14px;
	font-weight: normal;
	color: Black;
}


A:link	{	
	text-decoration:	underline;
	color:	#107843;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#107843;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#107843;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#5B934D;
	}
IMG 
{
	background-color: White;
	border: #107843 thin solid;	
}
