  ul.checkmarks
  {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
     margin-left: 1em;
  }

  ul.checkmarks-orange
  {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
     margin-left: 1em;
  }

  .checkmarks li
  {
     background-image: url(../images/checkmark.gif);
     background-position: 0 em;
     background-repeat: no-repeat;
     font-size: 16px;
     padding: 0px 50px 30px 40px;
  }

  .checkmarks-orange li
  {
     background-image: url(../images/checkmark-orange.gif);
     background-position: 0 em;
     background-repeat: no-repeat;
     font-size: 16px;
     padding: 0px 50px 30px 40px;
  }


  p, td {font-family:Arial,Helvetica,Sans-Serif; font-size:14px; color:#000000}

  a {color:#006CB7;text-decoration:underline}
  a:visited {color:#006CB7;text-decoration:underline}
  a:hover {color:#3795DB;text-decoration:none}

  .red1 {font-family:Verdana,Arial,Sans-Serif; font-size:20px; color:#CC3300; font-weight:bold}
  .red2 {font-family:Verdana,Arial,Sans-Serif; font-size:16px; color:#CC3300; font-weight:bold}
  .red3 {font-family:Verdana,Arial,Sans-Serif; font-size:24px; color:#C10000; font-weight:bold}
  .red4 {font-family:Verdana,Arial,Sans-Serif; font-size:20px; color:#C10000; font-weight:bold}

  .black1 {font-family:Verdana,Arial,Sans-Serif; font-size:16px; color:#000000; font-weight:bold}
  .black2 {font-family:Verdana,Arial,Sans-Serif; font-size:20px; color:#000000; font-weight:bold}

  .small-address {font-family:Verdana,Arial,Sans-Serif; font-size:11px; color:#000000}
  .small-footer {font-family:Verdana,Arial,Sans-Serif; font-size:12px; color:#000000}

  .style1 {
      font-size: 16;
      font-weight: bold;
  }
  -->

     ul.checkmarks
     {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        margin-left: 1em;
     }

     ul.checkmarks-orange
     {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        margin-left: 1em;
     }

     .checkmarks li
     {
        background-image: url(../images/checkmark.gif);
        background-position: 0 em;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 0px 50px 30px 40px;
     }

     .checkmarks-orange li
     {
        background-image: url(../images/checkmark-orange.gif);
        background-position: 0 em;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 0px 50px 30px 40px;
     }

     .GuaranteeBox
     {
        background-color: #FFFFFF;
        border: 2px dashed #000000;
        padding: 10px;
        text-align: left;
        width: 85%;
     }

     .LooksLikeButton, .LooksLikeButtonBig
     {
        background-color: #CCCCCC; 
        border: 1px solid #000000; 
        border-left-color: #EEEEEE; 
        border-top-color: #EEEEEE; 
        color: #000000;
        font-size: 16pt; 
        padding: 5px; 
        text-align: center; 
        text-decoration: none;
        width: 600px;
     }

     .LooksLikeButton a, .LooksLikeButtonBig a
     {
        color: #000000;
        text-decoration: none;
     }

     .LooksLikeButtonBig
     {
        width: 750px;
     }

     .PurchaseProductBox, .PurchaseProductBox2
     {
        background-color: #CCFFCC;
        border: 2px dashed #000000;
        padding: 10px;
        text-align: left;
     }
     
     .PurchaseProductBigText
     {
        font-size: 18pt;
     }
     
     .PurchaseProductBox, .PurchaseProductBox2
     {
        width: 80%;
     }
     
     .PurchaseProductBox2
     {
        background-color: #FFFFFF;
        border: 3px dashed #FF0000;
     }
