#bodytext {
    font-family: sans-serif;
    background-color: white;
    color: black;
    background-image: url("");
    background-attachment: fixed;
        background-repeat: no-repeat;

    topmargin:    0;
        rightmargin:  20;
        leftmargin:   0;
        bottommargin: 0;
}

table.mainarea {
    font-family: sans-serif;
    background-color: white;
    background-image: url(pic/bg-hwr.gif);
    color: black;
    width: 80%;
        cellpadding: 10;
        cellspacing: 0;
        border: 2
}

td.header       { background-color: #D0F4DA; color: black; font-family: sans-serif; font-weight: bold;}
td.header2      { background-color: #D0F4DA; color: black; font-family: sans-serif; font-weight: bold; font-size: x-large}
td.header3      { background-color: #D0F4DA; color: black; font-family: sans-serif; font-weight: bold; font-size: large}
td.little       { font-size: medium }

a:link          { color: blue; background-color: transparent; font-family: sans-serif}
a:visited       { color: darkblue; background-color: transparent; font-family: sans-serif}
a:active        { color: black; background-color: transparent; font-family: sans-serif}
a.darkred       { color: darkred; background-color: transparent }
a.black         { color: black; background-color: transparent; font-family: sans-serif}
a.black:visited { color: black; background-color: transparent; font-family: sans-serif}


a.white         { color: white; background-color: transparent; text-decoration: none; font-family: sans-serif}
a.white:visited { color: white; background-color: transparent; text-decoration: none; font-family: sans-serif}
a.white:hover   {color:  white; text-decoration: underline; }   /* mouse over link */
a.white:active  { color: white; background-color: transparent; font-family: sans-serif}

h1          { color: black;    font-family: sans-serif }
h1.darkred  { color: darkred;  font-family: sans-serif }
h1.darkblue { color: darkblue; font-family: sans-serif }
h1.blue     { color: blue; font-family: sans-serif }
h1.bluish    { color: #0099CC; font-family: sans-serif }

h2           { color: black; font-family: sans-serif }
h2.darkred   { color: darkred; font-family: sans-serif }
h2.darkblue  { color: darkblue; font-family: sans-serif }
h2.blue      { color: blue; font-family: sans-serif }
h2.bluish    { color: #0099CC; font-family: sans-serif }

h3           { color: black; font-family: sans-serif }
h3.darkred   { color: darkred; font-family: sans-serif }
h3.darkblue  { color: darkblue; font-family: sans-serif }
h3.blue      { color: blue; font-family: sans-serif }
h3.bluish    { color: #0099CC; font-family: sans-serif }


h4           { color: black; font-family: sans-serif }
h4.darkred   { color: darkred; font-family: sans-serif }
h4.darkblue  { color: darkblue; font-family: sans-serif }
h4.blue      { color: blue; font-family: sans-serif }

p.indent {
  padding-left: 23px;
}

p.text {
  padding-right: 20px;
  text-align: justify;
}

ul.text {
  font-family: sans-serif;
  list-style-type: disc;
  padding-right: 20px;
  line-height: 140%
}

ul.white {
  font-family: sans-serif;
  color: white;
  list-style-type: disc;
}
ul.inner {
  font-family: sans-serif;
  list-style-type: circle;
  //list-style-image: url(img/square.gif)
}
ul.none {
   list-style-type: none
}

em      { font-family: sans-serif }
dt      { font-weight: bold }
img     { border-width: 0 }

span.name  { color: darkblue; font-weight: bold }
span.affil  { font-size: 0.9em}
span.title  { color: #333366; font-weight: bold; font-style:italic }
span.emph  {color: #0099CC; font-weight: bold;}
p.sparse { line-height: 140%} 
p.indent { padding-right: 20px;}
