@charset "UTF-8";

@media screen
{

/*  ***************  Body text  ***************  */


body
{
  font-family: sans-serif;
  margin:0;
}

h1
{
  margin: 0;
  padding-top: 1ex;
}

h2
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

img
{
  border: none;
}

q
{
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}

acronym
{
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code
{
  font-family: monospace;
  font-size: 90%;
}

dt
{
  font-weight: bold;
}

dd
{
  padding-bottom: 1.5em;
}

#bodyText
{
  text-align: justify;
  padding: 0 1em 1ex 1em;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}


/*  ***************  Header  ***************  */


div.header
{

  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-left: 1em;
}

div.header p
{
  font-weight: bold;
}


/*  ***************  Footer  ***************  */

div.footer
{
  font-size: small;
  text-align: right;
  width: 100%;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  padding-right: 1em;
  line-height: 1.2ex;
}


/*  ***************  Side boxes  ***************  */

/*

.LHS
{
  position: fixed;
  margin-left: 1em;
  float: left;
  clear: left;
}

.RHS
{
  position: fixed;
  margin-right: 1em;
  float: right;
  clear: right;
}

.sideBox
{
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 11em;
  margin-top: 5mm;
}

.sideBox div
{
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span
{
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox .thisPage
{
  font-weight: bold;
}

*/

}  /*  @media screen  */
