body
{ 
font-family: Arial, Helvetica;
margin-left: 10;
margin-right: 10;
margin-top: 5;
text-align: center;
}

a.wh         { visibility: hidden; text-decoration: none }
div
{
font-family: Arial, Helvetica;
text-align: center; font-size:10pt
}

a       	 {color: MediumBlue ;text-decoration: none; font-size: 10pt; font-family: arial, helvetica;}
a:link       {color: MediumBlue }
a:visited    {color: MediumBlue }
a:hover      {color: MediumBlue ; text-decoration: underline;}
a:active     {color: MediumBlue ; weight: solid;}

p
{
text-align: left;
font-family: Arial, Helvetica;
font-size: 10pt;
}

.border
{
border: 1px solid #D8D8D8;
}
.noborder
{
border: 1px solid FFFFFF;
}