/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	underline;
	color:	#0000aa;
	font-family: Arial;
	font-size: 10pt
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#800080;
	font-family: Arial;
	font-size: 10pt
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#000000;
	font-family: Arial;
	font-size: 10pt
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	font-family: Arial;
	font-size: 10pt
	}
	
A:link.Eight	{text-decoration:	none;	color:	#000000;	font-family: Arial;	font-size: 8pt}	
A:visited.Eight	{text-decoration:	none;	color:	#000000;	font-family: Arial;	font-size: 8pt}	
A:hover.Eight	{text-decoration:	none;	color:	#ff0000;	font-family: Arial;	font-size: 8pt}	
A:active.Eight	{text-decoration:	none;	color:	#000000;	font-family: Arial;	font-size: 8pt}

A:link.Nine	{text-decoration:	none;	color:	#000000;	font-family: Arial;	font-size: 9pt}	
A:visited.Nine	{text-decoration:	none;	color:	#000000;	font-family: Arial;	font-size: 9pt}	
A:hover.Nine	{text-decoration:	none;	color:	#ff0000;	font-family: Arial;	font-size: 9pt}	
A:active.Nine	{text-decoration:	none;	color:	#000000;	font-family: Arial;	font-size: 9pt}	