table,td,tr,body
{
  color : #0e2c86;
  font-size : 10pt;
  background : #dee6fc;
  font-family : Verdana, Arial;
  font-weight : Normal;
}

p
{
  color : Black;
  font-size : 10pt;
  background-color : transparent;
  font-family : Verdana, Arial;
  font-weight : Normal;
}

td.special
{
  color : Black;
  font-size : 10pt;
  background : #FFFFCC;
  font-family : Verdana, Arial;
  font-weight : Normal;
  border-color : #CC0000;
  border-style : solid;
  border-bottom-width : 0;
  border-top-width : 0;
  border-left-width : 0;
  border-right-width : 0;
  padding-left : 0;
}

a:active
{
  font-family : Verdana, Arial;
  font-weight : Normal;
  color : #CC0000;
  font-size : 10pt;
  text-decoration : none;
}

a:active.bold
{
  font-family : Verdana, Arial;
  font-weight : Bold;
  color : #CC0000;
  font-size : 10pt;
  text-decoration : none;
}

a:link
{
  font-size : 10pt;
  font-family : Verdana, Arial;
  font-weight : Normal;
  color : #CC0000;
  text-decoration : none;
}

a:link.bold
{
  font-size : 10pt;
  font-family : Verdana, Arial;
  font-weight : Bold;
  color : #CC0000;
  text-decoration : none;
}

a:visited
{
  font-size : 10pt;
  color : #CC0000;
  font-family : Verdana, Arial;
  font-weight : Normal;
  text-decoration : none;
}

a:visited.bold
{
  font-size : 10pt;
  color : #CC0000;
  font-family : Verdana, Arial;
  font-weight : Bold;
  text-decoration : none;
}

a:hover
{
  font-size : 10pt;
  color : #FF0000;
  font-family : Verdana, Arial;
  font-weight : Normal;
  text-decoration : underline;
}

a:hover.bold
{
  font-size : 10pt;
  color : #FF0000;
  font-family : Verdana, Arial;
  font-weight : Bold;
  text-decoration : underline;
}

h1
{
  font-family : Verdana, Arial;
  font-size : 16pt;
  font-weight : Bold;
  font-style : Normal;
  color : Black;
}

h2
{
  font-family : Verdana, Arial;
  font-size : 12pt;
  font-weight : Bold;
  color : Black;
}

h3
{
  font-weight : Bold;
  font-size : 10pt;
  color : Black;
  font-family : Verdana, Arial;
}

#content {
	margin: 0 25px 0 25px;
	padding: 10px;
}