
BODY {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(images/tsfback.gif);
}

TABLE {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #003300;
  font-size: 10pt;
}

.frame {
  background-color: #FFFFFF;
  border: 1px #999999 solid;
}

.sml {
  font-size: 9pt;
}

.tiny {
  font-size: 7pt;
}

.nav {
  font-size: 8pt;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.callout {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 8pt;
  border: 2px #00ff00 solid;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
}

A {
  color: green;
  text-decoration: none;
}

A:visited {
  color: maroon;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

#footer {
  font-family: Arial, sans-serif;
  font-size: 7pt;
}

.form {
  font-family: Arial, sans-serif;
  font-size: 7pt;
  background-color: #FFFFFF;
}

TH {
  text-align: center;
  background-color: #66FFFF;
}

BIG {
  font-size: 1.2em;
}

SMALL {
  font-size: 0.8em;
}

LI {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fill {
  font-family: Courier;
  font-size: 9pt;
}

.alert {
  font-family: Arial, sans-serif;
  color: red;
}

.floleft {
  float: left;
}

.floright {
  float: right;
}

