/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FF8800;
	}
	
A.whitelink:link	{	
	text-decoration:	none;
	color:	#FF8800;
	}	
A.whitelink:active	{	
	text-decoration:	none;
	color:	#FF8800;
	}	
A.whitelink:visited	{	
	text-decoration:	none;
	color:	#FF8800;
	}	
A.whitelink:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
	
.header 
{
	font-size:22px; color:#000000; font-weight:bold
}

.subheader 
{
	font-size:16px; color:#000000; font-weight:bold
}

.tableheader 
{
	font-size:22px; color:#000000; font-weight:bold; background-color:#C0FFC0
}

.tablesubheader 
{
	font-size:16px; color:#000000; font-weight:bold
}

.tablecontent
{
	font-size:16px; color:#000000;
}
	
