<html>
<head>

<style type="text/css">

p
{
font-family: Arial, sans-serif;
background-color: 000000;
color: FFFFFF;
font-weight: bold;
font-size: 14pt;
}

p.textjustify
{
font-family: Arial, sans-serif;
background-color: 000000;
color: D8D8D8;
font-weight: bold;
font-size: 12pt;
text-align: justify;
}

p.textjustify10
{
font-family: Arial, sans-serif;
background-color: 000000;
color: D8D8D8;
font-weight: bold;
font-size: 10pt;
text-align: justify;
}

p.center
{
font-family: Arial, sans-serif;
background-color: 000000;
color: D8D8D8;
font-weight: bold;
font-size: 10pt;
text-align: center;
}

p.link
{
font-family: Arial, sans-serif;
background-color: 000000;
color: D8D8D8;
font-weight: bold;
font-size: 12pt;
text-align: center;
}
span.textitalics
{
font-family: Arial, sans-serif;
background-color: 000000;
color: D8D8D8;
font-weight: bold;
font-size: 12pt;
font-style: italic;
}


body
{
font-family: Arial, sans-serif;
background-color: 000000;
color: FFFFFF;
}

body.welcome
{
font-family: Arial,sans-serif;
background-color: 000000;
color: FFFFFF;
}

h1.center
{
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 14pt;
 color: FFFFFF;
 text-align: center;
}

h1.left
{
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 14pt;
 color: FFFFFF;
 text-align: left;
}

h2.left
{
 font-family: Arial, sans-serif;
 font-weight:bold;
 font-size:medium;
 color:FFFFFF;
 text-align:left;
}


span.italic
{
 font-style:italic;
}

span.italic10
{
 font-style:italic;
 font-size: 10pt;
}

a.nodeco
{
 text-decoration:none;
}


a:active {color: #D8D8D8}   /* selected link red */
a:visited {color: #D8D8D8}  /* visited link grey*/
a:link {color: #D8D8D8}     /* unvisited link grey*/
a:hover {color: #FFFFFF}   /* mouse over link white*/

</style>

</head>


</html>