body
{
  background-color: rgb(255,255,255);

}

  a:link    {color: rgb(84, 95, 117); text-decoration: none; }
  a:visited {color: rgb(84, 95, 117);text-decoration: none; } 
  a:active  {color: rgb(84, 95, 117);text-decoration: none; }
  a:hover   {color: rgb(134, 145, 167);text-decoration: none; }

  a.footerText:link {color: rgb(84, 95, 117);text-decoration: underline }
  a.footerText:visited {color: rgb(84, 95, 117);text-decoration: underline } 
  a.footerText:active {color: rgb(84, 95, 117);text-decoration: underline }
  a.footerText:hover {color: rgb(134, 145, 167);text-decoration: underline }
  

.pageHeader
{
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  line-height:20px;
  font-weight: 800;
  color: rgb(102,107,111);
}

.pageSubHeader
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 800;
  color: rgb(92,97,101);
}

.pageText
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: rgb(82,87,91); // has been reduced -20 because too light
}


.footerText
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  color: rgb(84,95,117);
}

.deepFooterText
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  color: rgb(206,215,211);
}

input.logon
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: rgb(100,110,110);

  left:5px;
  width:83px;
  height:18px;

  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0px;
  margin-right:0px;
}


.Rbutton
{ 
  background-color:#ddd;
}


