
	td{
		font : 14px verdana, arial, tahoma;
		color : black;
	}
	td.footer{
		font : 10px verdana, arial, tahoma;
		color : black;
	}
	td.nav{
		font : 14px verdana, arial, tahoma;font-weight: bold;
		color : #004200;
	}
	td.small{
			font : 10px verdana, arial, tahoma;
			color : black;
	}
	h1{
		font : bold 26px verdana, arial, tahoma;
		color : #5A7BAD;
	}
	h2{
		font : bold 16px verdana, arial, tahoma;
		color : #5A7BAD;
	}
	a 			{ text-decoration: underline; }
	a:link		{ color:#5A7BAD; text-decoration:none; cursor:hand; }
	a:visited		{ color:#000090; text-decoration:none; cursor:hand; }
	a:hover		{ color:#000090; text-decoration:none; cursor:hand; }
	a:active		{ color:gray; text-decoration:none; cursor:hand; }
	
	a.nav 		{ text-decoration: underline; }
	a.nav:link		{ color:#ffffc0; text-decoration:none; cursor:hand; }
	a.nav:visited	{ color:#ffffc0; text-decoration:none; cursor:hand; }
	a.nav:hover		{ color:#ffffff; text-decoration:none; cursor:hand; }
	a.nav:active	{ color:#ffffff; text-decoration:none; cursor:hand; }
	
