body 
{
font-family: 'Arial';
color: black;
font-size: 11pt;
background-color: transparent;
}

p
{
font-family: 'Arial';
}

.textinput
{
font-family: 'Arial'; 
font-size: 10px; 
border-style: solid; 
border-width: 1px; 
border-color: #999999; 
padding-left: 2px;
}

h
{ 
font-family: 'Arial';
}

b.small 
{
font-family: 'Arial'; 
font-size: 10pt;
}

a:link
{
color: #29166F;
text-decoration: none;
font-weight: bold;
font-size: 10pt;
}

a:active
{
color: #29166F;
text-decoration: none;
font-weight: bold;
font-size: 10pt;
}

a:visited
{
color: #29166F;
text-decoration: none;
font-weight: bold;
font-size: 10pt;
}

a:hover
{
color: #FF166F;
text-decoration: underline;
font-weight: bold;
font-size: 10pt;
}