

/*------------------ standard text in table cell  ---------------------------*/
td, .text {
  font-size: 12px;
  font-family: verdana, arial;
  color: #222222; 
  }

/*------------------ grayed out text replacing .text-------------------------*/
.greyout {
  font-size: 12px;
  font-family: verdana, arial;
  color: #999999; 
  }

/*------------------ more height in linespacing -----------------------------*/
.spaced {
  line-height: 170%;
  }

/*------------------ table border definition  -------------------------------*/
table.brdr1 {
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: 222222;
  }

/*------------------ table border definition  -------------------------------*/
table.brdr {
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: 222222;
  }

/*------------------ cell border definition ---------------------------------*/
td.brdr {
  font-family: arial, sans-serif;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: 222222;
  }

/*------------------ light small font for trailer ---------------------------*/
.light {
  font-size:10px;
  font-family:verdana, arial;
  font-weight:bold;
  color:#777777; }

/*---------000------ the usual navigation bar font -------------------------*/
a.nav0:link, a.nav0:visited, a.nav0:active {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: 444444;
  text-decoration: none;
  font-weight: 400;
  }

/*------------------- hovering navigation bar font -------------------------*/
a.nav0:hover {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: white;
  text-decoration: none;
  background-color: 8888bb;
  font-weight: 400;
  }

/*--------------- highlighted navigation bar font ---------------------------*/
.nav1  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: 6666AA;
  font-weight: bold;
  }

/* ----------------Unhighlighted menu item on left sidebar ------------------*/
.lbaritem
{
  font-weight: 600;
  font-size: 11px;
  color: white;
  font-family: Arial, Verdana;
  background-color: #78869A;
  text-decoration: none
}

/* -----------------highlighted menu item on left sidebar -------------------*/
.lbarhilite
{
  font-weight: 700;
  font-size: 11px;
  color: yellow;
  font-family: Arial, Verdana;
  background-color: C53D27;
  text-decoration: none
}

/* ---------------------------- Page Title ----------------------------------*/
.title {
  font-family: verdana, arial;
  font-size: 15px;
  font-weight: bold;
  color: #0062A3;
  }

/* ---------------------------- Page Subtitle -------------------------------*/
.subtitle, a.subtitle:link, a.subtitle:visited, a.subtitle:active {
   font-family: verdana, arial;
   font-size: 11px;
   color: #0062A3;
   font-weight: bold;
   text-decoration: none;
   }

/* ---------------------------- Page Subtitle -------------------------------*/
a.subtitle:hover {
   font-family: verdana, arial;
   font-size: 11px;
   color: yellow;
   background-color: #0062A3;
   font-weight: bold;
   text-decoration: none;
   }

/* ---------------------------- Page Table Title ----------------------------*/
.tbltitle {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
  color: #8888C0;
  font-weight: bold;
  }

/* ---------------------------- notes ---------------------------------------*/
.note {
   font-family: courier new;
   font-size: 11px;
   color: brown;
   line-height=100%;
   font-weight: 400;
   }

/* ---------------------------- notes ---------------------------------------*/
.note2 {
   font-family: arial;
   font-size: 10px;
   color: blue;
   line-height=105%;
   font-weight: 400;
   }

/* ---------------------------- return link ---------------------------------*/
.backlink {
  font-family: verdana, arial;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #808080;
  }
a.backlink:link, a.backlink:visited, a.backlink:active {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  text-decoration: none;
  font-weight: 400;
  }

/*------------------- hovering navigation bar font -------------------------*/
a.backlink:hover {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: white;
  text-decoration: none;
  background-color: 8888bb;
  font-weight: 400;
  }

/* ---------------------------- page section --------------------------------*/
.pgsect {
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 12px;
  text-decoration: none;
  font-weight: 600;
  color: #00799C;
  background: #C6E3FF;
  xbackground: #FF9999;
  xbackground: #6699CC;
  }

/* --------------------- grayed out document page link ----------------------*/
.graydoclink {
  font-family: verdana, arial;
  font-size: 11px;
  line-height: 11px;
  color: #808080;
  }

/* ------------------------ document page link ------------------------------*/
.doclink {
  font-family: verdana, arial;
  font-size: 11px;
  line-height: 11px;
  color: #3300CC;
  }

/* ---------------------------- small font ----------------------------------*/
.small {
  font-family: arial;
  font-size: 10px;
  color: #8888CC;
  }

/* --------------------small monospaced font --------------------------------*/
.monosmall {
  font-family: courier new, monospace;
  font-size: 11px;
  color: black;
  }

/* --------------------small monospaced link --------------------------------*/
a.monosmalllink:link, a.monosmalllink:active, a.monosmalllink:visited {
  font-family: courier new, monospace;
  font-size: 11px;
  color: green;
  line-height: 85%;
  font-weight: 400;
  text-decoration: underline;
  }
a.monosmalllink:hover {
  font-family: courier new, monospace;
  font-size: 11px;
  color: red;
  line-height: 85%;
  font-weight: 400;
  text-decoration: underline;
  }

/* ----------------------- monospaced font ----------------------------------*/
.monogreen {
  font-family: courier new, monospace;
  font-size: 12px;
  line-height: 120%;
  color: green;
  }

/*--------- monospaced font for navigation link ----------------------------*/
a.mononav :link, a.mononav:visited, a.mononav:active {
  font-family: courier new, monospace;
  font-size: 12px;
  color: black;
  text-decoration: none;
  font-weight: 400;
  }

/*---------------monospaced font for navigation link for hovering -----------*/
a.mononav:hover {
  font-family: courier new, monospace;
  font-size: 12px;
  color: white;
  text-decoration: none;
  background-color: 8888bb;
  font-weight: 400;
  }

/* ----------------------- monospaced font ----------------------------------*/
.mono {
  font-family: courier new, monospace;
  font-size: 12px;
  line-height: 120%;
  color: black;
  }

/* ----------------------- monospaced font ----------------------------------*/
.monogray {
  font-family: courier new, monospace;
  font-size: 12px;
  line-height: 120%;
  color: AAAAAA;
  }

/* ---------------------big monospaced font ---------------------------------*/
.monobig {
  font-family: courier new, monospace;
  font-size: 14px;
  }

/* ----------------------- warning (red-bold) font --------------------------*/
.warn {
  color: red;
  font-weight: bold;
  }

