BODY
{
  background-color: FFFFFF;
  border-width: 0px;
  color: 000000;
  font-size: 10pt;
  font-weight: medium;
  font-family: Verdana;
  height: 100%;
}

H1
{
  font-size: 14pt;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}

H2
{
  font-size: 12pt;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}

P
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
}

TABLE
{
  font-size:10pt;
}


A
{
  text-decoration:none;
  font-weight: bold;
  color:red;
}

A:active
{
  color:red;
}

A:hover
{
  color: red;
}

/* Added by ADB 20/11/08. Use <div id="linkedimg"> ...</div> around an image serving as a hyperlink to stop the horrible border appearing around it*/
#linkedimg img {border:none;}