/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-left:auto;
	margin-top:auto;
	text-align:center;
}
TABLE
{
	

	
	}

IMG
{
	border:0;
}


A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#EEEEEE;
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	}
