body
{
  font-family  : arial;
  font-size    : 10pt;
  color        : navy;
  background   : #ffffff;
  margin-right : 5px 
}

normal
{
  font-family  : arial;
  font-size    : 8pt;
  font-weight  : normal;
  color        : navy;
  background   : #ffffff
}


h1
{
  font-size   : 12pt;
  font-style  : bold;
  color       : navy
}

ul
{
  margin-left   : 0px;
  padding-left  : 0px;
}

li ul
{
  display     : none;
  margin-left : 35px;
}

li
{
  font-family     : arial;
  font-size       : 10pt;
  font-weight     : normal;
  list-style-type : square;
  cursor          : default;
  margin-left     : 0px;
  margin-right    : 0px;
  color           : navy
}

li.parent
{
  margin-left     : 0px;
  font-weight     : bold;
  list-style-type : none;
  cursor          : hand;
  color           : #006000;
}

li.hover
{
  text-decoration : none;
  color           : #0084d6;
}

li.link.hover
{
  text-decoration : none;
  color           : #0084d6;
}

li.parent span
{
  cursor : hand
}

a:hover
{
  text-decoration : none;
  color           : #0084d6;
}

a:link,a:visited
{
  text-decoration : none;
  color           : #0084d6;
}
