/* CSS Definitions. */
/*$Id: styles.css,v 1.5 2004/11/15 03:27:15 fliptop Exp $*/

td {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 14px;
}

th {
  background-color: #990033;
  color: #FFFFFF;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-weight: bold;
  font-size: 14px;
}

th.active {
  background-color: #AFAFAF;
}

td.tiny {
  font-size: 8px;
}

td.small {
  font-size: 10px;
}

td.medium {
  font-size: 12px;
}

td.large {
  font-size: 14px;
}

td.extralarge {
  font-size: 18px;
}

td.big {
  font-size: 28px;
}

td.huge {
  font-size: 32px;
}

td.gigantic {
  font-size: 48px;
}

td.error {
  background-color: #A0A0A0;
  color: #FF0000;
  font-size: 12px;
}

td.status {
  background-color: #DFDFDF;
  color: #0000FF;
  font-size: 12px;
}

td.copyright {
  background-color: #990033;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

td.main_body {
  background-color: #990033;
  text-align: center;
  width: 790px;
}

td.formtitle {
  background-color: #DFDFDF;
}

td.required {
  background-color: #EFEFEF;
  font-weight: bold;
  text-align: right;
}

td.notrequired {
  background-color: #EFEFEF;
  text-align: right;
}

td.submit {
  background-color: #DFDFDF;
  text-align: center;
}

td.header {
  background-color: #990033;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

a.copyright {
  color: #EFEFEF;
  font-weight: bold;
}

a.copyright:hover {
  text-decoration: underline;
  color: #CFCFCF;
}

a.th {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

a.th:hover {
  color: #CFCFCF;
  font-size: 12px;
  text-decoration: underline;
}
