      html {overflow:hidden;}
      body {overflow:hidden; margin: 0; padding: 0; text-align: justify; background-color: rgb(224,224,224); color: black; font-family: arial; font-size: 11pt; font-weight: normal}
      #header {
        position: fixed;
	padding: 8px;
        left: 0px;
	right: 170px;
        height: 45px;
        top: 0px;
      }
      #footer {
        position: fixed;
	padding: 8px;
	left: 0px;
        right: 170px;
        bottom: 0px;
      }
      #disclaimer {
        position: fixed;
        right: 00px;
        width: 154px;
        bottom: 0px;
        background-color: black;
        padding: 8px;
      }
      #mainmenu {
        position: fixed;
        right: 0px;
        width: 170px;
        top: 0px;
        bottom: 0px;
        background-color: black;
      }
      #content {
        position: fixed;
	padding: 8px;
        left: 0px;
        right: 170px;
        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: rgb(96,96,96)}
    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}
    table.NoBorder     {border-style: none}
    table.BkBorder     {border: 1px solid black; padding: 0px; border-spacing: 0px; border-collapse: collapse}
    td.BkBorder        {border: 1px solid black; padding: 0px; border-spacing: 0px; border-collapse: collapse}
    td.DataGy          {padding-left: 15px; padding-right: 15px; border: 1px solid black; font-family: arial; background-color: rgb(64,64,64); color: white; font-size: 11pt; font-weight: bold; text-align: left}
    td.DataGyCenter    {padding-left: 15px; padding-right: 15px; border: 1px solid black; font-family: arial; background-color: rgb(64,64,64); color: white; font-size: 11pt; font-weight: bold; text-align: center}
    td.DataBk          {padding-left: 15px; padding-right: 15px; border: 1px solid black; font-family: arial; background-color: white; color: black; font-size: 11pt; font-weight: normal; text-align: left}
    td.DataBkCenter    {padding-left: 15px; padding-right: 15px; border: 1px solid black; font-family: arial; background-color: white; color: black; font-size: 11pt; font-weight: normal; text-align: center}
    td.DataBkBorderTBL {padding-left: 15px; border-left:  1px solid black; border-bottom: 1px solid black; border-top: 1px solid black; font-family: arial; background-color: white; color: black; font-size: 11pt; font-weight: normal; text-align: left}
    td.DataBkBorderTBR {padding-right:15px; border-right: 1px solid black; border-bottom: 1px solid black; border-top: 1px solid black; font-family: arial; background-color: white; color: black; font-size: 11pt; font-weight: normal; text-align: left}
    p                {color: black; font-size: 12pt; font-family: arial; font-weight: normal}
    li               {color: black; font-size: 12pt; font-family: arial; font-weight: normal}
    .Normal          {color: black; font-size: 12pt; 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}
    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}
    .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}
    a.FooterSel:link    {color: cyan; text-decoration: none}
    a.FooterSel:visited {color: cyan; text-decoration: none}
    a.FooterSel: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}
