BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}
TABLE
{
    FONT-SIZE: 10pt;
    COLOR: royalblue;
    FONT-FAMILY: Arial
}
A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #ff66cc;
    FONT-FAMILY: Arial
}
A:hover
{
    COLOR: darkblue
}
.headings
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: royalblue
}
TD
{
}
TD.links
{
    BACKGROUND-COLOR: #ffffea
}
.hd1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    FONT-FAMILY: Verdana, Arial
}

.tablecell{
  background-color: royalblue1;
}

TABLE.tablecell TD
{
  background-color: #ffffea;
}

TABLE.tablecell TH
{
  background-color: royalblue;
  color: #ffffea;
}

