body{ font-family: Tahoma; font-size: 11pt; background-color: #ffffff;}

table
{
  font-family: Tahoma;
  font-size: 11pt;
  color: #000000;
}

.FormTable{ background-color: #dddddd }

a:link    {color: #0000ff; text-decoration: none}
a:visited {color: #0000ff; text-decoration: none}
a:hover   {color: #0000ff; text-decoration: underline}
a:active  {color: #0000ff; text-decoration: underline}

a.SideMenuLink
{
   font-size: 10pt;
}
a.SideMenuLink:link    {color:#000000; text-decoration:none}
a.SideMenuLink:visited {color:#000000; text-decoration:none}
a.SideMenuLink:active  {color:#000000; text-decoration:none}
a.SideMenuLink:hover   
{
   text-decoration: underline;
}

a.SideButtonLink
{
  font-family: Arial;
  
  font-weight: bold;
  font-size: 11pt;
}

a.SideButtonLink:link    {color:#ffffff; text-decoration:none}
a.SideButtonLink:visited {color:#ffffff; text-decoration:none}
a.SideButtonLink:active  {color:#ffffff; text-decoration:none}
a.SideButtonLink:hover   
{
   color: ffffff;
   text-decoration: underline;
}


h1           { font-size: 12pt; }
h2           { font-size: 12pt; color: #000080; text-align: Left }
h3           { font-size: 10pt; font-weight: bold }
h4           { font-size: 10pt; font-weight: bold }
h5           { font-size: 10pt; font-weight: bold }
h6           { font-size: 10pt; font-weight: bold }
li           { font-size: 10pt; margin-bottom: 8px; }

ul
{
  margin-top: 8px;
  margin-bottom: 4px;
}



