      html {overflow:hidden;}
      body {overflow:hidden; margin: 0; padding: 0; text-align: justify; background-color: rgb(255,243,203); color: black; font-family: arial; font-size: 11pt; font-weight: normal}
      #header {
        position: fixed;
	padding: 8px;
        left: 172px;
	right: 0px;
        height: 45px;
        top: 0px;
      }
      #footer {
        position: fixed;
	padding: 8px;
	left: 172px;
        right: 0px;
        bottom: 0px;
      }
      #disclaimer {
        position: fixed;
        left: 0px;
        width: 154px;
        bottom: 0px;
        background-color: black;
        padding: 8px;
      }
      #mainmenu {
        position: fixed;
        left: 0px;
        width: 172px;
        top: 0px;
        bottom: 0px;
        background-color: black;
      }
      #content {
        position: fixed;
	padding: 8px;
        left: 172px;
        right: 0px;
        top: 45px;
        bottom: 130px;
	overflow: auto;
      }

    a:link           {outline: none; color: rgb(0,102,204)}
    a:visited        {outline: none; color: rgb(0,102,204)}
    a:hover          {outline: underline; color: rgb(0,102,204)}
    hr               {color: gray; background-color: gray; height:2px; border: 0px}
    .Table           {color: black; font-size: 12pt; font-family: arial; font-weight: bold; text-align: left}
    .TableR          {color: black; font-size: 12pt; font-family: arial; font-weight: bold; text-align: right}
    .Light           {color: black; font-size: 12pt; font-family: arial; font-weight: normal}
    .Data            {border: 2px solid black; background-color: rgb(192,192,192); border-collapse: collapse}
    tr.Title         {background-color: orange}
    td.Title         {color: black; font-family: "trebuchet ms", "arial narrow"; font-size: 18pt; font-weight: bold}
    td.SubTitle      {color: black; font-family: "trebuchet ms", "arial narrow"; font-size: 13.5pt; font-weight: bold}
    td.Black         {font-family: arial; background-color: black}
    td.Gray          {font-family: arial; background-color: gray}
    td.LightGray     {font-family: arial; background-color: rgb(215,215,215)}
    td.Cyan          {font-family: arial; background-color: cyan}
    td.White         {font-family: arial; background-color: white}
    td.BoldNavy      {color: navy; font-family: arial; font-weight: bold}
    td.AllSides      {border: 1px solid black; font-family: arial; background-color: white; color: red; font-weight: bold}
    td.DataGy        {border: 1px solid black; font-family: arial; background-color: rgb(192,192,192); color: navy; font-size: 10pt; font-weight:bold}
    td.DataBk        {border: 1px solid black; font-family: arial; background-color: white; color: black; font-size: 10pt; font-weight: bold}
    td.DataRd        {border: 1px solid black; font-family: arial; background-color: white; color: red; font-size: 10pt; font-weight: bold}
    td.DataBl        {border: 1px solid black; font-family: arial; background-color: white; color: navy; font-size: 10pt; font-weight: bold}
    td.VAlignBottom  {vertical-align: bottom}
    td.VAlignTop     {vertical-align: top}
    .CodeHeadings    {color: black; font-family: arial; font-weight: bold; font-size: 16pt}
    th.KeyCodes      {border: 1px solid black; font-family: arial; background-color: rgb(192,192,192); color: black; font-size: 11pt}
    code             {font-size: 11pt; font-family: courier; font-style: normal; font-weight: bold}
    var              {font-size: 12pt; font-family: courier; font-style: normal; font-weight: normal}
    pre              {font-size: 12pt; font-family: courier; font-style: normal; font-weight: normal; border: 2px solid black; background-color: rgb(240,240,240); margin: 0px; padding: 15px 0px 15px 30px}
    span.ChkBox      {position: relative; left: 20}
    div.RegShow      {border: 0px; width: 25px; height: 21px; visibility: visible; text-align: center}
    div.RegHide      {border: 0px; width: 25px; height: 21px; visibility: hidden; text-align: center}
    div.Result       {border: 1px solid black; font-size: 12pt; font-family: arial; text-align: center; width: 40px; background-color: white; visibility: visible; font-weight: bold}
    .Label           {font-weight: bold; font-size: 12pt; font-family: arial}
    .Hide            {visibility: hidden}
    .Show            {visibility: visible}
    .Normal          {color: black; text-align: justify; font-size: 12pt; font-family: arial; font-weight: normal}
    p                {color: black; font-size: 12pt; font-family: arial; font-weight: normal}
    li                {color: black; font-size: 12pt; font-family: arial; font-weight: normal}
    input	     {color: black; font-size: 11pt; font-family: arial; font-weight: normal}
    .Menu            {color: white; font-family: "trebuchet ms", "arial narrow"; font-size: 10pt; font-weight: normal}
    a.Menu:link      {color: white; text-decoration: none}
    a.Menu:visited   {color: white; text-decoration: none}
    a.Menu:hover     {color: cyan; font-size: 10pt; font-weight: bold}
    .Footer          {color: white; font-family: "trebuchet ms", "arial narrow"; font-size: 8pt; font-weight: normal}
    a.Footer:link    {color: white; text-decoration: none}
    a.Footer:visited {color: white; text-decoration: none}
    a.Footer:hover   {color: cyan; font-size: 8pt}
    .FooterText      {color: gray; font-family: "trebuchet ms", "arial narrow"; font-size: 8pt; font-weight: normal}
    table.Banner     {background-color: black}
    a.MenuSel:link    {color: cyan; text-decoration: none}
    a.MenuSel:visited {color: cyan; text-decoration: none}
    a.MenuSel:hover   {color: cyan; font-size: 10pt; font-weight: bold}
    a.FooterSel:link    {color: cyan; text-decoration: none}
    a.FooterSel:visited {color: cyan; text-decoration: none}
    a.FooterSel:hover   {color: cyan; font-size: 8pt}
