@charset "utf-8";
/* CSS Document */

#outerWrapper #ftr2 {
  background-color: #FFF;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding-top: 10px;
  padding-bottom: 6px;/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  color: #8A0917;
  margin: 5px 0 3px 0;
  font-weight: bold;
  height: 40px;
}

