@charset "iso-8859-1";
<!--
body 
{ 
  background-color:#ffffff;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  color: #000000;
  font-size: 10pt;
}
  
a 
{ 
  color: #000000;
  text-decoration: underline
}

a:hover 
{ 
  color: #0000ff; 
  text-decoration: underline,overline;
}
  
a:active 
{ 
  color: #000000; 
  text-decoration: underline,overline;
}

th.thcolor   
{ 
  color: #ffffff;
  background-color: #0055aa;
  font-size: 10pt
}

a.thcolor
{ 
  color: #ffffff;
  text-decoration: none;
  background-color: #0055aa;
  font-size: 10pt
}

a.thcolor:hover   
{ 
  color: yellow;
  text-decoration: none;
  background-color: #0055aa;
  font-size: 10pt
}

td.tdcolor
{
  color: black;
  text-decoration: none;
  background-color: #5555ff;
  font-size: 12pt
}

a.tdcolor
{
  color: black;
  text-decoration: none;
  font-size: 12pt
}

a.tdcolor:hover
{
  color: black;
  text-decoration: none;
  font-size: 12pt
}
-->
