body { font-family: Arial, Helvetica, sans-serif }
p {
  font-size: 12px;
  line-height: 16pt;
}
li {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
  list-style-position: outside;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  color: 00749f;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  color: 00749f;
  font-variant: small-caps;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: 2186ab;
}
a:hover {
  text-decoration: underline;
  color: 29a0cb;
}
img.floatLeft { 
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  float: left;
  margin: 15px; 
}

img.floatRight {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  float: right;
  margin: 15px; 
}

img.bordered {
  border-style: solid;
  border-width: 1px 1px 1px 1px
}

.stretch {
  background-image: url(table_back.jpg);
  background-repeat: repeat-y;
}
.letter {
  background-image: url(letter_back.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer {
  background-image: url(footer.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

