/* Default CSS Stylesheet for a new Web Application project */
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
.A1:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
.A1:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
.A1:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
.A1:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
.A2 a:link	 {	
	text-decoration:	none;
	color:#333333;
	font-weight:bold;
	}	
		
.A2 a:visited{	
	text-decoration:	none;
	color:#333333;
	font-weight:bold;
	}	
		
.A2 a:active	{	
	text-decoration:	none;
	color:#333333;
	font-weight:bold;
	}	
		
.A2 a:hover	{	
	text-decoration:	underline;
	color:#97A343;
	font-weight:bold;
	}


TABLE
{
	font-size: xx-small;
	font-family: ms sans serif;
}

body{ font-family: Ms Sans Serif; font-size: 12px; color: rgb(0,0,0) }	
td{ font-family: Ms Sans Serif; font-size: 12px; color: rgb(0,0,0) }