body {
  font-family: arial;
  margin-top: 10px;
}

a {
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  color: #0055FF;
}

a.sub {
  font-weight: bold;
  font-size: 9pt;
  color: #E8E8E8;
  text-decoration: none;
}

a.sub:hover {
  color: #FFFFFF;
}

a.title {
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  color: #0055FF;
}

a.product {
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
  color: #0055FF;
}

p {
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
 }

p.bold {
  font-weight:bold;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

h1 {
  color: #000000;
  font-weight: bold;
  font-size: 24pt;
  font-variant: small-caps;
}

h2 {
  color: #000000;
  font-weight: bold;
  font-size: 18pt;
  font-variant: small-caps;
}

h3 {
  color: #000000;
  font-weight: bold;
  font-size: 12pt;
  font-variant: small-caps;
}

h4 {
  color:#0055FF;
  font-weight: bold;
  font-size: 12pt;
  font-variant: small-caps;
}

li {
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

.sup {
  font-size: 70%;
  vertical-align: super;
}

.bold {
  font-weight: bold;
}

#box {
  position: absolute;
  visibility: hidden;
}

#order {
  font-weight: bold;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
}

.copyright {
  font-size: 8pt;
}

#small {
  font-weight: bold;
  font-size: 9pt;
  color: #C0C0C0;
  text-decoration: none;
}

#moreinfo {
  border: 1px solid;
  border-color: #000000;
  background-color: #CCCCCC;
  padding: 2px;
}

#moreinfo:hover {
  color: #000000;
}