@font-face
{
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
}

body,p,table
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
}

p.footnote1 { margin-left: 15px; text-indent: -15px; }
p.footnote2 { margin-left: 15px; }

body
{
  background: #FFFFFF;
}

table
{
  background: #FFFFFF;
}

h6
{
  color: black; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt;  
  text-align: justify;
}

A:link
{
  color:red;
  text-decoration:none;
}

A:active
{
  color:red;
  text-decoration:none;
}

A:visited
{
  color:"red";
  text-decoration:none;
}

A:HOVER
{
  color:"blue";
  text-decoration:underline;
}


 