/* CSS Document */

#str {
  width             : 481px;
  padding           : 10px;
  padding-bottom    : 30px;
}

#str a {
  text-decoration   : underline;
  color             : blue;
}

#str a:hover {
  text-decoration   : none;
}


#offersum {
  width             : 450px;
  _width            : 100%;
  color             : #053A59;
  font-size         : 14px;
  text-align        : left;
  border            : 1px dashed #9BD9FE;
  padding           : 5px;
  /*background        : url('/files/images/speaker.jpg') no-repeat;*/
  background-position: center center;
  list-style-type   : disc;
  list-style-image  : url('/files/images/li2.gif');
}

#offert {
  color             : #065A88;
  font-size         : 22px;
  text-align        : left;
  font-weight       : normal;
}

.offertitle {
  color             : #fe5e00;
  font-size         : 22px;
  text-align        : left;
}


.offerp {
  width             : 450px;
  _width            : 100%;
  color             : #053A59;
  font-size         : 14px;
  text-align        : left;
  border            : 1px dashed #FFC969;
  padding           : 5px;
  list-style-type   : disc;
  list-style-image  : url('/files/images/li.gif');
}


