/*       */

 body 
 {
  background: #cbcbcb;
  color: black;
  font-size: 11pt;
  font-family: sans-serif;
 }

 a 
 {
  text-decoration: none;
 }

 li
 {
  padding: 5px;
 }

 p
 {
  padding: 10px;
 }

 #mainpage
 {
  position: absolute;
  top: 2%;
  left: 10%;
  background: white;
  width: 80%;
  padding: 5px;
 }

 h1
 {
  background: #1148a5;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  margin: 2px;
 }

 h2
 {
  background: #000042;
  color: white;
  text-align: left;
  padding: 5px;
  margin: 3px;
  width: 75%;
 }

 table.twocolumn
 {
  border: 0px;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
 } 

 table.twocolumn td
 {
  width: 50%;
  background: #e0e0e0;
 }

 .itemlist
 {
  width: 75%;
 }

 p.language
 {
  text-align: right;
  font-size: small;
  margin: 5px;
 }

 p.disclaimer
 {
  background: #cbcbcb;
  padding: 5px;
 }

 td.header
 {
  text-align: right;
  font-weight: bold;
 }

 p.footnote
 {
  text-align: right;
  font-size: small;
 }


