
	td{
		font : 14px arial;
		color : black;
	}
	td.footer{
		font : 10px arial;
		color : black;
	}
	td.nav{
		font : 14px arial;font-weight: bold;
		color : #909090;
	}
	td.small{
			font : 10px arial;
			color : black;
	}
	h1{
		font : bold 26px arial;
		color : #0000CC;
	}
	h2{
		font : bold 16px arial;
		color : #800000;
	}
	a 			{ text-decoration: underline; }
	a:link		{ color:#CC0000; text-decoration:none; cursor:hand; }
	a:visited		{ color:#CC0000; text-decoration:none; cursor:hand; }
	a:hover		{ color:#0000CC; text-decoration:none; cursor:hand; }
	a:active		{ color:#0000CC; text-decoration:none; cursor:hand; }
	
	a.nav 		{ font : 11px verdana, arial, tahoma;font-weight: bold;
text-decoration: underline; }
	a.nav:link		{ color:#FFFFFF; text-decoration:none; cursor:hand; }
	a.nav:visited	{ color:#FFFFFF; text-decoration:none; cursor:hand; }
	a.nav:hover		{ color:#E9B966; text-decoration:none; cursor:hand; }
	a.nav:active	{ color:#FFFFFF; text-decoration:none; cursor:hand; }
	
