/* CSS Definitions. */
/*$Id: styles.css,v 1.2 2007/04/06 18:51:57 fliptop Exp $*/

html, body {
  background-color: #008100;
  margin: 2;
  padding: 2;
  border: none;
  text-align: center;
}

td {
  color: #008100;
  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: #008100;
  font-size: 10px;
  width: 790px;
}

a {
  color: #666666;
}

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

hr {
  border-color: #008100;
  border-style: dotted;
  border-width: 1px;
}

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

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

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

td.announcements {
  background-color: #FFFFFF;
  border-color: #008100;
  border-style: dotted dotted dotted none;
  border-width: 1px;
  padding: 5px;
  color: #000000;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  width: 125px;
}  

td.mainbody {
  background-color: #FFFFFF;
  color: #008100;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}  

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.title {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

td.normal {
  background-color: #FFFFFF;
  color: #000000;
}

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