/*--- start of file ---------------------------*/
body
{
  background: white url(graphpaper.gif);
  color: black;
}
.mod
{
  font-family: serif;
  font-style: italic;
  font-size: 90%;
  margin: 0 0 0 40px;
}
/*--- Main Table ------------------------------*/
.mt
{
  width: 100%;
}
/*--- Header ----------------------------------*/
.hcl
{
  background: white url(corrugat.gif);
  color: black;
  width: 100%;
  border: 1px solid black;
}
.hn
{
  font-family: serif;
  font-style: italic;
  font-size: 50px;
  text-align: center;
  background: none;
  color: black;
  margin: 8px 0 0 0;
}
.him
{
  float: left;
}
/*--- Left Nav Cell ---------------------------*/
.lcl
{
  background: none;
  color: black;
  width: 120px;
  text-align: center;
  vertical-align: top;
}
.ldv  /* so cell will 'float'  */
{
  border: 1px solid black;
}
/*-----------------------------------*/
.nimp
{
  margin: 0;
}
.nimt
{
  margin: 10px 0 4px 0;
  border: 0;
}
.nim
{
  margin: 0 0 4px 0;
  border: 0;
}
.nimb
{
  margin: 0 0 10px 0;
  border: 0;
}
/*--- Right Cell ------------------------------*/
.rcl
{
  vertical-align: top;
}
.rdv  /* so cell will 'float'  */
{
  padding: 10px;
  border: 1px solid black;
  font-size: 90%;
}
.ind
{
  margin: 0 0 0 20px;
}
.rhl
{
  font-weight: bold;
}
a.rl:link
{
  background: none;
  color: black;
  text-decoration: none;
}
a.rl:visited
{
  background: none;
  color: black;
  text-decoration: none;
}
a.rl:hover
{
  background: none;
  color: red;
  text-decoration: none;
}
/*--- end of file -----------------------------*/
