body
{
  background-color: White;
}
h1, h2, h3, p, li, tr
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: 10pt; 
  background-color: White;
  color: rgb(0,0,128);
}

h1
{
  font-size: 18pt
}

h2
{
  font-size: 14pt
}

h3
{
  font-size: 12pt
}

p.small 
{
  font-size: 8pt; 
}

a:link
{
  color: rgb(0,0,128);
  text-decoration: underline;
}

a:visited
{
  color: rgb(128,128,128);
  text-decoration: underline;
}

a:active
{
  color: rgb(0,0,255);
  background-color: rgb(255,255,102);
  text-decoration: underline ;
}

a:hover
{
  color: rgb(0,0,255);
  background-color: rgb(255,255,102);
  text-decoration: underline ;
}

tr.header 
{
  background-color: rgb(0,0,128);
  color: White;
  font-weight : bold;
}

tr.even
{
  background-color: #EFEFEF;
}

tr.odd
{
  background-color: white;
}

