A /* The link style */
	{
		color: #000000;
		text-decoration: none;
		font-size: 8pt;
		font-family: georgia;
	}
	
A:hover /* The hover link style */
	{
		color: #E23828;
		text-decoration: underline;
	}

footernav {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
	
a.footernav {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
	
a.footernav:link {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
	
a.footernav:active {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	}
	
a.footernav:visited {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
	
a.footernav:hover  {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
	}