/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #FFFFcc;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: x-small;
    margin: 0
}

TD
{
	font-size: x-small;
}


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;
	}

.PageTitle {
	color:	#3333cc;
	font-weight: bold;
	font-size: medium;
	}
