
BODY {
  background-image: url('img/bg.gif');
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Verdana;
  font-size: 10pt;
}

TABLE {
  font-family: Verdana;
  font-size: 10pt;
}

.Main {
  font-family: Verdana;
  font-size: 10pt;
  background-color: #FFFFFF;
  border-top: 2px #CFCFCF solid;
  border-right: 2px #CFCFCF solid;
  border-bottom: 2px #CFCFCF solid;
  border-left: 2px #CFCFCF solid;
}

.SubmenuTable {
  width: 130px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;
}

TD.Top {
  background-image: url('img/topbanner.jpg');
}

.Menu {
  height: 24px;
  background-color: #F5F5FF;
  font-family: Verdana;
  font-size: 10pt;
  border-top: 2px #CFCFCF solid;
  border-bottom: 2px #CFCFCF solid;
}

.Submenu {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.MainText {
  font-size: 10pt;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
}

H1 {
  font-size: 14pt;
}

H2 {
  font-size: 12pt;
  padding-bottom: 6pt;
  margin-bottom: 3pt;
}

H3 {
  font-size: 10pt;
  padding-bottom: 3pt;
  margin-bottom: 0pt;
}

a {
  color: #660000;
  text-decoration: none;
}

a:link {
  color: #006600;
}

a:visited {
  color: #660000;
}

a:hover {
  color: #660000;
  text-decoration: underline;
}   /* mouse over link */

a:active {
  color: #FF0000;
}   /* selected link */ 

