body {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-family: arial;
  background-color: #000;
  color: #ff00ff;
  /*color: #58417D;*/
}

a, a:visited {
  color: #cccc00;
}

a:hover {
  background: #999;
}

h1, h2, h3, h4, h5 {
  color: #fff;
}

input, select, textarea, button {
  font-size: 9pt;
  border-radius: 4px;
}

td, th {
  text-align: left;
  font-size: 10pt;
}

#content {
  text-align: center;
  width: 700px;
  margin: auto;
  padding: 10px;
}

#footer {
  width: 500px;
  margin: 10px auto 0 auto;
  border-top: 2px solid #ff00ff;
  text-align: center;
}

.title_header {
  font-family: arial;
  font-size: 125%;
  color: #ff00ff;
}

.text_alt {
  color: #0ff;
}

.title_header_alt {
  font-family: Monotype Corsiva;
  color: #0ff;
}

.table_signup {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  background-color: #333;
  border: solid;
  border-radius: 10px;
}

.table_signup th {
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  width: 30%;
  padding-right: 5px;
}

.table_signup td {
  text-align: left;
  width: 70%;
}

.table_center {
  margin-left: auto;
  margin-right: auto;
}

.td_alt {
  background-color: #00ffff;
  color: #ff00ff;
  font-weight: bold;
}

.tdr {
  text-align: right;
}

.thl {
  text-align: left;
}

.tdc {
  text-align: center;
}

.tdb {
  font-weight: bold;
}

.extra_large {
  font-size: 20pt;
}

.large {
  font-size: 16pt;
}

.small {
  font-size: 10pt;
}

.tiny {
  font-size: 8pt;
}

.mediumBold {
  font-size: 14pt;
  font-weight: bold;
}

.largeBold {
  font-size: 16pt;
  font-weight: bold;
}

.alert {
  color: #ff0;
  font-weight: bold;
}

.alertYellow {
  color: #ffff00;
  font-weight: bold;
  font-style: italic;
}

.formErrMsg {
  z-index: 98;
  position: absolute;
  padding: 3px;
  background-color: #d00;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 4px;
}

.noShow { display: none; }

.flipH {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

