body
{
  font-family: Arial;
  font-size: 12pt;
  background: white;
  color: black;
  margin: 0px;
}
a:link
{
  font-family: Arial;
  font-size: 12pt;
  color: black;
  text-decoration: underline;
}
a:visited
{
  font-family: Arial;
  font-size: 12pt;
  color: black;
  text-decoration: underline;
}
a:active
{
  font-family: Arial;
  font-size: 12pt;
  color: black;
  text-decoration: underline;
}
a:hover
{
  font-family: Arial;
  font-size: 12pt;
  color: red;
}
P
{
   font-family: Arial;
   font-size: 12pt;
   color: black;
   text-decoration: none;
}
Table
{
   font-family: Arial;
   font-size: 12pt;
   color: black;
   text-decoration: none;
}
TD
{
   font-family: Arial;
   font-size: 12pt;
   color: black;
   text-decoration: none;
}
.Heading
{
   font-family: Arial;
   font-size: 16pt;
   color: #636363;
}
.dottedbottomcell
{
   border-top: none;
   border-bottom: dotted;
   border-left: none;
   border-right: none;
   border-width: 1px;
}
.doublebottomcell
{
   border-top: double;
   border-bottom: double;
   border-left: double;
   border-right: double;
   border-width: 3px;
}