@charset "utf-8";
/* CSS Document */
#FooterTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#FooterTable:visited  {
	color: #000000;
	text-decoration: none;
	}
#FooterTable:link  {
	color: #000000;
	text-decoration: underline;
	}
#FooterTable:active  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}	
#FooterTable:hover   {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
