BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
}
P,LI,TD,CENTER {
  text-align: justify;
  line-height: 24px;
}
a {
  color: #999999;
  text-decoration: none;
}
/* keyboard shortcuts */
kbd {
  padding: 0px 1px 0px 1px;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
}
#bigbox {
  margin: 0px;
}
#nav {
  display: none;
}
#content {
  padding: 10px;
  margin-left: 0.25in;
  margin-right: 0.25in;
}
.letter {
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  padding: 0.25in;
  margin: 8px auto 8px auto;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.noprint {
  display: none;
}
.article {
}
BLOCKQUOTE {
  padding-left: 0.25in;
  padding-right: 0.25in;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #DDDDDD;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  font-size: 12px;
}
.reversed {
  color: #000000;
  background-color: #CCCCCC;
  padding: 4px;
  font-weight: bold;
  text-align: center;
}
.clearFloats {
  clear: both;
  height: 0px;
}

.inlineImage {
/*  float: right;
  margin-left: 8px; */
  display: none;
}
