/* CSS Definitions. */
/*$Id: styles.css,v 1.1.1.1 2005/11/18 02:41:50 fliptop Exp $*/

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

th {
  background-color: #EFEFEF;
  color: #000000;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

td.mainbody {
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

td.copyright {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10px;
}

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

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

td.nav {
  background-color: #000000;
  text-align: center;
}

a.nav {
  color: #EFEFEF;
}

a.nav:hover {
  background-color: #909090;
  color: #EFEFEF;
  text-decoration: underline;
}

td.title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

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

td.smallcentered {
    color: #000000;
    font-size: 10px;
    text-align: center;
}

td.smallright {
    color: #000000;
    font-size: 10px;
    text-align: right;
}

td.smallcenterednw {
    color: #000000;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
}

td.smallrightnw {
    color: #000000;
    font-size: 10px;
    text-align: right;
    white-space: nowrap;
}

td.medium {
    color: #000000;
    font-size: 14px;
}

td.normal {
    color: #000000;
    font-size: 12px;
    text-align: left;
}

td.normalcentered {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

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

td.huge {
    color: #000000;
    font-size: 18px;
}

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

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

td.formtitle {
    background-color: #CFCFCF;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

td.submit {
    background-color: #CFCFCF;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

td.notrequired {
    background-color: #EFEFEF;
    color: #000000;
    font-size: 12px;
    text-align: right;
}

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

A.huge {
    color: #0000FF;
    font-weight: bold;
}

A.huge:hover {
    color: #00C0FF;
    text-decoration: underline;
}

