body		
{
  margin: 0;
  padding: 0;
  background: #e4e4e4;
  color: #001e40;
  font: 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}

.footer {
  font-weight: normal;
  font-size: 10px;
  color: #001e40;
} 

.fe-container {
  width: 780px;
  margin: 0 auto;
  text-align: left;
  background: #e4e4e4;
  color: #001e40;
}

.fe-container p {
  margin: 0px 30px;
  font: 14px/1.5 Geneva;
}

.fe-container table { 
  margin-top: 0px;
  margin-left: 10px;
 }


/* media="all" hides styles from NS4.x */
.fe-top {
  background: url(images/top-logo-banner.gif) no-repeat top left;
}

.fe-middle {
  background: url(images/middle.gif) repeat-y 0 0;
}

.fe-bottom {
  background: url(images/bottom.gif) no-repeat top right;
}

img.top {
   width: 780px;
   height: 80px;
   border: none;
   display: block !important;
}

img.middle { 
  width: 780px;
  height: 1px;
  border: none;
  display: block !important;
}

img.bottom {
   width: 780px;
   height: 36px;
   border: none;
   display: block !important;
}

