td.header h1 {
   font-size: 17pt;
   font-weight: bold;
   color: rgb(54,73,80);
}

td.header h2 {
   font-size: 9pt;
   width: 70%;
   padding-top: 0px;
   margin-top: 0px;
   float: right;
   font-weight: bold;
   color: rgb(108,108,84);
}

code, p.code {
  font-family: "Lucidia Console","Andale Mono","Courier New",Courier,monospace;
  font-size: 8pt;
   background-image: url("/images/blackbgtrans.png") !important;
   background-repeat: repeat;
   background-position: top left;
   text-align: left;
}

p.code {
  padding: 4px;
  border: 1px dotted rgb(0,37,76);
}

div.section {
}

div.section p.code {
   text-indent: 0em;
}

div.section p {
   text-indent: 0em;
}

div.section div.header {
   font-weight: bold;
   text-align: left;
}

div.section img {
   padding: 10px;
}

img.linebreak {
   display: inline;
   padding: 0px !important;
   padding-right: 16px !important;
   padding-left: 6px !important;
   margin: 0px;
}

div.section table {
   margin-top: 10px;
   margin-bottom: 10px;
}
