@charset "utf-8";
/* PR Archives Page CSS Document */
/* Barry Couch  - 2/26/2008 */
#AsOfDate {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .80em;
}
h3 {
  text-align: center;
}
#letter {
  width: 70%;
  border: 1px solid #000;
  margin: 1em auto 1em auto;
  padding: 1em;  
}

#letter p {
  font-size: .80em;
}
#letter p { 
  text-indent: 2em;
}
#TaxListForm {
  background-color: #dda62f;
  border: 2px solid #524348;
  color: #524348;
  padding: .5em;
  font-weight: bold;
  font-size: .80em;
}
#TaxListForm a {
  color: #524348;
  text-decoration: none;
}
#TaxListForm a:hover {
  text-decoration: underline;
}

