table.content
{
  width: 100%;
}

td.content
{
  padding-top: 15px;

  font-family: calibri, verdana, helvetica;
  font-size: 11pt;
  color: black;

  text-align: center;
}

.spacer
{
  height: 15px;
}

span.title
{
  margin-left: 100px;

  font-family: calibri, verdana, helvetica;
  font-size: 20pt;
  color: RGB(84,109,142);
}

span.content
{
  font-family: calibri, verdana, helvetica;
  font-size: 11pt;
  color: black;

  text-align: left;

  width: 50%;
}

a
{
  color: black;
  text-decoration: none;
}

a:hover
{
  color: black;
  text-decoration: underline;
}