/* 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 120;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	16px;
	font-weight: bold;
	color: Black;
    
}

H1	{	
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	24px;
	font-weight: bold;
	font-style:	normal;
	color: #107843;
	}	
		
H2	{	
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	18px;
	font-weight: bold;
	color: #107843;
	}	
		
FONT	
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	16px;
	font-weight: bold;
	color: Black;
}
TD
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:	16px;
	font-weight: bold;
	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 thick solid;
	}
	.thisWidth
	{
	    width: 990px;
	}
	