  td#FooterNavigation a:link {
    color:#333333;
    text-decoration:underline;    
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
  }
  td#FooterNavigation a:visited {
    color: #333333;
    text-decoration:underline;    
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
  }
  td#FooterNavigation a:hover {
    color: #999999;
    text-decoration:underline;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
  }
 td.FooterText {
    color:#999999;
    text-decoration:none;    
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
  }
  table.FooterBg { 
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 450px;
  }