body {
  background-image :url(images/bg_beige.jpg);
  margin-left      : 0px;
  margin-right     : 0px;
  margin-top	   : 0px;
  margin-bottom    : 0px;
  padding          : 0px;
  font-family      : Trebuchet MS;
  font-size        : 12px;
 
}

h1 {
  font-size        : 18px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.titlepromo {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
  font-size        : 9px;
  font-weight      : normal;
 }

td, tr, p, div {
  font-size        : 12px;
  color            : #333333;
}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

a:link, a:visited {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
  text-transform   : uppercase;
}
a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : underline;
  font-weight      : bold;
  text-transform   : uppercase;
}

ul {
  /* float          : left; */
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
li {
  
  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.footer {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color            : #666666;
  font-size        : 10px;
  font-weight      : normal;
 }
.footer a:link, .footer a:visited {
  font-size        : 10px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : normal;
  text-transform   : none;
}
.footer a:hover {
  font-size        : 10px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : normal;
  text-transform   : none;
}
