<STYLE>
	a:link { color:#ff0000; text-decoration: none; }
	a:visited { color:#ff0000; text-decoration: none; }
	a:active { color:#ff0000; text-decoration: none; }
	a:hover { color:#000066; text-decoration: underline; }
	
	.default
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #000066;	
	}
	
	.shadow 
	{
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

	
</STYLE>
