body
{
  border-top: 0px;
  margin-top: 4px;
  margin-left: 0px; /* could make this non-zero with no side decoration */
  margin-right: 1em;  /* leave enough space so text does not look cut off */
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  font-size: smaller;
  color: black;
  font-family: Verdana, Arial, Helvetica, san-serif;
  background-color: #ffffff;
  /* scrollbar-base-color: #eeebff; */ 
}
.mainBody
{
  font-size: small;
  color: black;
  font-family: Verdana, Arial, Helvetica, san-serif;
  background-color: #ffffff;
  /* width: 100%; */ /* This causes IE7 to always show a horizontal scroll bar. */
}
.normalBody
{
  font-size: small;
  color: black;
  font-family: Verdana, Arial, Helvetica, san-serif;
  background-color: #ffffff;
  width: 100%; /* This causes the title-bar line to extend the full width. */
}
.innerBody
{
  color: black;
  font-family: Verdana, Arial, Helvetica, san-serif;
  background-color: #ffffff;
}
.topContent
{
  font-size: smaller;
  color: black;
  font-family: Verdana, Arial, Helvetica, san-serif;
  background-color: #ffffff;
  vertical-align: top;
}
a
{
  font-weight: 600; /* 400 is the same as normal, and 700 is the same as bold */
  color: #0072bc;
  font-family: Arial, Helvetica
}
.plainAnchor
{
  /* border: none; */
  text-decoration: none;
  /* color: #FFFFFF; */
}
.plainImage
{
  border: 0px;
  /* padding-top: 2px; */
}
.menu
{
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  color: #0072bc;
  line-height: 16px;
  font-family: Arial, Helvetica;
}
.topicHeader
{
  font-size: medium;
  font-weight: bold;
  color: black;
  font-family: Verdana, Arial, Helvetica, san-serif;
}
.menu:hover
{
  font-size: 14px;
}
.menuDiv
{
  padding-left: 1em;
  padding-right: 1em;
  width: 7em; /* need room for the hover expansion */
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  color: #0072bc;
  line-height: 16px;
  font-family: Arial, Helvetica;
  background-color: #ffffff;
  white-space: nowrap;
}
.menuActive
{
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  color: #0072bc;
  line-height: 16px;
  font-family: Arial, Helvetica;
  background-color: #ffffff;
  white-space: nowrap;
}
.menuActiveFill
{
  line-height: 100%;
}
.menuTable
{
  background-color: #ffffff;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-style: none;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.menuRow
{
  vertical-align: top;
}
.menuCol
{
  vertical-align: top;
}
.subMenuDiv
{
  visibility: hidden;
  position: absolute;
  z-index: 9;
}
.subMenu
{
  font-size: 10px;
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
  line-height: 15px;
  margin-left: 30px;
  font-family: Arial, Helvetica
}
.subMenuTable
{
  background-color: #046c0c;
}
.subMenu:hover
{
  font-size: 12px;
}
.pagetitle
{
  font-weight: bold;
  font-size: 25px;
  color: #0a934c;
  vertical-align: middle;
  text-align: left;
  line-height: 80%;
  font-family: Arial, Helvetica;
  white-space: nowrap;
}
.fullCell
{
  width: 100%;
}
.titleline
{
  /* height: 72px; */
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.greenline
{
  background-color: #0a934c;
  height: 3px;
  width: 100%;
  vertical-align: middle;
}
.logoText
{
  font-weight: bold;
  font-style: italic;
  color: #0a934c;
}
.smallerFont
{
  font-size: smaller;
}
.copyright
{
  font-size: smaller;
  text-align: center;
}
.newsTable
{
  background-color: #0a934c;
  width: 200px;
}
.newsTitle
{
  font-weight: bold;
  font-size: 20px;
  color: #0a934c;
  vertical-align: middle;
  text-align: center;
  line-height: 18px;
  font-family: Arial, Helvetica
}
.newsItem
{
  font-weight: bold;
  font-size: 20px;
  color: #0a934c;
  vertical-align: middle;
  text-align: left;
  line-height: 25px;
  font-family: Arial, Helvetica
}
.buttonClass
{
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background-color: #0a934c;
}
.logoTable
{
  width: 100%;
  border-style: none;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.logoImage
{
  border-style: none;
  /* The following is required to work around a known bug.
     Otherwise, a border is left under the image. */
  display: block;
}
.logoCell
{
  width: 100%;
  vertical-align: middle;
  text-align: left;
}
.spacerColumn
{
  width: 1em;
}
.lineRow
{
  height: 50%;
}
.infoData th,.infoData td
{
  vertical-align: top;
  text-align: left;
  padding-top: 1.5em;
  padding-left: 2em;
}
.dataLabel
{
  font-weight: bold;
  font-style: italic;
}
.productAnchor
{
  color: #0072bc;
  font-weight: bold;
  font-style: italic;
}
.productName
{
  color: #0a934c;
  font-weight: bold;
  font-style: italic;
}
.SpeakText {
  color: #0072bc;
  font-weight: bold;
}
.errorNotification {
  color: red;
}
.noBulletList {
  list-style-type: none;
}
.bulletCell {
  padding-left: 2em;
  vertical-align: text-top;
}
.bulletAnchor {
  vertical-align: text-top;
}
.bulletImage {
  border: 0px;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
}
p {
  /* margin-top: 0px; */ /* supposed to be the default - firefox gets incorrect */
}
.topPara {
  margin-top: 0px;
}
.headerTitle {
  font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #0A934C; /* green, was #008000 */
}
.headerHr {
  /* blue bar, was #0033CC, "web safe is #0066CC" */
  background-color: #0072BC;  /* used by Firefox */
  border-color: #0072BC;      /* used by Firefox */
  color: #0072BC;             /* used by IE */
  height: 3px;                /* height of the line */
  margin-top: 2px;            /* space above the line */
}
.columnSpacer {
  width: 1em;
}

