body {
  margin: 10px 0;
}

.separator {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border-top: 5px solid #000099;
}

.content {
  margin: 0 auto;
  width: 600px;
  font: 10pt Arial,Helvetica,Univers,Zurich BT;
}

.centered {
  text-align: center;
}

.paymentIconsContainer {
  margin: 0 auto;
  width: 480px;
}

.red {
  color: #ff0000;
}

.blue {
  color: #0000cc;
}

.underlined {
  text-decoration: underline;
}

a img {
  border: 0
}

.boxed {
  border: 2px dotted black;
  width: 80%;
  margin: 0 auto;
}


.testimonial {
  font-weight: bold;
}

.headline {
  font-family: Tahoma;
  font-weight: bold;
  /*line-height: 1.5em;*/
}

.headlineLarge {
  font-family: Tahoma;
  font-size: 16pt;
  text-align: center;
  font-weight: bold;
}

.arialCentered {
  font-family: Tahoma;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}


li {
  margin-bottom: 1em;
}

.orderButtonContainer {
  background-color: red;
  height: 3em;
  width: 204px;
  padding: 3px;
  margin: 0 auto;
}

.orderButtonContainerWide {
  background-color: red;
  height: 3em;
  width: 260px;
  padding: 3px;
  margin: 0 auto;
}


.orderButtonContainer button, .orderButtonContainerWide button {
  height: 100%;
  width: 100%;
  font-weight: bold;
}

.customerSig {
  color: black;
  padding-left: 10px;
}

.customerQuotes {
  font-family: Arial;
  font-size: 12pt;
  font-style: italic;
  color: #0070B0;
  margin-left: 40px;
  
}


.listTitle {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 16pt;
}

ul, ol {
  margin-bottom: 30px;
}

.footer {
  font-size: 10px;
  text-align: center;
}


.thinSeparator {
  height: 0;
  border-top: 1px solid gray;
  width: 100%;
  margin: 5px 0;
}

.tdSide {
  width: 25%;
}

.activeImage {
  cursor: pointer;
}
