<!--
BODY 
{

  background-image: url('design/BG.jpg');
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  
   font-family:Arial, Verdana;
   color:#000000;
   font-size: 10pt;
   font-weight:bold;
}

TABLE 
{
   font-family:Arial, Verdana;
   color:#ffffff;
   font-size: 10pt;
   font-weight:bold;
}

A:active
{
   font-weight:bold;
   color:#c0c0c0;
   text-decoration:none;
}
A:link
{
   font-weight:bold;
   color:#c0c0c0;
   text-decoration:none;
}
A:visited
{
   font-weight:bold;
   color:#c0c0c0;
   text-decoration:none;
}
A:hover
{
   font-weight:bold;
   color:#c0c0c0;
   text-decoration:underline;
}
-->
