    Body {font-family : Arial;
          font-style : normal;
          font-size : 10pt;
          font-weight : normal;
          color : #000000;
          margin: 0px;
          background-color: #FFFFCC;
          }

       P {font-family : "Comic Sans MS";
          font-style : normal;
          font-size : 12pt;
          font-weight : normal;
          color : #303030;
          margin-top: 3px;
          margin-bottom: 2px
          }
       H1 {font-family : "Comic Sans MS";
          font-style : normal;
          font-size : 36pt;
          font-weight : normal;
          color : #800000;
          margin-top: 20px;
          margin-bottom: 5px
          }
       H2 {font-family : "Comic Sans MS";
          font-style : normal;
          font-size : 24pt;
          font-weight : bold;
          color : #303030;
          margin-top: 20px;
          margin-bottom: 5px
          }
       H3 {font-family : "Comic Sans MS";
          font-style : normal;
          font-size : 24pt;
          font-weight : normal;
          color : #303030;
          margin-top: 20px;
          margin-bottom: 5px
          }
       H4 {font-family : "Comic Sans MS";
          font-style : normal;
          font-size : 16pt;
          font-weight : normal;
          color : #303030;
          margin-top: 10px;
          margin-bottom: 5px
          }
       H5 {font-family : "Engravers MT";
          font-style : normal;
          font-size : 16pt;
          font-weight : bold;
          color : #3333FF;
          margin-top: 10px;
          margin-bottom: 5px
          }
       H6 {font-family : "Century Schoolbook";
          font-style : normal;
          font-size : 16pt;
          font-weight : bold;
          color : #303030;
          margin-top: 10px;
          margin-bottom: 5px
          }
       H7 {font-family : "Times New Roman";
          font-style : normal;
          font-size : 8pt;
          font-weight : normal;
          color : #000000;
          margin-top: 0px;
          margin-bottom: 0px
          }
       li {font-family : Arial;
          font-style : normal;
          font-size : 10pt;
          font-weight : normal;
          color : #000000
          }

table.whitebox {
  background: #FFFFFF;
  border: 1px solid rgb(144, 144, 144);
  border-collapse: collapse;
  table-layout: fixed;
}
table.whitebox td {
  padding: 2px;
}
td.whiteheader {
  background: #DFDFDF;
  border: 1px solid rgb(144, 144, 144);
}

table.box {
  background: #FFFFCC;
  border: 1px solid #FFFF66;
  border-collapse: collapse;
  table-layout: fixed;
}
table.box td {
  padding: 2px;
}
td.box {
  background: #D8EFD8;
  border: 1px solid #FFFF66;
}
td.boxheader {
  background: #B3DFB3;
  border: 1px solid #FFFF66;
  font-family: Arial;
  font-size: 14pt;
  font-weight: heavy;
  color: #990000;
}

div#navmenubox {
    position: absolute;
    background: #FFFFCC;
    border: 1px solid gray;
    max-height: 40px;
    min-height: 40px;
    margin: auto;
}
div#container {
    position: relative;
    background: #FFFFCC;
    border: 0px solid gray;
    min-height: 400px;
    min-width: 400px;
    margin: auto;
}
div#updateline {
    background: #FFAA33;
    border: 0px solid #FFAA33;
    min-height: 20px;
    min-width: 450px;
    margin: auto;
}
div#content {
    background: #FFFFCC;
    border: 0px solid #FFFF33;
    min-height: 400px;
    margin: 10px 3px 3px 3px;
}
div#nomenucontent {
    background: #FFFFCC;
    border: 1px solid #FFFF33;
    min-height: 400px;
    margin: 25px 3px 3px 3px;
}
div#navmenubar {
    background: #800000;
    border: 1px solid #FFFF00;
    max-height: 36px;
    min-height: 36px;
    margin: 1px 0px 0px 0px;
}
div#pagetitle {
    background: #FFFF88;
    border: 1px solid #FFFF00;
    margin: 2px 1px 1px 1px;
    font-family: "Comic Sans MS";
    font-size: 16pt;
    font-weight: normal;
    color: #990000;


}
div#header,
div#footer {
    border: none;
    padding: 3px;
    min-width: 744px;
    margin: auto;
}
div#header {
    background: #FFFFCC;
}
div#footer {
    background: #FFFFAA;
    border-top: 1px solid #FFFF33;
}

