<p style="font-family:Arial;">
<span style="font-family:Georgia;font-size:16px;">Dear Karin,</span>
</p>
<p style="font-family:Arial;">
<br>
</p>
<p>
<span style="font-family:Georgia;"><span style="font-size:16px;"><span style="font-family:Georgia;">Thank you so much for your kind answer. Actually It is my fault that I have not updated the script after creating the one time nc file to send you. The data that I </span><span style="font-family:Georgia;">used</span><span style="font-family:Georgia;"> has </span></span></span><span style="font-family:Georgia;font-size:16px;white-space:normal;">the variable</span><span style="font-family:Georgia;"><span style="font-size:16px;"><span style="font-family:Georgia;"> name</span><span style="font-family:Georgia;"> </span><span style="font-family:Georgia;">tauuo. I created the one time file (variable name was </span><span style="font-family:Georgia;white-space:normal;">tauuo_ssp instead of tauuo),</span><span style="font-family:Georgia;"></span><span style="font-family:Georgia;"> unfortunately forgot to update the information in the script before sent it to you</span><span style="font-family:Georgia;">.</span></span></span><span style="font-family:Georgia;font-size:16px;"> I did not get any error while running the script. </span><span style="font-family:Georgia;font-size:16px;">For some reason it just </span><span style="font-family:Georgia;font-size:16px;">does not select the right region. You too can check it. Even though you give the latitude and longitude values associated with the Pacific Ocean, You won't get the defined region. That's the only problem I have.</span>
</p>
<p style="font-family:Arial;">
<br>
</p>
<p>
<span style="font-family:Georgia;"><span style="font-size:16px;">Anyway thanks for your valuable time and kind response.</span></span>
</p>
<p style="font-family:Arial;">
<br>
</p>
<p style="font-family:Arial;">
<span style="font-family:Georgia;font-size:16px;">Best regards,</span>
</p>
<p style="font-family:Arial;">
<span style="font-family:Georgia;font-size:16px;">Chathu</span><span style="font-family:Georgia;font-size:16px;"> </span>
</p>
<br>
<br>
<blockquote name="replyContent" class="ReferenceQuote" style="font-family:Arial;padding-left:5px;margin-left:5px;border-left:2px solid #B6B6B6;margin-right:0px;">
-----Original Messages-----<br>
<b>From:</b><span id="rc_from">"Karin Meier-Fleischer" <meier-fleischer@dkrz.de></span><br>
<b>Sent Time:</b><span id="rc_senttime">2021-12-16 19:51:40 (Thursday)</span><br>
<b>To:</b> Chathurika <chatu@scsio.ac.cn><br>
<b>Cc:</b> "ncl-talk@ucar.edu" <ncl-talk@ucar.edu><br>
<b>Subject:</b> Re: [ncl-talk] select sub_region<br>
<br>
Running your script causes the following error which tells you
exactly what is going wrong.<br>
<br>
<span style="font-family:monospace;">ncl NCL_Talk.ncl <br>
Copyright (C) 1995-2019 - All Rights Reserved<br>
University Corporation for Atmospheric Research<br>
NCAR Command Language Version 6.6.2<br>
The use of this software is governed by a License Agreement.<br>
See <a class="moz-txt-link-freetext" href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.<br>
fatal:["Execute.c":133]:variable <b>(tauuo)</b> is not in file
(./tauuo_ssp.nc)<br>
fatal:["Execute.c":6378]:variable <b>(tauuo)</b> is not in file
(f)<br>
fatal:["Execute.c":8637]:Execute: <b>Error occurred at or near
line 9 in file NCL_Talk.ncl</b><br>
<br>
fatal:Variable (tauuo_ssp) is undefined<br>
fatal:["Execute.c":8637]:Execute: Error occurred at or near line
10 in file NCL_Talk.ncl<br>
<br>
fatal:Variable (tauuo_ssp) is undefined<br>
fatal:["Execute.c":8637]:Execute: Error occurred at or near line
11 in file NCL_Talk.ncl<br>
</span><br>
<br>
The variable you try to read has the name tauuo_ssp and not tauuo!
And NCL is so kind to tell you at which line you have to look first.<br>
Change the variable name from tauuo to tauuo_ssp and it works fine.<br>
<br>
If you do not know the contents of a netCDF file you should have a
look at it with the command line programs <i><b>ncl_filedump</b></i> or <i><b>ncdump</b></i>. <br>
<br>
<br>
<div class="moz-cite-prefix">
Am 15.12.21 um 13:43 schrieb
Chathurika:<br>
</div>
<blockquote type="cite" cite="mid:4900916d.11f30.17dbe1ee65f.Coremail.chatu@scsio.ac.cn">
<br>
<p>
Dear Karin,
</p>
<p>
<br>
</p>
<p>
Thank you very much for your reply. Please find the attached
script and data file (one time step). I want to select the
pacific ocean (120E-120W).
</p>
<p>
<br>
</p>
<p>
Thanks again and best regards,
</p>
<p>
Chathu
</p>
<br>
<blockquote name="replyContent" class="ReferenceQuote" style="padding-left:5px;margin-left:5px;border-left:#b6b6b6 2px solid;margin-right:0;">
-----Original Messages-----<br>
<b>From:</b><span id="rc_from">"Karin Meier-Fleischer" <a class="moz-txt-link-rfc2396E" href="mailto:meier-fleischer@dkrz.de"><meier-fleischer@dkrz.de></a></span><br>
<b>Sent Time:</b><span id="rc_senttime">2021-12-15 19:00:13
(Wednesday)</span><br>
<b>To:</b> Chathurika <a class="moz-txt-link-rfc2396E" href="mailto:chatu@scsio.ac.cn"><chatu@scsio.ac.cn></a><br>
<b>Cc:</b> <a class="moz-txt-link-rfc2396E" href="mailto:ncl-talk@ucar.edu">"ncl-talk@ucar.edu"</a> <a class="moz-txt-link-rfc2396E" href="mailto:ncl-talk@ucar.edu"><ncl-talk@ucar.edu></a><br>
<b>Subject:</b> Re: [ncl-talk] select sub_region<br>
<br>
Hi Chatchurika,<br>
<br>
it is very hard to say what is going wrong without the data and
only the information 'It does not select the Pacifik Ocean'. Can
you send one timestep of your data and best would be to provide
your NCL script. <br>
<br>
-Karin<br>
<br>
<div class="moz-cite-prefix">
Am 14.12.21 um 18:17 schrieb
Chathurika:<br>
</div>
<blockquote type="cite" cite="mid:583d1c8a.c51a.17db9f2c509.Coremail.chatu@scsio.ac.cn">
<p>
<span style="font-family:Georgia;font-size:16px;">Dear </span><span style="white-space:normal;font-family:Georgia;font-size:16px;">Karin,</span>
</p>
<p>
<br>
</p>
<p>
<span style="font-family:Georgia;font-size:16px;">Many
many </span><span style="font-family:Georgia;font-size:16px;">thanks for
your email. I am sorry It is a typo. I actually did try
this </span>
</p>
<blockquote type="cite" cite="mid:41cc3861.d1a7.17db8dbc753.Coremail.chatu@scsio.ac.cn" style="white-space:normal;">
<p>
<span style="font-family:Georgia;font-size:16px;">=
f->tauuo(:,{10:75},{-120:120}) and vice versa. </span><br>
<span style="font-family:Georgia;font-size:16px;">=
f->tauuo(:,{10:75},300:60}) and vice versa.</span>
</p>
</blockquote>
<span style="font-family:Georgia;font-size:16px;">However, It
does not select the Pacific Ocean. </span>
<p>
<span style="font-family:Georgia;font-size:16px;">Summary
of longitude is;</span>
</p>
<p>
<br>
</p>
<p>
<br>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">Variable:
lon (coordinate)</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">Type:
double</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">Total
Size: 2888 bytes</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">361
values</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">Number
of Dimensions: 1</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">Dimensions
and sizes: [lon | 361]</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">Coordinates:</span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">Number
Of Attributes: 4</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">standard_name
: longitude</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">long_name :
longitude</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">units :
degrees_east</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">axis : X</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(0)
-180</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(1)
-179</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(2)
-178</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(3)
-177</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(4)
-176</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(5)
-175</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(6)
-174</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(7)
-173</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(8)
-172</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(9)
-171</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(10)
-170</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(11)
-169</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(12)
-168</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(13)
-167</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(14)
-166</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(15)
-165</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(16)
-164</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(17)
-163</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(18)
-162</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(19)
-161</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(20)
-160</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(21)
-159</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(22)
-158</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(23)
-157</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(24)
-156</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(25)
-155</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(26)
-154</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(27)
-153</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(28)
-152</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(29)
-151</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(30)
-150</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(31)
-149</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(32)
-148</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(33)
-147</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(34)
-146</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(35)
-145</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(36)
-144</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(37)
-143</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(38)
-142</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(39)
-141</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(40)
-140</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(41)
-139</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(42)
-138</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(43)
-137</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(44)
-136</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(45)
-135</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(46)
-134</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(47)
-133</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(48)
-132</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(49)
-131</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(50)
-130</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(51)
-129</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(52)
-128</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(53)
-127</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(54)
-126</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(55)
-125</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(56)
-124</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(57)
-123</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(58)
-122</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(59)
-121</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(60)
-120</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(61)
-119</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(62)
-118</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(63)
-117</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(64)
-116</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(65)
-115</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(66)
-114</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(67)
-113</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(68)
-112</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(69)
-111</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(70)
-110</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(71)
-109</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(72)
-108</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(73)
-107</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(74)
-106</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(75)
-105</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(76)
-104</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(77)
-103</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(78)
-102</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(79)
-101</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(80)
-100</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(81)
-99</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(82)
-98</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(83)
-97</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(84)
-96</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(85)
-95</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(86)
-94</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(87)
-93</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(88)
-92</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(89)
-91</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(90)
-90</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(91)
-89</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(92)
-88</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(93)
-87</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(94)
-86</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(95)
-85</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(96)
-84</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(97)
-83</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(98)
-82</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(99)
-81</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(100)
-80</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(101)
-79</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(102)
-78</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(103)
-77</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(104)
-76</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(105)
-75</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(106)
-74</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(107)
-73</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(108)
-72</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(109)
-71</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(110)
-70</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(111)
-69</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(112)
-68</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(113)
-67</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(114)
-66</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(115)
-65</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(116)
-64</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(117)
-63</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(118)
-62</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(119)
-61</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(120)
-60</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(121)
-59</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(122)
-58</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(123)
-57</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(124)
-56</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(125)
-55</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(126)
-54</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(127)
-53</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(128)
-52</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(129)
-51</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(130)
-50</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(131)
-49</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(132)
-48</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(133)
-47</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(134)
-46</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(135)
-45</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(136)
-44</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(137)
-43</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(138)
-42</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(139)
-41</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(140)
-40</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(141)
-39</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(142)
-38</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(143)
-37</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(144)
-36</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(145)
-35</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(146)
-34</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(147)
-33</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(148)
-32</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(149)
-31</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(150)
-30</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(151)
-29</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(152)
-28</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(153)
-27</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(154)
-26</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(155)
-25</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(156)
-24</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(157)
-23</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(158)
-22</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(159)
-21</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(160)
-20</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(161)
-19</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(162)
-18</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(163)
-17</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(164)
-16</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(165)
-15</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(166)
-14</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(167)
-13</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(168)
-12</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(169)
-11</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(170)
-10</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(171) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-9</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(172) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-8</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(173) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-7</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(174) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-6</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(175) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-5</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(176) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-4</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(177) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-3</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(178) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-2</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(179) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">-1</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(180) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">0</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(181) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">1</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(182) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">2</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(183) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">3</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(184) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">4</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(185) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">5</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(186) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">6</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(187) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">7</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(188) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">8</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(189) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">9</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(190) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">10</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(191) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">11</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(192) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">12</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(193) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">13</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(194) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">14</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(195) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">15</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(196) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">16</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(197) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">17</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(198) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">18</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(199) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">19</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(200) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">20</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(201) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">21</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(202) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">22</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(203) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">23</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(204) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">24</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(205) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">25</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(206) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">26</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(207) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">27</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(208) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">28</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(209) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">29</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(210) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">30</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(211) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">31</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(212) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">32</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(213) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">33</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(214) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">34</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(215) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">35</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(216) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">36</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(217) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">37</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(218) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">38</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(219) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">39</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(220) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">40</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(221) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">41</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(222) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">42</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(223) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">43</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(224) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">44</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(225) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">45</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(226) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">46</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(227) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">47</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(228) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">48</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(229) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">49</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(230) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">50</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(231) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">51</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(232) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">52</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(233) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">53</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(234) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">54</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(235) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">55</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(236) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">56</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(237) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">57</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(238) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">58</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(239) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">59</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(240) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">60</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(241) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">61</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(242) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">62</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(243) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">63</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(244) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">64</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(245) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">65</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(246) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">66</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(247) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">67</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(248) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">68</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(249) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">69</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(250) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">70</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(251) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">71</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(252) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">72</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(253) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">73</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(254) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">74</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(255) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">75</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(256) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">76</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(257) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">77</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(258) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">78</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(259) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">79</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(260) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">80</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(261) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">81</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(262) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">82</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(263) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">83</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(264) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">84</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(265) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">85</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(266) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">86</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(267) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">87</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(268) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">88</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(269) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">89</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(270) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">90</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(271) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">91</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(272) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">92</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(273) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">93</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(274) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">94</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(275) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">95</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(276) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">96</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(277) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">97</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(278) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">98</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;"><span style="font-family:Georgia;font-size:16px;">(279) </span><span class="Apple-converted-space" style="font-family:Georgia;font-size:16px;"> </span><span style="font-family:Georgia;font-size:16px;">99</span></span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(280)
100</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(281)
101</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(282)
102</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(283)
103</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(284)
104</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(285)
105</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(286)
106</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(287)
107</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(288)
108</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(289)
109</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(290)
110</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(291)
111</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(292)
112</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(293)
113</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(294)
114</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(295)
115</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(296)
116</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(297)
117</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(298)
118</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(299)
119</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(300)
120</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(301)
121</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(302)
122</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(303)
123</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(304)
124</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(305)
125</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(306)
126</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(307)
127</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(308)
128</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(309)
129</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(310)
130</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(311)
131</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(312)
132</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(313)
133</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(314)
134</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(315)
135</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(316)
136</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(317)
137</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(318)
138</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(319)
139</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(320)
140</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(321)
141</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(322)
142</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(323)
143</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(324)
144</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(325)
145</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(326)
146</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(327)
147</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(328)
148</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(329)
149</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(330)
150</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(331)
151</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(332)
152</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(333)
153</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(334)
154</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(335)
155</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(336)
156</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(337)
157</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(338)
158</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(339)
159</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(340)
160</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(341)
161</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(342)
162</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(343)
163</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(344)
164</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(345)
165</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(346)
166</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(347)
167</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(348)
168</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(349)
169</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(350)
170</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(351)
171</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(352)
172</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(353)
173</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(354)
174</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(355)
175</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(356)
176</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(357)
177</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(358)
178</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(359)
179</span>
</p>
<p class="p1" style="margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:15px;line-height:normal;font-family:Menlo;white-space:normal;">
<span class="s1" style="font-variant-ligatures:no-common-ligatures;font-family:Georgia;font-size:16px;">(360)
180</span>
</p>
<p>
<br>
</p>
<p>
<span style="font-family:Georgia;font-size:16px;">It
always select the middle part instead of Pacific.</span>
</p>
<p>
<br>
</p>
<p>
<span style="font-family:Georgia;font-size:16px;">Thank
you very very much and best regards,</span>
</p>
<p>
<span style="font-family:Georgia;font-size:16px;">Chathu</span>
</p>
<blockquote name="replyContent" class="ReferenceQuote" style="padding-left:5px;margin-left:5px;border-left:#b6b6b6 2px solid;margin-right:0;">
-----Original Messages-----<br>
<b>From:</b><span id="rc_from">"Karin Meier-Fleischer via
ncl-talk" <a class="moz-txt-link-rfc2396E" href="mailto:ncl-talk@mailman.ucar.edu" moz-do-not-send="true"><ncl-talk@mailman.ucar.edu></a></span><br>
<b>Sent Time:</b><span id="rc_senttime">2021-12-14 20:33:47
(Tuesday)</span><br>
<b>To:</b> <a class="moz-txt-link-abbreviated moz-txt-link-freetext" href="mailto:ncl-talk@mailman.ucar.edu" moz-do-not-send="true">ncl-talk@mailman.ucar.edu</a><br>
<b>Cc:</b> <br>
<b>Subject:</b> Re: [ncl-talk] select sub_region<br>
<br>
Hi Chatchu,<br>
<br>
you should have received an error message because you try to
extract data from a 4D variable tauuo which seems to be a 3D
variable (with a different name tauuo_ssp ??). <br>
<br>
<tt>Variable: tauuo_ssp<br>
...<br>
Dimensions and sizes: [time | 720] x [lat | 66] x [lon |
360]</tt><tt><br>
</tt><tt> Coordinates: </tt><tt><br>
</tt><tt> time: [569784..744360]</tt><tt><br>
</tt><tt> lat: [ 10.. 75]</tt><tt><br>
</tt><tt> lon: [ 180..-180]</tt><br>
<span style="font-family:Georgia;font-size:16px;"><br>
</span>Try<br>
<br>
<tt> variable = f->tauuo_ssp(:,:,{-120.:120.})</tt><br>
<br>
-Karin<br>
<br>
<br>
<div class="moz-cite-prefix">
Am 14.12.21 um 13:12 schrieb
Chathurika via ncl-talk:<br>
</div>
<blockquote type="cite" cite="mid:41cc3861.d1a7.17db8dbc753.Coremail.chatu@scsio.ac.cn">
<p style="font-family:Arial;">
<span style="font-family:Georgia;font-size:16px;">Hello
Everyone,</span><br>
<span style="font-family:Arial;"><br>
</span><br>
<span style="font-family:Georgia;font-size:16px;">I have
a dataset and the variable summary as follows;</span><br>
<span style="font-family:Arial;"><br>
</span><br>
<span style="font-family:Georgia;font-size:16px;">Variable:
tauuo_ssp</span><br>
<span style="font-family:Georgia;font-size:16px;">Type:
float</span><br>
<span style="font-family:Georgia;font-size:16px;">Total
Size: 45809280 bytes</span><br>
<span style="font-family:Georgia;font-size:16px;">
11452320 values</span><br>
<span style="font-family:Georgia;font-size:16px;">Number
of Dimensions: 3</span><br>
<span style="font-family:Georgia;font-size:16px;">Dimensions
and sizes: [time | 720] x [lat | 66] x [lon | 360]</span><br>
<span style="font-family:Georgia;font-size:16px;">Coordinates: </span><br>
<span style="font-family:Georgia;font-size:16px;">
time: [569784..744360]</span><br>
<span style="font-family:Georgia;font-size:16px;">
lat: [ 10.. 75]</span><br>
<span style="font-family:Georgia;font-size:16px;">
lon: [ 180..-180]</span><br>
<span style="font-family:Georgia;font-size:16px;">Number
Of Attributes: 7</span><br>
<span style="font-family:Georgia;font-size:16px;">
depth : 0</span><br>
<span style="font-family:Georgia;font-size:16px;">
standard_name : surface_downward_x_stress</span><br>
<span style="font-family:Georgia;font-size:16px;">
long_name : Surface downward x stress</span><br>
<span style="font-family:Georgia;font-size:16px;">
units : N m-2</span><br>
<span style="font-family:Georgia;font-size:16px;"> code
: 548</span><br>
<span style="font-family:Georgia;font-size:16px;">
_FillValue : -9e+33</span><br>
<span style="font-family:Georgia;font-size:16px;">
missing_value : -9e+33</span><br>
<span style="font-family:Arial;"></span><br>
<span style="font-family:Georgia;font-size:16px;">I want
to select the pacific ocean (-120:120). However, this
does not work. I tried out several ways to choose this
subsection, but I always got the part that I wanted to
subtract between -120:120 (means Atlantic plus the
Indian Ocean instead of Pacific Ocean). </span><br>
<span style="font-family:Arial;"><br>
</span><br>
<span style="font-family:Georgia;font-size:16px;">I
tried this</span><br>
<span style="font-family:Arial;"><br>
</span><br>
<span style="font-family:Georgia;font-size:16px;">=
f->tauuo(:,0,{10:75},{-120:120}) and vice versa. </span><br>
<span style="font-family:Georgia;font-size:16px;">=
f->tauuo(:,0,{10:75},300:60}) and vice versa. </span><br>
<span style="font-family:Arial;"></span><br>
<span style="font-family:Georgia;font-size:16px;">Nothing
selected the Pacific Ocean from 120E to 120W.</span><br>
<span style="font-family:Arial;"><br>
</span><br>
<span style="font-family:Georgia;font-size:16px;">Could
you please give me a hint on how I could do this? That
would be a great help.</span><br>
<span style="font-family:Arial;"><br>
</span><br>
<span style="font-family:Georgia;font-size:16px;">Thank
you very very much and best regards,</span><br>
<span style="font-family:Georgia;font-size:16px;">Chathu</span>
</p>
<span style="font-family:Arial;" class="spnEditorSign">
<hr class="signature-separator" style="margin:0.5em 0;width:10em;height:1px;background-color:#999;border:none;" align="left">
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;"><span style="font-size:x-small;"></span></span>
<div>
<span style="font-style:italic;"><span style="font-size:x-small;"></span></span>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2251">
<span style="font-style:italic;"><span style="font-size:x-small;"></span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;"></span></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;"></span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264">
<span style="font-style:italic;"><span style="font-size:x-small;"></span></span>
</div>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;"></span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;"></span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;"></span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;"></span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"></span>
</div>
</blockquote>
</span><br>
<fieldset class="moz-mime-attachment-header">
</fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
ncl-talk mailing list <a class="moz-txt-link-abbreviated moz-txt-link-freetext" href="mailto:ncl-talk@mailman.ucar.edu" moz-do-not-send="true">ncl-talk@mailman.ucar.edu</a> List instructions, subscriber options, unsubscribe: <a class="moz-txt-link-freetext" href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" moz-do-not-send="true">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></pre>
</blockquote>
<br>
</blockquote>
<br>
<br>
<br>
<span class="spnEditorSign">
<hr class="signature-separator" style="margin:0.5em 0;width:10em;height:1px;background-color:#999;border:none;" align="left">
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;"><span style="font-size:x-small;">Wickramage Chathurika
Hemamali</span></span>
<div>
<span style="font-style:italic;"><span style="font-size:x-small;">Msc in Physical
Oceanography</span></span>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2251">
<span style="font-style:italic;"><span style="font-size:x-small;">State Key Laboratory of
Tropical Oceanography</span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;">South China Sea
Institute of Oceanology</span></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;">University of Chinese
Academy of Science</span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264">
<span style="font-style:italic;"><span style="font-size:x-small;">China</span></span>
</div>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Specialized in
Oceanography and Marine Geology (Bachelor)</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">University of Ruhuna</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Matara</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Sri Lanka</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;">Email : <a target="_blank" moz-do-not-send="true">wickramagechathurika@rocketmail.com</a></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><a target="_blank" moz-do-not-send="true">chatu@scsio.ac.cn</a></span>
</div>
</blockquote>
</span>
</blockquote>
<br>
</blockquote>
<br>
<br>
<br>
<span class="spnEditorSign">
<hr class="signature-separator" style="margin:0.5em 0;width:10em;height:1px;background-color:#999;border:none;" align="left">
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;"><span style="font-size:x-small;">Wickramage Chathurika Hemamali</span></span>
<div>
<span style="font-style:italic;"><span style="font-size:x-small;">Msc in Physical Oceanography</span></span>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2251">
<span style="font-style:italic;"><span style="font-size:x-small;">State Key Laboratory of
Tropical Oceanography</span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;">South China Sea Institute
of Oceanology</span></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;">University of Chinese
Academy of Science</span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264">
<span style="font-style:italic;"><span style="font-size:x-small;">China</span></span>
</div>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Specialized in Oceanography
and Marine Geology (Bachelor)</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">University of Ruhuna</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Matara</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Sri Lanka</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;">Email : <a target="_blank" moz-do-not-send="true">wickramagechathurika@rocketmail.com</a></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><a target="_blank" moz-do-not-send="true">chatu@scsio.ac.cn</a></span>
</div>
</blockquote>
</span>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Dipl. Geophys. Karin Meier-Fleischer
Visualization Group - NCL, CDO, Python
Application Support
Deutsches Klimarechenzentrum GmbH (DKRZ)
Bundesstrasse 45a - D-20146 Hamburg - Germany
Phone: +49 (0)40 460094 126
Fax: +49 (0)40 460094 270
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:meier-fleischer@dkrz.de">meier-fleischer@dkrz.de</a> URL: <a class="moz-txt-link-abbreviated" href="http://www.dkrz.de">www.dkrz.de</a> Geschäftsführer: Prof. Dr. Thomas Ludwig
Sitz der Gesellschaft: Hamburg
Amtsgericht Hamburg HRB 39784</pre>
</blockquote>
<br>
<br>
<br>
<span style="font-family:Arial;" class="spnEditorSign">
<hr class="signature-separator" align="left" style="margin:0.5em 0;width:10em;height:1px;background-color:#999;border:none;">
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</blockquote>
<blockquote style="margin:0px 0px 0px 40px;padding:0px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-variant-ligatures:normal;orphans:2;widows:2;border:none;">
<span style="font-style:italic;"><span style="font-size:x-small;">Wickramage Chathurika Hemamali</span></span>
<div>
<span style="font-style:italic;"><span style="font-size:x-small;">Msc in Physical Oceanography</span></span>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2251">
<span style="font-style:italic;"><span style="font-size:x-small;">State Key Laboratory of Tropical Oceanography</span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;">South China Sea Institute of Oceanology</span></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2252">
<span style="font-style:italic;"><span style="font-size:x-small;">University of Chinese Academy of Science</span></span>
</div>
</div>
<div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264">
<span style="font-style:italic;"><span style="font-size:x-small;">China</span></span>
</div>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Specialized in Oceanography and Marine Geology (Bachelor)</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">University of Ruhuna</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Matara</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<i><span style="font-size:xx-small;">Sri Lanka</span></i>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><br>
</span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;">Email : <a target="_blank">wickramagechathurika@rocketmail.com</a></span>
</div>
<div id="ydpc6aa4ef1yui_3_16_0_ym19_1_1496286059659_2264" style="font-size:small;">
<span style="font-style:italic;font-size:medium;"><a target="_blank">chatu@scsio.ac.cn</a></span>
</div>
</blockquote>
</span>