/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: xx-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: 0px;
    margin-bottom:0;
    margin-top:0;
    margin-left:0;
    TEXT-TRANSFORM: none;
}


H1	{	
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: small;
	color:Black;
	font-style: italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	x-small;
	font-weight:	200;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:100;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	margin-left: 15px;
	text-transform:	none;
	}	
	
P.Footer
{
		FONT-FAMILY: Verdana, Arial, sans-serif;
		COLOR: #000000;
		font-variant:small-caps;
    	FONT-SIZE: 7pt;
    	FONT-WEIGHT: normal;
    	LETTER-SPACING: normal;
    	TEXT-TRANSFORM: none;
    	WORD-SPACING: normal
}	

P.Menu
{
		FONT-FAMILY: Verdana, Arial, sans-serif;
		COLOR: #000000;
    	FONT-SIZE: 10pt;
    	font-variant:small-caps;
    	FONT-WEIGHT: normal
}	

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration: none;
	color:	#4b4e6a;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#cc6633;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#7d8d57;
}