body {
  margin: 0;
  padding: 5mm;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  line-height: 12pt;
  }
  
#mainMenu {
  display: none;
  }
  
#subMenu {
  list-style-type: none;
  margin: 0;
  padding: 0 0 3mm 0;
  border-bottom: 0px solid #999;
  }
  
#subMenu li {
  margin: 0;
  padding: 0 1mm 0 0;
  font-size: 12pt;
  line-height: 14pt;
  display: inline;
  font-weight: bold;
  }
  
#subMenu li a {
  text-decoration: none;
  font-weight: normal;
  color: #0066B3;
  }
  
#subMenu li a#subMenuCurrent {
  font-weight: bold;
  }
  
#systemlogContainer, #errorlogContainer, #infoContainer, #inputContainer {
  display: none;
  }
  
th {
  white-space: nowrap;
  }
  
th, td {
  padding: 1mm;
  vertical-align: top;
  border: 1px solid #999;
  text-align: center;
  }
  
h1 {
  font-size: 20pt;
  line-height: 22pt;
  margin: 0 0 3mm 0;
  padding: 0 0 3mm 0;
  border-bottom: 2px solid #999;
  font-weight: bold;
  font-variant: small-caps;
  }
  
h1 span {
  font-weight: normal;
  }
  
h2.containerTitle {
  font-size: 14pt;
  line-height: 16pt;
  font-weight: bold;
  margin: 0;
  padding: 3mm 0 2mm 0;
  }
  
img, a img {
  border: 0;
  }
  
p {
  margin: 0;
  padding: 0 0 2mm 0;
  font-size: 12pt;
  line-height: 14pt;
  }
  
#footContainer p {
  border-top: 2px solid #999;
  padding: 2mm 1mm 0 0;
  margin: 3mm 0 0 0;
  text-align: right;
  font-size: 10pt;
  line-height: 12pt;
  font-variant: small-caps;
  font-weight: normal;
  }
  
#footContainer p a {
  display: none;
  }
  
div.textContainer ul {
  margin: 0 0 0 10mm;
  padding: 1mm 0 2mm 0;
  }

div.textContainer ul li {
  color: #222;
  font-size: 12pt;
  line-height: 14pt;
  }
  
div.textContainer p {
  text-align: left;
  }
  
div.textContainer a {
  color: #0066B3;
  text-decoration: none;
  }
  
div.textContainer p.small {
  color: #666;
  font-size: 10pt;
  line-height: 12pt;
  text-align: justify;
  }
  
table {
  width: 100%;
  }
  
span.info a {
  float: left;
  margin: 0 3px 0 0;
  padding: 0 4px 0 4px;
  width: auto;
  height: auto;
  font: bold 15px/15px Courier, Monospaced;
  background: #0082C5;
  color: #FEFEFE;
  }
  
#remoteFrame {
  width: 1px;
  height: 1px;
  display: none;
  }
