<html>
<head>
 <title>Style Sheet</title>
<STYLE type="text/css">

BODY {
}
P {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
 padding-left : 20;
 padding-right : 20;
}

P.center {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : center;
 padding-left : 20;
 padding-right : 20;
}
P.right {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : right;
 padding-left : 20;
 padding-right : 20;
}
H2 {
 font-size : 14pt;
 font-family : Times-Roman,Goudy;
 font-weight : bold;
 font-style : bold;
 color : #000000;
 text-align : center;
}
H3 {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : center;
}
H3.left {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;
 padding-left : 20;
 padding-right : 20;
}
H4.left {
 font-size : 11pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;
 padding-left : 20;
 padding-right : 20;
}
UL {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
}
A {
 text-decoration : none;
}

A:link {
 text-decoration :  none;
}
A:hover {
 text-decoration : underline;
}
A:visited {
 text-decoration : none;
}
</style>

</head>

</body>
</html>
