/* CSS Document */


a:hover 
{

text-decoration:underline;

}


a {
color: #b80026;
text-decoration:none;
}

.footer {
background-image: 
 url(foot.gif);
background-repeat: no-repeat;
text-decoration:none;
position: absolute;
top: 550px; 
left: 10px; 
width: 265px;
padding: 0px; 
  }
  








.footlinks{ 
  position: relative;
  height: 41px;
  width: 770px;
  left: 0px; 

  padding: 1px;
	font:10px/20px Trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}