body {
  background-color: #EBF1E3;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

table.main {
  background-image: url(images/bg.gif);
  width: 746px;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #525252;
  line-height: 22px;
  text-align: justify;
}

td.mainSides {
  width: 10px;
}

td.mainCenter {
  width: 726px;
}

td.footer {
  background-color: #62860d;
  vertical-align: bottom;
  text-align: right;
  color: #c1c9b6;
  font-size: 10px;
}

td.mainCenterContent {
  padding: 25px;
}

hr {
  border: none;
  color: #FD732F;
  background-color: #FD732F;
  height: 1px;
  width: 555px;
  text-align: center;
}

.important {
  font-weight: bold;
  color: #62860D;
}

.distinguished {
  font-weight: bold;
  color: #FD732F;
}

.superdistinguished {
  color: #FD732F;
  font-size: 15px;
}

.superduperdistinguished {
  font-weight: bold;
  color: #FD732F;
  font-size: 15px;
}

.light {
  color: #89c03b;
}

.padded {
  padding-top: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
}

a {
  font-weight: bold;
  color: #FD732F;
}

a:hover {
  color: #FFFFFF;
  background-color: #FD732F;
}

a.footer {
  color: #DDDDDD;
}

a.footer:hover {
  background-color: none;
  color: #FFFFFF;
}

img {
  border: none;
}

img.gallery {
  padding: 3px;
}

p {
  margin-top: 15px;
  margin-bottom: 25px;
}

ul {
  list-style-image: url(images/orangeListItem.gif);
}