div { /* For testing */
border: 0px solid black;
}

h2.subhead{
font-weight: bold; 
color: #aa0000;
text-align: center;
}
h3{
font-size: 18px;
}

  ul{
  list-style: none; padding-left: 5px;
  }
  li.checkbox {
  background:url(../images/checkbox.gif) left top no-repeat;  padding-left: 55px; padding-top: 7px;
  }
  
  li.checkbox2 {
  background:url(../images/checkbox3.gif) left top no-repeat;  padding-left: 40px; padding-top: 6px; padding-bottom: 15px;
  }
  
  .sales_box1 {
  background-color: #ffffdd;
  padding: 10px;
  margin: 10px;
  border: 1px solid #aaaa88;
  }
  .sales_box2 {
  background-color: #e5eeff;
  padding: 10px;
  border: 1px solid #8888aa;
  }
  .quote{
  display: block;
  border-color: #000000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  background-image: url(images/quoteleft.gif);
  background-repeat: no-repeat;
  color: #773333;
  }
  .quotename{
  display: block;
  font-weight: bold;
  border: 1px 1px 0px 1px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  background-image: url(images/quoteleft.gif);
  background-repeat: no-repeat;
  color: #000000;
  }
  .quotebox{
  border: 1px dotted #552222;
  padding: 8px;
  width: 200px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
  }
  a.sales_header{
  display:block;
  width: 100px;
  float:right;
  font-size: 12px;
  font-family: arial;
  margin-top:5px;
  }
  h2.subhead{
  font-size: 25px;
  }
