/** Site wide styles ------------------------------------------------------------ **/
body {
  background-color:#fff;
  font-family:Arial, Helvetica, sans-serif
}
/** footer styles ------------------------------------------------------------ */
.footertext {
  height:140px;
  width:800px;
  text-align:center;
  background-image:url(/direct_images/straighttalk/frame/footer.jpg);
  background-repeat:no-repeat;
  background-position:center top
}
.footertext ul {
  padding:20px 0 15px;
  margin:0;
  text-decoration:none
}
.footertext ul li {
  display:inline;
  text-decoration:none;
  font-size:8px;
  text-transform:uppercase;
  color:#000;
  padding:4px;
  font-weight:700
}
.footertext ul li a:link {
  text-align:center;
  color:#000;
  text-decoration:none
}
.footertext ul li a:hover {
  text-decoration:underline
}
.footertext ul li a:visited {
  text-align:center;
  color:#000;
  text-decoration:none
}
.footertext ul li a:visited:hover {
  text-decoration:underline
}
.footertext ul li a:active {
  text-align:center;
  color:#000;
  text-decoration:none
}
.footertext p {
  font-size:10px;
  width:650px;
  padding:0;
  margin:0 auto;
  font-weight:400;
  color:#536605
}

