/* Universal rules ==============================================*/
body,html,div,p,h1,h2,h3,h4,h5,h6,ol,ul,li {
  margin: 0;
  padding: 0;
  }
ol,ul,li {
  list-style-type: none;
  }
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  }
a {
  text-decoration: none;
  }  
/* CSS Document =================================================*/
.innermargin {
  margin: 0 6pt;
  }  

body {
  background: #fff;
  font-family: 'courier new', monospace;
  font-size: 11pt;
  line-height: 1.5em;
  
  }

#container {
  
  border-left: 1px solid #ccc;
  border-right: 3px double #aaa;
  border-bottom: 3px double #aaa;
  margin: 1.5cm .5cm .5cm 2.5cm;
  text-align: justify;
  }
#container p {
  text-indent: 2em;
  margin: .5em 0;
  }
#menu, #menuleft,#footer {
  display: none;
  }
#printfooter {
  text-align: right;
  font-size: 80%;
  font-style: italic;
  margin-right: 20px;
  }
#validfooter {
  display: none;
  }
h1 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 11pt;
  font-weight: bold;
  font-family: verdana,arial, sans-serif;
  text-align: right;
  padding: 5pt;
  }

  
h2 {
  font-family: verdana,arial, sans-serif;
  font-size: 16pt;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: bottom;
  }
h2 em {
  font-size: 20pt;
  background-color: #000;
  color: #fff;
  font-style: normal;
  vertical-align: bottom;
  }
h3 {
  text-align: center;
  padding: 1em;
  }

