body {
  background: #ffffff;
  color: #000000;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.header {
  background: #ffffff;
  color: #000000;
  font-size: 14pt;
  font-weight: bold;
}

.topbar {
  background: #99ccff;
  color: #000000;
  font-size: 18pt;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.topbar2 {
  background: #99ccff;
  color: #000000;
  font-size: 16pt;
  text-align: center;
}

.midbar {
  background: #FFF0D0;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  padding: 0em;
  text-align: center;
}

.midbar2 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

.greybar {
  background: #C0C0C0;
  color: #000000;
  font-size: 16pt;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
}

.midbarblue {
  background: #99ccff;
  color: #000000;  
  font-weight: bold;
}

.center {
  text-align: center;
}

.colorlessbar {
  font-size: 12pt;
  font-weight: bold;
}

.indent {
  margin-left: 6em;
  position: relative;
}

.table {
  border-collapse:collapse;
}

.tableheader1 {
  margin: 5px;
  padding: 8px;
  border:1px solid #000000;
  background-color:#FFF0D0;
  color:#000000;
  font-size: 9pt;
  font-weight:bold;

}

.tablerow {
  margin: 5px;
  padding: 8px;
  border:1px solid #000000;
  background-color:#FFFFFF; 
  color:#000000;
  font-size: 9pt;

}  

