.bold
  {
    font-weight: bold
  }
.calc
  {
    background-color: #ffffff;
    color: #009900
  }
.center
  {
    text-align: center
  }
a:link
  {
    background-color: transparent;
    color: #3333ff
  }
a:visited
  {
    background-color: transparent;
    color: #666666
  }
a:active, a:hover
  {
    background-color: transparent;
    color: #ff0000
  }
body
  {
    background-color: #ffffff;
    color: #000000;
    font-family: "Times New Roman", "Times Roman", Times, serif;
    font-size: 16px
  }
div.footer
  {
    font-size: 12px;
    font-weight: normal;
    text-align: right
  }
div.navigate
  {
    background-color: #ffffcc;
    border: 1px solid #666666;
    color: #000000;
    margin: 10px auto 20px auto;
    padding: 5px 10px 5px 10px;
    text-align: left
  }
h1
  {
    background-color: #ffffff;
    color: #33ccff;
    font-size: 20px;
    text-align: center
  }
h3
  {
    font-size: 20px;
    text-align: center
  }
img
  {
    border-width: 0
  }
p.indent
  {
    text-indent: 30px
  }
p.title2
  {
    background-color: #ffffff;
    color: #33ccff;
    text-align: center
  }
p.warn
  {
    background-color: #ffffff;
    color: #ff0000;
    text-indent: 30px
  }
pre
  {
    font-family: "Courier New", monospace;
    font-size: 14px
  }
span.top
  {
    font-size: 10px;
    font-weight: normal
  }
table
  {
    margin: 0 auto 0 auto;
    text-align: left
  }
td.note
  {
    padding-right: 10px;
    text-align: left;
    vertical-align: top
  }
th
  {
    background-color: #33ccff;
    color: #000000;
    font-size: 16px;
    text-align: center
  }
th.sub
  {
    background-color: #cccccc;
    color: #000000
  }
