.footer {
     height: 30px;
     width: 100%;
     color: #000000;
     text-align: center;
     background-color: #425a89;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 11px;
	 text-decoration: none;
     line-height: 30px;
     font-weight: normal;
	 border-bottom: solid #000 0px;
}

.footer a:link {
  font-family: Arial,Helvetica,sans-serif;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

.footer a:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

.footer a:hover {
  font-family: Arial,Helvetica,sans-serif;
  font-size        : 11px;
  color            : #738fbf;
  text-decoration  : none;
  font-weight      : normal;
}