.heading{
  font-size: 16pt;
  font-family: Tahoma, Helvetica, Sans-serif, Arial;
  font-weight: bold;
  color: #CC33CC;
}

body
{
  text-align: justify;
  font-family:  Tahoma, Helvetica, Sans-serif, Arial;
  font-size: 10pt;
  color: #330033;
  scrollbar-arrow-color: #CC00CC;
  scrollbar-track-color:#ffccff;
  scrollbar-face-color:#ffccff;
  scrollbar-highlight-color: #cc00cc;
  scrollbar-3dlight-color: #cc00cc;
  scrollbar-darkshadow-color: #cc00cc;
  scrollbar-shadow-color: #cc00cc;
}

.toplogo{
  border-bottom: thin dotted #cc33cc;
}
.boxes{
  border-top: thin dotted #cc33cc;
  border-bottom: thin dotted #cc33cc;
  border-right: thin dotted #cc33cc;
  border-left: thin dotted #cc33cc;
}
hr
{
  width: 100%;
  height: 2px;
  color: #cc33cc;
}
td {
  text-align: justify;
  font-family:  Tahoma, Helvetica, Sans-serif, Arial;
  font-size: 10pt;

}
.footer
{
  margin: 0px;
  margin-top: 1pt;
  font-size: 8pt;
  font-family: Tahoma, Helvetica, Sans-serif, Arial;
  color: #330033;
}

a {
  text-decoration:none;
  color: #993399;
  cursor: crosshair;
} 

td.a {
  text-decoration:none;
  color: #993399;
  cursor: crosshair;
} 
a:hover  {
  text-decoration:underline overline;
  background-color: #ffccff;
  color: #993399;
  cursor: crosshair;
}


