/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
}

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;
	}
	
.Title
{
	font-size: 16pt;
	font-weight: bold;
}
.Copyright
{
	font-size: 9pt;
}
.ErrorMessage
{
	font-size: 9pt;
	font-weight: bold;
	color:	#FF0000;	
}
.BodyBold
{
	font-weight: bold;
}
.BodyItalic
{
	font-style: italic;
}