html, body {
  font-family: Verdana, "Verdana", serif;
  background: #7E1557;
}

h1 {
  font-family: Verdana, "Verdana", serif;
  font-size: 14px;
  color: #666666;
}

h2 {
  font-family: Verdana, "Verdana", serif;
  font-size: 16px;
  color: #FF9C00;
}

#content {
  padding: 20px;
  color: #000;
  font-size: 11px;
  line-height: 1.5;
}

#content a {
  color: #315EA8;
  text-decoration: underline;
}

#content a:hover {
  color: #55616D;
  text-decoration: none;
}

#content2 {
  color: #000;
  font-size: 11px;
  line-height: 1.5;
}

#content2 a {
  color: #315EA8;
  text-decoration: underline;
}

#content2 a:hover {
  color: #55616D;
  text-decoration: none;
}

#footer a {
  color: #FFF;
  padding-right: 25px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  color: #EEA60B;
}

#copy {
  padding-top: 10px;
  color: #FFF;
  font-size: 9px;
}

.smallpop {
  font-size: 15px;
  font-weight: bold;
  }

/*#######################*/

#cwebdes, #cwebdes a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

#cwebdes a:hover {
  color: #E5F300;
}

/* FORM STYLES */

fieldset {
  border: 1px solid red;
  }

td.formdesc {
  font-size: 9px;
  font-weight: bold;
  color: #666666;
  padding-left: 10px;
}

p.formitem {
  margin-top: 0;
  margin-bottom: 5px;
}
.formhighlight {
  font-weight: normal;
  color: #FF9900;
}
.formdesc {
  font-size: 9px;
  font-weight: normal;
  margin-right: 20px;
}

.formdesc3 {
  font-size: 9px;
  font-weight: normal;
  margin-right: 3px;
  line-height: 1.0;
}

.formdesc2 {
  font-size: 9px;
  font-weight: normal;
  margin-right: 20px;
  padding-right: 30px;
}

.forminput140 {
  width: 180px;
  font-size: 10px;
  margin: 4px 0 4px 0;
}

.forminput400 {
  width: 383px;
  font-size: 12px;
  margin: 4px 0 4px 0;
}

.padright {
  padding-right: 11px;
}

table#products {
  border-collapse: collapse;
}

table#products a {
  text-decoration: underline;
  font-weight: bold;
}

table#products td {
  border: 5px solid #8C99A2;
  padding: 5px;
}

table#products img {
  float: left;
}

table#products div.price {
  text-align: right;
  font-weight: bold;
  padding: 10px;
}

table#products div.description {
  border-top: 2px dotted #8C99A2;
  margin-top: 5px;
  padding-top: 5px;
}

table#products div.type {
  font-size: 9px;
  text-align: center;
  padding-top: 5px;
}