body {
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-family: verdana, tahoma, sans-serif;
}

fieldset {
  border: 1px solid #737373;
}
form {
  margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  color: #838383;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

a:link {
  color: #33c;
  text-decoration: underline;
}
a:visited {
  color: #4040ff;
  text-decoration: underline;
}
a:active, a:hover {
  color: #000;
}

div.bottom {
  color: #737373;
  font-size: x-small;
  text-align: center;
}

/* Define some colors */

.legend {
  font-size: 12px;
  font-family: verdana, tahoma, sans-serif;
  font-weight: bold;
  color: #FB7D02;
}
.darkbg {
  background-color: #99CCFF;
  color: #333CCC;
}
.mediumbg {
  background-color: #99CCFF;
  /*background-image: url('grad_bg.png');*/
  color: #333CCC
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f4f4f4;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

/* Top menu */

a.menu, a.menu:visited {
  background-color: #99CCFF;
  border: 1px solid #99CCFF;
  color: #3333CC;
  float: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

a.menu:hover, a.menu:active {
  color: #3333CC;
  background-color: #fff;
  /*background-image: url(grad_bg.png);*/
  text-decoration: none;
  font-weight: bold;
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }