.link {
  color: maroon;
  font-size: 9pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}
.link:hover {
  background-color: maroon;
  color: white;
}
a.arrow {
  color: maroon;
  cursor: pointer;
  font-family: Arial, Helvetica;
  font-size: 9pt;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

a.arrow:hover {
  background-color: #e9967a;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: maroon;
  color: maroon;
  cursor: pointer;
}
a.tbllink {
  color: maroon;
  font-size: 8pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}
a.tbllink:hover {
  background-color: maroon;
  color: white;
}
a.topmenulink {
  color: white;
  font-size: 8pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}
a.topmenulink:hover {
color: maroon;
}
.contentheader {
  color: maroon;
  font-size: 12pt;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}
.contentbody {
  font-size: 9pt;
  font-family: Arial;
  padding-left: 15px;
  padding-right: 15px;
}
.datatblheader {
  background-color: maroon;
  color: white;
  font: 8pt Arial;
  font-weight: bold;
  text-align: center;
  height: 21px;
}
.datatblcell {
  border-top: 1px solid maroon;
  color: black;
  font: 8pt Arial;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}
.tblheader {
  color: white;
  font: 8pt Arial;
  font-weight: bold;
  width: 160px;
  height: 21px;
  text-align: center;
  background-image: url('./img/tblheader.jpg');
}
.tblbody {
  font: 8pt Arial;
  width: 160px;
  padding-left: 6px;
  padding-right: 5px;
  padding-top: 5px;
  background-image: url('./img/tblbody.jpg');
  vertical-align: top;
}
.tblfooter {
  width: 160px;
  height: 20px;
  background-image: url('./img/tblfooter.jpg');
}

.label {
  font: 9pt Arial;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  padding-right: 2px;
}

.field {
  color: dimgray;
  font: 9pt Arial;
  font-weight: bold;
}

td.arrowleft {
  padding-left: 5px;
  text-align: left;
}
td.arrowright {
  padding-right: 5px;
  text-align: right;
}

td.leftnav {
  background-color: #ffffe0;
  color: maroon;
  border-bottom: 1px solid #d2b48c;
  cursor: pointer;
  font-size: 9pt;
  font-family: Arial;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

td.leftnav:hover {
  background-color: maroon;
  color: white;
  cursor: pointer;
}



