  /*///////////////////////////////////////////////////////////////////////
  //                                                                     //
  //  Copyright (C) 2006 Bert Gebhardt                                   //
  //                                                                     //
  //                                                                     //
  ///////////////////////////////////////////////////////////////////////*/

body {
  background: white;
  margin-left: 0%;
  margin-right: 0%;
  text-align: Justify;
  font-family: sans-serif;
  margin-top: 0%;
  margin-bottom: 0%;
}

p {
  color: #000000;
}

#header {
  display: none;
}

#content {
  position: static;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 5%
}

#footer {
  display: none;
}

#menu{
  display: none;
}

a {
  color: #000000;
  text-decoration: none;
}

a.menu{
  color: #000000;
  text-decoration: none;
}

a.menu:hover{
  text-decoration: none;
}

h2 {
  text-align: left;
  font-variant: small-caps;
  border-bottom: thin solid;
  color: #000000;
  font-weight: normal;
}

img {
  border: none
}

table {
  margin-top: 0%;
  margin-left: 0%;
}

td {
  padding-left: 7%;
  text-align: left;
}

#rjust {
  text-align: right;
}

#indent {
  margin-left: 7%;
}

.pdf {
  display: none;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  color: #000000;
}
