/* CSS Document */

a:link
	{
		font-family:"verdana";
		font-size:7pt;
		font-weight:"bold";
		color:"#003366";
		text-decoration:"none";
	}
a:hover
	{
		font-family:"verdana";
		font-size:7pt;
		font-weight:"bold";
		color:"#003366";
		text-decoration:"underline";
	}
	
a:visited
	{
		font-family:"verdana";
		font-size:7pt;
		font-weight:"bold";
		color:"#003366";
		text-decoration:"none";
	}

