/* CSS Definitions. */
/*$Id: styles.css,v 1.3 2008/03/13 15:45:12 fliptop Exp $*/

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

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

td.error {
  background-color: #000000;
  color: #FF0000;
}

td.status {
  background-color: #DFDFDF;
  color: #0000FF;
}

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

a {
  color: #6082FF;
  font-weight: bold;
}

a:hover {
  color: #A0A0A0;
  text-decoration: underline;
}

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

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

td.formtitle {
  background-color: #DFDFDF;
  color: #000000;
  text-align: left;
}

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

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

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

p {
  text-align: justify;
}

td.nav {
  background-color: #EFEFEF;
  color: #000000;
  font-size: 14px;
  text-align: center;
}

a.nav {
  color: #303030;
  font-weight: bold;
}

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

td.title {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

td.main {
  background-color: #FFFFFF;
  color: #6082BF;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}

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

.tiny {
  font-size: 10px;
}

.justify {
  text-align: justify;
}

td.footerlinkscentered {
  background-color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  width: 677;
}

td.footerlinksleft {
  background-color: #FFFFFF;
  font-size: 10px;
  text-align: left;
  width: 677;
}

td.openhouse {
  color: #0000FF;
  font-size: 16px;
  font-style: bold;
}

h1 {
  color: #6082BF;
  font-size: 18px;
  font-style: bold; 
}
