/* CSS Definitions. */
/*$Id: styles.css,v 1.2 2008/08/09 20:49:12 fliptop Exp $*/

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

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

fieldset {
  border: 1px solid #3333dd;
  padding: 3px;
}
  
legend {
  color: #3333dd;
  font-weight: bold;
  font-style: italic;
} 

p {
  text-align: justify;
} 

hr {
  border-color: #3333dd;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

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

td.bottomlinks {
  font-size: 10px;
  text-align: center;
}

a {
  color: #3333dd;
}

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

h3 {
  font-size: 16px;
  font-weight: bold;
}

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