body {
  background: white;
  font-family: Georgia, Verdana, sans-serif;
  font-size: 8pt;
}
table {
  //border-collapse: collapse;
}
table.diarytable {
  background: #eef;
}
th {
  text-align: left;
  font-size: 14pt;
  padding: 0.3em 0em 0em 0em;
}
th.diaryheader {
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  padding: 0.3em 0em 0.3em 0.3em;
  background: #99d;
}

td.diary {
  background: #eef;
  padding: 0.5em;
  font-size: 10pt;  
}
td.right {
  padding-left: 0.5em;
}


td.diaryfooter {
  background: #eef;
}
p.faf {

}

a { 
  text-decoration: none;
  color: #00a;
}

a:hover {
  color: #000;
  background: #aaf;
}

a.pagetitle:link {
  text-decoration: none;
}

a.pagetitle:visited {
  text-decoration: none;
}

a.pagetitle:active {
  text-decoration: underline;
}

tfoot {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 7pt;
  text-align: center;
  background: white;
}

#ctable1 {
  border-width: 1px; border-style: solid; border-color: black;
}
td { text-align: left; font-size: 8pt; }

td.nomarg { margin: 0px; padding: 0px;}

th.cal { text-align: center; font-size: 12pt; }

.error { font-size: 12pt; }

.adv {
  margin: 0px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #099;
}
.advhead {
  font-size: 7pt;
}

b.faf {
  font-size: 14pt;
}
