body 
{
background-color: #FFFFFF 
}

p1
{
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

h1
{
color: black;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: bold;
}

h2 
{
color: black;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
}

h3 
{
color: black;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
font-style: normal;
}

h4 
{
color: black;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
}

h5 
{
color: black;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
}

a
{
line-height: 110%;
font-size: 12pt;
}

a:link 
{
color: #0000FF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}     /* unvisited link */

a:visited 
{
color: #006600;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}  /* visited link */

a:hover 
{
color: #0099FF;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}   /* mouse over link */


