/* jdforrester.org general style-sheet. */
/* By James D. Forrester */
/* Last updated: 2002-03-24 10:42:52 (UTC) */

BODY
{
  background: white;
  color: black;
  font-family: sans-serif;
  font-size: small;
  text-align: justify;
}

A
{
  color: #6060C0;
  font-family: sans-serif;
  text-decoration: none;
  font-weight: normal;
}

A:hover
{
  text-decoration: underline;
}

IMG.validationimage
{
  border: 0;
  width: 88px;
  height: 31px;
}

DIV.footer
{
  font-size: smaller;
  text-align: right;
  font-style: italic;
}

DIV.note
{
  font-size: smaller;
  text-align: center;
}

DIV.indent
{
  margin-left: 2em;
}

DIV.treenode
{
  background-color: #E0E0E0;
}

DIV.treeleaf
{
  background-color: white;
  text-indent: 2em;
}
DIV.treesubnode
{
  background-color: #F0F0F0;
  text-indent: 2em;
}

DIV.treesubleaf
{
  background-color: white;
  text-indent: 4em;
}

DIV.treetitle
{
  text-align: center;
}

TABLE.validationtable
{
  text-align: center;
}

TABLE.documentformatter
{
  padding: 1em;
  width: 100%;
  text-align: left;
}

TD.contentstree
{
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
}

TD.documentbody
{
  vertical-align: top;
  padding: 1em;
  text-align: justify;
}