h1, h2, h3, h4, h5, h6 {
  color: blue;
  font-style: italic ;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt; }

h1.title {
  font-family: Serif;
  color: black;
  font-style: italic ;
  text-align: left;
  font-size: 18pt;
}

table#headerTable {
  width: 100% ;
  border-style: none;
  border-spacing: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin-bottom: 0px;
}

td#titlePanel {
  vertical-align: top;
  /*border: 1px solid black;*/
  padding-left: 5px;
  padding-top: 5px;
}

