
div.nav
{
  font-size: 0.8em ;
  font-family: sans-serif;
  margin-bottom: 2em ;
}

div.list
{
  font-size: 0.9em ;
  font-family: sans-serif;
}

td.topLink
{
  font-size: 0.9em ;
  font-family: sans-serif;
  padding-top: 1em;
}

td.detailLink
{
  font-size: 0.8em ;
  font-family: sans-serif;
}

div.listItem
{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

div.listItem span.title
{
  font-size: 1.0em ;
  font-weight: bold ;
}

a.memberName
{
  color:#002000 ;
  font-size: 1.1em ;
  text-decoration: none ;
}

a.memberName:hover
{
  text-decoration: underline ;
}

a.memberName:active
{
}

