#footerOuter {
   height:32px;
   vertical-align:bottom;
   background-color: #fff;
}

#footerPanel {
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
   height:100%;
   /* background-image: url('../images/footer.jpg') ; */
}

table#footerPanel td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10pt;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

#footerPanel  a{
  font-family:  "Arial", "Verdana","Helvetica", "sans-serif";
  font-size:9px;
  text-decoration:none;
  color:#000;
  font-weight: bold;
}

#footerPanel img{
   padding: 0px;
   margin: 0px;
   border: 0px;
   display: block
}

#footerPanel a:hover{text-decoration:underline; color:#FFFFFF;}  
