/* Default CSS Stylesheet for a new Web Application project */
.headerText
{
	font-family:Arial;
	font-size:13pt;
	color:#404040;
}

.headerTextSub
{
	font-family:Arial;
	font-size:11pt;
	color:#404040;
}

.fieldTitle
{
	font-family:Arial;
	font-size:x-small;
	color:#404040;
}

.errorText
{
	font-family:Arial;
	font-size:x-small;
	color:Maroon;
}

a:link	{	
	text-decoration:	none;
	color:	#CC6633;
}	
		
a:visited	{	
	text-decoration:	none;
	color:	#CC6633;
}	
		
a:active	{	
	text-decoration:	none;
	color:	#CC6633;
}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#CC6633;
}
