body {
  margin-left: 0;
  margin-right: 0;
  background-color: #FFF;
  font-family: arial, helvetica, sans-serif;
  color: #000;
}

table {
  font-family: arial, helvetica, sans-serif;
  color: #000;
}

hr {
  margin: 0;
  border: none;
  text-align: left;
  width: 98%;
  height: 2px;
  background-color: #039;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a:link {color: #00C}
a:visited {color: #009}
a:hover {text-decoration: underline overline}

.heading {
  width: 100%;
  height: 15px;
  background-color: #69F;
  text-align: left;
  margin: 0;
  border: none;
  border-bottom: 2px solid #039;
}

.small {font-size: smaller}
.large {font-size: larger}
.roman {font-family: garamond, "times new roman", times, serif}
.grey {color: #669}
.red {
  color: #C00;
  font-style: italic;
}

.product:link {color: #000}
.product:visited {color: #000}
.product:hover {text-decoration: underline overline}
.product {
  font-family: "times new roman", times, serif;
  font-size: larger;
  font-weight: bold;
  background-color: #ED3;
  padding-right: 8px;
  padding-left: 8px;
  border: thin solid #000;
  padding-top: 6px;
  padding-bottom: 4px;
}

.faq {
  color: #FFF;
  font-weight: bold;
  background-color: #039;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.answer {
  display: block;
  border: 2px solid #039;
  padding: 12px;
}

.box {
  display: block;
  font-weight: bold;
  width: 67%;
  border: 2px solid #039;
  padding: 8px;
  padding-bottom: 6px;
}

.linkbox {
  display: block;
  font-weight: bold;
  width: 30%;
  border: 1px solid #039;
  padding: 8px;
  padding-bottom: 6px;
}

.block {
  display: block;
  padding: 8px;
}

.nav:link {color: #FFF}
.nav:visited {color: #FFF}
.nav:hover {color: #039; text-decoration: none}
.nav {font-weight: bold}

p.roundbox {padding: 10px}
.t {background: url(images/h.png) 0 0 repeat-x}
.b {background: url(images/h.png) 0 100% repeat-x}
.l {background: url(images/v.png) 0 0 repeat-y}
.r {background: url(images/v.png) 100% 0 repeat-y}
.ll {background: url(images/ll.png) 0 100% no-repeat}
.lr {background: url(images/lr.png) 100% 100% no-repeat}
.ul {background: url(images/ul.png) 0 0 no-repeat}
.ur {background: url(images/ur.png) 100% 0 no-repeat}