
<style> { }
<style type="text css"> 
body { 
  color: black; 
  font-weight: normal; 
  font-size: 10pt; 
  line-height: 100%; 
  font-family: arial, helvetica, sans-serif; 
  margin-right: 5%; margin-left: 5% 
}
a:link { 
  color: #666600; font-weight: bold; font-size: 10pt; font-family: arial
}
a:visited { 
  color: #999900; font-weight: bold; font-size: 10pt; font-family: arial
}
a:hover { 
  color: #eeeee0; background-color: #999940; font-weight: bold; font-size: 10pt; font-family: arial
}
a:active { 
  color: #666600; font-weight: bold; font-size: 10pt; font-family: arial
}
h1 { color: #eeeee0; font-weight: bold; font-size: 60pt; line-height: 100%; font-family: arial, helvetica, sans-serif; text-align: center; margin-bottom: 0px; font-stretch: extra-condensed; }
h2 { color: #666600; font-weight: bold; font-size: 16pt; line-height: 120%; font-family: arial, helvetica, sans-serif; text-align: center; margin-top: 0px }
h3 { color: #666600; font-weight: bold; font-size: 14pt; line-height: 100%; font-family: arial, helvetica, sans-serif; text-align: center }
h4 { color: #666600; font-weight: bold; font-size: 12pt; line-height: 100%; font-family: arial, helvetica, sans-serif; text-align: left }
h5 { color: #666600; font-weight: normal; font-size: 12pt; line-height: 100%; font-family: arial, helvetica, sans-serif; text-align: left }
h6 { color: #666600; font-weight: normal; font-size: 8pt; line-height: 100%; font-family: arial, helvetica, sans-serif; text-align: left }
li { color: black; font-weight: normal; font-size: 12pt; line-height: 100%; font-family: arial, helvetica, sans-serif }
p { color: black; font-weight: normal; font-size: 12pt; line-height: 100%; font-family: arial, helvetica, sans-serif }
pre { color: black; font-weight: normal; font-size: 12pt; line-height: 100%; font-family: courier, "courier new", monospace }
table { }
td {
  color: #666600;
  font-family: Arial;
  font-size:10pt;
  vertical-align: top;
  align: left;
}
td.down { vertical-align: bottom }
td.fill { background-color: #eeeee0 }
td.filldown { background-color: #eeeee0; vertical-align: bottom }