body,td,th {
  font-family: helvetica,arial;
  font-size: 10pt;
}
td.vbar,td.hbar,td.tl,td.br,td.tr {
  font-size: 6pt;
}
td.vbar {
  background-image: url("images/thick-vert-bar13.gif");
  background-repeat: repeat-y;
  background-position: middle;
  width: 13px;
}
td.hbar {
  background-image: url("images/thick-horiz-bar13.gif");
  background-repeat: repeat-x;
  background-position: middle;
  height: 13px;
}
td.hbarb {
  background-image: url("images/thick-horiz-bar13.gif");
  background-repeat: repeat-x;
  background-position: middle;
  height: 13px;
}
td.tl {
  background-image: url("images/thick-tl-corner13.gif");
  background-repeat: no-repeat;
  background-position: middle;
  width: 13px;
  height: 13px;
}
td.br {
  background-image: url("images/thick-br-corner13.gif");
  background-repeat: no-repeat;
  background-position: top;
  width: 13px;
  height: 13px;
}
td.tr {
  background-image: url("images/thick-tr-corner13.gif");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 13px;
  height: 13px;
}
td.body {
  padding: 8px 32px 16px 16px;
}
.menuh1,.menuh2,.menui {
  font-family: helvetica,arial;
  color: #000000; /* Maroon */
}
.menuh1 {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  background-color: #88bbaa;
}
.menuh2 {
  font-size: 11pt;
  font-weight: bold;
  padding-top: 5pt;
}
.menui {
  font-size: 11pt;
  padding-top: 1pt;
  padding-left: 32px;
  margin-left: 0pt;
  background-repeat: no-repeat;
  background-position: 4pt 3pt;
  background-image: url("images/green-circle13.gif");
}
.menui-red,.menui-green,.menui-blue,.menui-white {
  font-size: 10pt;
  padding-top: 2pt;
  padding-left: 32px;
  margin-left: 0pt;
  background-repeat: no-repeat;
  background-position: middle;
}
.menui-red {
  background-image: url("images/red-needle13.gif");
}
.menui-green {
  background-image: url("images/green-needle13.gif");
}
.menui-blue {
  background-image: url("images/blue-needle13.gif");
}
.menui-white {
  background-image: url("images/white-needle13.gif");
}
.copy {
  font-size: 6pt;
}
.info {
  font-size: 9pt;
  margin-left: -20px;
}
.infoh1 {
  font-size: 10pt;
  font-weight: bold;
}
.note {
  margin-top: 10pt;
  padding: 2px 2px 2px 15pt;
  background-image: url('images/blue-pin13.gif');
  background-repeat: no-repeat;
  background-position: 2pt 2pt;
  background-color: #ffffef;
  border-bottom: 1px solid #dddbbb;
  border-right: 1px solid #dddbbb;
}

/* Links are green, like the door */
/* 336655 -> 51,102,85 */
a:active { background-color: RGB(100, 14, 107); text-decoration: none; }
a:hover { color: #114433; background-color: #77aa99; text-decoration: none; }
a:link { color: #336655; text-decoration: none; }
a:visited { color: #336655; text-decoration: none; }
.this { color: #336655; font-weight: bold; }

/* forms */
input {font-size: 8pt; 
       font-family: arial, helvetica; 
       font-weight: normal;}
input:text {background:#00ff00;}
input:focus {background-color:#ff0000;}
