<html>
<head>
 <title>Style Sheet</title>

<STYLE type="text/css">

BODY {
	
}

P {
 font-size : 11pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1.5;
 text-decoration : none;
 text-align : justify;
 padding-left : 10;
 padding-right : 10;
 padding-top : 2;
 padding-bottom : 2;
}
P.caption {
 font-size : 9pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1;
 text-decoration : none;
 text-align : left;
 padding-left : 8;
 padding-right : 3;
}
P.caption2 {
 font-size : 9pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1;
 text-decoration : none;
 text-align : left;
 padding-left : 8;
 padding-right : 3;
}
P.caption3 {
 font-size : 9pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1;
 text-decoration : none;
 text-align : center;
 padding-left : 8;
 padding-right : 3;
}
P.left {
 font-size : 11pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1.5;
 text-decoration : none;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
 padding-top : 2;
 padding-bottom : 2;
}

P.center {
 font-size : 11pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1.5;
 text-decoration : none;
 text-align : center;
 padding-left : 10;
 padding-right : 10;
 padding-top : 2;
 padding-bottom : 2;
}
H2 {
 font-size : 16pt;
 font-family : Times-Roman,Goudy;
 font-weight : bold;
 font-style : bold;
 color : #533837;
 line-height : 1;
 text-decoration : none;
 text-align : center;
}

H3 {
 font-size : 14pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #533837;
 line-height : 1;
 text-decoration : none;
 text-align : center;
}

H3.left {
 font-size : 14pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #533837;
 line-height : 1;
 text-decoration : none;
 text-align : left;
}

UL  {
 list-style-type: disk;
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #005944;
 line-height : 1;
 text-decoration : none;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
 padding-top : 2;
 padding-bottom : 2;
}

A {
 text-decoration : none;
}

A:visited {
	text-decoration : none;
}
A:active {
	text-decoration : none;
}
A:hover {
	text-decoration : none;
	color : DE8B10;
}

V:link {
 text-decoration : none;
}


</style>

</head>

</body>
</html>