body {
  font-family: serif, helvetica, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
#  color: #832d33;
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  background: transparent;
#  color: #991e1e;
  color: #6666CC;
  text-decoration: underline;
}

img {
  border: 0;
}

font.intro {
  color: #000000;
}

font.bold {
  color: #000000;
  font-size: large;
  font-weight: bold;
}

table.index {
  background-color:#FFFFFF;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

td.index {
  font-family: helvetica;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

td.index_top {
  font-family: helvetica;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

td.index_middle {
  font-family: helvetica;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

td.index_single {
  font-family: helvetica;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

td.index_end {
  font-family: helvetica;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}


th.index {
  font-family: helvetica;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color:#FFFFAA;
}

td.title_bar {
  font-family: helvetica;
}

td.mainbody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

td.header_top {
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
  text-align: center
}

td.header_bottem {
  border-bottom: 2px solid #999999;
}

table.nav {
  background-color:#FFFFFF;
  border: 1px solid #000000;
}

td.bright {
  border-right: 1px solid #000000;
}

table.frontnav {
  background-color:#FFFFFF;
  border: 1px solid #000000;
}

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}
