/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

table, p, td, th {
  font-size: 10pt;
}

#mainCont {
  width: 984px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #cccccc;
}
td.footer {
  background-color: #000000;
  color: white;
  font-size: 8pt;
  padding: 0px 5px;
  height: 25px;
}
td.home {
  width: 130px;
  height: 160px;
}
td.back {
  width: 130px;
  height: 160px;
}
td.banner {
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  height: 160px;
  vertical-align: bottom;
  align: right;
}
h1 {
  font-size: 16pt;
  color: #ffffff;
  letter-spacing: 1pt;
}
h2 {
  font-size: 12pt;
  color: #93BF33;
  letter-spacing: 1pt;
}
img.imgThumb {
  border: solid 1px #666666;
}
a:link, a:visited {
  color: #BD8B10;
}
a:hover, a:visited:hover {
  color: #FF9C00;
}
.pageH {
  font-weight: bold;
}
