.back {
  color            : #333399;
  font-size        : 12px;
  text-decoration  : none;
}
.back:hover {
  text-decoration  : underline;
}
.blue {
  color            : #333399;
}
.black_back {
  background-color : #000000;
  color            : #ffffff;
  font-weight      : bold;
  text-align       : center;
}
.blue_back {
  background-color : #333399;
  color            : #ffffff;
  font-weight      : bold;
  text-align       : center;
}
.body {
  text-align       : center;
}
.content {
  text-align       : center;
  width            : 85%;
}
.content_table {
  font-size        : 12px;
  vertical-align   : top;
}
.content_table_small {
  font-size        : 11px;
  vertical-align   : top;
}
.content_text {
  text-align       : left;
  width            : 50%;
}
.em {
  font-style       : italic;
  font-weight      : bold;
}
.logo {
  background-image : url('screwback.gif');
  background-repeat : repeat-x;
}
.menu {
  color            : #ffffff;
  text-decoration  : none;
}
.menu:hover {
  color            : #ffffff;
  text-decoration  : underline;
}
.red {
  color            : #cc3333;
}
.red_back {
  background-color : #cc3333;
  color            : #ffffff;
  font-weight      : bold;
  text-align       : center;
}
.spacer {
  font-size        : 10px;
}
.submenu {
  font-weight      : bold;
  text-decoration  : none;
}
.submenu:hover {
  text-decoration  : underline;
}
a {
  color            : #333399;
}
a:hover {
  color            : #cc3333;
}
body {
  background-color : #ffffff;
  font-family      : helvetica;
}
td {
  font-family      : helvetica;
}