body {
  background-color: white;
  font-family: xverdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

a {
    color:#800033;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a.menu {
    font-size:smaller;
}

div.toolbar {
  font-size: 8pt;
}

div.toolbar a {
  font-weight:normal;
}

div.toolbar a:hover {
}


/****************************************************************************
   Header styles
****************************************************************************/

div#header {
  min-width: 750px;
  height: 3.6em;
  background-color: white;
  border-color: #DDBB00;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 4px;
  margin: 4px;
}

div#header a {
}

div#header a:hover {
}

div#header ul.menu {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  float: right;
}

* html div#header ul.menu {
  xfont-size: smaller;
}

div#header ul.menu li {
  display: block;
  float: left;
  width: 6em;
  text-align: center;
  margin: 1px;
  padding: 1px;
}

div#header ul.menu li.selected {
}

div#header ul.menu li a {
}

div#header ul.menu li a:hover {
}


div#header h1 {
  color: #800033;
  font-family: arial, helvetica, sans-serif;
  font-weight: bolder;
  margin: 0px;
}

/****************************************************************************
   Body styles
****************************************************************************/

div#body {
  background-color: white;
  max-width: 40em;
  min-height: 330px;
  line-height: 1.2em;
  margin: 0 212px 0 8em;
  margin-top: 0;
  padding: 0;
}

div#body h1 {
  font-size: 18pt;
  padding: 8px;
  text-align: center;
 }

div#body h2 {
  text-align:center;
  margin-left: 24px;
  margin-right: 24px;
  padding: 4px;
}

div#body h3 {
  margin-left: 24px;
}
div#body h4 {
  margin-left: 24px;
}
div#body h5 {
  margin-left: 24px;
}
div#body h6 {
  margin-left: 24px;
}

div#body p {
  text-align: justify;
  font-family: calibri, verdana, arial, helvetica, sans-serif;
  margin-left: 24px;
  margin-right: 24px;
}

div#body ul,ol {
  padding-left: 4em;
}

div#body b {
}

div#body a {
}

div#body a:hover {
}


TABLE {
    background-color:#777777;
  }
  TABLE TH {
    background-color:white;
    color:#800033;
    font-weight: bolder;
  }
  TABLE TD {
    background-color:white;
  }




  TABLE#calc {
    background-color:#777777;
    width:450px;
  }
  TABLE#calc TH {
    background-color:#EEEEEE;
    padding:2px;
  }
  TABLE#calc TD {
    background-color:white;
    padding:2px;
  }
  TABLE#calc H2 {
    color:#800033;
  }



/****************************************************************************
   Footer styles
****************************************************************************/

div#footer {
  clear: both;
  background-color: white;
  border-color: #DDBB00;
  border-style: solid;
  border-width: 0px;
  border-top-width: 4px;
  height: 2em;
  margin: 4px;
  margin-top: 12px;
  xpadding: 0;
}

div#footer a {
  xtext-decoration: none;
  font-size: 8pt;
  font-weight: normal;
}

* html div#footer a {
  xfont-size: smaller;
}

div#footer a:hover {
  xtext-decoration: underline;
}




