From 095c21ac9a136a78a974cb1bdcb06215f815eb64 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Jul 2007 15:54:19 +0000 Subject: microtype 2.2 (14jul07) git-svn-id: svn://tug.org/texlive/trunk@4600 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/microtype/README | 64 +- .../texmf-dist/doc/latex/microtype/microtype.pdf | 22446 ++++++++++--------- .../doc/latex/microtype/test-microtype.tex | 3 +- .../source/latex/microtype/microtype.dtx | 4079 ++-- .../source/latex/microtype/microtype.ins | 26 +- .../texmf-dist/tex/latex/microtype/letterspace.sty | 225 +- .../texmf-dist/tex/latex/microtype/microtype.cfg | 99 +- .../texmf-dist/tex/latex/microtype/microtype.sty | 1468 +- Master/texmf-dist/tex/latex/microtype/mt-bch.cfg | 33 +- Master/texmf-dist/tex/latex/microtype/mt-blg.cfg | 181 + Master/texmf-dist/tex/latex/microtype/mt-cmr.cfg | 58 +- Master/texmf-dist/tex/latex/microtype/mt-euf.cfg | 15 +- Master/texmf-dist/tex/latex/microtype/mt-eur.cfg | 17 +- .../texmf-dist/tex/latex/microtype/mt-euroitc.cfg | 13 +- Master/texmf-dist/tex/latex/microtype/mt-eus.cfg | 17 +- Master/texmf-dist/tex/latex/microtype/mt-msa.cfg | 15 +- Master/texmf-dist/tex/latex/microtype/mt-msb.cfg | 15 +- Master/texmf-dist/tex/latex/microtype/mt-mvs.cfg | 15 +- Master/texmf-dist/tex/latex/microtype/mt-pad.cfg | 29 +- Master/texmf-dist/tex/latex/microtype/mt-pmn.cfg | 49 +- Master/texmf-dist/tex/latex/microtype/mt-ppl.cfg | 25 +- Master/texmf-dist/tex/latex/microtype/mt-ptm.cfg | 35 +- Master/texmf-dist/tex/latex/microtype/mt-ugm.cfg | 23 +- Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg | 13 +- 24 files changed, 16360 insertions(+), 12603 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/microtype/mt-blg.cfg (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/microtype/README b/Master/texmf-dist/doc/latex/microtype/README index 96821988d9a..b9d64e51283 100644 --- a/Master/texmf-dist/doc/latex/microtype/README +++ b/Master/texmf-dist/doc/latex/microtype/README @@ -1,32 +1,32 @@ - The `microtype' package - An interface to the micro-typographic extensions of pdfTeX - ================================= - v2.1 2007/01/21 + The `microtype' package + An interface to the micro-typographic extensions of pdfTeX + ================================= + v2.2 2007/07/14 * Overview ---------- -The `microtype' package provides an interface to the micro-typographic -extensions of pdfTeX: most prominently, character protrusion and font -expansion, furthermore the adjustment of interword spacing and additional -kerning, as well as a command for robust and hyphenatable letterspacing -and the possibility to disable all ligatures of a font. -It allows to apply these features to customisable sets of fonts, and to -configure all micro-typographic aspects of the fonts in a straightforward -and flexible way. Settings for various fonts are provided. - -Note that font expansion and character protrusion will only work with -pdfTeX, at least version 0.14f. Automatic font expansion requires version -1.20 or newer. Disabling ligatures requires pdfTeX 1.30, letterspacing -and the adjustment of interword spacing and of kerning requires version -1.40. The package will by default enable protrusion and expansion if they -can safely be assumed to work. - -The alternative package `letterspace' provides the user commands for -letterspacing only, omitting support for all other extensions. +The `microtype' package provides a LaTeX interface to the micro-typographic +extensions of pdfTeX: most prominently, character protrusion and font +expansion, furthermore the adjustment of interword spacing and additional +kerning, as well as hyphenatable letterspacing (tracking) and the possibility +to disable all or selected ligatures. +It allows to apply these features to customisable sets of fonts, and to +configure all micro-typographic aspects of the fonts in a straightforward and +flexible way. Settings for various fonts are provided. + +Note that font expansion and character protrusion will only work with pdfTeX, +at least version 0.14f. Automatic font expansion requires version 1.20 or +newer. Disabling ligatures requires pdfTeX 1.30, letterspacing and the +adjustment of interword spacing and of kerning requires version 1.40. The +package will by default enable protrusion and expansion if they can safely be +assumed to work. + +The alternative package `letterspace' provides the user commands for letter- +spacing only, omitting support for all other extensions. The documentation can be found in microtype.pdf. @@ -36,7 +36,7 @@ The documentation can be found in microtype.pdf. - Run latex on microtype.ins to generate the package and configuration files - Move all files into a directory where LaTeX will find them, - e.g. TEXMF/tex/latex/microtype + e.g., TEXMF/tex/latex/microtype - Run (pdf)latex twice on microtype.dtx to create the documentation - For an index run: @@ -48,19 +48,19 @@ The documentation can be found in microtype.pdf. * License --------- -This work may be distributed and/or modified under the conditions of the -LaTeX Project Public License, either version 1.3c of this license or (at -your option) any later version. The latest version of this license is in: -http://www.latex-project.org/lppl.txt, and version 1.3c or later is part -of all distributions of LaTeX version 2005/12/01 or later. +This work may be distributed and/or modified under the conditions of the +LaTeX Project Public License, either version 1.3c of this license or (at your +option) any later version. The latest version of this license is in: +http://www.latex-project.org/lppl.txt, and version 1.3c or later is part of +all distributions of LaTeX version 2005/12/01 or later. This work has the LPPL maintenance status `author-maintained'. -This work consists of the files microtype.dtx and microtype.ins and the -derived file microtype.sty. +This work consists of the files `microtype.dtx' and `microtype.ins' and the +derived files `microtype.sty' and `letterspace.sty'. -Modified versions of the configuration files (*.cfg) may be distributed -provided that (1) the original copyright statement is not removed, and +Modified versions of the configuration files (*.cfg) may be distributed +provided that (1) the original copyright statement is not removed, and (2) the identification string is changed. ---------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/microtype/microtype.pdf b/Master/texmf-dist/doc/latex/microtype/microtype.pdf index e4f1edd9a08..ae358cdd1f5 100644 --- a/Master/texmf-dist/doc/latex/microtype/microtype.pdf +++ b/Master/texmf-dist/doc/latex/microtype/microtype.pdf @@ -49,7 +49,7 @@ endobj << /S /GoTo /D 27 0 R >> endobj 29 0 obj -(Invoking the Package) +(Getting Started) endobj 30 0 obj << /S /GoTo /D 31 0 R >> @@ -319,12220 +319,13958 @@ endobj << /S /GoTo /D 207 0 R >> endobj 209 0 obj -(Interaction with babel) +(Variants and Aliases) endobj 210 0 obj << /S /GoTo /D 211 0 R >> endobj 213 0 obj -(Fine Tuning) +(Disabling Ligatures) endobj 214 0 obj << /S /GoTo /D 215 0 R >> endobj 217 0 obj -(Character Inheritance) +(Interaction with babel) endobj 218 0 obj << /S /GoTo /D 219 0 R >> endobj 221 0 obj -(Permutation) +(Fine Tuning) endobj 222 0 obj << /S /GoTo /D 223 0 R >> endobj 225 0 obj -(Package Options) +(Character Inheritance) endobj 226 0 obj << /S /GoTo /D 227 0 R >> endobj 229 0 obj -(Declaring the Options) +(Permutation) endobj 230 0 obj << /S /GoTo /D 231 0 R >> endobj 233 0 obj -(Reading the Configuration File) +(Package Options) endobj 234 0 obj << /S /GoTo /D 235 0 R >> endobj 237 0 obj -(Hook for Other Packages) +(Declaring the Options) endobj 238 0 obj << /S /GoTo /D 239 0 R >> endobj 241 0 obj -(Changing Options Later) +(Reading the Configuration File) endobj 242 0 obj << /S /GoTo /D 243 0 R >> endobj 245 0 obj -(Processing the Options) +(Hook for Other Packages) endobj 246 0 obj << /S /GoTo /D 247 0 R >> endobj 249 0 obj -(Configuration Files) +(Changing Options Later) endobj 250 0 obj << /S /GoTo /D 251 0 R >> endobj 253 0 obj -(Font Sets) +(Processing the Options) endobj 254 0 obj << /S /GoTo /D 255 0 R >> endobj 257 0 obj -(Font Aliases) +(Configuration Files) endobj 258 0 obj << /S /GoTo /D 259 0 R >> endobj 261 0 obj -(Interaction with babel) +(Font Sets) endobj 262 0 obj << /S /GoTo /D 263 0 R >> endobj 265 0 obj -(Note on Admissible Characters) +(Font Variants and Aliases) endobj 266 0 obj << /S /GoTo /D 267 0 R >> endobj 269 0 obj -(Character Inheritance) +(Interaction with babel) endobj 270 0 obj << /S /GoTo /D 271 0 R >> endobj 273 0 obj -(OT1) +(Note on Admissible Characters) endobj 274 0 obj << /S /GoTo /D 275 0 R >> endobj 277 0 obj -(T1) +(Character Inheritance) endobj 278 0 obj << /S /GoTo /D 279 0 R >> endobj 281 0 obj -(LY1) +(OT1) endobj 282 0 obj << /S /GoTo /D 283 0 R >> endobj 285 0 obj -(OT4) +(T1) endobj 286 0 obj << /S /GoTo /D 287 0 R >> endobj 289 0 obj -(QX) +(LY1) endobj 290 0 obj << /S /GoTo /D 291 0 R >> endobj 293 0 obj -(T5) +(OT4) endobj 294 0 obj << /S /GoTo /D 295 0 R >> endobj 297 0 obj -(Euro symbols) +(QX) endobj 298 0 obj << /S /GoTo /D 299 0 R >> endobj 301 0 obj -(Font Expansion) +(T5) endobj 302 0 obj << /S /GoTo /D 303 0 R >> endobj 305 0 obj -(Character Protrusion) +(Euro symbols) endobj 306 0 obj << /S /GoTo /D 307 0 R >> endobj 309 0 obj -(Default) +(Tracking) endobj 310 0 obj << /S /GoTo /D 311 0 R >> endobj 313 0 obj -(Italics) +(Font Expansion) endobj 314 0 obj << /S /GoTo /D 315 0 R >> endobj 317 0 obj -(Small Caps) +(Character Protrusion) endobj 318 0 obj << /S /GoTo /D 319 0 R >> endobj 321 0 obj -(Italic Small Caps) +(Default) endobj 322 0 obj << /S /GoTo /D 323 0 R >> endobj 325 0 obj -(textcomp) +(Italics) endobj 326 0 obj << /S /GoTo /D 327 0 R >> endobj 329 0 obj -(Computer Modern math) +(Small Caps) endobj 330 0 obj << /S /GoTo /D 331 0 R >> endobj 333 0 obj -(AMS symbols) +(Italic Small Caps) endobj 334 0 obj << /S /GoTo /D 335 0 R >> endobj 337 0 obj -(Euler) +(textcomp) endobj 338 0 obj << /S /GoTo /D 339 0 R >> endobj 341 0 obj -(Euro symbols) +(Computer Modern math) endobj 342 0 obj << /S /GoTo /D 343 0 R >> endobj 345 0 obj -(Interword Spacing) +(AMS symbols) endobj 346 0 obj << /S /GoTo /D 347 0 R >> endobj 349 0 obj -(Nonfrenchspacing) +(Euler) endobj 350 0 obj << /S /GoTo /D 351 0 R >> endobj 353 0 obj -(Additional Kerning) +(Euro symbols) endobj 354 0 obj << /S /GoTo /D 355 0 R >> endobj 357 0 obj -(French) +(Interword Spacing) endobj 358 0 obj << /S /GoTo /D 359 0 R >> endobj 361 0 obj -(Turkish) +(Nonfrenchspacing) endobj 362 0 obj << /S /GoTo /D 363 0 R >> endobj 365 0 obj -(Auxiliary File for Micro Fine Tuning) +(Additional Kerning) endobj 366 0 obj << /S /GoTo /D 367 0 R >> endobj 369 0 obj -(Change History) +(French) endobj 370 0 obj << /S /GoTo /D 371 0 R >> endobj 373 0 obj -(Index) +(Turkish) endobj 374 0 obj << /S /GoTo /D 375 0 R >> endobj 377 0 obj -(The LaTeX Project Public License) +(Auxiliary File for Micro Fine Tuning) endobj 378 0 obj -<< /S /GoTo /D [379 0 R /Fit ] >> +<< /S /GoTo /D 379 0 R >> +endobj +381 0 obj +(Change History) +endobj +382 0 obj +<< /S /GoTo /D 383 0 R >> +endobj +385 0 obj +(1.0 \(2004/09/11\)) +endobj +386 0 obj +<< /S /GoTo /D 387 0 R >> +endobj +389 0 obj +(1.1 \(2004/09/21\)) +endobj +390 0 obj +<< /S /GoTo /D 391 0 R >> +endobj +393 0 obj +(1.2 \(2004/10/03\)) +endobj +394 0 obj +<< /S /GoTo /D 395 0 R >> +endobj +397 0 obj +(1.3 \(2004/10/27\)) +endobj +398 0 obj +<< /S /GoTo /D 399 0 R >> +endobj +401 0 obj +(1.4 \(2004/11/12\)) +endobj +402 0 obj +<< /S /GoTo /D 403 0 R >> +endobj +405 0 obj +(1.4a \(2004/11/17\)) +endobj +406 0 obj +<< /S /GoTo /D 407 0 R >> +endobj +409 0 obj +(1.4b \(2004/11/26\)) +endobj +410 0 obj +<< /S /GoTo /D 411 0 R >> +endobj +413 0 obj +(1.5 \(2004/12/15\)) +endobj +414 0 obj +<< /S /GoTo /D 415 0 R >> +endobj +417 0 obj +(1.6 \(2005/01/24\)) +endobj +418 0 obj +<< /S /GoTo /D 419 0 R >> +endobj +421 0 obj +(1.6a \(2005/02/02\)) +endobj +422 0 obj +<< /S /GoTo /D 423 0 R >> +endobj +425 0 obj +(1.7 \(2005/03/23\)) +endobj +426 0 obj +<< /S /GoTo /D 427 0 R >> +endobj +429 0 obj +(1.8 \(2005/06/23\)) +endobj +430 0 obj +<< /S /GoTo /D 431 0 R >> +endobj +433 0 obj +(1.9 \(2005/10/28\)) +endobj +434 0 obj +<< /S /GoTo /D 435 0 R >> +endobj +437 0 obj +(1.9a \(2005/12/05\)) +endobj +438 0 obj +<< /S /GoTo /D 439 0 R >> +endobj +441 0 obj +(1.9b \(2006/01/20\)) +endobj +442 0 obj +<< /S /GoTo /D 443 0 R >> +endobj +445 0 obj +(1.9c \(2006/02/02\)) +endobj +446 0 obj +<< /S /GoTo /D 447 0 R >> +endobj +449 0 obj +(1.9d \(2006/05/05\)) +endobj +450 0 obj +<< /S /GoTo /D 451 0 R >> +endobj +453 0 obj +(1.9e \(2006/07/28\)) +endobj +454 0 obj +<< /S /GoTo /D 455 0 R >> +endobj +457 0 obj +(1.9f \(2006/09/09\)) +endobj +458 0 obj +<< /S /GoTo /D 459 0 R >> +endobj +461 0 obj +(2.0 \(2007/01/14\)) +endobj +462 0 obj +<< /S /GoTo /D 463 0 R >> +endobj +465 0 obj +(2.1 \(2007/01/21\)) endobj -385 0 obj << -/Length 3355 +466 0 obj +<< /S /GoTo /D 467 0 R >> +endobj +469 0 obj +(2.2 \(2007/07/14\)) +endobj +470 0 obj +<< /S /GoTo /D 471 0 R >> +endobj +473 0 obj +(Index) +endobj +474 0 obj +<< /S /GoTo /D 475 0 R >> +endobj +477 0 obj +(The LaTeX Project Public License) +endobj +478 0 obj +<< /S /GoTo /D [479 0 R /Fit ] >> +endobj +480 0 obj +<> +endobj +481 0 obj << +/Type /XObject +/Subtype /Form +/Group <> +/BBox [0 0 353.674 84.103] +/FormType 1 +/Matrix [1 0 0 1 0 0] +/Resources 482 0 R +/Length 1364 +/Filter /FlateDecode +>> +stream +xKo7 +tlK5ij Q4C ޸ݤ_jf3; #Qߐ^\V_VZ+.(B" &8uyuˋۛo?\iDϣ`ZҰ! +P۪_O3M\H{d'WuAAIלt!`5]flI:psi6۷nu89#u9y[mZ#b z^u&mo =.|afwsu;vji Hq> ج.~&ƩGOܩw?\~zξmyFGuO )>y5dsh:fM`Y>,@Lci\57D7XZ$薤͙EÎkC{9Nm> jyHqAdŖS+f5du'fxw~DSY7 !'MBܩup8&)rp/8 C[؎qiI>sh@'_Xi8+'Pw;u$u{?;*rh@ 3oNjÏAtYS BX1=q i1nQ=/·+gsJM@Sf}#z`=r4\[Q wls5a"jьϊ:##O)|?V$͈#9?Q@~D/-=/O@8t'Sxfȓ1OȐQ܂O1K״(I̬#R\z9-L”f =zJeϋ)I0ܐtT ޯ9A6Nw[N%Q"(lhRv|aKW_M)1rkFL4wImF>YJb:e{3NJK;DQGG0&1DcdIPHy t6|sQ֖*KNEWMKvFM}E8͠T2(Uc32({vI8krqmGe~F޾M+"%: l$0u|J c<})~Iږ V&Qю ;>@l]L_,xM׾%kkE 5?[Jd:L*n;wҷޯ9|&7L,f*;>ꆍB ?&$WgV? Qל +endstream +endobj +482 0 obj << +/Properties <> /ExtGState << /SXS 480 0 R >> +/Font << /F23 483 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +489 0 obj << +/Length 2235 /Filter /FlateDecode >> stream -x[s۸_3/d˥IkN3sm"*I],HiY3} bwK*|r3w/|"&",$B&/^ͫyK?yY ^޽WKiXd&5SQt8$gFƓH3դL'/Έ#,~O0u˒OVOf  $o?¡ ŘJNJڟc1x_gW`+:S6֭]`F耯da,ć"l3o]dɼNM uI$@kN.r1u˟0V),F2\|7sY}|;dQ XaL+'G8H}HlOe?~^EcaKp LIgd:(h@hA12pcO (oO#t*RX4)saoOt1C#bLØ v ~nQ, 'a9[{Đz{$YYҠ zoxhox˓C -r i# o xY8RtLxq̓b$Q8^h?uzB}!'R_ew`5^PxLqqkCi Y'S'%v1Б>3n3wÌJHQђ3G#f4fe̢>#sԱBO>$ 00'dE߬S=G+xV]}{B?Z GYvyP>"U QğYu=1؃S@rv~a9kbo?⃉OBb&8.bLNA" -Y52KI.5]Y{*Yev&3bL *I } Ue:ol,ԼN)օ.:Ŭ7eYfsNi^eE^}qM=&2Vm($] Mv)W&=[x/W|ټ&U.!7kwfp-[՟nY:}-G_&d"ܼ_iq&}![PD10vkϡc*<]xs2OfM0@o'MY|iEw \x.tC.d6p9tS4JY%O@`vgA>麨jc<݅PzۢU[|O 1JoS)EDM? ,~V:%ƆoJX J Zs`jP"Y״aKZmZugtyYyR'W=IWShcQUZcͶBOc| :N)*VY}ƹ"DG:*Im|-hSRasd,)P -iـ!Y4N*9Ʃ3UZW4B,%hUt<Esy-}TP4󠧺ѥChM:+!P7M20 Q+Yֳ뢼MƥLV*]`6Hat ]5RJ?T&ſ%eVl]iՊI򖃞kA,`1V }Y[%]1u-Z(h85:𗢶ny}ۘee=`>0یʆ|uG#ٯjttCL -]>Kk=_LEm& ~(n '}}ԅ-zRݖ鿶 K \yz ' )jcVFQGi+\ 7=\誠GXomptZn -&^:u>7;`>f-zlS[! -F '\`1IOS$ 8KWw4HIHMm/SI^TD D`{Vw4'nJӕrTv.j;O8]M>d[ W\[@PzLwn0Vs鶏औO-oUSz̋ίjM!cWؑbw_gݙo7`.ݩ[DX ԙ,&~h?Ւn`CBTA6*֎3C;& g&Ca3"hKko# ;ۈ7-\XWNK(z2֩k& \.V+0-dk 0bJBWPrBCunHY:GbR@@tHAD>\+hz#']Dq|zLLKYn<4~Ӿ˽4#Wq{gf"V*GR)K hI咮7X~غb -IV-9 V"c`˓yCQՐd3ˢM/]yx{AZ3m?6}uּ4<:0PFNxw#.|7۲5ٖuZxޫappO֕bvUG,ˠ˝_.X^BlBј -6gp<,.!h]FÄp;(6CPڽ^oWh!ie!dM$o̮]G>{꽶t R>}u*V ݮҲ⋰_n:BSkN+i%ngӿ(֮I󴤖0#v͋ۼ#70 hI@Ǯk;6@#WjPl%X' %F +xڍX[o8~ϯ*@̒"ut; EbbӶ&xty(YRvĔsxsv_՛_1 DDzaLb~}WsO7L7*x,(iiNÚ L8))ni64#^p, p[@*ozĉWnZkWqenUw:Ի&;5NWm^W-[<A ,fI"wv&d2ބ`ɫ@rfG̢>}Yxx[P>r^D8ƨX(~d%++J;,{ +6!~X$ÂwyBY2Vt%BSo]^}{LdxG) +"<\FK`"HBOŒIP}vMk9̀3@;X O +*'^qy[|Etŭ|! +{)X?4s}2N`w#אqY ,$I2a"q,o FD ŭi cs>$?pn4Z pU0=g"9h!\&8sN`'\mh2tk!C}fqUF@Vmhb[WvȬöop/MY7zyţ2@HI4(͟}ە2ƻ(?͆- W; 7y!ޟtSaՍmQŔa W57}PCL[án1/DK &o%3"ٺ!B 8nE˺-UvS$rbH{jzj?_iANec(hooA]}<؁[=_Lci4Z +`nXQ +%ElWD|Vۺ9fTfӐQoL33+sNB'|&#>gM^.r1k\vQr.F C(aá@.p+C]wgƽt`~੏c,y,1΄282Opӧaۻ}6E4SQpאSՠB< *%K QГ3<)}dtvM³ Hu, 8=Yc'xJH_yTKC9},(%ש b&pu +Rո,br~ngH.f)wfj_Ls`D<_`SF_SY@5Q6zEGDd1,E+;wdpdSoǂDOMV"Bֶ}7b߸ w!\W?[B<^\SE03z+ṔB NOs}]\e ##Ǯ.ۃŹiu*[([ט2]z8M8f^0[([E26ng=6E +otl~[)a$% hؒA(^M ֡=R׫(ņ 2 rQh,=<:QtMSmx‘\ 0H&7Ńvg_m() uE`KC-Q 탭P$7MM7%LhԢEAQ2!2Zx4cMwKJ;c$&GnK +dڷTX#)\h|'sT=QlVe%̕j˥{w Y{NG5bc.8{Ŧ#dL23ɮ4dr^UǜCfwYfe_off}0:bF +$|@C:2?N 7d(3nkMڧQ*۾i^4&5Cx^ +SPyzLWyC?jxZƈYJ!z; 'j'HL>Z&CRL%n@,UH/Q6 +ߣ.||:kȫyEA>; S|}3*"z&U g SX틄6tD ܹb675=Y/e-Ѩ?S.5t$-yjWOU}ap;p9[\7B J.~8+ endstream endobj -379 0 obj << +479 0 obj << /Type /Page -/Contents 385 0 R -/Resources 384 0 R +/Contents 489 0 R +/Resources 488 0 R /MediaBox [0 0 595.276 841.89] -/Parent 391 0 R -/Annots [ 380 0 R 381 0 R 382 0 R 383 0 R ] +/Parent 494 0 R +/Annots [ 484 0 R 485 0 R 486 0 R 487 0 R ] >> endobj -380 0 obj << +484 0 obj << /Type /Annot -/Rect [159.755 660.731 482.477 746.827] -/Subtype/Link /BS << /Type/Border/W 0 >> /H/O /A << /S/SetOCGState /State[/Toggle 2 0 R ] >> +/Subtype/Widget /FT/Btn /T(Logo) /F 4 /AP << /N 481 0 R >> /AA << /E << /S/SetOCGState /State[/Toggle 2 0 R ] >> /X << /S/SetOCGState /State[/Toggle 2 0 R ] >> /D << /S/SetOCGState /State[/Toggle 3 0 R ] >> /U << /S/SetOCGState /State[/Toggle 4 0 R ] >> >> +/Rect [144.727 663.81 498.401 747.913] >> endobj -381 0 obj << +485 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [313.969 520.316 393.67 537.233] -/Subtype/Link/A<%20Robert%20Schlicht?subject=[microtype%20v2.0])>> +/Rect [223.357 526.806 303.058 539.272] +/Subtype/Link/A<%20Robert%20Schlicht?subject=[microtype%20v2.2])>> >> endobj -382 0 obj << +486 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [403.098 293.883 410.076 304.398] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [407.097 300.827 414.075 311.342] /A << /S /GoTo /D 99 0 R >> >> endobj -383 0 obj << +487 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.525 258.193 423.342 268.99] /Subtype /Link -/A << /S /GoTo /D 375 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [302.145 265.137 408.175 275.935] +/A << /S /GoTo /D 475 0 R >> >> endobj -386 0 obj -[379 0 R /XYZ 144.727 742.991 null] +490 0 obj +[479 0 R /XYZ 144.727 742.991 null] endobj -384 0 obj << -/Properties <> -/Font << /F93 387 0 R /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +488 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -444 0 obj << -/Length 1445 +549 0 obj << +/Length 1420 /Filter /FlateDecode >> stream -xZv8+k<,әSCWsRY8p-!pl$2}zz>a&ŀ.4XAy18v>޷k9>;=g@ -0%9> B C06_~0 J@ :pv+ % FYZ,*+fJO@a= -܎ -O`p㡡QC"$WC+啻/k,5BNq@Im~W,ttg>Rcn<#shmvgeyw;0' cc8`‿M8KJHqE2^(5$P *̜\g^`5m6ս/e 7laVCGeݫ0R׷gym1d\KghO)y&ظiGANu݊.l43~e#ѧ]*adR;>p&7܂[&LN0٬x24qߦqGLeƪv]ƥ^Z[Ḑ:Q9Cm<+ܭ۳bi[̑ ^` Bi-UFC7KW Jަ`8rvω|E`0KrwJ_X#FShJAX| -0\+cS@wY>v>{ZHB>| V6;qlr8 -\B7glul؂#8y\i+'~-KA'<|ADw5bk-+;mVݗ~M/Zr6h280<AO\j5k ]&vMx)^oc3=)Fm/>'a9˻nø7rxG\]솷:,UY]O|"/fO8Uôr(;u%z$w0ʳYfj&vaˇ)݁{e&ߪE]쪏_=CYr52x̴i3Wri#$t:hkĮI]1%CEhjI3~9{C,dz֌O>J$,̋lH۬v${.qLAQ]OU`T"+C 1%Pؿ4@2io;U&%_VzH O/נu?W +xYKw8+3EIp@!>qlj&seha$Fw2FSIQñHZaF׈p+T]xޗ{T~ OqS;QGFdJ4]\b4?!3;pa^ϸK'TҧIa"/+MQkIҮрah#&tg +8KY8y&}Tܸ? KPr5E ߜvŀhFǷPc .OQb"JNafd6ֹ+\l,u xwBiUQbݨ{ɚ@A9ׁG> T['B7쨔ІDє[fG*bmgFchF $}'4n-R=p[*g(fi6q:\_pޏyRj_4Idq;dk#P=\pΒEEj*z|{0@U&1y>5QlVjj`}AtXy~P r~VيOSrMa 椊2> endobj -392 0 obj << +495 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 674.496 301.403 686.412] -/Subtype /Link /A << /S /GoTo /D 23 0 R >> >> endobj -393 0 obj << +496 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 655.687 258.959 667.258] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 655.687 231.113 667.258] /A << /S /GoTo /D 27 0 R >> >> endobj -394 0 obj << +497 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 636.534 196.882 647.766] -/Subtype /Link /A << /S /GoTo /D 31 0 R >> >> endobj -395 0 obj << +498 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 622.541 301.32 634.003] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 622.541 305.305 634.003] /A << /S /GoTo /D 35 0 R >> >> endobj -396 0 obj << +499 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 608.548 325.798 620.01] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 608.548 329.783 620.01] /A << /S /GoTo /D 39 0 R >> >> endobj -397 0 obj << +500 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 594.556 301.977 606.018] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 594.556 305.962 606.018] /A << /S /GoTo /D 43 0 R >> >> endobj -398 0 obj << +501 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 580.563 331.576 592.025] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 580.563 335.561 592.025] /A << /S /GoTo /D 47 0 R >> >> endobj -399 0 obj << +502 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 566.571 281.235 578.033] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 566.571 285.22 578.033] /A << /S /GoTo /D 51 0 R >> >> endobj -400 0 obj << +503 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 552.578 286.774 564.04] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 552.578 290.759 564.04] /A << /S /GoTo /D 55 0 R >> >> endobj -401 0 obj << +504 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 533.425 332.852 544.996] -/Subtype /Link /A << /S /GoTo /D 59 0 R >> >> endobj -402 0 obj << +505 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 514.271 244.045 525.504] -/Subtype /Link /A << /S /GoTo /D 63 0 R >> >> endobj -403 0 obj << +506 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 502.227 273.982 511.741] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 502.227 277.967 511.741] /A << /S /GoTo /D 67 0 R >> >> endobj -404 0 obj << +507 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 486.286 250.162 497.449] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 486.286 254.147 497.449] /A << /S /GoTo /D 71 0 R >> >> endobj -405 0 obj << +508 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 472.294 220.902 483.756] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 472.294 224.887 483.756] /A << /S /GoTo /D 75 0 R >> >> endobj -406 0 obj << +509 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 458.301 263.93 469.763] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 458.301 267.915 469.763] /A << /S /GoTo /D 79 0 R >> >> endobj -407 0 obj << +510 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 444.308 265.684 455.77] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 444.308 269.669 455.77] /A << /S /GoTo /D 83 0 R >> >> endobj -408 0 obj << +511 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 432.264 278.007 441.778] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 431.95 281.992 441.778] /A << /S /GoTo /D 87 0 R >> >> endobj -409 0 obj << +512 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 416.323 266.102 427.785] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 416.323 270.087 427.785] /A << /S /GoTo /D 91 0 R >> >> endobj -410 0 obj << +513 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 397.17 269.031 408.403] -/Subtype /Link /A << /S /GoTo /D 95 0 R >> >> endobj -411 0 obj << +514 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 378.017 285.177 389.588] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 378.017 265.773 389.588] /A << /S /GoTo /D 99 0 R >> >> endobj -412 0 obj << +515 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 358.863 249.713 370.435] -/Subtype /Link /A << /S /GoTo /D 103 0 R >> >> endobj -413 0 obj << +516 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 341.259 244.055 351.282] -/Subtype /Link /A << /S /GoTo /D 107 0 R >> >> endobj -414 0 obj << +517 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 322.355 224.159 332.128] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 322.549 224.159 332.128] /A << /S /GoTo /D 111 0 R >> >> endobj -415 0 obj << +518 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 301.404 244.971 312.975] -/Subtype /Link /A << /S /GoTo /D 115 0 R >> >> endobj -416 0 obj << +519 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 284.243 210.68 293.822] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 284.049 210.68 293.822] /A << /S /GoTo /D 119 0 R >> >> endobj -417 0 obj << +520 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 263.097 222.386 274.669] -/Subtype /Link /A << /S /GoTo /D 123 0 R >> >> endobj -418 0 obj << +521 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 243.944 234.72 255.515] -/Subtype /Link /A << /S /GoTo /D 127 0 R >> >> endobj -419 0 obj << +522 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 231.585 240.807 241.413] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 231.585 244.792 241.413] /A << /S /GoTo /D 131 0 R >> >> endobj -420 0 obj << +523 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 217.368 229.202 227.883] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 217.368 233.187 227.883] /A << /S /GoTo /D 135 0 R >> >> endobj -421 0 obj << +524 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [256.968 217.368 312.66 227.883] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.953 217.368 316.645 227.883] /A << /S /GoTo /D 139 0 R >> >> endobj -422 0 obj << +525 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [340.426 217.368 391.097 227.883] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [344.411 217.368 395.082 227.883] /A << /S /GoTo /D 143 0 R >> >> endobj -423 0 obj << +526 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.863 217.368 499.397 227.883] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [422.848 217.368 499.397 227.883] /A << /S /GoTo /D 147 0 R >> >> endobj -445 0 obj << +550 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 204.576 211.736 215.091] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 204.576 215.721 215.091] /A << /S /GoTo /D 147 0 R >> >> endobj -424 0 obj << +527 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [239.502 204.576 294.36 215.091] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.487 204.576 298.345 215.091] /A << /S /GoTo /D 151 0 R >> >> endobj -425 0 obj << +528 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 190.374 230.326 201.537] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 190.374 234.311 201.254] /A << /S /GoTo /D 155 0 R >> >> endobj -426 0 obj << +529 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 177.791 227.786 188.306] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 177.791 231.771 188.306] /A << /S /GoTo /D 159 0 R >> >> endobj -427 0 obj << +530 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [255.552 177.791 297.821 188.306] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.537 177.791 301.806 188.306] /A << /S /GoTo /D 163 0 R >> >> endobj -428 0 obj << +531 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [325.587 177.791 428.119 188.306] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [329.572 177.791 432.104 188.306] /A << /S /GoTo /D 167 0 R >> >> endobj -429 0 obj << +532 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 164.999 260.872 175.514] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 164.999 264.857 175.514] /A << /S /GoTo /D 171 0 R >> >> endobj -430 0 obj << +533 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [288.637 164.999 332.054 175.514] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.622 164.999 335.376 175.514] /A << /S /GoTo /D 175 0 R >> >> endobj -431 0 obj << +534 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [359.82 164.999 436.736 175.514] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [363.142 164.999 440.057 175.514] /A << /S /GoTo /D 179 0 R >> >> endobj -432 0 obj << +535 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 152.207 289.752 162.722] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 152.207 293.737 162.722] /A << /S /GoTo /D 183 0 R >> >> endobj -433 0 obj << +536 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.518 152.207 446.698 162.722] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [321.503 152.207 450.683 162.722] /A << /S /GoTo /D 187 0 R >> >> endobj -434 0 obj << +537 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 139.132 307.374 149.93] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 139.132 311.359 149.93] /A << /S /GoTo /D 191 0 R >> >> endobj -435 0 obj << +538 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.14 139.132 428.921 149.93] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [339.125 139.132 432.906 149.93] /A << /S /GoTo /D 195 0 R >> >> endobj 15 0 obj -[443 0 R /XYZ 144.727 718.084 null] +[548 0 R /XYZ 144.727 718.084 null] endobj -442 0 obj << -/Font << /F95 388 0 R /F103 390 0 R >> +547 0 obj << +/Font << /F99 491 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -490 0 obj << -/Length 1617 +596 0 obj << +/Length 1640 /Filter /FlateDecode >> stream -xZKW8Wx,[֒v`Jiɢs( '1ib3s~v9mfYwK]?zoδ -`xΑ*P\"Lu0E pxnW:᥽9s7C{sboսw߻׈rۉy;x@$z78?1v,`!8|WO=€bQPkO>/%HK*Bl$P8Bp@:÷ycz(23 Z0CdG&0BCW[# PrC F:#(ց1cF3 ڽv`Y_0F$J:$+ҍP Z<+"[ L(Q2ݗ4DҊ$,O YmrFhЁ eIaw4ih\|2d:"-ll QQib`}BI1[{rm vka@)҄ִv ܹ #僁ac -$⡖s:Ι %qalr[o'yM鲋]}3&ds(`M0] ➒Co~yypkupJ"aۢ./q2(Ð2VYee/  -fM_ FDx&bm D2C0MT|uW.H-PqnAA*JZY -bc# \6Oi楏y'Y -nx4ban&:])|]XgÖ-Vl[Ga«yHs+DHẻЈybqMBT3_X(H"jjo$^' V( E$j"_cE 6BC] >]u}6ʧeU9;Q;3/@&\B?lG{2y*a]1Yԩ1-]!$ϚgVsc EQ](^|)0[/pUa -?ӝ"ѩ_vh` G1/&~s vkܜme/Z>z8Jcsk?М0$1Ym][&X!M߭k8Iꈭyμt˪ &9.Itq¥eeY#[g73rOy: % +xZKsH+tL8:q։ʖk-$oK# Z@b{6x;95Q(LэC8G*Gq05h\Pbx,^Gސ ^NqūIq(ghvȚ~!d>`Čv~S I9r._\a*oN:s#_W 7H* ҈Fk yC;N20 +P"o(0~oJp$ϑ  +;F-pWL>p8Ti2M+J;Ck8liÓЏA~!Ǐ( +EGa} 8 +rlůY?)#nsoN L_43Zɱ?͑isw|N8ywXGQt|hi0$`=ŷAf~< v[@0cgOH7HˬC:\6#adH2\-v;VBq۳哂Wfgew$N|vrSnO6V1xF{=<'ɝw%`X@!牏g5"v)%GsLŢ3օuqx8@+ 0L m|c8oБ@/|%$U!-<5G6'BҨ<R\R+O7qRT!)x5z,09\̪d 2Sd%aVM!8[mg/6(our[#Jtfdϗ5!aR΋d D# ,4 bqC*чBg|qy=ßԞ{7$Ԡ/)v&M=nӊ) +$!ȌOib.~I/.U [N،1rSk)<_'("oRmý/*H[#=\0tن/ +wQFFi!pϻmnem9& |'MNĄv,f~N $Vd!u}9J8࢏kQo/l }bp̪>5 )%0$m^&Pd-eᎀ&Iu2e;oWݶffâU*f}&I]Iȧ$Vl֪?,\3›|$IxrhD!1ya ?~pیq^yYի PvӻpqK[m?Z>Q?7mpRY=#.gha(uE6:jhnl>\d pI] ,[ҍTh~׵m> $!f2]d +ix TVɐkFEqsVCk߬ LrlܸpċQR1ҤQ_P X;[7Oƈee&7㺑ӝ Y(U74bi`ZݢkC0O1Rga$%/z ]QVh߯zp_0۷]*;ːrOnF3,K1[8q7QSrh޲ma endstream endobj -489 0 obj << +595 0 obj << /Type /Page -/Contents 490 0 R -/Resources 488 0 R +/Contents 596 0 R +/Resources 594 0 R /MediaBox [0 0 595.276 841.89] -/Parent 391 0 R -/Annots [ 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 492 0 R 441 0 R 446 0 R 447 0 R 448 0 R 449 0 R 493 0 R 450 0 R 451 0 R 494 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R ] +/Parent 494 0 R +/Annots [ 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 598 0 R 546 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R ] >> endobj -436 0 obj << +539 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 705.038 243.507 716.5] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 705.038 247.492 716.5] /A << /S /GoTo /D 199 0 R >> >> endobj -437 0 obj << +540 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.931 692.455 222.032 702.97] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 692.455 226.579 702.97] /A << /S /GoTo /D 203 0 R >> >> endobj -438 0 obj << +541 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [249.442 692.455 337.851 702.97] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [254.345 692.455 334.542 702.97] /A << /S /GoTo /D 207 0 R >> >> endobj -439 0 obj << +542 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [365.261 692.455 412.749 702.97] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.308 692.455 439.223 702.97] /A << /S /GoTo /D 211 0 R >> >> endobj -440 0 obj << +543 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.159 692.455 499.397 702.97] /Subtype /Link -/A << /S /GoTo /D 215 0 R >> ->> endobj -492 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 680.254 228.01 690.178] -/Subtype /Link +/Rect [188.972 679.662 278.638 690.178] /A << /S /GoTo /D 215 0 R >> >> endobj -441 0 obj << +544 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [255.776 680.254 305.729 690.178] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [306.404 679.662 354.555 690.178] /A << /S /GoTo /D 219 0 R >> >> endobj -446 0 obj << +545 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 665.461 255.053 676.923] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.321 679.662 499.397 690.178] /A << /S /GoTo /D 223 0 R >> >> endobj -447 0 obj << +598 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 652.878 272.34 663.393] +/Rect [143.731 667.462 231.995 677.385] +/A << /S /GoTo /D 223 0 R >> +>> endobj +546 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.746 667.462 314.7 677.385] /A << /S /GoTo /D 227 0 R >> >> endobj -448 0 obj << +551 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [300.105 652.878 421.987 663.393] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 652.669 259.038 664.131] /A << /S /GoTo /D 231 0 R >> >> endobj -449 0 obj << +552 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [454.738 652.878 499.397 663.393] /Subtype /Link -/A << /S /GoTo /D 235 0 R >> ->> endobj -493 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 640.086 257.043 650.601] -/Subtype /Link +/Rect [188.972 640.086 276.325 650.601] /A << /S /GoTo /D 235 0 R >> >> endobj -450 0 obj << +553 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [289.794 640.086 384.66 650.601] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [309.076 640.086 430.957 650.601] /A << /S /GoTo /D 239 0 R >> >> endobj -451 0 obj << +554 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [417.411 640.086 499.397 650.601] /Subtype /Link -/A << /S /GoTo /D 243 0 R >> ->> endobj -494 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 627.294 213.762 637.54] -/Subtype /Link +/Rect [188.972 627.294 287.837 637.809] /A << /S /GoTo /D 243 0 R >> >> endobj -452 0 obj << +555 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 607.932 248.408 619.503] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [320.589 627.294 415.455 637.809] /A << /S /GoTo /D 247 0 R >> >> endobj -453 0 obj << +556 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 595.887 223.153 604.818] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 614.501 280.046 625.016] /A << /S /GoTo /D 251 0 R >> >> endobj -454 0 obj << +557 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 581.894 235.288 591.408] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 595.139 248.408 606.711] /A << /S /GoTo /D 255 0 R >> >> endobj -455 0 obj << +558 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 567.896 280.996 577.416] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 583.094 227.138 592.026] /A << /S /GoTo /D 259 0 R >> >> endobj -456 0 obj << +559 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 553.595 316.901 563.423] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 569.102 296.289 578.616] /A << /S /GoTo /D 263 0 R >> >> endobj -457 0 obj << +560 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 539.916 278.007 549.43] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 555.104 284.981 564.624] /A << /S /GoTo /D 267 0 R >> >> endobj -458 0 obj << +561 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 525.901 203.43 535.631] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 540.803 320.886 550.631] /A << /S /GoTo /D 271 0 R >> >> endobj -459 0 obj << +562 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [236.181 525.901 248.32 535.631] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 527.124 281.992 536.638] /A << /S /GoTo /D 275 0 R >> >> endobj -460 0 obj << +563 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.071 525.901 297.744 535.631] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 513.109 207.415 522.839] /A << /S /GoTo /D 279 0 R >> >> endobj -461 0 obj << +564 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.495 525.901 348.938 535.631] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.166 513.109 252.305 522.839] /A << /S /GoTo /D 283 0 R >> >> endobj -462 0 obj << +565 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [381.689 525.901 395.247 535.631] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [285.056 513.109 300.916 522.839] /A << /S /GoTo /D 287 0 R >> >> endobj -463 0 obj << +566 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [427.998 525.901 440.136 535.631] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [333.668 513.109 352.11 522.839] /A << /S /GoTo /D 291 0 R >> >> endobj -464 0 obj << +567 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 512.593 239.361 523.108] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [384.861 513.109 398.419 522.839] /A << /S /GoTo /D 295 0 R >> >> endobj -465 0 obj << +568 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 498.392 250.162 509.555] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.17 513.109 443.308 522.839] /A << /S /GoTo /D 299 0 R >> >> endobj -466 0 obj << +569 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 486.033 273.982 495.861] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 499.801 243.346 510.316] /A << /S /GoTo /D 303 0 R >> >> endobj -467 0 obj << +570 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 471.816 215.645 482.331] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 485.6 224.887 497.062] /A << /S /GoTo /D 307 0 R >> >> endobj -468 0 obj << +571 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [248.389 471.816 273.452 482.331] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 471.607 254.147 482.77] /A << /S /GoTo /D 311 0 R >> >> endobj -469 0 obj << +572 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [306.196 471.816 351.566 482.331] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 459.562 277.967 469.076] /A << /S /GoTo /D 315 0 R >> >> endobj -470 0 obj << +573 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.31 471.816 451.654 482.331] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.916 445.031 219.144 455.546] /A << /S /GoTo /D 319 0 R >> >> endobj -471 0 obj << +574 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 459.024 222.845 469.539] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [251.468 445.031 276.184 455.546] /A << /S /GoTo /D 323 0 R >> >> endobj -472 0 obj << +575 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [255.596 459.024 352.238 469.539] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [308.508 445.031 353.26 455.546] /A << /S /GoTo /D 327 0 R >> >> endobj -473 0 obj << +576 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.989 459.024 438.7 469.539] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [385.584 445.031 452.012 455.546] /A << /S /GoTo /D 331 0 R >> >> endobj -474 0 obj << +577 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 446.231 207.602 456.746] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 432.239 226.83 442.754] /A << /S /GoTo /D 335 0 R >> >> endobj -475 0 obj << +578 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [240.354 446.231 294.728 456.746] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.581 432.239 356.223 442.754] /A << /S /GoTo /D 339 0 R >> >> endobj -476 0 obj << +579 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 432.03 263.93 443.492] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [388.974 432.239 442.685 442.754] /A << /S /GoTo /D 343 0 R >> >> endobj -477 0 obj << +580 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 419.447 257.518 429.962] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 419.447 211.587 429.962] /A << /S /GoTo /D 347 0 R >> >> endobj -478 0 obj << +581 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 405.245 265.684 416.707] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [244.339 419.447 298.713 429.962] /A << /S /GoTo /D 351 0 R >> >> endobj -479 0 obj << +582 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.987 393.254 213.771 403.177] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 405.245 267.915 416.707] /A << /S /GoTo /D 355 0 R >> >> endobj -480 0 obj << +583 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.522 393.254 277.189 403.177] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 392.662 261.503 403.177] /A << /S /GoTo /D 359 0 R >> >> endobj -481 0 obj << +584 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 373.3 324.284 384.872] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [158.675 378.461 269.669 389.923] /A << /S /GoTo /D 363 0 R >> >> endobj -482 0 obj << +585 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 354.147 231.731 365.718] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.972 366.469 217.756 376.392] /A << /S /GoTo /D 367 0 R >> >> endobj -483 0 obj << +586 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 336.792 186.67 346.565] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [250.507 366.469 281.174 376.392] /A << /S /GoTo /D 371 0 R >> >> endobj -484 0 obj << +587 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 315.496 305.962 327.412] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 346.515 324.284 358.087] /A << /S /GoTo /D 375 0 R >> >> endobj -485 0 obj << +588 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 257.956 246.625 267.47] +/Rect [143.731 327.362 231.731 338.934] +/A << /S /GoTo /D 379 0 R >> +>> endobj +589 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 495 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 309.758 186.67 319.78] +/A << /S /GoTo /D 471 0 R >> >> endobj -486 0 obj << +590 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 243.216 326.326 254.678] +/Rect [143.731 288.712 305.962 300.627] +/A << /S /GoTo /D 475 0 R >> +>> endobj +591 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 496 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 231.171 246.625 240.686] +/A << /S /GoTo /D 599 0 R >> >> endobj -487 0 obj << +592 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 230.424 309.131 241.886] +/Rect [143.731 216.432 326.326 227.894] +/A << /S /GoTo /D 600 0 R >> +>> endobj +593 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 497 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 203.639 309.131 215.101] +/A << /S /GoTo /D 601 0 R >> >> endobj -491 0 obj -[489 0 R /XYZ 144.727 742.991 null] +597 0 obj +[595 0 R /XYZ 144.727 742.991 null] endobj 19 0 obj -[489 0 R /XYZ 144.727 316.493 null] +[595 0 R /XYZ 144.727 289.708 null] endobj -488 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +594 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -508 0 obj << -/Length 5880 +612 0 obj << +/Length 5905 /Filter /FlateDecode >> stream -x\ݓ6_UܓuudWTG⌸H-IyvO+`h4F P~{_~[<*8Y[%EWˢؔ/_ޤ/ D? ?kyj6fp?/o}UbșbuDIX7cɌ)_y/~J(/_2#[*zXFY _o/p tubGX7yisJi׏GL͸q{'2q9V76JY(OU@~d2*3Dq]9+Lds:XE3 lWY^FFC~O{pz՘Ȗ23M 2K̷XCӵoF p#޺Xhowmjf2XT{8x&sK9-#s9!pI?viSvt{&uwL;(Ɩ<'%72r4XIc#6SCͩf&euR-` IZ76_v^dkuOuPm~FCVZMhB - -Xp%,Tր(bKw⑀?@f=4ydž5GKw{B݌'BS@QA._[[YFHcL}+rb?Z&#|1zٷ: 55CK ^n8+y'oBج >N -m~.T zKK쯍-nJ8z72v$ѡt L%u(qџw.m"(Q20p/'W5q0'x%z) K~"J{q4TY^%B=j"BjX" Kj!5d1mAGdC-f:Al,k-0k1k!hd {lIY*i4-($Hӣ-B M(K{$qUIi'Ub3U򼌒LsXK(&XNa-ZN2yk!Ga-,fy)oNbzislj -$KvLrEs-oyĹ v|`Ń"\o-o # H#mVgAu3se({/ς;) -f fkbu(>Xfei6#n3I$Q&hxB$~5%јH!7LGAH!QS[';H;#Q+*)dUWSD˳ \rT8?YςpYYPauO)tDT.gA^ؗ~vD)>A!سt,ɣB9Q<WWqpokrfU-UJ_^z-?)m aڔs 7d9p7gWs`Esl]Eƅ|k ->ۯtbcADrC=p|ge~i(-ͼntTW]EJr_ -̙+y#wc`mG\@`>aT%OK 9|vկMޱ8񃿲sR[&5m-¯i~qXF>N$A"mw( }+Kg`>I^X7\~\\lPێFQLdgvG~y-{Uo-&z5%xcJ"7UCZoJ> z;gi5Vۏ5[q}7oﶁ}hjv'M*=-> JSo/TRsC` %ώU{C{ 7UG:T4l\4"3 q~GӼ}qY9}+ro9 3:^Y4ŭt8w8\^ -!B.*uM_ -d&LД HBRM_BR}S~w6-ŀjb.d2؅F17g͛ |"7N*[N<2zHOU0|}|N~h:\ѯt`H*jxn(b'59Yi(hX/>k&,(/̲yqqKNo>oi8-`[Fm!X0aU G 1 &Ⱦk=zPӑ<0X=zK`bC"5BM!=&n tĭM6RXM%k2I֢k֐s%i ٌU'zH(AzpΆ$.KȱL@Lzۣǁ\lW -u30yNkmӃ{#pT͎1^Yf> t&]B\Bn92⁾Pw. R=+E:( -=qW6ɊsᅠCDWO^q^+bbG:#x#ЫV#S41s=hW;LN˂3}.x/f +x\ݓ㶑BoV|Okg$u.'TeS^W%qFRBR; HI3\ݾ`l4Wꇛoo(VYTdZ?QUf(~u㛻4^~~v?+ݛ;mW'ɅoKy$KI,͝RWʘNEV$;c83KL-߼+4WGYVͯūdqGWOaet7q؇J!Tz1"]$8^Xoɠ)Y?Ǿu# e `Yf l#k14]%贈TMH ?6_nc7-Dc#ea0T)oܨs݉70*z-LZ.r0Ztbsw%G0q?jĶl)S]=$qFyuӖV?|fKqh8agԴ`ۦ~tT*xbM3 3ᚺǭhSmfeh2l hg9$jIhio黯'<շlI.k}w`կ*Nr\;yU{OSk_KM&Ƿb!u0WeWDrTL N.jVb"鮍Ǖpc +LS&:JȩCGQƈ'PvF11RN + + ϭ$ƙj PRsB +T=U`C}868t]{F騄to6^\l=xjɁ(|A.u[U;'5Xz[6D-e91 H>`_n){SmPP8  +tJ $ /Is_@>R/KE/݁مý%-kbZXcU]Ov^ƎNtf:8깒L!u(Q_S*Yձ˱b¡;4R4)O͎菈ff>UOv[]M%+?Ye(SXnN0)yr˥&X^qzC5;zوR܈Ag[}$O% K0)w/[' 6 +QΝCV=ƾ+U i2/ny;;"La8!%0&ձwL}p;؋=LVuivAnWFee}j?RzC= a_m~,kO5,x;p݁5_h`a+X?rNB QSr[O-irg.wFm*ad!yۃ+T:쫈nRB74vK2aKdFJ^wX=V,7 릢%=FS *3kk(\s.L)7b$Yd2F! C~lW16S -B[: o/cs|xRDi!"G&8p2g8 ̗p2383 YL4Q~ NB e b o)̜Y& Ś[ /|/ I"]Ԛ#VrB gBN"^r10qjWɅ~ '< g>ɳ"R)=48@,q L4N<`P 2E  Ơ@aPP[ +f5cap%9RL{P/Nf2SB{" "yZR;> Ԍaj.`j,D&LLB LBzָֽUHc]yGlBlȴ.zn]_>*`= //a6\' MHrOBdWiH8AM/iʵ9LUkǵzµpmȓp-u !+pp#\G maB^$$ $#Sϒ"]THQ8eA :s" x<ԋzj90Vt]ՙ `p.eSg|eczC{12!vc/ C +O 0Y( cc9ɚ,΀1c9ƮԘ&c7sPdEC` c'PyRb]r(#Lj[Wۦ*x2v\P(pE,sKz $y\393&8/M56X]%&_)de Lb-Ib!mt@X`2@ #<d,f&X'<k%V<ceHfn#<' /`l1a{-dD 18%,?9|%6kcZf cBDŽ"'f!Q +_RNm Zv3'.<> Rc %Ϻ$L3Tٔ,!X? "⳩8ws;ѫ#,ҾggV0mh)FJ6=ѦfACbM9Fz/:{ѩhS=B6YB/1We~zTZ>Q<'0JydŸ?5gԈENSǒ@VԝB/wD)_)22gm)sV}X9·uy{ 7Xء5 s)N +Jzء䆿cRaMsȕS2WK+˭)Jɭ`+RpYV +͵n:MRJV?e&G˿{vl,ʋ4&vދkB2A?1}Sh|rr7O<arb&{*wZ7o&4CՊ|wY$2RN+=*]9TՙT6Ƌl>gH*lo'4) "WL%W|=l~+[-Yk_5U qDҁ`qSP >Zt\D;OԂ۔ʝSWM2gƑKL#*)y^)@ނ'o֑w}dC>0΃qʻٖ]5<%M+e֬0jv:9wtj(]3ee.rѣ8Yvq3qSHh8i|h E>Fp|ϛnL/O{o4٘]* S 6n 6⵭LVrޢc'FIΌi`q[MmX>!GUԍh}}Нtey~+?t* 5ٜħb;"x'c?AUQ> P!6[wU5)|HS>A愕 e^5^fM&Ӕ$ s8̻['UX -u#rn/S>NUtC2.S 8 `>C 4byׅTb/!f + akZ5Y\j_2 +t?q +^y['<[˾Q1 +4UH$ zMz5DFvxɈ"SzH^DOVнż~rvxM~:J\ߙop)=vTAE@9fY;AC` 'lZV-X0p.T#M5V{H'gAC't=zS`dvQ9"n;=%SH&)[V7)P WeG$Z(Nfg^^E7 4*42~Ȱ!C0?l5DS?GyO,X92j / +l[6xEb}fK elcn̜,۫-Vƞ)ӍϦ) +ҁ}*R͢Y]s&qXmW1jٌ]E>]Rvn{Qec+1%Q*7xv3pϳ^z99|V\=g_L 0\p"PnS<Qe&Q)sX7g}v-wςvsW,:%Zsm~›8MYuCwj^6gAK'FB{f@:葸(ERq1EAw_k>Z!c`<$.r9{IԺ߆dR\=9s lNKi#R@M8r @|+~sqM]V$3[љED){eƪ4?g+o\9> endobj -498 0 obj << +602 0 obj << /Type /Annot /Rect [36.134 556.473 78.83 568.592] -/Subtype/Link /BS << /Type/Border/W 1 /S/D /D[4 1] >> /H/O /C[0.65 0.04 0.07] /Contents(Click to Toggle Protrusion!) /A << /S/SetOCGState /State[/Toggle 10 0 R 9 0 R ] >> +/Subtype/Link /BS << /Type/Border/W 1 /S/D /D[4 1] >> /H/O /C[0.65 0.04 0.07] /Contents(Click to Toggle Protrusion!) /A << /S/SetOCGState /State[/Toggle 9 0 R 10 0 R ] >> >> endobj -499 0 obj << +603 0 obj << /Type /Annot /Rect [36.134 541.365 78.83 553.485] -/Subtype/Link /BS << /Type/Border/W 1 /S/D /D[4 1] >> /H/O /C[0.65 0.04 0.07] /Contents(Click to Toggle Expansion!) /A << /S/SetOCGState /State[/Toggle 12 0 R 11 0 R ] >> +/Subtype/Link /BS << /Type/Border/W 1 /S/D /D[4 1] >> /H/O /C[0.65 0.04 0.07] /Contents(Click to Toggle Expansion!) /A << /S/SetOCGState /State[/Toggle 11 0 R 12 0 R ] >> >> endobj -500 0 obj << +604 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [240.583 433.343 290.115 442.105] /Subtype /Link -/A << /S /GoTo /D 511 0 R >> ->> endobj -501 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [269.786 433.343 319.318 442.105] -/Subtype /Link -/A << /S /GoTo /D 511 0 R >> +/A << /S /GoTo /D 615 0 R >> >> endobj -502 0 obj << +605 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [240.583 433.343 290.115 442.105] /Subtype /Link -/A << /S /GoTo /D 511 0 R >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [269.786 433.343 319.318 442.105] +/A << /S /GoTo /D 615 0 R >> >> endobj -503 0 obj << +606 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [215.037 433.343 264.57 442.105] +/Rect [269.786 433.343 319.318 442.105] +/A << /S /GoTo /D 615 0 R >> +>> endobj +607 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 511 0 R >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [215.037 433.343 264.57 442.105] +/A << /S /GoTo /D 615 0 R >> >> endobj -504 0 obj << +608 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] /Rect [236.596 402.115 278.439 413.144] -/Subtype /Link -/A << /S /GoTo /D 512 0 R >> +/A << /S /GoTo /D 616 0 R >> >> endobj -505 0 obj << +609 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] /Rect [321.63 161.75 343.548 170.931] -/Subtype /Link -/A << /S /GoTo /D 513 0 R >> +/A << /S /GoTo /D 617 0 R >> >> endobj -509 0 obj -[507 0 R /XYZ 144.727 742.991 null] +613 0 obj +[611 0 R /XYZ 144.727 742.991 null] endobj 23 0 obj -[507 0 R /XYZ 144.727 718.084 null] +[611 0 R /XYZ 144.727 718.084 null] endobj -506 0 obj << +610 0 obj << /Properties <> -/Font << /F95 388 0 R /F103 390 0 R /F215 510 0 R /F97 389 0 R >> +/Font << /F99 491 0 R /F111 493 0 R /F229 614 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -517 0 obj << -/Length 3310 +621 0 obj << +/Length 3319 /Filter /FlateDecode >> stream -xڵZY~_T xmZשJxr*S$1C2ѪRF7(#΋4FA"XN"iv!P*^a$.7W&X{ޯt}C\hk?JKswo~h#ƔSw?,6":M'7F(^.]0;m*HEx@A"Y,v~Z[r=nb]Ew&BWSﳊFw ,YT;j[EKڮU>`R(5B!Vܯdd;clYYR5ώEf|(5ՊkMˆ=%ڴ H4ItZ@ @tN8L{8]8B^…6f; ~{u2h+  K @:WbȖ̗x.ke~2kSpY rP*;Ҏ1Ӡ8 ~ߋBVv~/7']ڮ_"m -rCpj5+̆AlkԸ#aȶwA"0U ABAu:ٳ<<TPMhy @d!ص@DxMq\eF*/@k6Due&2ZVHlC7uw>(y &䓹̈VJ6I5gq!@%x\\cpAɖ\e: -$bpg9.Act%-w|am97kg -<}@]14$ FFTx޽.) 03-~tӤ I:F Ƶk<5 E`tjȬS@ Eg~%G"t%S\@ϨAhۙznҏUˬZtŇ c]i_vNȽSꚌNO#K_4~jn!j59άfZ f,HD) V^| -FI$Q,mz^+s1ox V?CL6Եa"I`O\vP$Wd,L  , U.X:w=D/HGU}ʽ-X9$RښW_s!{ǶyDh ;N~K^4hP/sLw++163F0&DDNMLX0ʼnb(jYs{BulQW>%>{XoG}|WQ 2:K* - Cag;OR'U GGkhk -`tWF^@%9jZ~<$Vɤo%yc=y a`0WCC5\I#mQp3io3c!9>:N|2@U.Z OR8e烲عx#BF:`}J c !`[<u4lRI\} UP)H{[ia0id%Вˇ ачOۅ$2Fqq2LVzˏ!*fʮJx`iD[nţ*k7?fBYty3$\$X -Q.UuyƃQ>p~x h.Ķ6}llxÀHsP7勓c.R QHPb{RsrVuA{ ؒ*,kL 6Ģ~H@Ǧhe=ɐ'^˿b߱x{ۢLCm;wD-4 ..8*og;n} x?vyP@:n .YK`./oP4yz!Ad1Zt!%H3n3[,xoހ^|x;{Knr +N/pPQH`I& -<&_{)g{w Ž$L)῟f8%>퟾6Ji b/y2$85={@3,Ё -(mE#`A졷}@`Tʦqؖgډ#JHl۹8м21Vv(=~! hVfߧ¸`?[jrSo 9j0I'L( +XM]"y$qXbP:՛<}:MWH@+"V*#t[~s+xS[9ژ;dkpQJP2w~ VrBq*Wyuj߭dV+m?RF*- +N_,,m6'у+EYg }cVE}^|*l[|ξqK XFh"ۊ `ql]%5TY =P ;)xOɛ]|Zj)ma=R/yBfu +p&J绖]ן׷K&J}ѓuڥ{v $p{:yVSck;tv+ #FݴpG 0洠MoIFCCǬB!<3MfQLI)QHD^'ꊿPB]5;B7KʥޤrHF/wmlgH02 wzNt"I|#ی.6NMM@g1-O*lK ca?ZjyAě<UECkϵ:C'^<X[?Y[Sxc3;jCkgOfh1Pi)tzbtC6C#J$90j(gfSeթ=}3) ֶ?ҰS ҾLZòlX2\&Ĭ# GRRL"5) /3=FIW[?zǞ(vpQ|m y:pVӨ[^ 'm\yx&xa CEH N!3ߒc2ZChֲہgC ASqőBpV +r93[ t@=)&(tG:leM#xNǬ+:shqYq|wMaȡ2F'1fe!+!x[7q+mr>#E8dCGzB_CxE<^&⠈ㆌi "% jt +-.^a}4Z a(^yz 0OOQ 8t7 !@,pjȁ" A]dt%U:a[y瓽-k!)Q^mRm={zW3oz`ɖ\|f +弁K1nBhKZ[,0s5GAqf,L04M=J[ aj%T<ܶϪw5Yeim @j'L_Ni +0aȸ~M/vu>&3{L*D9&v\S +` y?~6c-zs*!!;Zӱ]9gv[4EVC3ʆ[EݨBiV2Q&ZIx1*$SzLkJR4 TEʜ$lY<窓ɡy7p ϱ#%+0wI ÃyQMI]ɘr˓}zng:IVBPep< :"5x8T7ObT8Brs$-c2o*0unBF;NxI<)~!;4k +`D@hgd\hEj+L= bTqʢ8Cq,swF#pX:$ {lwM9 꾭 3h"vf 43 :z{Cs2^.=(=wxl`twFJ! BNڎk t&Nnʑ^*]7502;~X`EGc!\#2 X0δ԰>{gI\ڹ a>T,!] [ R pFu8-sd̉/rL'B)dljj?y@cy!p4 +!0SϭApE"!.)d`a +\q &UOW`c/o0៓xF}~ͱ8?qWVfeI& +L&iAS aq% +> endobj -514 0 obj << +618 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [240.737 461.988 262.117 473.45] /Subtype /Link -/A << /S /GoTo /D 343 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.737 449.196 262.117 460.658] +/A << /S /GoTo /D 355 0 R >> >> endobj -518 0 obj -[516 0 R /XYZ 144.727 742.991 null] +622 0 obj +[620 0 R /XYZ 144.727 742.991 null] endobj 27 0 obj -[516 0 R /XYZ 144.727 242.34 null] +[620 0 R /XYZ 144.727 229.548 null] endobj -515 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R /F103 390 0 R >> +619 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -525 0 obj << -/Length 3517 +631 0 obj << +/Length 3450 /Filter /FlateDecode >> stream -xڵ]o6=oVG>\vE{׻ 8Ŗc!JF~Cΐ9NEp8,r=KY|vqX*Y|v}J/o?ΤʙPۉ },l[<[&ܱC(MǴګA„Q_cĂ`$FhOK8x~ xCbl/_cfpo$)`o*nNףmc=&LQYMW.(y޴ż+(/ДQaW2 -fM=V۶ E4f$M]_Uw{MZҳgySTeMV]zbIˮ@+qy o=S ?Oeہpܷ\k{xRϮd̴s=٘ɫ72rm[lW|Yb(+V DB4$I-u}uS~Ou3lgY -?\Lgޕ/GதF]l ;8D=* -1fY2MgnqO2v+[{ =fFD6PzUvVҨhAF=F78lm4ZJC3ᶴ~6K[mQȘK4DfΓ+VĴAtgOv-.n -`Fv1v'YKVԦYmї뽏} -m[Wq4_`{ -]uL;[ZBK;0hĦ^C0L ^Qg h^@/j0ڦ+FqȘh 4/3 ,V-q9#Gӱ]lYpK_=~RYfK8l"W$!BG+H61m*oe|(g"6֜p_XLf뷻|7Ec`*sIewo8}w$D$$r{ _ehc? =Sb elM.OQ\:urps!D壩Nzn]tصYdZ};nltr`>Q45?TBF&:C\Hs=za饝̤/ql0)ށ]ze;Q' v?V)sd^Yn8Tf^AŰK0>.5zN(H}x|T&.bU6aS@%~tJxZFCY. 03tAFpgOFɛy[@lK{"Z͆ձ^\jڐ;x>q[X񑸖 I8*2azܺT[EA#Z&$sjS2l^*_U]z?mvhhUDpȣ՜1 82on҉% >e҈ X~]vyOjœLlΜdo9:8LȩQhQY”įH>JxUpP Y$-W!C/Xd pcw17SHɣ@<"c4) T2{6rڸz * @ϧ4CV ApU 4|cnn7ͨM  p$vę'(ܮe8HypXV/t`U0+hMX2ZpS$@x\EnP::Z5'vyt9bg[vuOyGD6Ś& }yJLMl$w"R:}tZjf4CPT1Ӥ?Tu@Y5FJb5eғՒ'2efMPHi`o`$FqЦp< T +}C5ܾL=Á/# %­Ue_T`3xbauNE@\.jڏO '*pl WVjGjljBCSN0Qr%Zf,μ^ w|M2eN].) G_ݡVZ%~Vՠ(!̜ kT5κ+ڳxA5% 0MO{#<ҦD ҏ_Bx5!G2 j¨“p{eG+ 4ʪgK_k?oq[3 vKK+g.&A;c#HwA&s|)o @ --vzߢ:6\`+S,qiU(PG/T2'a1hO7;2JXГEn`BbT) s@QoCR< PqRvADdY3oEY" +xڵ[o6~_j +~=ne9"K$oj#%Ŏ;Cr87C*n~˷I2X|v `fQ2_$~1o_}d0H07CM+? >W~g 4c3iju=J0 +^]ʟH$Nnj ,j AҬۦe{s#k~ nێk*Z,lΫQÏK"vL5aW㭡UZ-yQeUwDjӮh;<%XxavЫ[=*> +؛D):"@ɻ"KK"PCm(cOn򴭫ߤ_}jKc(mȉKEZ0SLMƂ)Z6i]m+pE/ -;+_Zݤ.puQ”u_sN3>U'\4A`50u0b}|$qM~ʝYStM}פUQev&Ny$>_ec^_ӻ#JV> "zdC+[f9SrlgS CH=a$%̱&Ve}B' DB5bBqN*N +7~D;iDNzbJzhh@]LcũyR +(G)P@1cc; +!z#۩QJ%cc 9~Ȏl8_5Q(hMihqYtvnd2@:hTM˺5Z`3<(ka\V,e + +JO線2ئ[ut2CBiy~A$tKnbE]WP[z T0RF@n,\FUꍐ +䣔ĸ @"Q~1BiXa`bOGԦ=ibyT(-[zuyf)'T3Ef1@"mE]}i<ЙhK38ZCvYCKQn=+ l,|jmo=x&CepxJWﻈJ%b{Mp 1fqh|Ѡ+OQ|>IzL80mWH,nMZR$K̤,tAU·KtU'ь5Јޗh:ӆk`'j]/%i?B 'ҳ&}/[0<<=qAUPL^5'5<ԉ + 񲢁W9A!EfNSȾWѴiEx7+\|dnzsE#^SCJ- :-/KS TT:\tUZEۦ|Y;4uX,#>yCöl;R}cCq?b1J߽ _{^~8d/*3pNqaG˫#+ߟfõf^JL*$X|2;#4;RSH뭉MmbPM/mďFDH+"`s 6P=QhL9 P]4)CE%414l_H +Vۦ`%"ϝufMøX.cdkxJo +.3@ rz!T6YhLo>,tF_F ܑ,[GzC- Ax˦^[i: WRِ0W,:u||5=@ןؼy%yCavxS1V8hHncÇсGA:<η8@&đ ߴD7L/"O$|z%$ +^w k ]ܥ5E5K j"NO4^OzWU7s9SwJ?\2Mz fe6+i̚Ty ԒC璏>FD;`ާ Rw &K"N`ei`e7H*@ʑ8uHH<~8|Q/~/uL|̏2T<~̐g8)o N'&0 ,bƱ["M%Id;D u䋵qXcS b*@*ഉ>'Ϊdhgx\n;_E;{⯥ 8@SJT,L$msH~x|C`/ul W=7$a" ?cpn,Ľ8.y鋵ѫy|"P C9 |â2Þf Þ-Goؗj<@Q/z=@0|%@;Ӏ6Ykګ鱷#B] h3 g<\u4Es~8<(~=u{o{2ƥsu?v #%`qڮ8ꙿ"...*Zzjz3pI@.A9~ X@^dt9_%^cq^gNs?, +eg@'A29AԹ=c L.G1~O|S^0K` FKkjׇ6oubGGЬ-]`]>mT3] ݶTsqMo 3o4Yն@1sf$ ];;[ endstream endobj -524 0 obj << +630 0 obj << /Type /Page -/Contents 525 0 R -/Resources 523 0 R +/Contents 631 0 R +/Resources 629 0 R /MediaBox [0 0 595.276 841.89] -/Parent 391 0 R -/Annots [ 519 0 R 520 0 R 521 0 R ] +/Parent 494 0 R +/Annots [ 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R ] >> endobj -519 0 obj << +623 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [478.587 512.011 494.234 523.473] +/Rect [385.843 647.394 393.375 659.06] +/A << /S /GoTo /D 31 0 R >> +>> endobj +624 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 51 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [253.938 604.534 261.469 615.996] +/A << /S /GoTo /D 59 0 R >> >> endobj -520 0 obj << +625 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.068 254.704 391.539 266.166] +/Rect [478.943 587.259 486.475 598.721] +/A << /S /GoTo /D 63 0 R >> +>> endobj +626 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 59 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [368.039 557.192 375.571 568.654] +/A << /S /GoTo /D 95 0 R >> >> endobj -521 0 obj << +627 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [480.478 125.259 488.01 136.925] +/Rect [467.247 539.916 474.779 551.378] +/A << /S /GoTo /D 107 0 R >> +>> endobj +628 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [478.566 311.232 494.227 322.694] +/A << /S /GoTo /D 51 0 R >> >> endobj -526 0 obj -[524 0 R /XYZ 144.727 742.991 null] +632 0 obj +[630 0 R /XYZ 144.727 742.991 null] endobj 31 0 obj -[524 0 R /XYZ 144.727 718.084 null] +[630 0 R /XYZ 144.727 524.106 null] endobj 35 0 obj -[524 0 R /XYZ 144.727 614.771 null] +[630 0 R /XYZ 144.727 413.992 null] endobj -523 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R /F68 527 0 R /F215 510 0 R >> +629 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F70 633 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -533 0 obj << -/Length 3271 +642 0 obj << +/Length 3111 /Filter /FlateDecode >> stream -xڵZ[s~K'te$)MͤMufYHDҲw(zQXc0.~hu|̖hn`dG\='sn^tKXwu_X[32=ܾ֗ :#2feX |AS'TY* W. eLj7JcQKjP%In[E{0 _I`iPUg2 d/.jJH 1αζQ >ۮ:"$V" u=h6Fᵡ!UhWD{wn[' 6}wG w.\y,_vcUmH/?@u)8L8v75DWEU\fNW^dgD~SSf+ƒMb%e,rN>hM4 ۯz%s -v!+,i -J=Zj6A -T[3qٓIlkcu%3v.mm3l3 ZP3PzeN o~F771ġ͒1xTC/n_]O#a*FYٞPb-c2jZ^* gy9,NdwLͮol70þ3lcj1n}W'Zr+ ja~:6z&~)#OsqpA٘mXһzC^+B}dX|b)4%KQ6pf~ -s23Ư,1NLo.qP,qH ]Ɖ /wSR5C=x`\6? BjB!7}ݛ%o4jA -BWB 8:.qѴ4R[7 fSьK ֭]q0G{8SSS;Da} 6n8t| P THe 4<^OgyDMu0Yq)'l ;j9\>Ɗ\l@HtX#8 JO@)/ɍQ LZ҆ ؟"NҙpׇN&Kbiʋ - < O_ZQ0&Q>`)38IR-Fw==3bT33j/Ud@\q)$/{W*p*앟WNPzo2 ~5ZX[3Uq%d/y`sͱ2$3DNT5)iTs\R|3U 'ɉ{ v-lTw?džg*j쇣aAOH7j%ғ+TpPtϚ|&DkT'ȅ]C=?]+Yz'G+OqS>~LӬۍeOpQR* ; b|dRJ{-$Y47r1@I_)yŽaes﹤;O?YF0^8"P3S6"w,(-5PgTXOo^i}eCٹH^t]XdPЙa{IeӴG. -^j -Ear ]U uuan4ݥD]Mx=, ׇe2n0wA 6>+iYAJ0"~t wE "c]N͇^nv<9V|EkmP KjqY)mUhPD:$75$iϒHn% )Qt \Y"NK*dpq\&;),ݧDD&1L(BS>+3+zmb?rc ?O QucbDS hB%Wt_(8ꜱ<.rԿhx2Β̽946b`}}gtd2\J/m񸯝;H[{ 4ZWnG/YاϘt"+-!AH(dKQ*@)2(v͔Ly?]R+YrvǓ@{H+];1#X NxDܙ9[`]NP5z= ä%'$8Ѷk[=(ԝL/,NF>'Y/TE 8d?15DؚLmmc3K?@d& 'mc0ծjYe\At>߇-k}#ZDUG`%XqV*SLy\z`| HF:BvcDZW`ݣԗjp  ,8ܷ~.&C~޳ll RxgvI<79~_od7(CJR =SF?̅,?X}9 aDv265sWHU:ߜ&7XZ6/G'OE (h&SC]Lw>~=8\v6C6L}bjw+]@sȥp2YFno< ?'4¸d?~j +xڝZYs~ׯ7S +EH|.'x劫 +ga-)iDI~р8}~6|׷W_vc5\ln6Bkf1.v=&ɻ6!v}#M|˦iͱh]]1ǫn{%4R$3Vlv= L|6*U,3տ~Lf~p, 6S?ӹ*``|yJe7[FEA25톃* xgP% +BsB"3h B'Rɔ8 :NQ,͇+W ʶדA5Lφ=$,$<Q&g|<6+%ս=HjԶwAmIX78\vO98{~_z=.*\ѵ }CG7'saA[95#f $V͍1]"#/0W I-lrŽC7^ܕBI*aLE pu-C8{wwÎz-Gj ˕B}hѓlð +}$yjh?ԁA::*?GOn^4_ "ԡgM5̹/ ܢoՏŁ&#+o$ Kydn/M*3倄ȉ|J4i\ y@uO`d1zN>B_U#/Pу~~Pe"%1 0 2(9`*&!"p' + +OИ|3ЍHڕ$RbP#\KNL/Mg>HT_v!JUrSݠIU /uE>ȀO{ <5|Dm4]Z9#p!y(+r>0{{BaN!q34C< srEM{Ǣajix +\RRHpȶ x?p.9i#\?\ڢ&x;G3$>Gt.8N ~"ߠ lUF>;)! b=Ꞣ)7*}Qt$dUOOu;DHMX!XAjגQgw[H C}>H@5{*C`Ge)#߳pJZ*Eֵđ%Fܗ]f pzf`O{ckC2ҺFl (( h~ψD#!@f*o9e &e[0j?Kanb71В[`U>s_!]@ t#7).HdSIn& -ȣ4̀r̚aϚ)]nWTCh"C>5{Hy }j;1%ͫoz3WR9Ͳ|@DaK]rXrJfڄ1OAvmEɋ?Wgkzb=7D9Z˻MCRp ,Z`HƯS B2z>XfЌ8S3^kݼ^ژei#\CZeM𿄑Yc6nst< gy#b+`'^wG$ִOe|M>B[_T!}Ns~.@XHb =DI}G#=\%gZAQS!0ŴȐ䇒8OISyp|_:z)+ʄI|Z06Ջ?_AØNJ@ZhsRYz\#'|AP"+`{wK9%6M/.+ `p\EB%1=X73[5:e2s!j8jAN/~$p|MA7zEFZ70 FBϷٝZ!*+$@L5.: hD, +|Z0<>ѹ\-wѥB`co\+R8s@Ex7Y)*F|zj#0oE%XH-:Q8{u uhi4"ҹ"6FĖP> endobj -522 0 obj << +634 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.869 643.469 348.432 654.931] /Subtype /Link -/A << /S /GoTo /D 67 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [384.068 653.87 391.539 665.331] +/A << /S /GoTo /D 59 0 R >> >> endobj -528 0 obj << +635 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [291.004 525.978 306.582 537.645] +/Rect [480.478 524.424 488.01 536.09] +/A << /S /GoTo /D 103 0 R >> +>> endobj +636 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [332.869 432.324 348.432 443.786] /A << /S /GoTo /D 67 0 R >> >> endobj -529 0 obj << +637 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [238.262 446.67 245.904 458.132] +/Rect [291.004 314.834 306.582 326.5] +/A << /S /GoTo /D 67 0 R >> +>> endobj +638 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [238.262 235.526 245.904 246.988] /A << /S /GoTo /D 23 0 R >> >> endobj -530 0 obj << +639 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [427.241 395.188 494.213 406.964] /Subtype /Link -/A << /S /GoTo /D 537 0 R >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [427.178 184.044 494.15 195.82] +/A << /S /GoTo /D 646 0 R >> >> endobj -534 0 obj -[532 0 R /XYZ 144.727 742.991 null] +643 0 obj +[641 0 R /XYZ 144.727 742.991 null] endobj 39 0 obj -[532 0 R /XYZ 144.727 718.084 null] +[641 0 R /XYZ 144.727 509.814 null] endobj 43 0 obj -[532 0 R /XYZ 144.727 500.524 null] +[641 0 R /XYZ 144.727 289.379 null] endobj -531 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F68 527 0 R /F215 510 0 R /F97 389 0 R /F14 535 0 R >> +640 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F70 633 0 R /F229 614 0 R /F111 493 0 R /F14 644 0 R >> /ProcSet [ /PDF /Text ] >> endobj -543 0 obj << -/Length 3392 +652 0 obj << +/Length 3329 /Filter /FlateDecode >> stream -x[[o6~ϯ[l/}آbݶ3t,,y%9b򐒩8`_,";dL&on.|Ӊ$Z&trP!dr"EF'7Oi2޸wt~yyͤnqs)ŴgLי]3x\r.ſ.(L+HM'?>0Ij&<$׋\$~ 6]E(s@1^ZCL]/<+x}'~=d}w$`u>(\i)Ix B+ri~@>d:iP+#Z p/[3 /?bP#xS4~69O>9QDg$cŦ5>w S RX$/ vfKWYr"2˦>VŬǵ'-4Ӝ$okS#%`x!q4⽂>_(^T)N|V8Y*#@U}=^/ƉLBS@\GRY鳤sɱ -SL SM* qRD[+D^S8N梷̗$*ϊNN*#INIx4%]Ba g ]1W4E^S)˳ʵ GjkJ3oP%n}ܠ$YL5d:IE#ߘPt^A/OĔ [= 盙E ?&Mxvn/!=AOrhvvK)wk.d}'cq8hޑhM|՘fFh{6Ba>z\LQ_E"}+٦6BPl -ДpQer!15IVNS4[9՜[!^S"F,@9 Pq;*xSz,#0-:jK2xߜyALM@*&||yֻm1Vw@ if Nn?/'>>bQ&Hq/K]ֲt`1q Eo\DF]0kfV|H\:\`62֐xRʓ --$(1e>Dƴ'/(e4V`P5>b,Xm,iѓ~y.[_՛n(>2)<\A\@&2XJLi6S+(nNLÎ*;l?"Vi*HݐdӰUz?_^g[|pYiF<+kzu?( -G"wGk1liI?7*6TyE(88ɏ-aNjY.>(^j)t99vzt|=lb \ lB۸M, *K#Mw;hBÐ45y=ndu%h)~-5xܬ 7*|5х_mqt -!zqzL6; /GOy"$ooLudrZpp80PF{.zdA{2𶰆m%cä&)1 LEʢ.z x -6؟z0YAEa<&Te -`7=^IaDB 1߯#,LDe; r epCh~'-.; 4sF[ZzǦnUie$3<$ɢPMe5GA.MUBmڔ>/;6h ٛP4 _WD>S4e2E B&>?-Ȇp?S 4PfCTOf>( 3}wCbkj|"l ҆>b¡oߛq HWnԳ-8b3GPܱOP7J +x]sݿB/OL/n.ēd&YH츝.K)˖}X,vfgξ:{6Mg K.fW˙К%2%:f\ẹ߫>"2чm/ +_Uc^ܼkWl_Ю4Wߞ}suLH,Il9W>[@3Tjgwfbq}=g,KXe%2!.o~V|Q1c =q7~|ش}D"fFɶaIf;|lvl[7k+D@K Ka6zT2`@D΋%6=[7ϗ(fe:ogV,W㠭\R|,ˢ9;nMGm̓1wcftX-NRTM+ z3zoHG:ϠvGW+\6נqZt}3[1Xw L'HQ]''[F lo^$8~o\VCAȂϳ[,6Ycƃ'4bdBphn`s +BF p -x}?1ϵLmJb + kmz0N&ʥMfR3nOc>ڸɋ_SL+iQ lg.PIӎIN; d7dkqis +}{U@Hu~JR!@v`Ny=.:zj-jg]`Sst\ ".*1Lq3OZ;ZWNЭ-Ku"w7Pi&uSy_`vHLci`)y@gB!%?!VUTݺ˗KW`}^Ⱦw\ReGG25&֩uijhY%5p/\艞iAO5L,}./C%B1AӻFAܤ@kӌQ e -ld-LAb9׬0`+b*+Xc,!#/ C +ls56\QbcQ6Ðq5V0pjac0BlՀ O&dRmV.lFo3:j5lFM<"ܻy],#AyY8rYE]2\]\DawӇ Tpp ABfibnMLht8á 2A$Rm> ׺'Э#ѩ/CI؟4/|<0ȶL:D$=tD}qC4nyʲ;;_;0 +o[VBd$ŜB]cv~~}?K~,4ϱoyU6['[<8Ux? -~-^b;|&7:63+ğԕg8YpTe ( t::>'2֯_˕+.U\kx W6q8I~ZI~e~ (ogrT?S9S +V%SP hlntbz_ɏq?6ZkWc'W 0cJ C'??pq"Mt73qwL6qNNSMh\Fa4Vn޸3RF2NgZ!5CȐ *Qm&5饑.;'xH@mY!4bY99-tt}[KŤ|Uټ iP6 ׯ)۷TM~G ̈́NYm2 =4{wB +n|G~M!13()4VY2M6UG[>麗pobi<N풀g/7=L>a@.\xښ`_Eżrn)>4a駦u[azrjuya5uυJ"TR}D!»a +K*ܭ΅P`GG7Y^ S4?A]Yͬ$`@hxGPq AΎsYg6wb€C/XH4)xq" +$~n򢠴IbD@A]ԑ`w>?ͪeHZAnTb7w~Ռ2KZ0 +Ȗm!~M+>b,Sq8i(b1qg|L}jg|tH$Xb֮$P7]ݥN"sl'~)=`2o+xX-*n&׎*|jGl5Ro.Vpfi)ryeX=hPw:ES)],9.έ:չ#n`s~6D٬JŢYF-69PSki>iOy104Q{eRc5wuV8X*.js=/jkELV}k1]ʌ9*}U@Ȍ4ՄҖ^cl!ƟP[U],Ba57Q֟O1/Koz+36C@֌A@hy]sP0`"QG*~R_ &tլ4Q_O{D˪c^@+|QOJ:6 |U- t"+AqEۦ·QM?<$6#N r.l~ա2FQ/E@BxjdBaE,Y):lMWm[UGtiS.9ڢm%m 5TdXNbSz7YA>_Axĺp`2lZ> endobj -538 0 obj << +647 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.966 513.483 192.807 522.997] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [176.966 345.336 192.807 354.85] /A << /S /GoTo /D 71 0 R >> >> endobj -539 0 obj << +648 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [437.959 445.164 454.077 456.626] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [427.903 277.038 443.827 288.5] /A << /S /GoTo /D 75 0 R >> >> endobj -540 0 obj << +649 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.493 432.372 248.914 443.834] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [231.677 264.246 239.114 275.708] /A << /S /GoTo /D 99 0 R >> >> endobj -544 0 obj -[542 0 R /XYZ 144.727 742.991 null] +653 0 obj +[651 0 R /XYZ 144.727 742.991 null] endobj 47 0 obj -[542 0 R /XYZ 144.727 499.017 null] +[651 0 R /XYZ 144.727 330.891 null] endobj 51 0 obj -[542 0 R /XYZ 144.727 405.114 null] +[651 0 R /XYZ 144.727 237.009 null] endobj -541 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R /F103 390 0 R /F68 527 0 R >> +650 0 obj << +/Font << /F99 491 0 R /F70 633 0 R /F229 614 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -550 0 obj << -/Length 3220 +658 0 obj << +/Length 3487 /Filter /FlateDecode >> stream -xڽZݓ۶ouP$N4:4}m'c{I%R%;k:߻.(Gr -wY,K#/KE*aȂE6|s}G^{~_߿߻[D{7S<~]?H}I=?߿Fz/0~շW (= fÅڑPEF2)K(ͫvV87Hq]fuX4\f5|i 93P*$Ib"\`_3&m1Co%\ךr^XUq]]^׮[*-6`߻( ʭ}'R&14_u>q(IC+ :*oǢj3N "ehM{0#VHd1K=F[Qs6R{+1C/hU! wCǢ]OkGǐ)=`+BI($b@a%b~_!Z6֭LW rijrbBI -|JPKN]w]9tZ//aMiR2-V YBzl RAZ.^J#/U!S#мN}Y -;C@<,c1 gi h0EIQr` dqOe:1a:0P`8G%2!RafOHhr/'-'7ׯk].{^ߍ[i^&:BT(w@8V3iAd 1;Tyb0 ͮmz:8~Z0ͼ.f/Uf%2|߹SAؖxoFZ룳v"!S-.pᛢ]OM͢9$foBIum̃dRֱtAȀOg",иe&1$܀7)c+G `ꓶrH؅i͢QS.IG D Y6>sLlRNg:`"# `]$Ua6k46Ae1lbe)7؏7׽,km֒0]UCV9LVe̘J S]Gq%sG?7|d*<o$Dv  -kefH ~nlSD}&pswL@4ABCB_DB%LgB|(1-QC<CfX! ˜? ) >@?/xG:yd݉)9vܿ$!&Yz̚/eS\V =*s^r\_x1B37ϡ$GqOF'ө+)TQI퍻jj]"j莡u&C՟ -G%b_J/aE?\ѽv+</9mkG.i;_alэ"ɉb|aRN ٨/`gyc &C6oĝ-fgݢ_=3S{\).sG.xM[m wh'`BnH6۽2šLilf&t$xu(Z6yk02+%IbдGy|ۃj~l'#Pyf]eA!+'P5oۺ4$9G2_5JyoOTU%_4g@ b4~.]>&+WR3hx8Oyd&7H'gGw13;>2:@5> QGlIJu8 M'sn5]WVXW}:F;#@gR4 -Urp1b -aXZoޯ>rx]1tmsy6f=LA6Qɇ#B^SWl'lݝ`8pSc\`G .s@C]9ԫ>lXvfGh/wA`1v[]nJ +xڵZs_GyF`:&Lik:$EI<]`)ɾH ,~n^WeJL%t~BJ IoWo}g篯o]UӏǾj~fXg׿WKQ]_OV[x*!<ӫG;)'R hW?_*m(#dn1hBl{k6|S&v<͏US2dU$U¦$If!'l|k( )R0+1/>weOΘ6ISr3T,Ͼ4"lI׵GIfH1FɌP>εXVq<jM6ehXE>6]l:'%%J9۶za 4d͈ `6؄ ,'4#gL! ?[s?bM +^H9ـkXf=` C̛\M+%ܸ;Gvaa4E -'d6"r3=ψuZuw1`9#x`pzC yŒw~̇AuwF-ww9ԑt$EgSѼ rJA%d\5P4O!{lUn0n`5τ2@fڗCnSIj}慫 R xVIc\'MWLf%=NRf׾ly(L}%7ǼF+k4PsCI?7KPh'J!^Ӧ%cq\PT)=9C68Fyjx%jĄ; t\'i9W,+=wAqʕνjPݪ(>O8W咎$M);3ui֨8f{B}21.Ll1AH` w<|OxbHL4 ҀPwg,sFEN,?׌=!}u;E_=ãG}^ p<j"u31H@Ohhc$&#)N1XV.cN U2 $(|F܏8TM^\ ĒЪ% !B-[/U@y` `nW]Ȫ mIZהGl@r&)tIHi&H0@+ǿC43Iw7S@¹R lAy +1@ 5'ȿܕ>E:SfmRDuA1C@-4V3JPwj^D9tvO_M#LV $ъCG"3@6T:ˆgLo TbC"(~bכpJ"S5𮐚" )[J4uS@Հ$Iܖ0,ϭIH%tAfn.8ZpCçݔ;C>+br/%0 2;i "iB얂ig,z +`8/shd`*jmkQ,ldw}XT&H{J =xEq7@F/.D#Iapn=49^ +Q +W^\zFe1H|V/zfUm+v[ {װx]YK,^ܤ]f4xT$wM +ܙŌ~IŌەs':~ s8BUtmp b: , 2U7Z e owgn@⫨|h +$]\mi}];Rmv!Cka"} ]w2Ӹ"e(eq`Ӕ9Q)_y/, endstream endobj -549 0 obj << +657 0 obj << /Type /Page -/Contents 550 0 R -/Resources 548 0 R +/Contents 658 0 R +/Resources 656 0 R /MediaBox [0 0 595.276 841.89] -/Parent 536 0 R -/Annots [ 545 0 R 546 0 R ] +/Parent 645 0 R +/Annots [ 654 0 R 655 0 R ] >> endobj -545 0 obj << +654 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [346.919 571.558 354.45 583.02] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [346.919 379.406 354.45 390.868] /A << /S /GoTo /D 95 0 R >> >> endobj -546 0 obj << +655 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [295.596 518.028 311.16 529.49] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [295.603 326.294 311.167 337.756] /A << /S /GoTo /D 91 0 R >> >> endobj -551 0 obj -[549 0 R /XYZ 144.727 742.991 null] +659 0 obj +[657 0 R /XYZ 144.727 742.991 null] endobj 55 0 obj -[549 0 R /XYZ 144.727 490.626 null] -endobj -59 0 obj -[549 0 R /XYZ 144.727 294.196 null] +[657 0 R /XYZ 144.727 298.993 null] endobj -548 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F68 527 0 R /F215 510 0 R /F103 390 0 R /F14 535 0 R /F362 552 0 R >> +656 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F70 633 0 R /F111 493 0 R /F14 644 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -555 0 obj << -/Length 4130 +664 0 obj << +/Length 4008 /Filter /FlateDecode >> stream -xڵk6 -㾬S8ң~\6>ARZ[Ŷ\IfWd*bEQp8<87xW_}}'O D0 <M'O7}nl3'O˫jϿRO P߹U o7h/^xMWW^q`7A D|\ݛ,(ܛԒz+I$b/|J``2.|=1- rRm- $LN/DZmiaED$7!.nnC'OQrCfFpF}3QBq[B2OoeR|Cd%ۧ~TD 7َmIOTSS4)b*ۥKPwOd0eFbY| ?qt+7%N~ -ВaQ GС XGgshWO|0$N!&7jVOhgxn>$@'KNF 5*_Rx`IoWs>o\~m6ןfʬ3x2[Kf/8 A"c񱒰e64f'_}ZV1F ? ?494g- .|.ЧO+xcľ5Q~$V":/8(v~`doga[9ǒ q{УHX|n4>> {±Ao|6mV&楀 B;Y@8F31v4>:)8h'H0 OƔt%CJ5K#J!c"J(=zcF5"ʎYdBhh|TfT0"*; B 䣄Br9ˍŽF:QR7@P7Anc5ÎZ+Ž)S/l K/a.ްGmX'ް.sqZ.f2ɻ9_S.eo-m‡]ěu2l,Y)4tϰ>lwZ{f:` .V'@*=<ۘcz(Y–<Q B>.1c,jU7Bjqc\lHvױ3LH࿆ft6As_A -'Ն0@+n|+9:y&^5s&0ݹƃ(A p 6;H3zM9765t2Y2)3PnʑWYKFBoJyKـ -(Tzd".l'@qn(n@tZѷfP(\+ ltqA*6wKsY:Y8xh<w\pvvl'$0>]LEso[x3wy>2=a\!|rWyУelёaCp~uKaA_;ʗa2҂7L`S^RZ;xIp:8kOr d\CS=CK=!,ʨW7P6Ē ~(NLщDZ hXU"xb/u8MRnUIpZ98ǮDkMܣ)<5x/Vx2Nu6XZ5 -L ٞ?&LCp@z.u:0Q(^gVi]b/ :@%_9F5uJqڔ6|L VjJNh #^8S|ЯQ&TQ>ܺX|]YU;~ tKIsy/0۝  rywWǬ<mV5ǖ1vRԼٚ'ٝd jUFL/zfA][=[7}ܿy=IPȨdc;w,3T̐>ӜI3"/ST":m0s>K-A*sJM,wlOZ̩&oq@oƒvƳjnbuALuwc@94j}1ðTGa[]}م d,sdѶ]iޜo@TbWr2$b%fGUn=(=F-2RK. ΁9q -ْ\3:BBә>gT,VIC":VTڳ&B3=@sXt89<tl~;r0O_@W{NEa/襢#[>RHn}LPVU?`Y$/|/Йfq_iɘ?0[1B 6"oju2>E~g_8L - k0>a2>_C"EF$UeT>ƃ۴ -8iػPf/ <|5J\񠋤x#%;я$#(yppᨐR9-`z:nE?"Pv\3Ttn463 FIczrI*"U9!WF<P~y3_>-2-.l<̴9?5)$R6 ahҮBFQ-]Q-CQsA*Ųmإ_kf2`M6 ka絔H 4 ~3<-e_1nc QE\P2<~c -ߺ`ߞQS\ev-3tv^u;baM:;'7;|>?ۣ +xڵk6 +}Y퍗'>}h{i6fDkk]m˵M:^ٲLfM  t?G/\$E,|>G\)h"Mfwޛ^o߉VxhoY?6@}Sy7BZo7@l/_2o>L~z1oLZ(4F>I]l~"RBTRE"TS cԈ#Fޤkd7I廃s"Ga*H_xRJNwEBl#֗^wUkaa~֛HQbI}ZUXV%),J# +I(".2`wtK 3=exEX+*ô + t0D,l.N`[9B YBCRevBi>X8Fwaw˙JVa*vT~SaAz +{H#.`ҞB `sێYQJnnP=t(u:Uf?!?Jwf?i?MzBJ[.)P-<>}3?]NmG{5"05}"D5&\[a!Jģ ,fuSy|[M-mSJ?k +WJUJ$CjTjz}{1ކ l' !6_{x'{z$bNnۖ# ȨvqMf>VOi6-,qyaS|֢ZQZZ"Xe$+5ge2~D0c0YؖL[m?-h0SK22Y3ސϸj[$Tyzlu+RNW} +TdT4뢧kMPGۂ ;&,*(9Qpeӂh 6{(1X.wڞXܚ̍Vc6b:Q5P M߉*':y9 fgU*[>p=[Sm 4M$_!zt~#C9 %P>RNC5k@CU,E\&m*t266EH\#y&31PLV+İW5"=ao+IK!ltjnB b9Jׅ=苒Xn쭷JƑtYjF>ynovKu aҚDOco%C#Yƕ0MUYER^^REn{۩>U ˡ3X-Z+-[.OHƁly<}e^lp.@z4oxmpu-h`{6CnoSEdP D8NBS>[{t$flnt\P1nYh2-A[U"h׸=iLZX`||VԪ}X4Y寜|} tҨέ:=e<S' +x p(b'=J3 p0AmT +?576&z[>~=QO?J-q(PR{mOz g@<" 0Aueu2P( FDЛQ=.tċS\,2PkCI{$=A$(>Vr:_`a\=_%Gv +Pr|>1nx) >j +:߮%6y^Rjc8PK~X (5d=B۞ R;+)πxYO 5XdǫKFj GJgENYzF_Լ%nUAKcw'*`T)Q%40\*%2S|WF.‰٬,(1x<7do.xMz{3π|gR˂)n!UɗTW5}u~u9|ɍ3ӫgˠN7ih6Ʀ^ȭNWwK=94c}i$ xiy=^7iyͼTqNOcNpcq d c^(ۇ2Kh̷=ؐ+6[Ѓ n@,{|e.h2+R*5S&mb|gK1 Ì+=vkLaTlPB[.\A"7q7kxʿ`[e' JI! +80%hbA6么%((O1`CJ5 \vք6ps?M.GW9dg?uIDs.Iިn+fXݍPbzsU"[O H6ݯ9]7 :s'mEWf!jNXf3DMS2Tݺ7 +F唹,9|A8fe'P؜FUS"6PjS>Rh*+ +.Bno:X)&MW~?C f`|H M&1 $m,7E j2+ ;4T'a6|ʘogEA XY].Kv=879YWp- ۽69R*KzDju34cQB?0;0efv&tYe\݂QVyvT)ϱ*Ou播Nί`FQK 8 uAse!!"o +q\xcoC8cCBrɾX~y 8 C{Ļ=A{(>V8_3(wQpvvxa'I%lb; W4vvr:j96 pn{%bz/K]ت3qz\L.C,S'o=@:[ψCl)i"9 S/y9鿶EY}aȄ"<6sX yan!xr*4^+ # !jvN) nqYhͰ'(Kqy +<ef C4E[$)8ZO D UxXi|>XH(Mlgr(nA֖Zp\ܝ;ɗ3v_O$SMD\u6YEߛ4[hk>SkP7(6 &9|[#qrٸ@ut: +P0kߡ\kJcDgy_5筹WLlq޲+1]-{WE?q7$!v7_;t(a1Bn1X80e}hyV.X6 | +3$01[BXZE΅* +2?gh-'b`ns^L(l&!*js|!7ۨejO-C-k`̳M&ptR펭' =}滞@m 1w[b {$8(TPئ{#UPFI0-~3}+ߛ#y/ዋ +@qyorfj|.x endstream endobj -554 0 obj << +663 0 obj << /Type /Page -/Contents 555 0 R -/Resources 553 0 R +/Contents 664 0 R +/Resources 662 0 R /MediaBox [0 0 595.276 841.89] -/Parent 536 0 R -/Annots [ 547 0 R ] +/Parent 645 0 R +/Annots [ 661 0 R ] >> endobj -547 0 obj << +661 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [327.567 691.932 423.805 703.708] /Subtype /Link -/A << /S /GoTo /D 557 0 R >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [327.578 508.589 423.816 520.365] +/A << /S /GoTo /D 667 0 R >> >> endobj -553 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F11 556 0 R /F97 389 0 R /F14 535 0 R >> +665 0 obj +[663 0 R /XYZ 144.727 742.991 null] +endobj +59 0 obj +[663 0 R /XYZ 144.727 718.084 null] +endobj +662 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F11 666 0 R >> /ProcSet [ /PDF /Text ] >> endobj -561 0 obj << -/Length 3294 +671 0 obj << +/Length 3626 /Filter /FlateDecode >> stream -x\Y6~_q/&!l`fmuZLz-^,Yn[؇}),V?V>WW/^~y$1wf I"#dzF Wsk}kO/‹ѼACFoړX oZ\ -7&Hj-7Wo -^~ňj}M7 ɠ\x{Mvf U-&TX̒u - J5ß*}d\]-]H -&+Fj9(0Гy8m&SYaRLCe@R hr?)bBGBrDWeʶs(֤%ldtgs>{57ٿatR$+v{d'!裡9‚BB NzhPxAP 1H'H2RH ZВzf"-Z-,R"`rq:2H&RIQ=a!3W2w1}&ejW7ICbDU[;QQsŵ3Ö]_lME^p -[XO(&|P&e -%oI~g?_ -ŢA`=9 dr?|l"h%$`3b2 0j.[I-'9NNC}qOm>&])|)o+)o}jELѨg`9UUcáA1duX~h0hm`m$;Q|[BC @ -a`aWu04X~5)Ɖ ~i%G0'Xxs:9bW3>LPle;Ia Aj -2>hoj -.!H˖|ڥ&5ܶJ -(fΑbjB0Gz0O -z` 2&75'?l?Yu=LB<2kS! #l = 2cxqd2i: n -sfIJ+1!&kSa #l = &cxqLBHd&(}}-͙%1Ⳣ7M ~ti%ߓ2 w h1ܢ8cI,f'kT/.MǽD=jF4F[5Rd=jt IȈIdNZ?v5Agmo^GdT!N4ظfb,OO|z[]a ( -oɇԯu@.釰AI}XVpg?9٭j=nvY)$|T8﬑O - Π8$$JO (5R fܩ -gE [oY,wW G?pyghn4s8O,b$#m>Nb@bGjxpr^[Dq{*nucd7O%>~VP"fYnP3)JټLwң1|9FD.u\ 48ò Q[<0 >qanAm"(Gx,,ܯlnBx2O;T;l[<nT@܍mR(D XRm6SC"SpQD6O1Dpt[޸6x6<:dk[Hvuy$vj5o HwYg^MBV- "09 YⳇĿ?|wwٝ{a֎i;qe.>h϶l#7ԗb.Eot F@Dŕle}C@`MQL7wnT|2MV`6\sE>dCXzPC90a[oՒ6q\]tus2oۋo0.5NK ?d6.X$=k7\H)`7E${jR/!C={*4W:da~4C[2 ?ֺD9dʂ5>q|ґ &`gԈzM/N+]VR+s`1gUV.l :O>Ǎ)ALf7OkiBd~~omP̷&Mx)_bY@{>R/ϗޯ[dxUpNM9;ԏ`+ -4[6f{] +xْ}Bo#f0Mco+Wŵ*s$ΈYTHj=(R'!yB n4Bs$k&)iCȉdDMɻٽ_߶_so7{kv[y3kza)9`l~5ۿVI@%b<{?Ϳo00!I'ͻd /pbn&S$$z懛q4% Be|Ff2%H/mSUea'&a 1 ̉CI 8Ok ̓]&#&d({&~!`P!9"t-6Q-RMM~i0ӷhyMK +!;.!胡8‚Nz`PxFPx;a0$?Ed"%dPTV^4 1)݇!xj$q PB /5e[CJ0%C%A mh#Қ17Z 2i3"sV0)("TV0kqnUd +(si0Q jtaP?V|N pkeYE&A*.-^Q,FJo@.X_@}S "sk!"eSo - ?q18Aw}Kc `b"%kmh6w ia47ѺpKBwOor7f,+ \~`|HHvc7WDP0RhӿN A+q8`hXD:$dr@ h`<+qoFKĸEޟD&u Tk2 rrv*W xVXy-߸ٕR8XQ +Va|.LBuP1̪@}q5A6j:险U:N,lut"؂L_4k:|?xQb5SN[Z$ lֲ*P;^Bͺ/}pBש`1,8a8'Ԧ]M?{@|ЁC*+c8QV +)1#蜳oy>/ZH㔕ЫƋYOn],1Eh[/edCoZDž~bLJLJi2 <]g/qn]W+)3]wKI'fӀmԛF)Z{`?۸=Қ2xndzgЂoxaA"KQ+{ccj:C[MVΎ)}% +[&Q /Q?uT <+1ZsXHu,'W3C3]DY ,Ey%G{#9Ngьx5B8 I#F+i'#90LG}x5^B, H>$?!""mĨW):p;N h>^MٿJؐRd"DX8?E +)eLIt14C7I uX{aެ"ײ42$L҅gJ;gBXs{ӢEx\{H;_"yHECQZWږ"2]Ec׳r B[J|BbǐX@Blv}<+sgEFVk6LICFH,L6fE^WzRY̯c.6M%8^D"c񱖧x0cW/Pw%.ػ]@Ρ8_D"c񱖺xr,u-JCLߒ4^'$?l{MSJW1rDo%@<">ѣHX|eu4>^qX.6! +pFO[|<60߷>"Q sS45S@MM]G#h1g3{sKKBqI/ +/Ռ]IUnש`}!m!2Γf4YF"n&m`/PSS2t +VDqe^Do,.wltYsKl2Z]|1.S`teګ^zp)ѓK ҉ V=&56BV2t\pid%Uj[5>Cn}=ZPLLwO閽U^LmY ܦi$[ɕ_`Փ)#sϾ;$ej#oV6JOYR2yrC} >"!w"m xxm8a$؛}H V9DeUNd#~=WqªBZRU*z + +<*z67.hA H% Fc +ǯ~05 gKyT ΰ4뱷@j_|a;\:xVnN0ԕ%ԁ +@!y<qx9ĞɍAF254;w=5B̕ڣWFl{m{K4..yUDZ*Q:Z ox{3C`=jB)L b҅Gs[/ ʏ7.5>b$ȪhƁy|= +Dsr%E}PhcBWNL m]zkchm&NKWk떩ucpz7nbv^ĕ̍Hso_[OE endstream endobj -560 0 obj << +670 0 obj << /Type /Page -/Contents 561 0 R -/Resources 559 0 R +/Contents 671 0 R +/Resources 669 0 R /MediaBox [0 0 595.276 841.89] -/Parent 536 0 R -/Annots [ 558 0 R ] +/Parent 645 0 R +/Annots [ 668 0 R ] >> endobj -558 0 obj << +668 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.766 353.41 191.187 364.872] /Subtype /Link -/A << /S /GoTo /D 495 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [183.748 220.36 191.169 231.822] +/A << /S /GoTo /D 599 0 R >> >> endobj -562 0 obj -[560 0 R /XYZ 144.727 742.991 null] +672 0 obj +[670 0 R /XYZ 144.727 742.991 null] endobj -495 0 obj -[560 0 R /XYZ 173.507 722.353 null] +599 0 obj +[670 0 R /XYZ 173.507 722.353 null] endobj -559 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F97 389 0 R /F14 535 0 R >> +669 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F102 492 0 R /F14 644 0 R >> /ProcSet [ /PDF /Text ] >> endobj -569 0 obj << -/Length 3710 +678 0 obj << +/Length 3096 /Filter /FlateDecode >> stream -xڵko6{~PX|E?E a[$ʒ+ɛ7䐒&b9g1#=\DYgF&I,ʒ4&,V g%Oͨ5vlQxW?D:v)LٟgDtFٻI"\Fv6i@~9J X1ORJ8KJYT|r -|QTksJb_յԲ/&0mu*y'YtslQZw1UP;j߄jb/UM5 ڠc{FUc2~ՌTDu \.TXhe骝nXwuo]ov2cZ7*\cϙ6>1O9bfbͶnH/ڢZk,jq(^U-)tO]|rq>88H^z7B:WeOqND, *,K~u]6!۶)Zl~ -@nSU\tK[l{z’)[&mZbVcѰ VLb0iFn)O${NN/R -'J7e 0$q,;<{i]o@h,[ lj*{h -}թWXYh7R:^ɍ%U5-Rd7muZͦچ]'Bjw4DPM18ٕ "O([=(#ۭ_cYiZC(nP]7vXRۢD?T4;Oծnt)p֫P3BM?,&s -S׻au</gd@wveH`o7?gi'gLy< IG#\&ATp~,ӀbVە}2!33s?I(#0n¸ e dp^Byj1,ww_ِܫ~(9OkxG2J^C!`d]8pΕ  QObk?/[1IЕw*S@]p+p/6{!=k. 15:BpC+ȧi -y¡!qapI{f 4h2p>D҆B@'Gژdn̳9܊1lqs~[X ~"@x8$swT|d| X4:݄̽FdkX5NN| ?O%πxDCO"Ƨc/t'g@<,)Q.dGԾϊ^8|&9<|> >|4|fus73d#\o,L4N w*|:#P|<{9: ? '\R22GA.zӄXrBJ4lDD8O^NπxTo2.'NuN ,G CUzfLSX,ތ}3O?f ߌ (OFT/pw w``,i^b}Qm`|xa.8(I\j.=~ŗ6 o(6çv ۷),q4{skD [1M`qUfKdsg -=Vټ5.+6f歖~H4or@jC2qۧ(.e*ʍ0ՎyM@s - `.}D$("<Η)Yйjܸx|iN &K&õH3u BLә faCHISNh6}岸VݾѦbIe6XG,Bo0밉 -f& <QRP[#k2wJiiLN~wl-5=q-aRd8h 5F1`\^i0/>Hc&#qOjE]_yDe1!.iZ6'񳧮犍G؃>E}S4zݕ.֧t28F¶qQnlwaDX3M|*q6pDw#4ѐN  2dKi>u%VF9''TqygrR0 ꪛAs2)]ۋWot4l,$E,"BtZ/. ~?篗K.efY, 7Ma,i˿V\_t|$N"+.EkXeA OŝZ,$-~4 +#+4@BA֗0FP놘 Vۼ* +UqPܰUn]7opݎO=6Z6YLups7>xIWuվͫ:o X2"RX@UxF1'H-nvD$57C)LI,S1cʐ~_KIiix>WnQ#* =SY}FFɢ]Lf~{{dzawɸQg;UwyVW^Fv-=Gؐ4Dllq +E.qKukqshq{SnSk5mhC}Yނa`pdܸF06D07Ȥ˵+|3kT'qs=`G,vV߷Vϥ$I2|+<FJqho;5ɩ(u䳭Ax]sЀ 0c`A׹ j. +b`b<\F Lܨ&ϞЎXPJHj^vƩ ~Ti,"!JU6%0vuNtVp&aع@}3#&nWPoB(9.A@B#V7?XB=8 02ľ֪wGOeU'V-B +NGWaQ}nj;opn,VmP%8E]ovG.q +2M ^43\.QuBCT%")/% ƌf:U$(v~5C^mqgWϡWqR ~ngX JU29% +nZYLakM6dgnPyq(pVtZځLCq*RNB7ΪMRgAƟ)~g1vUe ?9$p5?fWMXƍrcx]y4 m\a&68a`^*>xw 9MP׎0xv.Wwv)mmv‘s.VDqo١i"o,6̌JoʨG0`i 9Ou[Pp" i"l1N u]u+6:~s2pq&1DgPnTV}^ZP҅TLշօ5(sonZ̚[{ͬ:n}΀KGA,ߝб{(),7F_!H[o\ T)Y¥mm?l̎aP7`x/i(fԑ:ꥎQ/u䏎FRG#n˚.(8~≲x +!wlqy9ZO' 2\?vK +pgaDD28?vgB8ۧᐢ E %=QMԡ)D9ңgK'U^rL52틥x# P)dʟTFiBZֺݔСM,| =z 1*(#HZل)H}Oǥ#acLk,tu)Tm89z5 +n󏾜r`rUenR-p +#t~ƪuw)j 8ب"7HVsun.o7z'j6ݖ)ŔoMić 86s[C .|>', +\]VwS!S|t7ߍ/GvkθׄjmLv )2˲bYQ___wp*a$kT6Rp-GE4o: jg2T ]( 6,=k\DP |u[$ctȵ̓ UG(kX,d)#2U?>s~WAv UUGy ]&mEybEI_" +wcoޙ D?-xt5qO )3'x. > ϥug+(>Ht<] S>6okŮĿqi6;#B{B (@X \zt6=mylYQ/' ggO\| }|KΦWP||A`iO^IJghO\} }KΦWP<@%843UߨUwzӎb'w#zLf"%QeɆDr'8Y&)_N͓9-AiÞL?;L(6qkt9ݴz|K:sMbq4Gq겝*m,a , endstream endobj -568 0 obj << +677 0 obj << /Type /Page -/Contents 569 0 R -/Resources 567 0 R +/Contents 678 0 R +/Resources 676 0 R /MediaBox [0 0 595.276 841.89] -/Parent 536 0 R -/Annots [ 563 0 R 566 0 R 564 0 R 565 0 R ] +/Parent 645 0 R +/Annots [ 673 0 R 674 0 R 675 0 R ] >> endobj -563 0 obj << +673 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.832 540.15 207.474 551.612] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.832 375.048 207.474 386.51] /A << /S /GoTo /D 59 0 R >> >> endobj -566 0 obj << +674 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [276.284 133.103 292.124 144.565] /Subtype /Link -/A << /S /GoTo /D 87 0 R >> ->> endobj -564 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [243.198 115.65 249.622 127.305] -/Subtype /Link -/A << /S /GoTo /D 497 0 R >> +/Rect [243.198 130.066 249.622 141.721] +/A << /S /GoTo /D 601 0 R >> >> endobj -565 0 obj << +675 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [279.613 115.65 290.469 127.305] /Subtype /Link -/A << /S /GoTo /D 497 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [279.613 130.066 290.469 141.721] +/A << /S /GoTo /D 601 0 R >> >> endobj -570 0 obj -[568 0 R /XYZ 144.727 742.991 null] +679 0 obj +[677 0 R /XYZ 144.727 742.991 null] endobj 63 0 obj -[568 0 R /XYZ 144.727 718.084 null] +[677 0 R /XYZ 144.727 559.782 null] endobj 67 0 obj -[568 0 R /XYZ 144.727 449.354 null] +[677 0 R /XYZ 144.727 283.685 null] endobj -567 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F14 535 0 R /F215 510 0 R /F97 389 0 R >> +676 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -574 0 obj << -/Length 3523 +684 0 obj << +/Length 3479 /Filter /FlateDecode >> stream -xڵ]o=/C aEa-ڻX۵m:jK$4+ws('"y}HEY4{d,eYzƥdHgT,n50m_m,kp*|vzHM^XU X9w^}}w+f|NҌϖ?G|v8ӳu7TBy;oWeJ(<$4Ҍ q1v)pfD D:fQ!dUuE"SH -0p4}n7TwաlmYBcR+C&&fS+컠ӭ]'Uʛ]2+l+,B|knt֏Q} -M @+jmY'} A=躸1,rЃTϔ,S\73^u~ض7&1voXmn5\`L@xPMsA$LX& ʘe32Q!v&/1i5%o6źE81a )bknúX~Ų$e_Ge6K Ȑ92whi !Є*r #6~Z` w饇\X(ZZ&^8S>!qYu.#h<Ե #KY9h[C &oGi@cQ9+z jw\x,HjF zg2Z p$[{Ǯ9XF1k"W&(,WS+lG7-|q$ Vqȭdk؊ fr_/?b'ң$li qX )if't𱯒?q&q V̯劂ꓩ@nL  ηhcΛo(14gIyefe`VK3[1)zR% iD/uߋ4ߡez@ -}1mR3K]xA}9{79ֿi h+6I,V: XFa%}Ol-K-`- ݝmβƷ'[9)VPbE̲ joiS]k.4RHqrD46_d4pI=~ɔ"`.v5ZbZp?c[45~l׎ow:fy(v[7niVD@ަ0e28~p@WtT[v[|>VyS`IhO|͵)NPb5 ݃a~{D8n%O q܏ Sj 2i9ZsCFkql8"X -c&hqIc)ոX`f6o',-~Q1L)TAc8Lb9z:솁*z>y(JLO(&r)s$>M$_.,R_ U16Y)3 ggl9D v%gR۵pUԂ~n>MPac[DA|2%p-(Al7ֶĆIuK~o( @9͔ن3.e:Z#/INc -|tXaw)vsQGM/?zvDҩoNen}H7# pwm^<9KCGoy,Q~?#EbvTJC)kny&nr6XECzL}:MNu?F")#/*ӵTA +b{,tY*S +B8z@vu{]W5;zk=)Փ[fh+nB3!09 vV oƄcqEZ 9bk@I2\v7}SbQX kNӱeʻ&nM' `C:<ۀGCFʊjgԭ7eC~;7n֕14Ǘ*7zfK)025 B>0Yu0dxZaBG |n͆DJI~ ixrdj"P !dpS+L&Ϛ}ek8bȹt<\/M84. iv*=b3Bvf]`$ >:O6!%s7&^f` +y M B; +L9@䐹D"'|4"cp3c"^L^Kfz2Q,#7& |174` +x tI"L/2̢|'&O{/- +ZN!ɈDC8-T Y*ND,`q.|;>K(R8ˈ?^vSew-(B 1\A!ZL@L.>? ؾe@cg%Nǧ8:v70#.1?f|yCmH>K-r-O"pX^AcCMVPm; +>h_B"l,?1ݺM]^@ODΰ>:)`dyg3;u6o״V)044[5Ԫ׮Ly`޴0tj1~X mm,f_~6]ሖ}}8TPF$Yɰ߲)I}5nner̵2ZώoeyG.ԑX[4z ,&ߋeq']L*_j)APMW^#]k|LVC K#|HϥYeMc[ 5%pɐW5}N5ۡSnC8~#jRjjO"EiٟPͨg8hMߠ"q,_58X{5sy|cna2A>eҒfB1szZ5OvW}JxN%?{R'R!w^:rxH [nxC8q;B%G'o^ANB\ɟǁYzL~#(|D9g)y@u( Lr뽰/ϱMsIҘI$4.<;I\E4d3 5Ix-`Yxl6 ?zŇP?0Xoj P@8(g"aYE5CyZIĠI )~<6(1&%j2bhd5FĐ&㴡mYP ۍDFd%ؘo:- )3c.0dõu\M-w.@*nĝQ(-&}TvW%E3gQGuXH>qUIN2ўU~ȭs7xyBE :ex~*4: ˪r{<2fI*5r3ŠQˇLBդ|x7 `-th q7!7n +x- +RX+9߉YH6NÖ>62/?Ҥ|8AfC)K +qH̸O1΅2$}/ۥ˰ʏzܘ6 $ŃΏ4+ezuV7>y#'d^` 2^( z-`ѡV90aҧhͦ|JER>f,j'M-sэʚύoi*1^HoX7ԟԕ8QA[([ѽ{|l j_ok[ +$6$8DŽHSFGjo9VMM._8.>4^^k4_mc/Raی4;1_N8ALث((D\D%|[ Lzl\7vF;~cL)S%H9$"R 1H740ϖq1U?.T`B +_kI=v8x$yɱ'tr|0δ,S +x]BnCwM0;8-{r8OqGp*_@ SɱEdr|'p v M +Jwށ| +yKL|嵝p~.bqNT`= c O;x {\la r!F㈥*0z3zN%Q|c./!OmwBF &hGp*^@ @Sɱdr|NG։,nRdJ&-ZzS ēr"J<Iq>暴q`adSh)T|= @c ψ롴^8 +X.pDV/p|/CgJcei endstream endobj -573 0 obj << +683 0 obj << /Type /Page -/Contents 574 0 R -/Resources 572 0 R +/Contents 684 0 R +/Resources 682 0 R /MediaBox [0 0 595.276 841.89] -/Parent 576 0 R -/Annots [ 571 0 R ] +/Parent 686 0 R +/Annots [ 680 0 R 681 0 R ] >> endobj -571 0 obj << +680 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [363.288 415.656 379.406 427.118] +/Rect [276.284 536.033 292.124 547.495] +/A << /S /GoTo /D 87 0 R >> +>> endobj +681 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [363.281 234.408 379.398 245.87] /A << /S /GoTo /D 39 0 R >> >> endobj -575 0 obj -[573 0 R /XYZ 144.727 742.991 null] +685 0 obj +[683 0 R /XYZ 144.727 742.991 null] endobj -572 0 obj << -/Font << /F95 388 0 R /F14 535 0 R /F215 510 0 R /F97 389 0 R >> +682 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F14 644 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -581 0 obj << -/Length 3184 +691 0 obj << +/Length 3423 /Filter /FlateDecode >> stream -xڽZݏ߿oHy@.Md;Z^ +K$oQ3%־Cyp7t_EﯾQ4͊KRRHmz۫wnb)oG?7q+u}ՍH5LOԺ{lj5>x+TG+>RUz1Z*bѫ[*fI*\~UDG,Q0%']:m%)]fLiG6:|- 1)yZjKj+Gb}\`({۬!ݶ9TM'`w-;lʮgmQَn'vDZY%F #wuWo+u䇝o: ]׉b1,8f=akyJV?--f;;)ֺJSqWMVI֏e -fy YwOsv9^#%X“d}Ϯ/st<]LmȈU3tTTM'=4 j/a؋;y7f"y ]x#FYE>$b+*Z\ 9>go7bvҔmVmpXO+HNJDPK' ܱցF -\8 CalM]r.ʢFMT c5?/;"#HurE/nH]O0AX$`qwb+ -Ϲdt]@(=czz8֧$ /.~D0z{hپl5_3v~=smshiپAhſ_ .p-cPXb`uV5`@`w5R AA'x:K0״!Uu6v yʬ` -iKW>t!GB!Ԥr|P{y!ǥy<)G9DDg؞=8y.Nnz-!V5vNNdh+9.bf0fc] -yv@a#gY2-#ѫ @3&4tb㺈?j`:,-鎺P] ߈}m[6*,,9 i8(JݴnfGrCߛYqG2QXjay:W`kX)Nݷ~Ug `OeB\ ڄ>'.[Е>rL cSR`0H/JfE"S}_Jw%D'p%! n"p} _VOrv&9mq+P2[) -ƶ]ewX!]U!;@Qd\>xVf`)1,N=Ĉi]y{r(6;%|))N-@[xlwcrQy\Ŏd? j~4bC  +1[ASO]yk1匚*J38JXDdH<0ʖzn.mebIHT! -m)gQ>¡këE[>%T2>}S\ #5h^FRzλlak)c6іsV q2p!d)ʶ"?PgMS0€9\_DxPXȁoc_=l7z+z- {:yYph!D} $Gb) +xڭZݏ6߿/8'~IT<=\Ijmz-Ė|Lj͋M~ g~3d[d﮾e(XYd|q]pX!ErrqY]u-?7/okנ7_QC黯^^ym3Ǫ북Oln~z}s+:uɟK%Zd̔쏰u~F1] +LHp`Bݷ5qSmaa6LF޵yz$Vf ,('< +1ݫ6LI7<1Izx.!4fy>YX}i7Eɴn, \܎1Lud>k;K&dụ3 GG3}}n\j]R]uaUfȦ;ep jFkT ̃ + ] O,n&&$ϵljۗ.vuqo%)?z]9i~X + dෳ]eI {֓ /țCuj24 iIb8YvTNɾGɾ=怌@$AEHfu2 ̀FPL3& fT2osŽf-Ik{³%G%*8\\8_n6Jzgn9e>%̝#0yz +r\.Z=w'GG9R(*M{/jBjo/9(*|I{oi:?tvXB?zםԕ5V[f prvU%=(U|,G@A \ʾ (R(Hȴi|ێ$ Nf .%ІRoa֐>zAlmwoMtoF-p➰X%%P/vN/, fn0q?aĕ5G!(!Ð2B]cD|Ƅ嘻yt˿f(YAs0nBqtj ^' +Lw׸d+"eiʉA|22<~Al_RA.)>2 g'bC^3HR˔sh2%5TO fgV"x7]LhU &Mcf0j{"-]:wJ@9nmlMl)r5]m}PkrUd)QeuK_ +Eބ'agN{vcX DQ + +ۓ?a[8W4gxyE΀yc{H &bY.7/RxU<>i4O\ YK ݗÄ5$rJC$j[ +F&.=D=dH$C"JKT.P|L;ᴓv°߻zOzDg%u+J!'WgN|T?XQ\ԛ:q +g |mi(bW Ɨ}U sB]}IU= %yLBԐhBAW E70ЊkۇAaQ0^{(#t!,C6ßLhuE;?-/<]4/{om,t-~:g U}s~4rr9`2|;yr|rďwdMc4tvX|Wtz:OӞ*G@Ef;.0M dBލ@UÒQh{nȘSLa(ԡ،`v.DN {[EF/,_(Ç+ۣ_8188 ?s@ ~\y1{Q#PC +=H.Y^s51'qmB\'ΓBds2(J(-ҕ>g5~2|T߳k?ԛ0lANQCNl5trM t{>Kxw#0mD_t.dW 6>pI)p҄> endobj -577 0 obj << +687 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [247.312 636.594 254.844 648.056] /Subtype /Link -/A << /S /GoTo /D 95 0 R >> ->> endobj -578 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [333.803 274.057 349.602 285.519] -/Subtype /Link -/A << /S /GoTo /D 43 0 R >> +/Rect [247.312 499.707 254.844 511.169] +/A << /S /GoTo /D 95 0 R >> >> endobj -582 0 obj -[580 0 R /XYZ 144.727 742.991 null] +692 0 obj +[690 0 R /XYZ 144.727 742.991 null] endobj 71 0 obj -[580 0 R /XYZ 144.727 621.984 null] +[690 0 R /XYZ 144.727 485.096 null] endobj -579 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F14 535 0 R /F215 510 0 R >> +689 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -586 0 obj << -/Length 3645 +700 0 obj << +/Length 3750 /Filter /FlateDecode >> stream -x\[6~_a`g1aī.[$E -mfI46g,Ķ\Id!u"$G;hZI@D%8G"|mJW `zXщ^1գD@i}^ ^A<%#xv=X8=س"!Z)֤&r)6E$R,ʐ(YV^/?\@z,c'Px`<AYb ;šp.@ߛ)˴x3u~Oj31v/cIb :-̽``!P\0x -3hYLm4j>|V!ުHZnU}vWp" i3;]S6>':5; [fgMƬ*%)4kW4U<- -ߓ'-.8V3 -*i[ 6DW~x~E~[I4YW'dl ->kxzyR#q10s!X__E:wʃ7K5~9'>u4⸫JvYU(УK_G22/l{lHK(I>6Y]conn%͗ZjJ (LiM%c ۫Vuj-ՄyC^͚,al>WV,Kfu؞/08@Wb_j35}/Ҳ/?NT(F,'S`3cMͪz .ֲE~ReC~ĄZPPJ -Mzu?pčA"h -_} kڦ 'O\:-]Db/<=ary/E=[ωH t:.<3'w"Ve9(-^(?p½ap 6t >=ID2&6Y4DE}$P̞8A~p;.e쯿!8ld-`(@qAxJ ĩkBתΝά:+4."TlCs9BPzlLg NY}KGjHğyn[}8 Ӈrx6N_Wa o"RΕ8T=~kk4g-ZR=|}$3D=Vͪ0ii&dpNhpb^Su]5Z>`+ל0j;T]]H*d+S=-wvk+0X^&ݶ bm7s[<:81ev\wGmwgZns t%=\:p٥ͨ[(zw\mٗ^Sfb_Ǻ1eN,77?m0)7zjBL!Du1'>yO)Pznwq\۩r-&"V8?7dq-х>Pt;a|RGC*?ֵM]aq~t;\Iؗci㓶vgeu5, I ct \6s>i*A?:+XDɘ-n0@csUyx2NL4u-Dg {웓 -aPFJ -L|#& ̺&+L@ lٗnqW[q5 9s0 -Ye)ۢiBz(=LX$ WZzn2LJwP]a2zZI?θAq>L|+[ᨡcҷ̺XFn&h(lBԠL"jIo#[ Xq$76oc ӷE#@,v? -iz@\e -]_059WI,p"VX!F`hgIAnl孩;Lz|$D -"}glwȋ -CZ,Cnp4Wfg -dC &޻Di4P6qp$nBDǺ/򯈇sR;eybM)'13${%>끿ɰ&liOFI, G^gIKx&u2nԅ`YUkH0'V)vOY^ -Rs - *UX) w9}B؄ʷ׋fw -]J:>(P:ĩD4?IXO6 Ug (` YW>[b]z@{͆Du [nu -es\~.ݎ4Ts T(on\8e^7ë1"f I - Me=s׊v?bx@.Bfjڍ뷩 E_uzF :l<$+MSxh86P&BPװsnwH-$Mݝ)t>+gbWzB ֔916s(_6WkQI *;ßTYYN.1Qڿ +x\o6_uYO=znwus@~Plz,$9٠~CW8YCqH>f4tqAo/M.bƔ-7 &%yeD(O"+ Gɐk?Ko|GjY-zyM^Sɘ.`j`Vrl].֐&;n! Q,!],]wO)(B/j)?;11)I#D8C9ḙp )o_ϨZ"JMֺ]mWHDizu^~zZ$IwWG>&kC Ij|S}UVDqYF1#kխ|v^XT7YFLCiO 3L#ڼ 7uÔil)hj¤p/6ڽr5Fa;xm1AH`2nꀉuU~bS^{[c*]a`CI#01Jc%TK^.mIuLY%ظ`VOEJX4T +Ckx (r#-kmo5fy虼۬88]^ј`6v+ojTFQJb=XE c1>yJ#,K,"PL9ߘGefr_gнN@՟ݾW9ԡfz̝:Xg-\%L7|߽u;LZqIDI:F ] 3RZv[zp/ܸLĚސqCb!۶p7U&H'tCr;DŽmcbL'fK ގ SFb㒨@"exDeFC +PFh (Z=4ʊG'g^W5`fNF~:toov"Hfc2x ^l+KI 鸆ǶSՇcL`/?# <2;M +ev4!bix(U*lsI +u2ҌQ}&C*p ?9k#~~+ gaWw'Ý>!fg +38AJ sn*T;1 e$Q3 O@y P%xx0P󣄌Ǯ ɌPfCYƄ$ {< (;ʡ/ +ގGMr_gY("a(c -vпnZkٕ?f é2`{; ;+ p.G E; A`HfBp>n|ǣH^1/1;B{?ϯ>R• 8wz& 'fϸAO(9vp&38>/嫺j, Ͽ +X&\?3*I{弩%(pY0 4p|zjM:bjx'DAIr@;~^[[4.LPz&g\L˒fA sΆXy~+zP'MXe *x8뫐Nj'ƹEuy8m +8r oUuV;~|ѵF:rү +ëRK.tkU!UiCꮪ?YDWKܯ2]^\9xL KiԻ5~P7p"Q"u|oC,aU"6^2. \F}nUu=d=|u^7TC8zGCݹCIy c_<M84U|LUfDd&$Ub8JNm~P#h&pKrea:!c+r_U#)}Xt7ܗ(QG&A!;'nAB礭.Wz⍊;(L9'yJɟ[OA2|xA5s݄`rZtz0K$Q1 JFjQ0;1|]Nw5Y}ؼY94yѭs6Co>5q[ڬQpiRWr]Cbj}^,}gPH8׏"QJ :I7]D {ԩ@86n:1Yc9p]c_^m3w fyi^gӦj畄 w|كIS?M^Mp睲J6XD$i3ra[-2TVy +6;2NMB +*`xuTH(cϸ^Y(I9n5 gl5Vs~+VŢ('< o0``s8> IC9= O%,]3Y|w77i@GP:ǝPrLgp.oGu(+]Ԃқ#tX_z̦"&=[UFh@lݵso@L"phcIvٽxYƏl?o0eE"qr%6F2`_+y2U~p-ɥ `m+{6-8Ǒk-RhHB\a 3׈.}:nv('GcDQ.W8FEslBqԑ`,,1+(&H G"Lyq8(5'6r4U >䈋{b=wL]X"1׍ Β@Kgq7GK?_/֩K`Y):;UݩZoxnUv#Į ~}DrB[,޼l©` P% +pT&qhEL%h m0 h8q\jm$qg\x71ٽ=QK ?!N&֘7Nx0EIX@LC2OX@"Ǻ_V c|u(bgS2DsV#ۃ b~funRf1Do 4m1;[j +ҡ†<ҥ1{!Ƹ8I YI -k6ƽad  9-E㘍%ŭ A]@+d9惴tv&9^3 +ɸFG.-]!\Y"wR +k:Q삛t_BLa?(& endstream endobj -585 0 obj << +699 0 obj << /Type /Page -/Contents 586 0 R -/Resources 584 0 R +/Contents 700 0 R +/Resources 698 0 R /MediaBox [0 0 595.276 841.89] -/Parent 576 0 R -/Annots [ 583 0 R ] +/Parent 686 0 R +/Annots [ 688 0 R 693 0 R 694 0 R 695 0 R 696 0 R ] >> endobj -583 0 obj << +688 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [333.803 692.246 349.602 703.708] +/A << /S /GoTo /D 43 0 R >> +>> endobj +693 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [288.439 624.488 296.082 635.95] +/A << /S /GoTo /D 95 0 R >> +>> endobj +694 0 obj << /Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [255.274 442.957 276.46 454.733] +/A << /S /GoTo /D 155 0 R >> +>> endobj +695 0 obj << +/Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.423 315.882 472.541 327.344] +/Rect [314.147 442.957 327.108 454.733] +/A << /S /GoTo /D 702 0 R >> +>> endobj +696 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [456.424 180.561 472.541 192.023] /A << /S /GoTo /D 43 0 R >> >> endobj -587 0 obj -[585 0 R /XYZ 144.727 742.991 null] -endobj -75 0 obj -[585 0 R /XYZ 144.727 239.316 null] +701 0 obj +[699 0 R /XYZ 144.727 742.991 null] endobj -584 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F362 552 0 R /F215 510 0 R /F103 390 0 R /F14 535 0 R >> +698 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F392 660 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -591 0 obj << -/Length 3724 +706 0 obj << +/Length 3869 /Filter /FlateDecode >> stream -x]}ߢ-vuCR{]sAMl[r%y7C,9zc!9$fw7YqnPJ?Y,Df>{{yl2~5f~//8ޔzNm(B}NjW7`8 g●l?_v]τ%WwV]9w~atY ʫ-)Ln\з5[*5%UdlS٪ ke*߮MB -5*_~Rijh^1T2-n7]bʈiYKi;7}qDb7і:0?Ў&S1\?.+A$DL7s@U몥 ]?NV$^K%-"_D~dO ʏ={E(0 -MzM4pOO(Tcaԃ}d(_6s.. L״YRc#[cJ,wLke l@eė8vxPH#ܧt`,/wTS -裀`\5H8M8m-Ƣs :\-ɫj`Xg@R i%E&$jmc@}/Y4hC?5 BePm[o_7z{ʋ<\8= OEǎ''sywr@di9!k`߁0$kI&4)!}Yzizg:5k9).1Ry;9\ sp*<.z朊+MF3 cNBw<-sb̠cN@S_4k:Y^${ӈ0S !',*6N64N%M'@<"MEO"MSѱxģJ0TNҿ9`?aaF|q2jr(DZI88 =MEǎ' NZ!2ȫZkq)NJ&t{ '1dt<qqRH[tX@"u>J-wp}Hq>9 GG_K{geeK7ok!B'VlڃSl OKtgnS^GP7xM:TT$}#Fa1 -zӵnI_K-w1heٚ7Pw_G:cmDmݚSrt7TE .366imZr\(ҮS@H]YlEyAu8dQPJ[gv0r8YǯƠP$]Ōj68Tob`ƶؓLp͌.T1TTq㠭2~S-3 (ƽr uf0-Mi)j% "8d?1`8бua6'4AlsUn{4]PKӼ2|hs11?εyY]صikӺ90rY姮kULcSbԝҘQ& -RYޝ`pTJqq+#E3"}]/U'nT -嗋? X\H7fA>ShJ2`o9=A[Wt?bMu n^ H`oNuwBITËc" $f_JA\_6?&^8MN.$D͔ͫ9vegwha[;o'G(elY4y_- 7,Ci7]+1"Eor9=GfnZ}?Zw|Y|ط6zM.{SȞ6Z~$ t,b%DJ4J]u4NYsʺP,k)O;^V õL -GK>92/+,fƦaADiV+Ul\>ؤc`b҉hm;&[8F>oqp:Fgѻrmy}7VB+r"NZԂ]yCn("vxq}ߒ{dINq1EڠOmwtY\G5 n8xeoӠm0 ٭@72`#s +nC#(|!Sݧ3.MK%)=tD:e +/6CIޤQBI "F5} Ǫ}E ]t6ԃOѴ >T4!2gy]z.rAuD8vە5Bl +* ƙxAtM}CzAO6(F\%Ρ B& = 6d^ ϋ 44)r<njOJt3`S'@a2޼#Tp$OgGQs %hm{gOahȫo!f`<79Բ &c G5Տzu/ NY]j3"ظ +@e<vE6,}vN&sßB=)> G> TMB u:O?9I3vs}\tt_/ ZӃMԆoO*V B!}YlN.aZxQ㖗:RDP|ߜng(d giHBrnXg%f.E9;,- +a/b1J+b: >ݮʝ㉔P4Pڻc˹*0T-3BJl?^gg&\@w(C$GLzF>.rgOE^""8X6 gu0(D1/(iL:DTpg*^٠QPt.cb9w_CD넮tN厚⿯L$ |G$ZOטaFRk/W+w99TurHEVEB|+-OMv?uCo3x\DF$ِ;AR +,_zB\Qra IAXeQA8 v0ZwzIp+j =֜IVѩSZQSGLC\sڭ/I 5*W`WPAq_P_4aڵ\vԐJʉo/bBU:M0mzXD+ @\0) M%F-^U~  +q﵆1}#f:pl? _W-NP0p-0QHk4kj4@JN-%E8RAS[O^NiD|tueBU-}7&̐3 f|^NKYʓ(O!|!;GWѠk&f#g :d4s2PHoZM{ ˧ސ,Ζ⥙Վdq(~Yz1`$Aݜ7A >hmֽ6I0 +E3)TɳoO%3ExXMk_2,ܳﲀm6'ܠ•|p2aJ2!,LZuF_X0-=vӬka"!.:IDNv݆ $We.F`;($26c#B ob?"zV!LHDŸxjtWrIʯ0<6) endstream endobj -590 0 obj << +705 0 obj << /Type /Page -/Contents 591 0 R -/Resources 589 0 R +/Contents 706 0 R +/Resources 704 0 R /MediaBox [0 0 595.276 841.89] -/Parent 576 0 R -/Annots [ 588 0 R ] +/Parent 686 0 R +/Annots [ 697 0 R ] >> endobj -588 0 obj << +697 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [178.573 457.618 194.69 469.08] /Subtype /Link -/A << /S /GoTo /D 51 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [450.41 579.508 457.942 590.97] +/A << /S /GoTo /D 99 0 R >> >> endobj -592 0 obj -[590 0 R /XYZ 144.727 742.991 null] +707 0 obj +[705 0 R /XYZ 144.727 742.991 null] endobj -79 0 obj -[590 0 R /XYZ 144.727 347.568 null] +75 0 obj +[705 0 R /XYZ 144.727 718.084 null] endobj -589 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R /F103 390 0 R /F14 535 0 R >> +704 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -595 0 obj << -/Length 3516 +711 0 obj << +/Length 3589 /Filter /FlateDecode >> stream -xڵ[K6e͈9$A$ AmؒWo,JZ\l>bUH~(_|}ͻLDd*mD9'HqIbE_W"^`a\^%- o]ŵgP1lSh̷.%. -x,ԂO?^̔h)Pc$K{t%"!RqHo/}gTD$dq4B@<;FiEWn&24ESRk֫-d.75&[G}/SB,qpAbVWO rґp -_-HXSdpaY -ث\2Bǂ)ά/`5|$~aDF*&33\֨X6o"*i]Zcu>1vir'L?TQ6nvݸh:eD$j4W,SEѺ|*2dnmeTذUvf_c2c: Z+f,eFhtPvi2%zi3N@E3d|_A7.鶩\ .o/%N9}$`!I&T>#4E*KH*o+ٲźil]YAƷЫZC5q?W}n__[t^Fq0F[/Rg)Ie{غ|=\FmvyC&C-h~ٛc1 b"B͏j( K~{1mDP$[; - -IHŮ5}.TU>;wL=Oϧ鼣rujtqm+#(Ib UEb TNѧSfɦn4vj7&REhJbh4Z)C1ܻ1OךOv4UN~x:8`B`ea"Gn2¬X#M`^P Q4n+yAqBܦnau_u[xBT2}NS؁k?KAU7[l;wQv!֔qG#vE:KTا}~¾~4%!Oz4%)Ž8%ڠS^5l.A3 z"6 OUOc&,g_Y%I. ^U\m{rJp[ijmD3.<0kc o:xc)> - -p5 ^nِ\_-pcsI&$M%OqO %IlX!_1M=[bbȮseee`"YD)HSvDnыP<6G#zmѯ|r|rNE_J.Zb L\$ؓp.R J Rx{Dž5O&'8"EEcv+DHc0eN?<}q`^?i OHq(#l0ɔ?md}2WZR3ZTOp.z32=E%Ng+((e&6Z38_epڹ7 -$3(~VsRjnDDI8s6粿Pٶ:(:twr h`&^XK;,v].Ƒ7(?扅Ca@T[4%Nw[^VA -w 'rp(4!Կ#7|&#{Ȅ0Ԡ:D=>\[}|^4r|50%άEP ՏWV,ç= X<$)i${~u$v$gqb5zu5]lI=n, c,TqKVąlA!X;Xr -BO4Ex`FdAG+o6R0&l@"`–'x') ߀SM{m1 P]t(&ggW`+`܇1uB7YAD>ah>> s윺%ro¿SSNR)9?w!1]f(>d^1N!Jľԫ)u);C[m>B>pP(:w8PxFv-^=3L Y\~}pɔ La\7M*rvq&O0#iVIv(WwKDCgǿ${`S!Xa61 [LDl> xaV.lka/]C$&M 2r"1䄈,BFX(eRέFEX\Z- ЬG+D($Z[ebRC֠-ѓ SSqJ"n=-y~1>MpDCA5o0tjQZ<.VgfP .Bo[#rL>#O#;,V۴rYOyHe' ڸ-bHO8*Vsp|,D"ق)k fDDOb 6cl]QnU - )clՆi G}UMYOFS19%4]_!CRCHSH~uѧ呍T?~sfF - V/` ljS9-n[V~W]瞅#_٧G_OcY'szF+}w=69ǣ("i_ ߱z20_uETƟ}(Z)[4+\.Ϩc;"S1>76/N&>!o/ C +xْ۸}B) Lax]Ge=rvU84b, +Iy,)F3ڊ#{IuzmG=!e0:6[ M5ر0B!jU|Wψ۲ͼ߸+6|]T,ߋr i ƺރE]2Ya', 7A/&0 T}2$T($|_{2'sٮ͌jv[T>mTUPc6npeo}'N,`Er!4c +ԲoWX*[n[| RhFu"+UN{Ok~X'|=ky% *9H|V]&v7f +2\rXdž-mv7}ݖ$9۬^}A) +z]6UFeXd9Hl|ޯC_ T=TѤ4eGz=!pȼx<}HB! ex{@Q 3b`@Ї3XO~2\ >RP*>A2ܮ> b 0<#~/NxG~fǢc ] t J6 qu>RȻʀޘwZB X*΁.w×M67tWzElDq4w@|GcxG-;1D?rs55s/ߘ\Rǀ<~yzq;UbG(GXrt#r_(r4g@|@B)tlƖ<@cbaS2b$"Jtg'2r޽#2r p,F>F/zF ۍF3 >ȑ'ojXqe/}m|:c?z*/(S[cq pjѣpXtlj4:8,Oz6HcN(݃^jN#d$O¢S=;(N-GĩQi,:6?πx<:'_pɟ[ diaG5xٱFKz}x=,8ˎV)LSͿ ڣ"HpDm%'@<"E"cѱxG( х{ȏu;Ӹ,;0L3O OxcފGhpX4<#H);5V+ENtKG^N=B*9z G^grѐym|W{X >Ե);Qsbm%nW=䆢;?ůx(g55Y 9 L`me[skl +$exBi_N|JGJ@Pmu9ÓJy"UouK=g1hN ޟa =/d5iGى?5.ml&@")M+AM-PWf\&ų +v0K ,;*ݚ>'жsp ay[s׺Hv7ΓiNdГK=-=:g@^ڔC昕:$3Gf. ;J4MxYSSP!h#Pg_JEI(. Ń-ɒkT⮛sm6;{ + hBWUeM3 +Pq.H hׇw!`ƶ NXhp͌ +FQTڒ}!A[@ +Q(/vv'P 䳠:\ڇ>*У:s]$q.3!|n 7e] \g>]Tj p5WܘşQ|̺7\sNw\U 9plB}?,Pۻxf3TsF* 6u'a$.X`q!E^VS"ۘBbFMCg?R`*LI>X%h+Y4G 5}jU6-ATz&sI5$4j)oyjGZ.LOdn5MH5ɊAYNu:5)*VG۲ez}j)YҶ|^R۬+nlx,G-Ͳ?gAehTZaHnY=3A.A"D3IivV,U-!+mv9lV *$+.w0^1ݼonRuYE{ !rʴw <'x %R9-ɡO9BOAc^~hN~wwM"VxOk"=g|OȆxA3!(c%9S8PR +?P⛍4KB.+UwiDu߲v;uz)U@wݚrn1˂'a/.IXg\6=/`y_fu$ώ9}3\.\ebֽR{yЫh\~=>` ;Jq^> endobj +703 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.42 692.246 409.952 703.912] +/A << /S /GoTo /D 99 0 R >> >> endobj -596 0 obj -[594 0 R /XYZ 144.727 742.991 null] +708 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [438.345 491.896 453.964 503.358] +/A << /S /GoTo /D 51 0 R >> +>> endobj +712 0 obj +[710 0 R /XYZ 144.727 742.991 null] endobj -83 0 obj -[594 0 R /XYZ 144.727 336.889 null] +79 0 obj +[710 0 R /XYZ 144.727 425.326 null] endobj -593 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F14 535 0 R /F97 389 0 R /F362 552 0 R /F103 390 0 R >> +709 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -604 0 obj << -/Length 3432 +716 0 obj << +/Length 3360 /Filter /FlateDecode >> stream -xڽZm۸ |(PIzIs@z"9d^%W,9$Ejeob÷!9/ E xu/lH([mLJZ(fn6t}+$_j;[y5ĝ^}}U|j}V_7;էYk %+ꇻ]1`.X('dotX|] + ◫_xe9ϓӂ0p?Ou[&`J ֡EԔ+s*.nYNܝjSt2(Bbf$eV'̾[ܶ*/IQvc{}*$usNYrA,  "/_`l4dTGG?QЬMgUd1ՙ\ Lݠ\PXCuۼ]妵áj6=F>}QR,nKJT8PqK6쨠ˏ~=N[=2Mɕ ,)cn9VxYUdk *y2fD|­}`&c25LV+8ɲtM}MobgDE2~bgTSH!j؟nfw*R$ M8Q,ߠK'E<)J=xSC󅵍>fLCZuq3~]{^k?+A4U//-ayr9 'T,df,] r3_2Jigxf,f4IDzZ@\*N8_Yϰcf -7s LILW-OϷcNpe1+IN˯``n͚ /1[$+J=خ bẀ5j ZukjYנsڸ~ !b)JT\-]{H:`vؚn%F #W2ƌ0ėy b?W^`",94d78M(Ƣ2x dEyOHA<]?q;'^vU˕=POݰz@r %d j=`Zc:KKs>,AXs,3@ޯ}c튦S|\`(ov¡zJ?w8cCI3^)'wZP×}]e]N䴇~@Q٩CdD3َt;&qjs3.^lZ0qP; r7I<%)4圄W vpX]`˂ӹgC#q#g2T9WCNfbq0҄?^Z,u2BQe@'B Xr~2#QxU6{ݻ\9 T$=6sмB]oETP.QCߏs }x]u.`T} $B5l) dzν!_ ]: ʏğ^9eA(ظqv e‡L`dCppd?# R RY:b^[sH3sg ngoC(8pL&1@(01G_E퍻94P]bgg#n#n#GqK Z>>0mT{IX˧mΔ`,PiXT'``ZgvYPdÈ -ԲŲ^7+ -~/9ԱjI{Esirp8+Y#}*3g^AD@ܢ'?K P H1P0 P׀B j 3cŒ|'g"}.CXc%6(`v[\lSk_$q6 ge,QƘ}*cINjxrOXr Gqr6*̝KPG;0\xƺFU E>Zkk`=J/k(e=ϲK`HPtԹT! /gp *>rwz' *5.e*#M1gL2 f& -w jyOnlpD*X2|?j(ӭgͭ$^9(>7Ce6_wʧ|(МBU0W1o,~GýՀܛYipJ%m b=[w:lCj4 7A2&A*J͘l}M7@rڌe4C7A>;V5%8hjoU6-XB@au,mhBjW*-Gkͨ0y?lM{yӫ2vbM:Mn寘3[\^?Υ6EMx|9)9%y>ٚ5/C=ȁ1TGs˰B7f8ƧC| -!?6s +Xxk1`ƹwoz\.C}j #yHucIsPH /&2d@{h&躿i7$(7flP FΌ=7($ꏆA~M;WLc|DA$,c W`mq?۴+ǖo9{" -xS7`(.sBI ?˘o&y}O<X5>~3)Hyfp@Vj=a,T9aó9y*7]֝}19qƪc L& XdYw&$q ٛCȍߟ~ 8uGfr>}<'1E[)!Tn +ñc_wd346UO63$@}u +xێ}/Ev2wr )l#1ڴ +ͮK*R^/{HMI{a +ȋ83gΜNn~~k d~QF$a2yJ' u2<{Ao^\^,O_.eSnbo/J*[h`Д?^_8!=L)Iqʓ;;t08ɻ])R!%sD(qig_X$du07?Yָ7`ڃ+][CPn }² X]TLMhSR +r` Dݷu +ppw>`Lon6ERyE63$Q8W]*Ta.EQPpͽk5]wrFzzZkW)~Fa„+鶮뵥H?냶{CRFU{7{Hnrf4`!Ryn*܄Nﯦ9g-ˍjYǗc b4<7ʲ$`ڰ/ N4p<ֻb`p?94+170 > 6c3\sgL%0,e+ݶ$v߬|}Yśvf3U|-S +kހD.MqX73WkG:4v Xv}?5 _)X@[_ng_JKf!Y sjUc#(#Hq͸$1FTR"1rP:D1ش`p ~=炍!'8;@ byJ< rD Mq߬=$`e8S`\%)e{莰8~x +c8l:S|2:󟎎πp5(HOJEպ<^`7Rܧ'N74h<qj NL-ϰqIx",7  -]@sC%_KƜ`( H@捵uLY9P:SI xӓTtl2:>DJT@' caVp13D"FVo{͏Sc )_?Vf"P;S  xӓTtle2:>P2i< Nȃx `Ixp*:3f +qeH8D^/2k~=CB +Ov'@<á'Щdt|hI?G)X^+ '_*$C9~ϺܔM5] +!'5-_xcU!5w^Ma*<Zs|,"Kr*ct%9@;8(.d۸b깃R&"Q[Rydx$PjWBݶ4&إghs"Dε꥜-[d'ȰqEcڴhXk+|?Lfٗ.W/HnyctaxWqSm_[zŒ^?4zvMkoSc +afV?_( g, GEHY6,!<qB +df/NqHJ~un&bArH-.ptprJУpSp$X_zҊ1!rDB4sF$buWx!U_^m>;6m.U_3ԊzTHN e~d}>%2\n6=ǽe|4=C豄h7!'YÊa4!u*>,^㓹,"hy"Y!=$מSAyGeTY< L3 +:/yrF.M1ףZ+G~Ƒ>D:>^i@FNFaG[MN۸A=Cmt?.Ÿ&83Uل.$W#;nkKm|pojqu!P.SֺZ4LhA&aN⿪2 endstream endobj -603 0 obj << +715 0 obj << /Type /Page -/Contents 604 0 R -/Resources 602 0 R +/Contents 716 0 R +/Resources 714 0 R /MediaBox [0 0 595.276 841.89] -/Parent 576 0 R -/Annots [ 597 0 R 598 0 R 599 0 R 601 0 R 600 0 R ] +/Parent 686 0 R +/Annots [ 713 0 R ] >> endobj -597 0 obj << +713 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.689 616.653 474.221 628.115] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.689 118.688 474.221 130.15] /A << /S /GoTo /D 95 0 R >> >> endobj -598 0 obj << +717 0 obj +[715 0 R /XYZ 144.727 742.991 null] +endobj +83 0 obj +[715 0 R /XYZ 144.727 457.058 null] +endobj +714 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F102 492 0 R /F14 644 0 R /F392 660 0 R /F111 493 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +725 0 obj << +/Length 3474 +/Filter /FlateDecode +>> +stream +xڽksՑQ<>n.i&N;sfBS͜D*$u>O&_lݣ" `ۅ\ϯt4jqY0q z6~y[4Gw`G\FAo^./u_eMwECVwESvYQl.⛫..jDqrR4YܻFDq+HՓD(hVDK%К @!`z4"T"LCPj [ƅ"Mp_n FD!0")L:MQ*#~^^ZGP)* ϧ-:`M]uh T,=?>~D9-q[Gid14J!#=Hv1 ]mL{Lʄ-mԬW`g#n)yD@p[`W-wv g&>o-By p/6kievCW@[QUG#`<َjA'i6FĬ$ ZVv¹}PhpI&(ΰ* QPU=wf-Apy8߷h"%:hkZIZw{y"]h4j}=DIi'RˠNoCD: we]e[ +=Dvac'r YYGFN .bt>" +@|c)OVZaLϘ*&2A{R#."ZK,C8`,tVh5)e3#;Yh:]pT5zZGJ? d^9_vΕg$Z2 9&9j&C{ e}lL`2Gln,j t=|-~uX b31c=_]v:7t$R>+)'pa"Sܣh2Z(b配eo<0+4iF_ZF p~Ncb'i+ˏ?INSS LOնhYc?5H} FĖ`]n6ESyʉuˀhZ~ؖYCGAVr5}oVդs 81Ϋ*;tN<Mvvq( K #zIY%8p <nlO9~)p ut]Cz/D={% LSbkP2ʩˣS2]RprFvZlزh8#<*%TEi;#9@z r𩘉 uVgDqM^[E#R\ܸw#oAV"O^xrpISSL2n,x]ZETA@Y5nYxW4Uɮ" SX$:'m3*FtkC=iLIה+0>V)u2p R(Sh21&m=) "M!«fasaO7r`&;d)MۃsM|y ɬSWTIZYTry|faZ>b<-U兗x X%8'SAVOa4+z:RhH+*?8U0b=C2 ^mޔ7fwN8fD?}vFcGBɁo +@w]n BppqLc[ALJdP- ˥6 +ʹ]v[+-5ɕG^]{,EKawS0ȝ~14ZYpF\X6r-qL7cݺIutӮO kwxq U^mK!3md懣W)VB ϿJ+X>W֔ߧ<%">/="kܑSS?cfgYIԝgHWBbMs0tHh604T"?z>en:E=+>L856%bZUQAn6bP&$}&PCo&"{#edac%oJD99Igҩ) +@SZ) sǜ +'7'2w;"t?(g}gc): +O'2ꅘ%=>Ȩ('\ű]ÖmEр$8:&Q4A:g$hdįsBtDr +('`$B3]r, 0O*D9pXYb=hRn៍&םg.kQBm@=xg})਎8iS?ПpԼ:z~7:%{ 7t;b}`aIES,6wStRߛ +tSK$GJ SoSyE"h9(@4=$D3vӠ͍lb] 2@v' +6y8 ~ɻI.8j>!<;gX|X_eJ,F+|B3qYxe}^>=gA5gb%('3|*~LQ ~w8+Y>Ur_a,DOR79N݆gANph ip0*?!Uזh^*#Kpp%#^R(Ă#Fi5QjZr_S0Xkj@I wtgU4z` wŎܻwKFZyGe'/b"˿-BZ0Qv3_oxOupfwIߙ BR^zqkD)> endobj +718 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.418 286.573 480.259 298.035] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [464.418 402.005 480.259 413.467] /A << /S /GoTo /D 51 0 R >> >> endobj -599 0 obj << +719 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.7 235.405 218.177 246.867] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [490.602 363.628 498.239 375.09] /A << /S /GoTo /D 63 0 R >> >> endobj -601 0 obj << +720 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.827 133.068 359.359 144.53] /Subtype /Link -/A << /S /GoTo /D 496 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [169.305 327.2 176.837 336.714] +/A << /S /GoTo /D 600 0 R >> >> endobj -600 0 obj << +722 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [269.204 115.65 343.426 127.305] -/Subtype/Link/A<> +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [160.102 260.964 205.153 269.895] +/A << /S /GoTo /D 728 0 R >> >> endobj -605 0 obj -[603 0 R /XYZ 144.727 742.991 null] +726 0 obj +[724 0 R /XYZ 144.727 742.991 null] endobj 87 0 obj -[603 0 R /XYZ 144.727 602.627 null] +[724 0 R /XYZ 144.727 718.084 null] endobj 91 0 obj -[603 0 R /XYZ 144.727 360.865 null] +[724 0 R /XYZ 144.727 476.297 null] endobj -602 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F97 389 0 R /F14 535 0 R /F103 390 0 R >> +723 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -609 0 obj << -/Length 3273 +732 0 obj << +/Length 3228 /Filter /FlateDecode >> stream -xr6_GyF;ѧmI6dM4}%⸝\$ʱ:NBA pppf7h웫'IdgWf I"g 5Z~>y>57%ed|̾2~z%iU"r6J<,|Wߞ=:ph$-~fKx,BTų;3QN gAr`WyrW6yU{kj,tiU[o&m۬i;\{(qW޽Pœ-=?\n1Z%EG3Ek(Dq xunN2 9jp|~4i7urFEj&b"! @J d&$FD:V> H߮&|#ATXb.=*9aJ(@DP(!I 'EҒEZu0sp<>.11/9(+h19B0`<]AYtӷ0߰Q3H( 0$U#'I—aӬuk,A4M,xI#gX8vӪݴimx &vV9H!Eil:R!S:-P1FD;N:[*ȿ4Pwm=wvI8u@B!H'dmiRd^^r_/'ɐ~wS/KR$tX&Bbd!AEpK4) czY]ER'EU.%wMSryAF0>)}NB (cxmB c > cGCpo냥'6TzHA8pDzfs_\Wy3p)Q4mn\9 $z@5g|F3tS?:K7 `NvCig(PK;fҼɎ!Ҍ5x9LOÛmX.!Q,0r$7msi ;=PI ԉp Rr O۴Łr/?:ϒ&m+::d -hy2惣j`RHP 8pBQ7XD̝钶!Hr*E- D{^1zU˦EJÉPz|Il8>0-B6̔X ٕ1=!S?)JNET~hp@d}*{tcq"g!^0wwF`|t0u^tTvX0~ڷ+/~]hK3{i>RiKu IK׮Cslڪ.$6@i0BBxⲝGsȷP.c*P:#*`$RulR<(of 쉣Z2]RJ^)Ik/gց@3sQd;cZ|bx ?Zt! [(%k]:ͶyUwn 't֯v+CFYWo[ -q! 2muvmh*U`9BM &H-]~Vډέ {Lz`Kwn(X +x[Y6~_,S=qIm{Sܬ_f/ Ϟ'G|\w[T>uSA? 'ycan|'Q ,7\=z{Eq8_818wk0!p8~fJZA(⸙$ҼR3gs*]\mUI^D+}+ؗT˨lS9ּ"Ap8W_sְ'0".Sz6\ɺhqr_cWI_Q + $ "\9z]+TiGz@2_E@sWsվcm3 Z&J8p`$] RjXJچ;+<N5XsJgOCc3z$x.EZ&QҢJ}׺N\;iw{ЛԽYa: 쏑iy1taRhp6mbm MKR}5!GXT'\ { +g~lZH<,:ݲqenʤX+؀ ,$Ow**/ 8g,OP|ӮHpPjL f{n-bR'iޥƇяd9}2Cɜcl3 a6\w37*ʪD&۰h:H1v2@#kȩi y:qq1Q9@ #ѮW6G 0y>0\&ڼ0ͳ*qͼwj lT 6* j."fL+~ I1J>!b_0*>~FmOYp#6ߤbYsH}[0b =9bl"./ aWBpRS‡6LEUE)xxgMaH1$.1] w:߽K76!r=]7+A}b,L*d>,!M%D/deLMq|ꔓ\ˏm,c5vQşTVc R98Ӧ50*tBۋٵOozIGʤm @c|܄ap4 뭦)VUئnZO-K~*OE0> ac[ԏvoK60 !܃{j }z'hFiNsBd?ňdBn-.;<'cT +6n%F^/ &g ; 0TfhAPYg|Ż@Hӽ1,C;EH ‰՜ מs۷9]xɟqހ{L8X<ϖ6$Qh1y!fWIQi6YӷmLtv:Ásu{xd#!Y+V{-!+K ҙߣ:a; 'c+Zv ,XVXڮdUVmV,DjTx6\mlxm",(UUTƛ6YZ>>yE^ tep Q?=."*6.Ɔ[NZw_.C<@۵dҫ8v6*>{.aRKygs N(!QBW,y'Lmt8 ߢKg MW=SKR!.BDO6z#b߲O6l?t W2߃7(]_Us ABqENqZ~:2uLݢEM]Dg%ZEs1<)ƕ/`%'vp[z?"v+ʐhz>,nu 0@@_=XֺNfO0@&J𴩻Zo;3$J>d3(w|Os k\"nBT|p!xBXWSº4n}LSD!]m=B\(cqoQdc7-\KJMnd$NrSL:/1$"r#=rm+F f3->8Y"-$U<fa;-\ \˥as_*-`Lڴ[UZ|xVkLF-a1\|!!n4>O&P얼v&QB+}M[OF2u`m+Z&aDEt#I?X!=LU#|?UAbU}8 .O[+BeR&hJ_L4fk.oM,ZFejYWmeFf0ۇIr?'3|f*r"pG4ӈ +vL.uB~p <=CZ`f;Wv6Ek@+ +PAYeU!CȦjV8hysn[ QUTFDJXv<{bBdC[sn^MW|0OW!YX {M㕤oHӰ..,hq)Fj6eZ٘eZZ߱}َS]/r9^2M\OFҿpdFz)cʣn_V:v7TqR.m kS: 6ۆuC翙Fle .Egb P:TKGUT.V m+0p ~q,7(:.,j?^lú} {=_Q) endstream endobj -608 0 obj << +731 0 obj << /Type /Page -/Contents 609 0 R -/Resources 607 0 R +/Contents 732 0 R +/Resources 730 0 R /MediaBox [0 0 595.276 841.89] -/Parent 611 0 R -/Annots [ 606 0 R ] +/Parent 727 0 R +/Annots [ 721 0 R 729 0 R ] >> endobj -606 0 obj << +721 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [269.204 401.783 343.426 413.438] +/Subtype/Link/A<> +>> endobj +729 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.473 135.33 283.622 146.267] /Subtype /Link -/A << /S /GoTo /D 235 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.473 179.452 283.622 190.389] +/A << /S /GoTo /D 243 0 R >> >> endobj -610 0 obj -[608 0 R /XYZ 144.727 742.991 null] +733 0 obj +[731 0 R /XYZ 144.727 742.991 null] endobj -496 0 obj -[608 0 R /XYZ 173.507 722.353 null] +600 0 obj +[731 0 R /XYZ 173.507 722.353 null] endobj -607 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F97 389 0 R /F14 535 0 R >> +730 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F102 492 0 R /F14 644 0 R >> /ProcSet [ /PDF /Text ] >> endobj -614 0 obj << -/Length 3417 +736 0 obj << +/Length 3249 /Filter /FlateDecode >> stream -x\m_x5CE4i).pHmZiW-MQpf8ij՗ߥ|4v=C If &v5{7z{_ߟZ9 VΟ[%M$eSzARJ_nz}{UE0AI͖w -^~?ÈbfS' ۫]6"L QpA E1[,jYyhV6P4EiLbp[2"f(evi%OUxveU6{9&"}|+>϶uR1CmroM*_e%Ƽ,|iJղiVt)JXI" !dlI1_ɽ,VeޔIѥh- 2yo&a5E215"ol}Y]72{o"\ryCŁ2b)QL,"d @ F*3"*P* JLHhU%Z| - AN82w>iǠ !~v7WH"J(@?Gywjlş+(]pteeL9 ԲM`/$7vA u'eax V2W^P>olqkRd/cۄ1L']ZskQκU0e n{g^LjqI?_nsdBj=E=a$2m!eXuY6Eا]V AvY'2gCfYu/ 0̢ĪƮ<ڊC<,v\%XEŸ2]8C_Y)=75H{)tT-w w@ߛn Oضg>"*@tSr:X*U'sݡhw8PQ Xp7`:"fGL@;G X‡bS41vڍnG?8$h枓 A?WX6?ϱ:Y1E:i@1>bt1G/t8i1#c`lĈ񻳽ٻx޷Η/ \ F0!o1 ICy0>: B\ -{U冂[@# f6GZ_lDqŻ*7ui:N\/hLZl Jbsחg;[efL|=V!q\ ,E1pfʌ@0#N1#>' ۳ͼ9tcҤþ* -g -n ԓ#`(=8'NѓP|R֓6Ho>/Io~, ҡs0b~HP tJ$H:p^ ߻c -/(i {Ӯ&`m1mTY\zK$tUehJkC,N΀Xnzo:VȪ+v 劍@pź⊅`|8fP>Kԅ|p]63T~uTԄU0Y耄,jmueB1J5H >/'!d5' /1Fۢy{+ٙ7_'E]>}330Ό@ЙnL(>z  3f啦'sEt 2c "L<TH#^(Ep@:=xe64(n Vf]{,*/_oTJʕ\kY^k̸ӟTeSV?tWJ]HX@>btG/8qXc>#Oݒb/V}JngR)!M^0XjalBAPO V1@K1)JT%~u*Gc{Tlܕy5LBt+܍iZ -?0ߍlpʳ:rĚ_uv١)+ȥfuoR0)E&o۸Y?t\6DE?_R|%b^1Wzu!3iCNGPSā) S~(> +:uS3Wti)L]-@?y?tG'8qz - "NRtDt:v" A$/xj0v X:itiGD%8aɮE)`D[W#5PIwX;?2oCTj˷m!3Ǡ?3p@a7ٰ5xҸ%$壻A0)arCoCv/CuANEݨ[<,Gs{ ȣ;k>S|_ buq;X,77' juvD]K~jaG0)g@ +x:_ʍq1#`(wb;tw"aw_eb}z;,Qd%/-h0Ei; @4rpy1+&mDB}nk_̣I==ct.kl\ffSNC^ hl.rH̻,(J*EۋMCbvb | w2o7GX*G%cinSyDDd^ۼ~GV 9yI<0Z9NRaaMWKY1(tg9 cw@N: G?8q'~ї Zm=EtRa68^ȍ_5_ +x\[~_"b̈7j``wNO{߿ۚ(tCZꖔc_3N|_n0Lp^Oۛ?~ ɓnPNQ1(o&n|BÆ B A06*2+*$xAVP4FqHB[2"&(f~ ki9\q}n΋zɁN &cRG|l\B(mVuny6Ut*sGS0Uܴ*eU٪Tt)JdFsC%Vki +K`@Lr'@;yvtnf>v0iL:-]E.` le^ѐ YZهvyYB1Ksdh"a|~eeR$\>(Ɍ1L6dv BQM,ET D-F 0U*{#"`Gv-^(AT#b59P8'Lb n5K + />Ϸ$[?وU})${~Zifem+4֬ƻB&ۇf)1  +|dZs +}"~rS|mJKT(팅\MXX54fۡ|sW(qĂ;1,?/@Efk11']* Xr,.'@֓Z=/ cD] >$91 .!0夋tEPG +YO>=,`U1  Yd[׶U/Oi>0((d˝ \ +AAC+(bQS٘҃tVl0E fXaf<>"kҵXLWZ +_pg8em:,ƍk +40>stQOzBF* <[4eD+춫Rm Gj!gKzܪRRy a`(|o +O@(! U*+o". Mc暘h>3k]> 18zojǠgl}jA̔`$`f XT7%(]!'Vt؅kjaQpyCX8L0CPRh5@EC ɮOr97ܝpa5Eg!1'7C7gYlm;c491v3n +NcV5vlVbYܜbdŘ3DУ7xwE} 7>^xBCx -Z?LM>j߳1NpK?.rFO/p@;#"x!8]JNZF ]p$t٪U#6S΋tW鿬rq2סl B4YNɮ`T&,J+I.4kHw^_|tJW PP?J:m9[yΔIotjO4giq ( /E8(A{Q_|tb퍏W Pm:a, <6M156,H5@M@8*4pg\D^ڃkS5cV@ EҌ`NL9 CumlMMѹkdwM}o"xalo/|J4MR$CRN;O8+tחf'a0soYJ9ȂmS}ga5X kAMZ/Ƹ<, ģqA^8Ru`zk]gւ;^ыѢծ: ΣKgF Lw^t{g 5JSw5oj6c8 !ı,쥺@U҄3b/zNh}p<BHFBi/U.תBB.~S. ]d^ŋ +<2B1]%#;h/틏N +3dp8wK[v I>2HLX4=NXW ρNXÉҥܸ*}H݆ll/W.VnߏJY;΃:wg6:`sl,i~yQfѐ$57EZ&[|L]MQ}JwIq:B~&r8;HAx=ƪ0IU{2ρT+Ubnnd=1}}o|tW v$R>3;G;Tnȣ7wE}ɪ7>^8K}( $,SЗҌ@P(/>:+07GW4H?.߀K +b2J9$] З@Ȩ/>:+ϐQ##2:_㡄GPh^1jzA΀ƅܸ(9/j@M ZoDRICGn7d>&|ZvlsNu$jN(177uG.§;ԙ&!{&sgRSVtww G 5z:o!9bPo֛1.Cϓx>wG<⡛z_<8lqPDAWq%:o-pC^skzD,fy7'r㪷GS`!!Sw)7;vh7H7S\yUW&Tˣ:A=} uUyQoǦs^TQ;i2OdoUBuroTQæ?|U{6#ʩ}6iyP^L `NAC _ endstream endobj -613 0 obj << +735 0 obj << /Type /Page -/Contents 614 0 R -/Resources 612 0 R +/Contents 736 0 R +/Resources 734 0 R /MediaBox [0 0 595.276 841.89] -/Parent 611 0 R +/Parent 727 0 R >> endobj -615 0 obj -[613 0 R /XYZ 144.727 742.991 null] +737 0 obj +[735 0 R /XYZ 144.727 742.991 null] endobj 95 0 obj -[613 0 R /XYZ 144.727 718.084 null] +[735 0 R /XYZ 144.727 718.084 null] endobj -612 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F362 552 0 R >> +734 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -621 0 obj << -/Length 3829 +742 0 obj << +/Length 3703 /Filter /FlateDecode >> stream -xڽks3;6C$HrM&Mۜ$3)HbM -qbϣ,VEbX,]x}sg(pf2\v\-nVo_^^ ]fT0k*Qw*>S*>+*^^{ ~n 7>RnxssÅŸ adK'"]|XA QQ]w +GԳŻ\w™ȉԖ3_YMiBjo4EK)Iv>&DP/mZQ0}sxAߓMc F_Sq#z;U+wqoU M ZƏ״Ҥɰ@w$Z*>oܾDP ]DH]L]aW VRVA]և[YVRD~%Px;o 6F -Y]cP(Nf32\ 9" e3(Uu - -0H(AIz^:N1V 냽*pJ8BZwz"Bay&\<!yNjn9v\|l||Ƒ2-;Nj0~̓_&E 3t\" GDz賈 EZ $tme .JZqiu'*$Ρb|*<}FKD񈈎}=;:_񸈪7p9 n -6 ;(HO,O@ej'sޟlU*?5~g[BዬP*OG/O4yrP҃kޗe"gDY GNT\ZF.?JiEB[o&DT]% 4Ɯ1o([ct̎8p]_9~巫 $:xY ;cj[4l{g}x/R5غCYźLco9#>nB-sJv PA);8 -Qߺ[ua U^k!qMJ -gNxp"?"{#O4Z5}A1|Ot V)!IJ)Ҋ6'oMu\8 OGh#T.b<E"4@>Ym9: 6٥y/1 s^q$N4RܞOW؞.` -%E ` x_%唖 ,SSPRSii1R ŵTNy@ZwEper G[ʘw ,@T2$eRGp{bPxRGDS -]gpD06ƛ_*)[TiӃP>C0QS pvj~y*/Ab%0s7UV`?ф \(PaZ($qBX,4 5UU'Th8GUlP:k1V3$35&{AT[F}jSQɇtZM\2SMln Ҽ]4mv~Z/ǥawh' -p=x~pB͉gΛ -p;2cZC ٢@z[$jޖ&Qr5{|8؃) N,V 8VBOہ>N.% h*kwVᗏ uO55܌ o"oPkOU5s} Ucuq[15?AjlZ+3aڶo!*>rӾ[xt *A{c2&"<lh4kn nߗMp`gsZ -0#&+.bC[v49Ym yfTۄ!3] & -ݔEw%:.Y>,P|ŭ-P]j1^i6p -e<07%bb``#}`2בv" -+fՇ zsVb+%u]BƹVҚZ5\5f+恘.&x>[TLQwA(g.~,Ъ7;jhn[ӕA|c lN:sI3>H;,ZL)۝:`; ]k e`a0==` XL=@>m;1@xӡU@lns~T葃 #C@V^,;1s*dzJ6Mܺj5 -=}VjMO N@ 4µj B[E zC$ jl|֦tm|t<\~l_]ջZj@U “R>Ai2gׅkcYwŔK2(XZG >j,yO4Ofսݙ ;{`kӡbM=^]◣gìYFWNb~=̓~ؿJ7/> _159,w]NAq4:֓QB( )G'>Gl|l||ƣ/Dqw /O}%5Z3h%<߯3s&[ߓBwh~~g}ߒڎ2!M m[)5_fxP}t8faK~ƒc{j/|m)ݗ:{2FV$q]SuJ__`i0vy (vB;صY75Yn^eG"cT]&>)mFS49Z.:n?ڒcsRD~hϼ;Dm#:]`M3ؐw$x,LAIecȭwf-abTX8vM]3*d 6lqܾvhcnsiGٔq{_ -WsI +xڽْ}By&5 ^ʷD=)Sc x*=[uhC + +r1}>$cXO\<"dL!/ScǏ5, ݱL ϝ).`?/x G:Ѧyd/FGw+ $'Htd$ #|Ϗ1ɬB-߽fiU6;i]jF!4c8h!*b=~}[\/B77  B5OVxC) JWqgR#:ph<\ |L8 "Cc6t,l4YZ]nPK7piӪ&+ nTFW5 ȊnFiNUgyN4a謣KPtO&*VNxGPYquQ7Z-rE_\❂r26veM5(*tCV4qYVH>=K@D>pB'hh1FsYO/@W·ԝO/Aǣiȣo EbUPźUkM5<0-NOsQ AGmSneS:C䛥n40q-6ǂ5}1Ӵa7EH"bRځ7cx=~CK@ -f0}pqFdBq@- x셑t#V,^N]획Og"+mNsU鿹{ײ:Dоߪ 2*7d^0T1 h(Ȉf垚]FRJ6YJ=59ʛB!_IW$ ̒1,{U?TB7YM%+}Z"Y@Ч#܎.-v7K9HZn@Mqp7Ee-0LKICks#I}PY_I/Ť/xI^K]&3s>_e Pw* Z>ٲ',+زig-'8oY;>/P +"uH*Z<`pHメ 5N5lYnl;&3JޱiELjr.g"<8TG}oAbMѤ:KG4ݲ3;q?y6=F#4ahb&0QAE~ԋ68^r8VfmszO2TwD mbn}{P;ϓ1h+iЯEa5l'3l-$qS 22oE=⡽(#}Fs"EQ0[]I!}w7 F̗7R] ++=]ы\pnD8>_ݫ+F7 PW]~EIM2`"!#*m$].%% XLN`; zRN| H?Wu/-ݝ)3 eOA.\KxD}(Zm˶ɚ3b?:d-Q)Km'KKȘ >'"Ry}*>3b=fTk>* É} A[dQTE4vf ¾ϼ}D sU>{Ī\]yG,4Hbw~Yfڗcr%IfEu>w NP!"ζPw^19(cC)y%Åpe>Є +,Bz.ű\YTMY9qX] +Qg60P#9}œ?h8۪8|t- ]rvwª7 rVbOM3E 5\]]ʢdn+,I^ħe|e d̛.J"e 0*(TGj-hdMl Ⓚ)-5?aY΅>LZ6R:s؁2ViH/>a~YzdI̎=ohމ#8`Xp`$nnOjEQM@N:/( +k6 JQ<P۞'`%.|d3|(CxAy냤7PiUwu.2L'cK':pS?R['l1N֋}ؔm^fg25K|/)~,]` +]{Y;5E>s*G4pFq0\5(O*oU3ODɈ*J9I.gGX{ql5~諮3 yG9zPXZ$ˡǺ/Β4㩂t(S&_p(ᖰ;4e1HCs ~x/|g䜰N&=`ƕ(S[`0NUnV. },\lB:8o> endobj -616 0 obj << +738 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [478.712 491.639 494.275 503.101] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [478.712 460.344 494.275 471.806] /A << /S /GoTo /D 51 0 R >> >> endobj -617 0 obj << +739 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.817 390.754 378.934 402.216] /Subtype /Link -/A << /S /GoTo /D 75 0 R >> ->> endobj -618 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [340.662 262.833 356.503 274.295] -/Subtype /Link -/A << /S /GoTo /D 51 0 R >> +/Rect [351.103 358.938 366.667 370.4] +/A << /S /GoTo /D 75 0 R >> >> endobj -622 0 obj -[620 0 R /XYZ 144.727 742.991 null] +743 0 obj +[741 0 R /XYZ 144.727 742.991 null] endobj 99 0 obj -[620 0 R /XYZ 144.727 450.765 null] +[741 0 R /XYZ 144.727 418.949 null] endobj -619 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F362 552 0 R /F103 390 0 R /F480 623 0 R >> +740 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -626 0 obj << -/Length 3245 +747 0 obj << +/Length 3897 /Filter /FlateDecode >> stream -xڵْ}B/$O${x]q*' -GFJ$fF7(Rcvf_x -J5[TT4JfvW̾]2xs]> / 59ido͇xəEjl9+`fOnvơH웛H<&щҌt6Ke&lwkۅN_eU;f43i#{vMFa<]^7}YW",Q7]c^n <c|#EEeY D͍Vx%ËqJF̉#Ha߉Erw:Z*lֽi].|#:;?۲il('(^`(Dml~\VdR!q >&]E,۲v4vMS=} dC=( -j ?{vf]NJ]~ipQW/vckĉ0qH(Ę3c>D1,!p0(9&ΰye'#{dQ|(V"ͦ(\тZ-ЪMp jZU;kb8|9Q>!s%%^=JE"H dۉ0J4N_(=ll2[.P7 -R> =Gq`-t0uGFc 1㴊G6p, lkW@Ծ8T旕'030pd~&=Bp;FD&;![ؑ,d t26NAϬ3 7`YP6ùQ -#h[1*gÆɏ+m+SH3~<$@,Zf̉M"H$5@ZqSV%Of$~j$8&.AX)5+*\DĊݦKw(wZ4xR]K1 -oZoAO҅|peչԤ/GYcp ?JaG"t]Kt7MYM|C] 8ćT?ȷe~ E;+_ vpJGj awQ[4yۗ&ohr׽k#!H@zQ\qje[̒`|Ia_iƕ3 .mו}[֮l ܍gjںowޜ ,6+ -z(4}ۊ2"R*S/ <a*+zf|gꄬ X MX;>g ހ- >k\+ q(9V֏e1FbMIf G[1 gHU6< !CWޜ)/z+@6TS F7ږ랰qLon֖_,?pw"r-N3A5EC#T90T#Gkz_}ྜ|4OH=.$ّ -l׷I8#2ي@3:|e]H ew|,5]ee(QVI|jt -f*ؒ @Bq?sc~՛=ʦXXԊЧ|u"$cwt/ѦBpͷ`-αXb0#-"st D1FF# 'юߑ00U8 >cN6 \w^Bi!q}8Jð%b9R6sx6do:} Hr -]Q[1.}l/;®ZBnq=~ؕ=iY=q ^Ұ% c>'24\CbZP3ObKN ŮǸH;{T~hE8T=&\Ak9A6 ;|RS,c?H,t-8n@A}Iܶ(M-؎TVKqE_۽T a7T'.^_\OB)r++6r*/4@cTgGeUKAQżGH&k2z8;#.4)L>1}/ +_VAwLe5E$lbgP>[-WCm>Nz=Ɖ+Dzi-e gni6*ʾ4w<:E%|Y* +m;2''جT\4 r.ߪY@r=ǩ$ͳ/D"%۸.4^5oqbI yV<)km+S6P"m-A;huS3yUė g6{.}\:AgO* +<ZCEXk;M͵S[۬mݽyO|aY#< Ż<\2EF㰘6 T=/ƦGªG:NG8?m9:@Ű?gl2 y2PM +z#0-r-c;O}@x> p2%xxa@81LV V Bzxfn[A1_.6m'hh,cѱ7Kh@Kg){F +x hqRA' Ǘ8@RN$I԰{6o,smȰ_gV [m 8@<>M3y57xBhc1QosqI<F6e#8b#><?_qgzOT('^-GC ޢ!^G/ +{mEg[ʷerPcu4*y^,y=NkCݵby<ۼ 6uu"jY褂@K4:ݔmG|wgj d$ixf0HM։? ;9TzNl5Zlp~_plh`bu_cD>T[A@7u@_6PRD4%>yK?@9 y|P@h"qfP[Per$8:-Xmf*:[jc3(o߷M(MMd `t!._6-1>~Pl?/:I*ql^&}8ӜX2Z#<j% k`D~߁ACqgAgp.qh\[Įtu` {@*;.cԹKs,nmK)GU;a< >\dz$J+ |x UAoqmRwW04k l;&YYő )k%% F,sMƎ7eljKXUL,%B]z-s 0]@FG=F'l}`S|sН0?َ^; dcKӁel6 } BwlU(cKgL[yв`Ntzs<~5=Pי? wm!k9C@ A:bSf 4~ҴyEYE +FaOc?0# מ/, w6e {Q0<'k\ل2,!mSEջ? (YX|L50D8-V"Z1L߽j +ӂg%."PLİ¥R@+,3719x|Iͻ!Ps &`{ JYFn77MgTS~6{l^yMbLRw[$ԏ!Za:%*"epbDuSU=\r)q)(]0`߅Ǭ `):JxT+}[IVJSb9V=-1==*aB;ΫMRGD§ Áت!TS&Z+w:S-h[`؄a3 +)EؕWU.LŖjλa9̦;Y?dekg>լjN};n- Hjꮍ{5:h׻Ajp  = >z6)q8x-G?ޢq4:4:e>)p{0uG**񴥼ݠ0iU}}$ʯ`(*i=@| +x~3x%sӆ;|lmm`<&cS r4:ֻ4: ?^W!y0kPίor8T;]iwWՕ=Q^o%ܖL8FjFzakEMp.2_1ǣgRYa/*EN`!ܿ*7nlSq~޺twjAUCH_\O #6'j`Xsԍ$Ye]꺾*, }H߱ endstream endobj -625 0 obj << +746 0 obj << /Type /Page -/Contents 626 0 R -/Resources 624 0 R +/Contents 747 0 R +/Resources 745 0 R /MediaBox [0 0 595.276 841.89] -/Parent 611 0 R +/Parent 727 0 R +/Annots [ 744 0 R ] +>> endobj +744 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.359 465.973 478.992 477.435] +/A << /S /GoTo /D 47 0 R >> >> endobj -627 0 obj -[625 0 R /XYZ 144.727 742.991 null] +748 0 obj +[746 0 R /XYZ 144.727 742.991 null] endobj 103 0 obj -[625 0 R /XYZ 144.727 625.267 null] +[746 0 R /XYZ 144.727 386.202 null] endobj -107 0 obj -[625 0 R /XYZ 144.727 447.616 null] -endobj -624 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F14 535 0 R /F215 510 0 R >> +745 0 obj << +/Font << /F99 491 0 R /F493 749 0 R /F496 750 0 R /F102 492 0 R /F111 493 0 R /F14 644 0 R /F229 614 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -633 0 obj << -/Length 3673 +756 0 obj << +/Length 3091 /Filter /FlateDecode >> stream -xڵk - -5\.R46)ʴ,$| 3,%"9rC"\Ջ/h, nƈD%"Tn)6 -7޹׷ڨP?ը8[%& WwWo$.%L.O%t~ .tE(W~6,V1n.0m?LT-Vۦ.6ej -v`£L"V21ZWERd*#„7TMHmˢmn]n 96e8+*4[]Ravz^̲9F -DŽu@n"C&]ŬWH8)MMT΁-%sOiuD@z7ysoxGe *uZ S 3j.znU*"nǒY'V o -ՏTh-u{dO2 *Lh fЅq(}y+ !/Ax:kš)cQ~T8u l^רLlp$@|H}spI*HO$Β1T6;@ijךc,9/]~=S -zrꄇ5@XC"<^PIІX@g ~UwC-PL}țyA ;wCkژ'lB۹C@(fxޚ^@33Msw5*ǟ @تhAU\U l[;JϾ΅:jzGF5ۼeH1;jb>_xJ Ym,θdXN'":LOuP2" }{ϲxrJۜhoeд3JnW Kt^Q} VĕQ*8␃r ;t -/(re(bϾGR9<@Uٻͧ&%+ZjY6CPQ_C_aMmo`+Sc-ꤋZg %"Nݡ-{bd$kC͝Z9XF"Ʉ*x¿}bC<$,9%}}ꛇ 5 yUPco<ȃ#@ /m1 G3j%@E9| -[A o- ={:!\:bb>ؓd[70&yš;jkzf4UBK^֙2E{LCqdh2-+ zÌ$DN*s~1H̑:爩宥Rx3H5|z:ws*`uWekf'`MZsfcNy5# -e9!yԛ4Sb5 - >#ϕ̤e=) H|>bg- -+ )`Ƒm#lz`239GB MlGGm4!AT -i%t --GKqcTeI8(5`gAyhLe-rNuKX~._^s*lLj8T<%x *N]ƞɪ -d )LL#x%pdO7)(G@?=s2N2"I1\o>`_114ť8++0!P5\àyg2*';2K>ex#Oc8`*}f/]" ta4BB]^C>PiU*f t ߫oNYz`Dȕҙ}B + l'Ť(0ˆ(w c8ލ)JGs}ܝGJ7 /x -yA-W&lS9P@=4e,uP 0C1Q-oXp!29 *6=}'bx){ok;0 -+F~ȏuO -nOFQq91H~|1Cp"hHo~wdb;d nW>R2|yqC>d{[`&d !msˢYr[#ݮi{!6+=.}bc&2a?>* 9*UgNu U"j -`߯ ЈT'yn -6fҦj|.IUZN>}Z -击aepl'Okۉa4zP3hLi:L=;6a)QDPo]e}p{{͙E/Fc̯+:X Yo%`4OC 3Z[|IJ,iW~eЁ.WG! UI9' 5`O`}bbԞt[%@)7J5;jVL>{p lAfjœ*V%a]ո}5v&ӨDv@Ķ~K?Ar'DĹ&AM8#.SW%5?LcUojW; tz9M_JkveqpvggXm]pΚF +ApThx9Ht{ڑIP-(,I\cpJCU|///$^|C$NvK={Wzܓn=k68YΟR ॶ&Y.tƈm| G3q鐀gj[>}/Ky +amImj[.魜G]$MD3ZuzKђ=]g{4Ud|lu%Ԧ-ǃC\f7c_6gr&AǦK>0wX'~QXluݖ{&sl5H HXkMV})$y;)`vA) ۅwf,Acؘ]ռRm6>Hr)9r䝉uJc9(ɜj$w\YN58AW33y>Q^Gن(_zZ' h( +IF@q1 *5rV?tCgMX,/h*݁ ϼXTTGoRlczjզÀE1hC˻Vz+r097y.rm4?؞C;"H><=Mb׿; R<˾K]Icu4'ׁ٪N#ѭS47'7pyd~[FBВ+zD.0bJ~t]ƧO:.eB1, {D&ӟ?LPG-͕34௘$!Ǘ$[cFRot֧2Hy&6,h_`1npbv$yޤ ½p啕w%crl~_ݔ r1; '8t_S I_b0V,5;!D=i:Zْx :d٧zn!tF +'̳0-xylqI;SzRXxM ~85n M;Ç[:Ff@ +K3ǫ2rQHLGp|zHamDL{ϛPi+c0Y,%֝[)%<Ń}S}uS]<`8 -}xEG^g,+ܚŹ͗ xFa'R$Fk>Ado:޿xۊ>@"h,j Sr䓆q3 x R>uj! e V:$ij*!+<uCLنCjuBd+Awe慥U`=J|Vܬ~+H59!9%+VȍեMpd[5AڠA[$:h*n(e (qCLHPEOރ -}hRBDYouv79^G5UEKg=I.n,$g6=kv[zw_GPs(T[ pF/Qh sɛ)ˡkMM`7 "ܑMvnd򲄫 +Z̜X{epj8bw_ppAT;O?3@[ tH_yB0jگ<:X zsr,޸~n1X9ojwcI0iGf4NH[B 匎emɧ$=tLjܗzq3Tw?yǺeRy}KbGmԖ0=‘g7ԒQf7ڝ]5QÜM TkHDd_o{N<Ayclfՙ.ᤶ﫵3Ȭĩוd䪚umk&mI"c7th[SzlH+5B#1L:`Q Xݽ, +!CiwQf2*rN4Պl* 05~I@sԁ\,s[Z$!H,HPAB2cWqQP:ͬ[p +>f$udd}䡶,@׏r̴HBS`[:ta}jT{:АWͮ=1̃ypu=㊺4y(-|R -zuRmG_#xRS示ʖ@it=FP$Vdsh(@H>چ)8@ %EWJJ |O%ʧ31Uz)[dlbA!e!܄_L.?aP(U\&P 0> endobj -628 0 obj << +751 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [167.925 638.282 175.451 649.744] /Subtype /Link -/A << /S /GoTo /D 495 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.664 339.552 496.124 351.014] +/A << /S /GoTo /D 599 0 R >> >> endobj -629 0 obj << +752 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.959 599.906 318.596 611.368] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [310.953 288.384 318.59 299.846] /A << /S /GoTo /D 59 0 R >> >> endobj -630 0 obj << +753 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [375.312 587.114 391.43 598.576] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [375.312 275.592 391.43 287.054] /A << /S /GoTo /D 67 0 R >> >> endobj -634 0 obj -[632 0 R /XYZ 144.727 742.991 null] +757 0 obj +[755 0 R /XYZ 144.727 742.991 null] endobj -631 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F97 389 0 R /F362 552 0 R >> +107 0 obj +[755 0 R /XYZ 144.727 718.084 null] +endobj +754 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F229 614 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -639 0 obj << -/Length 3379 +760 0 obj << +/Length 3773 /Filter /FlateDecode >> stream -xZY~_c%YTVWq<\?[)S"YA9Q|Nz:7 hC^@U-5(=ɣ Sr+٦^fHGR VQ^,\g,ֶ`ΘuSIx1Et_ -~2AM=ГB.hp=B;z!V>[gJ٩0pGj2' t xJ&i:sj;YhRND0yo?o -O(NFqg"wySx['za G oi -Խw nK客gY;'sVi J$`_: -6|b#z[f q <=78S'md= d\xO6evʛPD'!%s*!(ХӉU(4=74`'Hw_E!1#yS 5>WpCPPP$?9Ř'/H&_^>P%ԉX$rX+{sCݓjskA7֍c~(Eٗ>cW~U+Hu <ΪoGtX]ܧขU+K?R9уK^c@(dW* ivW)/YΌ Y螦,'j`ϡ6яw%{ -c2"H!mrt  *bb<պ(JM8H)*P!?ؼs6~3zurj>Wב>uיBn9h9I͆1f:=>9xJcOWUq"Ni(Bs]q JFt_X2 -CFkoN;/w # f>rT8~mw*/E:xvzmY2g8B+ʇ{g$361gdj4_q=zU:.R#Qm]i})iعd/4FD .kʽmb4\+gLa_2oZj In/`gCu8p= l-=) |HHQp7Yx=Zzqn'׵4p) };~E $]*Eg+J{ ھ>Z=9drM5۟p9ג|OpBLs*PP՚ n ʝhy@Vz$TC}oDU dD{Av=ƒ PL*./Uҟ^7mۙ+ZTt؇wD=9`.w`xBwsDK4<^N:Bh,ʷ4G սE)ږDe,|?Z]L1 +x[Yo~ׯŲn l4S4/30U,{וMC5ˬmҒQSZAΥGp7ɷeWiLrufǶ*2^5Xh[х :_[Awdtۿ#ILu_uHC $B @0߼3~L/@|Mwm'~*929>N/J |’BiqELMz~|s4ߚ4fw&{8N ԤH sFu?L @'Z@TGcXǩ ` zrEc +a:J;N~:#*9I4D2T2|:G#m +1)(v+<9&+>| :<{ZrHR\ΦL:eb".l0- :!=\ʟR>6%Rܿ>it[S]M܃+/r7k۴*ٗ  d˚8EyG]6ɳzϹ3R./huĆad?u>+ާ sz)UY_mCMcڮ=pꍹ# -0 ԊQ;-F"hefi&PCII-% 1>n*zvTTlW:FoVi LP_'93b'b{wvP@KmZ3YOo&h:u͈%fP&ctiYgIk4DXH&6VeYCc"99 $4gQ1 +YSFKffprd:ٔeMG4(*]AAȱŸby`I33X~ӌ滖;|PWIoV moL:d!dmL :ek\@kvN@|[Aw{ifp/+(L! 4w#aR%Y&4Z>!J 0`Ԅ7!܆ 1o-PJ-K +|]fYy׳ PB;Zl; kH*F _Oʤ? + weY W5G[mڼ;QBT9Hl*cB SVxjVhc>Ѭ|tY'Ki7d@|@DU'|5)^a ziu@_S~55>蚘VYdS<&|ĚX0?g}2߂^Yܟ{P)3*}E3@gnM}ޕ̋cFӠ *@WiZvO\0(d൴ #*POָ=B_Yvj|ˬM}E+`M*L[ms&xgDrZ'>Fi veP+mrnM6ICm$39W(Y g*Pu -5+WmUu*qo,Rq 9 lCKݚS.dl@ta$#Y  "or mrt!H=K΍"/#͕ę}Ffk!GKБKY~Zu/iB2(×pycXU/ԍ608!2ˣzR(ǽDKum[I]Ĺ1Ŋ'y%?K< +[nb)F_LS t^Nk[L_mr;/ԐhI]piT6'$iy-Bh{)Rt{jsU{?n +-vU?ofRܤ2qӻ׶!~i3zSD/ǡ˄Dn6MǸ9tQW.ڛRۦasлEFyY8qy%%XaC`upKW8y`ucoD8 +&辢ltA7%Cd{Y >X +=}m_}>f_o;uI7b'Bt_itAIW@ T7Up)RQ;vmucrg5/=Fx}z2ͨ^=xgo'*>/ +U'qVOy7e+U +r®%{"Js3o̱?^: +1lyj} `;"+J vpD/EZ {9Һ@۴By$x*:Yi况AƯLܨj H|5Eœ1]޼Lw:mIPqۚQJ!aiW z9Tݕ]mm[{7 h-MFW h'rI9숴IjJ{ x[]X*$SHrNUu8E~x@^FǃiIy)~ƒ)U|%ظvb(&,l?XsAm D# endstream endobj -638 0 obj << +759 0 obj << /Type /Page -/Contents 639 0 R -/Resources 637 0 R +/Contents 760 0 R +/Resources 758 0 R /MediaBox [0 0 595.276 841.89] -/Parent 611 0 R -/Annots [ 635 0 R ] +/Parent 762 0 R >> endobj -635 0 obj << +761 0 obj +[759 0 R /XYZ 144.727 742.991 null] +endobj +758 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F392 660 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +767 0 obj << +/Length 3224 +/Filter /FlateDecode +>> +stream +xZY~_cq2|GdQҧ`7A<ꪻ!Oyv"jҳުv6ͪ"w-C]6r_WLV /y[}dg0L)-jva>2Gؙ,[C/eUGB sMˬxѮ68Hਖ਼R)[)0΢bF +OKqZMTכy(μwZ+vV37{zC=*+ale+Y'8$S/׮FG+ GndtQr&tGͽih.EWd9(&|wNVڤ{IwcgIrdq W"T wǃyH\5l|oںo2>:@ypA@N/Mty5ƞ#P99&P ɽ:Q=7:@j3TĢ{I#F',~wAkiZi~CtuHA&f~p]!X5Rgs||Tvdd1߲I;X3ͺL3{kXvLEeoVW}H )o9=2@χt,k ҴmzM/1BkBL1t"3F?l[U@˩q%Zƹ܉sV D$~}}_uԜֻCĺn&?w^V$X ,_ ,_ ZܩOuWwtdш=K`LVqy +i9%HMyy n#7^'H,X"L8Uq5XiqLȱ>.,|0;{ w Kq%-;$-R,%@( +aLӛ)汄 b>^ȚRp*9jjpK~\ϽŞkD<ו34)"FE&3݇b8 {HgA*#;Ҳ##vA":5>o ٠ "ࠠ-L3?F|7'SQA84B6DspM/E~z ݀dAfm\﹩wκ3xgUx`+ ``zHS|"S&25\\k+2p G4/ M$dss4MDy +7H'% .LI|*] +BG + wv"!!K+S(rQc+^de|Q!3ጟ .Co=Tu=Y= 43xCm2}}*-PC֌|p<q BPa#f?=KG6y QӴwW,늧Kנ: _OW*ݭb^Q IurϚ;Z@! +O g}&.i0BM//8 c*_+`7#--1⋏*JqJv',Ah`8 +} @JDfتXɚz=cOkA:,v6iRu_Sc4Xa^!А{[4"HY +fA#4靔t+\|U_U.]b{S.E +.zfSyWf$2h&b +a T)FIWBjcڳ:ȈKrBBr]ҢۯCe#G|7;mvAV\:7-L\J-fWFg7Hzl{Ԃד!*,˵8d<75e&zVŰxqo4_f8Og5Ȗ&kUjSR +gӏpYj[Z*q1fO0JᐺG2c9$bB{O9,P|@tL/64דw]7m+()c5L)omEI NuA ˵gAx?U[aT}C1;\ZX `F1v7iv7o@ǒ .[T/\%SL_2̡M}Qdțci) EW;h$?V{oVcJP~&"%a.osQՐ g{RWl";<Q>j `~o 4k")6JD)mEV#SNӾV0uI%> Rztyi60K-mh\驝ŠC'3i aNuTIjB +w9/un TLmM-'7(u\C Z>C'\ xօdwV9t0E@]_g]лXU1kC_l QaX[}qcŃ,Dq@(B`6@R z);9mVqdZXWTq#OoVC0!xqq%fp] 8zoi_tD}t.E,!̡ +ڒ > endobj +763 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [202.331 116.601 269.081 128.063] -/Subtype/Link/A<%20Robert%20Schlicht?subject=[microtype%20v2.0])>> +/Rect [202.331 188.372 269.081 199.834] +/Subtype/Link/A<%20Robert%20Schlicht?subject=[microtype%20v2.2])>> >> endobj -640 0 obj -[638 0 R /XYZ 144.727 742.991 null] +768 0 obj +[766 0 R /XYZ 144.727 742.991 null] endobj 111 0 obj -[638 0 R /XYZ 144.727 237.374 null] +[766 0 R /XYZ 144.727 309.145 null] endobj -637 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F97 389 0 R /F103 390 0 R >> +115 0 obj +[766 0 R /XYZ 144.727 173.414 null] +endobj +765 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -650 0 obj << -/Length 3944 +780 0 obj << +/Length 3942 /Filter /FlateDecode >> stream -xZ[w6~ٗϱiJ䤹4tlZ%%);ίoP"Ɍ/373r^<:xYqfW73&exKF<]-fOU/{~OyWofΒzO^\:a|}l7(i2gBPb瓨 -|(yNYE XM6$UEk; -I(y2ӉV uʛs%&fKCqp_m]*/4q;?`Q(\> ŭ~;%b02j9q2X *9k-ʿNym,ܪەYܠWe  +SjlH,HQu^ղkH4KOX)xݴaSdss޸_U7vNkL^:o6c |nMUt22>Qa+'cVZ2Xg Z`v.ˋ 1'O#lTPE -݉S k6#x_"tuU;}V޺*T1&/+IxRQ"W3 w KXew].jy:s/9Z(LfwNSW%IefA(v#fr6ydoLNp;aG -VPHN⊦NuƘmMkzj)q> !L4L#>)"2 @֣v;ɺK9CHqpZ Htʀi2Ť"g'eZ?+8Q}*E‚"ƑYpGbю IȣdHf5Ƽdxp&9avZrQ]{l{x;t??ՎJE29ֆυN"5ԊS7[fK}Vjdnܮ">hufSՈnm 7na׎<_&[)ƹGք^͆/Bq,xIrpU*$&J_m#=ZƦj:/:| 3oCV\lA'_L;SXRm9( Aa_o -C9u!(]dy}ۍQ1T4"XVvnaq޴; AF I!tatJlf$1u'zNq憍5nM]zh - g3vEIY,,:x,!0;UDpi-6mi4Iڬ@2[։je}pP<9;]_^3`? i/6!+xvd̻G^ԡ}& -"s)\ܑ\G.lh_or^-僑P1i^"'`0EIVQN@ "JT\D2 Rr:"E2u HΛo4SBDéi7(;Y2ER2ԃd( -:_ѽ6YqpΕYԿ欣mvS{QY9-2N8u6fK8pBleh_]cuԃ:8w&(K' - RnvV n[$T]$(|*I&/zz@`)8 P~p|$:4$\P ρ-gY;uC'q( 8q}R` Ӹ&Q6cmdOԂR%!tb0s!VH?)91zFwsBXscjS] 2}"҇.#Y -`i>~ LĻ[I(N~ ?ʢgw^ȊRXO:v(b(GOach֬'.f( yӄǎ{ZtAVy~);eZAC4 Y:s˫gUNx0]Ks>y$¨!neGl|Ú̏K錧c_'E^'7]kI';7\滋.C5qqY.Ls^c]\)5ģNdm[ qJ;V>{PAs=XuִyٽV?:s7HZ{n5= -ƮM6ř8ٕmw$a? 鶆!M%e@;>r$ 3НxEL<0w;LG"_M!V1Q֝A ѱL -C.OS%Lۻ+{i:$x J|=!1I*.j.K|!.ACm}6%*f EbƦ0܀!1w[rH[D sY5$aC&Ca -+ p?G5òt> -9MUM>ϻ -9v_Wu~xŻsDDg.yFx +%|ܞ[0[YdnۙԒB;}y&ݎtQAʤmWJ&4JCfJLjl@[0afcs<⋓Oxr]wB\A: s62N2U$3C2v4eT1(T:+ 'lm҇5X5gf{w[!)?[FV\<Ϯ "qK]pJ@Խ(Kp+:*+Haޯ0vl8 rCޜ[Z+!"t;5rRxA$uYZsֱԮv lu_$ *&5eJJthU8eU%X2(H%t +:,IDk6wAT޺=C3X ILti;6_SWU7BjL^!;d~Mubiq6`wɜEQkǚK"WҾBSp.SQ,;iv]4^!TcP]ȄW~:fRCke6DZ+OZe pBD6I!7!gRqhLВ r&ܜM4?ecő1P}KC<4G4edȨP0/l9G֤^к&uJg-} )o=6lksү#@L3qڥK鋍5rzrsܝd"2Y>hn7?<X +PI5u+AJD ?m +t֧̲?: +r0:7m|X~$(\D1]Z=KUo uV);Z +N{|k.ccv:j K* ĮPw£Gf!=JP,Eg GI=Ѹ*;Δܿڤ7P &(V{^BE6Gm|)RR~զ2/7UYyn_So7S%/9!kJDF>lwTzkKrϿNpV4W9+ מRWmۙ)IYm">@RMZ&t<7Uz7"?>$4]ӆMYۿ'@ouk̄Gȁ$G`pз +C8^ffAIIQ4RFp~X™l\/ˢOQO !WD(SE^mc'C\=׻(A 3pJި> FOkşy2DkP4QDB!"ؘ&)l=\r2{"o)Z&wC0dh S(+Hdj󿝇H*]Zc*o|mPy"٘$Wp8nH{7DDNNmE'ӸY`{_ +gMo'J$3Tti7-yo"}"_~@F|_\-'efOd"ڍXtN*'KLX0B"㮺?*>|KL)ݟ؎$ӈlr#)?EĢvOUI%хVnG1$V۵G_1/}ZUG#ljD+1T7ϥ@S.Ο SITXX?NJa/CMnNS9 +m*َzG۳,U0ت|u6؆wPJR̮ /Dx<廝{e[I2.kvjEju}ާ5kKݘ8*JPm}s)Fgaɐ/o^i3TÑϜ7eμ, +>:([;v;!yY@#?#Ybƺ0ItRYᏴ:o=q̃e4o[  rYlz\bbB:+< :nK2[5!طhM"8+Ò<6cX +{X<R`I8.cĉ0Cz'XPOp{liSv'4R=x5;'x5%2YK}ğt- hHM":U@ VuUxNa,ZDi2ND ) + }ԐL&K=Mտz:Rkmj?aHois3r=uy[_gO3Aa]8r>#6҉2ӥKQ Z/?DD'T&# r-}}mT0[${@cHӀuIxw$!I*b=aŹ):;ȣ>WI\ݕs-/M#{/ڟLr.O]^@KxgQЅ?;Mq{@(bJ%#lI+6vUY6O G:w)Ҋ7h3_<x="\yY4E5Q| I{6wq`pGÄt%({_)J{=l V;tXh93Egx9 eW69V++'*HL)퀊aH׉-ʛq,F"Bcq^,VrqU4}#֨ 5oV۰TҞVٚ9gfl)H'R-ՀE{ G&.B,8D0>b5yxGU 2hD> endobj -636 0 obj << +764 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [412.059 643.633 466.874 653.461] /Subtype /Link -/A << /S /GoTo /D 652 0 R >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [412.059 693.88 466.874 703.708] +/A << /S /GoTo /D 782 0 R >> >> endobj -641 0 obj << +769 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [190.067 288.414 471.512 300.354] +/Rect [190.067 337.921 471.512 349.862] /Subtype/Link/A<> >> endobj -642 0 obj << +770 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [190.067 246.321 451.586 258.261] +/Rect [190.067 295.062 451.586 307.002] /Subtype/Link/A<> >> endobj -643 0 obj << +771 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [154.879 204.228 236.573 216.169] +/Rect [154.879 252.202 236.573 264.143] /Subtype/Link/A<> >> endobj -644 0 obj << +772 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [312.03 204.228 488.368 216.169] +/Rect [312.03 252.202 488.368 264.143] /Subtype/Link/A<> >> endobj -645 0 obj << +773 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [181.392 222.135 317.88 234.075] +/Subtype/Link/A<> +>> endobj +774 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [182.629 174.928 334.061 186.868] +/Rect [181.392 192.067 332.824 204.008] /Subtype/Link/A<> >> endobj -646 0 obj << +775 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [252.323 145.627 408.736 157.567] +/Rect [251.2 162 407.613 173.94] /Subtype/Link/A<> >> endobj -647 0 obj << +776 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.233 116.327 279.721 128.267] +/Rect [142.237 131.933 278.725 143.873] /Subtype/Link/A<> >> endobj -651 0 obj -[649 0 R /XYZ 144.727 742.991 null] -endobj -115 0 obj -[649 0 R /XYZ 144.727 718.084 null] +781 0 obj +[779 0 R /XYZ 144.727 742.991 null] endobj 119 0 obj -[649 0 R /XYZ 144.727 360.241 null] +[779 0 R /XYZ 144.727 407.806 null] endobj -511 0 obj -[649 0 R /XYZ 119.821 330.148 null] +615 0 obj +[779 0 R /XYZ 119.821 379.655 null] endobj -652 0 obj -[649 0 R /XYZ 119.821 288.055 null] +782 0 obj +[779 0 R /XYZ 119.821 336.796 null] endobj -537 0 obj -[649 0 R /XYZ 119.821 245.962 null] +646 0 obj +[779 0 R /XYZ 119.821 293.936 null] endobj -557 0 obj -[649 0 R /XYZ 119.821 203.869 null] +728 0 obj +[779 0 R /XYZ 119.821 251.077 null] endobj -512 0 obj -[649 0 R /XYZ 119.821 174.569 null] +667 0 obj +[779 0 R /XYZ 119.821 221.009 null] endobj -513 0 obj -[649 0 R /XYZ 119.821 145.268 null] +616 0 obj +[779 0 R /XYZ 119.821 190.942 null] endobj -648 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F215 510 0 R /F97 389 0 R /F11 556 0 R /F362 552 0 R >> +617 0 obj +[779 0 R /XYZ 119.821 160.874 null] +endobj +778 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F102 492 0 R /F111 493 0 R /F11 666 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -672 0 obj << -/Length 2636 +802 0 obj << +/Length 2698 /Filter /FlateDecode >> stream -xڭYYs6~*M"~Nɞ+ٚ*P$REIU. _w88x_BBLC@8G! K -Zߏq>h~]0{t4w?.L'ȀBEӯ8XFLEs;u0 9 <`zrQ%]]Ǽ"XҐH)5(C\@nFV(Ϊu@ִY&=FW#lc?M 7ɗVga((7S[)D^Csm~5AmdLij;<K8ssPrVwL4.mWg[\6G*CdIb~~Y\jۨuQ[ ܋E܃QJ4+ uvM R$)Ɲ"2uD0#08g;$ 3Kٲbn Á) añ -iU(I -x{S[GڣKͱByݎ3jޤ6 -q{,a,^ qj>23#γ 6P#L5Gk^8'|~H|R -*&w*97aqތ#{i -h,=Y0yQ[6 Ƹ~uV+^}dcccl.ΙbX:h Jͻ[*$8&~>^CG|΅AcH4.vGI~K4R8tc#YD!J ߌOvwWjo$ԁZ?M}(m;fЪAz$@Ѷʂ"P>7yQŮ>=H93ZnsbJ3?zÐ1q!\.dˏ]E0&κ`p6:[m7Uڽ!;1 ۙ^|ܩ#V#Z3px?*YZuYvdE)0 -Ŕ0ڤswq iʘ@# >5D=!=F6A9@OxwIeꙿO`Il|:lmiQ:e셶(9~"D,$PKSGOG=k\Q$Yy/o$RdKii\9⟭Q %IPi= -l:u\uLs}P=l?*Kmq8N-PWYXꭙg;;O.-N4'Ypod(dY?^D2GDbٴZC,񁤓tIO%^WV~p$v45b#=Q60`1# X`!9C7ZΚLPe:봆n>4:@CPZEdK2IU|2X"LKBGq2 j2V1ʥ%G8~e1M4Xky 9fdbH'}pli`;zb(!DZS8Ѱ)xJ3u@}mbPc mm S"%T՚N bВ$ HРx(.fJ5>NB`} +_n1;wܰCv`wƪNޗ.Y[qiSjVO\QIr.@#آ[S>YPD87_?Ć}*фJƚAȩ8oLM +@W0oЄX\p.SlB`vQ.&T;?*ɣ2A z!:G}dzQ /OR6@Ƒ~\|t|5]'QgnMĒ3 +X5@( ZbA +%J[:-@V|\nrs-x$we,tx=p 19rRP0}g B؋ѽ%'C(Ȯ9)ݦ&?Flg$!Y={ fh*W/=rH*^t1DD*VZv3Y|NDAuź."\X_˃n4|&:Yoi1Өo']ݚfٹw\JH"Zo1] +D@xÿ+ACQkL}ss_v endstream endobj -671 0 obj << +801 0 obj << /Type /Page -/Contents 672 0 R -/Resources 670 0 R +/Contents 802 0 R +/Resources 800 0 R /MediaBox [0 0 595.276 841.89] -/Parent 653 0 R -/Annots [ 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R ] +/Parent 762 0 R +/Annots [ 777 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R 798 0 R 799 0 R ] >> endobj -654 0 obj << +777 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.132 680.376 416.484 691.838] -/Subtype /Link -/A << /S /GoTo /D 367 0 R >> +/A << /S /GoTo /D 379 0 R >> >> endobj -655 0 obj << +783 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.539 614.855 477.07 626.521] /Subtype /Link -/A << /S /GoTo /D 99 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.621 575.075 280.461 586.851] +/A << /S /GoTo /D 75 0 R >> >> endobj -656 0 obj << +784 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [301.071 542.567 316.911 553.934] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [233.056 549.804 248.896 560.968] /A << /S /GoTo /D 75 0 R >> >> endobj -657 0 obj << +785 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [320.458 542.567 336.299 553.934] /Subtype /Link -/A << /S /GoTo /D 79 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [176.966 524.878 192.807 535.383] +/A << /S /GoTo /D 71 0 R >> >> endobj -658 0 obj << +786 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [356.184 542.567 372.025 553.934] /Subtype /Link -/A << /S /GoTo /D 83 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [196.832 499.294 204.364 509.799] +/A << /S /GoTo /D 103 0 R >> >> endobj -659 0 obj << +787 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.761 517.546 231.601 528.35] /Subtype /Link -/A << /S /GoTo /D 47 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [163.646 473.709 179.487 484.215] +/A << /S /GoTo /D 91 0 R >> >> endobj -660 0 obj << +788 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [251.487 517.546 259.019 528.35] +/Rect [176.966 448.125 184.498 458.631] +/A << /S /GoTo /D 95 0 R >> +>> endobj +789 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [469.539 387.333 477.07 398.999] /A << /S /GoTo /D 99 0 R >> >> endobj -661 0 obj << +790 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [258.909 491.304 274.749 502.766] /Subtype /Link -/A << /S /GoTo /D 51 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.127 314.5 301.967 325.868] +/A << /S /GoTo /D 75 0 R >> >> endobj -662 0 obj << +791 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.635 491.304 302.167 502.766] /Subtype /Link -/A << /S /GoTo /D 95 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.514 314.5 321.355 325.868] +/A << /S /GoTo /D 79 0 R >> >> endobj -663 0 obj << +792 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [437.858 478.606 445.29 489.974] /Subtype /Link -/A << /S /GoTo /D 59 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [341.24 314.5 357.081 325.868] +/A << /S /GoTo /D 83 0 R >> >> endobj -664 0 obj << +793 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.712 478.606 496.145 489.974] /Subtype /Link -/A << /S /GoTo /D 495 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [200.817 289.479 216.657 300.283] +/A << /S /GoTo /D 47 0 R >> >> endobj -665 0 obj << +794 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.824 418.922 446.356 430.384] /Subtype /Link -/A << /S /GoTo /D 63 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.543 289.479 244.075 300.283] +/A << /S /GoTo /D 99 0 R >> >> endobj -666 0 obj << +795 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [480.589 227.359 496.153 239.025] /Subtype /Link -/A << /S /GoTo /D 55 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.965 263.237 259.806 274.699] +/A << /S /GoTo /D 51 0 R >> >> endobj -667 0 obj << +796 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [302.326 168.153 309.858 179.231] /Subtype /Link -/A << /S /GoTo /D 103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [279.691 263.237 287.223 274.699] +/A << /S /GoTo /D 95 0 R >> >> endobj -668 0 obj << +797 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [395.945 142.185 403.477 153.647] /Subtype /Link -/A << /S /GoTo /D 95 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [437.858 250.54 445.29 261.907] +/A << /S /GoTo /D 59 0 R >> >> endobj -669 0 obj << +798 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [414.874 129.393 422.406 140.855] +/Rect [488.712 250.54 496.145 261.907] +/A << /S /GoTo /D 599 0 R >> +>> endobj +799 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 59 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [438.824 190.31 446.356 201.772] +/A << /S /GoTo /D 63 0 R >> >> endobj -673 0 obj -[671 0 R /XYZ 144.727 742.991 null] +803 0 obj +[801 0 R /XYZ 144.727 742.991 null] endobj 123 0 obj -[671 0 R /XYZ 144.727 718.084 null] +[801 0 R /XYZ 144.727 718.084 null] endobj -670 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R >> +800 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -690 0 obj << -/Length 2446 +818 0 obj << +/Length 2654 /Filter /FlateDecode >> stream -xZmsܶ_o>X^Hl3MGN㌓IL#N7''vIHY|NA;(a2z1 ߒY&q&tu3j643lio]_3 0bl+=8cѬ7D'lK1U DEb}H f%旔6FY/f$xx_oA4Ul ]_54fh[Y4_HN=8si߭Uk3t{U]/Xi8UFfd% -7^ėv°*1}/zti.A7A:9'#aTy++7p"6PpX@v@ҠRaksk]\ՙ>AAC'Tu:m8Ȼ4joE[؋zd(c`/c0#%oz[ބ^.κtU͟n%$E #fhIS 5m!1/Ԏ TF<͌ MM> M?RG{7 XC k~] lHeQ)F2_V%} |f LFיiH>aQzGYanq{'à+ڏ}S$%ca->g󋧳 bX=>_U#_4-\{´ڐ1iA( |>XY90Ls2}K,ecW37Z/}J,v./ AE7/()(pl e( -}]VD!1 ' s:cWA+_ -`<@ІM .!Ə,}Nqؓٵes4m(rH6{> m̻c4NR ҡBD%l.F9Phkϯ!1]7l[c Gtly[OGMX-kW/pƲ &ݮ='9NO^os0ꩻEomB.'Oi?%(H1  $U9%R?FXJIlZ@?)?<._?B8a:G,w`C(ј#y%0,Cr",9 1t -:{Ϧ*\-wNmx-7:1Y^}?QC{=3Lݾy#e z:ƪܔlf M-\KwؙB=~.hޝݽP]&tُgG v%W~N>Bݖ%&h|I%I/-D08Kesnkt$ ]̥RqR{|}SG*_d?Y936muGq“`w4;7Hl#cvTq*Ngwu +xڵZ[oܶ~طȀM. +yj'E$n")p+m$m\ןM+i4x)r3|CngxgW/l,dvQJY%4]Kؿڿo/)K/K ͒?i@"bifzϞ_}:3xFSfd6_ +x #ٽ1L9g=^)C rhv/ɞU~Nd]kZgg_h{_@f%{x2l nz z l8XehGۈ +ov ;TP^/u0ޠvhA~S +h,Oa$#8VWqGrD``=?UOָ0b;_Z7~BƳm*ƿ մ{uR˲y@J:ߝ,Q(틽FHq⦍UeǍ`<HMOTRI8W$ @WR/ U4۶)e092'R ֘cvU/vwOxzp4ˆyg]cD_/IS + {,XK,p_L>2P?}ܶNVY9.)eqDr!>o> endobj -674 0 obj << +804 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [480.589 597.56 496.153 609.227] +/A << /S /GoTo /D 55 0 R >> +>> endobj +805 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [287.382 537.809 294.914 548.888] +/A << /S /GoTo /D 103 0 R >> +>> endobj +806 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.91 594.392 199.442 604.898] +/Rect [381.001 511.841 388.533 523.303] +/A << /S /GoTo /D 95 0 R >> +>> endobj +807 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.874 499.049 422.406 510.511] /A << /S /GoTo /D 59 0 R >> >> endobj -675 0 obj << +808 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.648 580.943 461.489 592.405] +/Rect [176.966 362.819 184.498 373.325] +/A << /S /GoTo /D 59 0 R >> +>> endobj +809 0 obj << +/Type /Annot /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.648 349.37 461.489 360.832] /A << /S /GoTo /D 51 0 R >> >> endobj -676 0 obj << +810 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [300.234 556.016 316.074 566.82] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [285.29 324.443 301.131 335.247] /A << /S /GoTo /D 67 0 R >> >> endobj -677 0 obj << +811 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [299.208 405.679 306.739 417.141] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.264 174.106 291.795 185.568] /A << /S /GoTo /D 59 0 R >> >> endobj -678 0 obj << +812 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.625 405.679 334.157 417.141] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [311.681 174.106 319.213 185.568] /A << /S /GoTo /D 63 0 R >> >> endobj -679 0 obj << +813 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.077 380.094 325.609 391.556] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [303.133 148.521 310.665 159.983] /A << /S /GoTo /D 63 0 R >> >> endobj -680 0 obj << +814 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.91 355.168 207.751 365.673] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [176.966 123.595 192.807 134.1] /A << /S /GoTo /D 91 0 R >> >> endobj -681 0 obj << +819 0 obj +[817 0 R /XYZ 144.727 742.991 null] +endobj +816 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +837 0 obj << +/Length 2198 +/Filter /FlateDecode +>> +stream +xZmoܸ_oY6WQLQ='ˡɶ">Z +˞CҊZyvK78 pw˓J)IHRH"LULo/!^k9e9½ST/#B`-Æz~y!‌H*$ɷ_pnj0P(9OS +OSH4c EaH!BRѯ Vխ_| E:\?eI]o_)T亪z2A&Nnmm>\a4:iA0̃&P>we#DGÙs3YH``O'}o6Ps J`;]FQ׵rZB zcn8>ˬq~nL⻬W3m͠iTϩK(F!c4~Yҗgy(~> ޖ;ri_;}d`_v_¹m ") Q4b>ALJp2D`Y.9W81+ q8\uq8V2oO! +ce x}!!n6=ڒf"Y5ȥ&tqr CJ>C؏#nsCt +1H̃x"ؤ`SA y&Uf@E)k%P<_-̜XD%TyS,;{G3GX2,< |x\Ǎo.M0Jg"d%YIa%YmûmlZφ+Cp`c<Ru*MUmp~YoFqQWRX&Ţڶmk]Nr#!ߋPaF}N9YՒOk!LGC1 ֱnpHcvC{;> +'}ώEM|efȐLL|NA]gMGXVo9HkЌ}; 8<$-ulLFV`s,ȸ 6w>ktpP^y"D +DNDy u| @@lHVoQԄ7o܊apQNৄ!I9m>,ʳ'PPM[YynLOv3ະY~`pyIuAeyhGn(:Bĸ!gWh}}Ƭ#U{,B1(|~#(*pR_A^I/CIׯQK0)+3.|Cvc~PSzOit]We8E +|;Qn?ϜH:Ea_:eNB`*ѴefYx:mIjUڋ C\j ,o5vIWE:[|.L0 5&2. +5>N"~jG#+K#~XNt# ŸzхC7~ +<2gyYa"IĠ#ecwP èW{Jƻ_k0˚ +%ɒGuF'}ĻndRZ \V4=}vJly>-bU3/ *it4A4Xuc3Dq3]c +b".%"k庵WVTȊʷ!/OxˎiG:.2cq6x"U^(sMx0w@,B[fr +c3z2ZlVy3 Umvj'SO7y: +w.rQNURX]Pr0"Wq>e%>SojE?tn^t'8d p~:ۊCN-/K(IJ66f; Q_ȏ($i2ťQcTy3AFwI獵 j$+X@z#pYDf[ôhbL˫{]'q~YD~ʛigcPD]"'3i| QksO˓- +endstream +endobj +836 0 obj << +/Type /Page +/Contents 837 0 R +/Resources 835 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 762 0 R +/Annots [ 815 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R 831 0 R 832 0 R 833 0 R 834 0 R ] +>> endobj +815 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [410.281 341.718 439.97 353.384] /Subtype /Link -/A << /S /GoTo /D 235 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [410.281 705.038 439.97 716.704] +/A << /S /GoTo /D 243 0 R >> >> endobj -682 0 obj << +820 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [284.154 256.656 299.995 267.461] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [269.21 619.976 285.051 630.781] /A << /S /GoTo /D 39 0 R >> >> endobj -683 0 obj << +821 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.88 256.656 327.412 267.461] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [304.936 619.976 312.468 630.781] /A << /S /GoTo /D 63 0 R >> >> endobj -684 0 obj << +822 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.785 230.415 435.626 241.877] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [404.841 593.735 420.682 605.197] /A << /S /GoTo /D 35 0 R >> >> endobj -685 0 obj << +823 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.092 157.488 345.932 168.95] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [315.148 520.808 330.988 532.27] /A << /S /GoTo /D 35 0 R >> >> endobj -686 0 obj << +824 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.243 144.696 455.36 156.158] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.243 508.016 455.36 519.478] /A << /S /GoTo /D 43 0 R >> >> endobj -687 0 obj << +825 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [476.757 144.696 492.875 156.158] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [476.757 508.016 492.875 519.478] /A << /S /GoTo /D 71 0 R >> >> endobj -691 0 obj -[689 0 R /XYZ 144.727 742.991 null] -endobj -688 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -703 0 obj << -/Length 1415 -/Filter /FlateDecode ->> -stream -xڽWYs6~ׯ[ o8Ik3ؙ)DB<AFD)ʸ}%ޭɻd>!&bQHC/4w=:xA_zьqj?|U9'HQ'gɷ"b(@Q/)&_OF,}PrxϽlr1h+6W,؟r%y6|jC7l4jws:ִrcQQX 91"JxF pljp|xiizH[Yy0wudخm4hd2iC/}T2+:V*စG^}9w=a4e+6&ZmF8K32TzkrFqldfmcv:˻UٞEz({F ICDC'/9!sUډߘ0q#d;"mVKkeR~HeZfI~&rٸ,APן? 0B50adv ۍzeRVr#a)ѐVuU_{biXI4 ! -Vۑ(hGvh 18d9r2q̼)!+gBR_ZYg5wJ2^yUݩ(;-s'( _R'7"vSaJ*m -RLCb;TY= rqTu 0{WAeSKbךCJcp@i4 \{R~8k*+E>-h1SouA2XOc1oX쭲ouay^v3}ìL}|퍥hdo51/ʰE,!9jɧU*`E^> endobj -692 0 obj << +826 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [178.59 692.903 194.431 703.409] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [163.646 470.297 179.487 480.802] /A << /S /GoTo /D 43 0 R >> >> endobj -693 0 obj << +827 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [414.027 644.903 421.559 656.569] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.027 422.296 421.559 433.963] /A << /S /GoTo /D 59 0 R >> >> endobj -694 0 obj << +828 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.683 584.768 465.524 596.435] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [449.683 362.162 465.524 373.828] /A << /S /GoTo /D 55 0 R >> >> endobj -695 0 obj << +829 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [374.924 538.083 382.456 548.888] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [374.924 315.476 382.456 326.281] /A << /S /GoTo /D 59 0 R >> >> endobj -696 0 obj << +830 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.56 538.083 434.092 548.888] /Subtype /Link -/A << /S /GoTo /D 495 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [426.56 315.476 434.092 326.281] +/A << /S /GoTo /D 599 0 R >> >> endobj -697 0 obj << +831 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.649 474.122 253.489 484.628] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [222.705 251.516 238.545 262.021] /A << /S /GoTo /D 91 0 R >> >> endobj -698 0 obj << +832 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [411.248 426.78 427.088 437.788] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [411.248 204.173 427.088 215.182] /A << /S /GoTo /D 87 0 R >> >> endobj -699 0 obj << +833 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [486.903 413.33 494.435 424.792] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [486.903 190.723 494.435 202.185] /A << /S /GoTo /D 63 0 R >> >> endobj -700 0 obj << +834 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [364.214 400.538 380.054 412] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [364.214 177.931 380.054 189.393] /A << /S /GoTo /D 91 0 R >> >> endobj -704 0 obj -[702 0 R /XYZ 144.727 742.991 null] +838 0 obj +[836 0 R /XYZ 144.727 742.991 null] endobj -701 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +835 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -707 0 obj << -/Length 1978 +841 0 obj << +/Length 1801 /Filter /FlateDecode >> stream -xZ[s4~ϯ0O XRJY_/[s$ˎ8iZ /*ёNqrbW>w$%&bEJGyY7s/ny~kםy.E]vaGHa]/ft'vHGOU2{^r0bܛ8CBЎ3G0s!Q_rN0I]Ae(GB>)Vّ3RAf̣ȔD,bU\Ω.-y1UrQ[w \]HD`ZdُL8{>ȕf<[e:Om5^lCQ1wpZ<îX_f2~5x0 d]Z: ?]8?'n )0 M|0d6&I,~wUK ku{(E|B :;=fUW4yarccjCfk@"*!2\yTU|(<ڕbg>{1!=<n8j ʳCo?vjlC$Ф_&o"kSNa݁Ge.rL?͢r֧GoL_՘ aդ;yY z*Ҫ҆}1q/q 䱲ŸE`*Tp׿H,UQ> OEIH !J|gb/AYn,\MʬY*( Zh3lge^樦!ɪ-P,y2qyhZ8W^4'4İ"KTm/WzrЈke]p'2p4mL41"B^''} Rq^2~}*ܺ'uUw:^ނ#_1{®GS|;#xm sS#[w)^ؾU%Q /̅Ezb -p< ]P Y -t0?"n_mQUe,CTcvPtXH(6]{qVFa֧>m) -e[t΍JUn)ؤVAd2ZoƁyX%~c~ḡ&^7s LGz(Fl;n#}C{Z -]KMacowb6^S +xY[o6~Оf3GRioiv-ҭk\l@[`%;ButIa?~-[۩2E)fMapJB 2 0>+`d/j|qv?IR'3ɥ1)#Y--to<Ϫ4) vUi_qmX>Pǹ{GF5H~){>X,CvE&&2q] dꜘ =H(Z_R?_> :Ϣ*O꿗~qTcIȉ{p! <^=%k J FK ^ $,btnĕ,#,(6Z, {%`P.ln=IG$)ڈLLCtv*F6u<\" 71ΚL;o%a0V562y*;*W]&S(f &9IS/@R \2KaO<cin ,J[yQO4 x`lC"RїK9[;]M|6(Q-ޝ9y;XX68E +ӶPJ G%b5HfpM"@!ŷA] S|NqQ%`w:f_rsv3EkFo<7ˤæ#骶Qޖo8Q.·s?8dŰZ*`hsSY姢'sAL#VSԺgJ?r]%x*ny.OFzU}1r]՛|AUg^??/=hR\Z]GZ";;U-cp,*;|??꿴WSy٧,h.zC=nb٩p X9vO =&T }{Adе 3:&0an(%؄:H|||k<9fA/on%}ݘWYݳCo43hͰuyU-~Slt7\5*) 9L#oDx\/dМZB9Coˇ}xٷN(+$,o+E/cpsDeiiU <_w6Hx$x[jFڍ0bDzR\7'.ld#`i̺e7 tk.Z J䄨#ah;S1aTB^Fӈ endstream endobj -706 0 obj << +840 0 obj << /Type /Page -/Contents 707 0 R -/Resources 705 0 R +/Contents 841 0 R +/Resources 839 0 R /MediaBox [0 0 595.276 841.89] -/Parent 653 0 R +/Parent 844 0 R >> endobj -708 0 obj -[706 0 R /XYZ 144.727 742.991 null] +842 0 obj +[840 0 R /XYZ 144.727 742.991 null] endobj 127 0 obj -[706 0 R /XYZ 144.727 718.084 null] +[840 0 R /XYZ 144.727 718.084 null] endobj -131 0 obj -[706 0 R /XYZ 144.727 176.88 null] -endobj -705 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +839 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -712 0 obj << -/Length 1706 +847 0 obj << +/Length 1712 /Filter /FlateDecode >> stream -xYKs6WɌұAIImac>TwA2ȲHi^Hh `] +ۚZM0zw,|nc+0cnq ZAh]߿&ʋ2Ra~yPq4U|{2aC=E#dˍ=-5GKjK EUo;q0 -}yO!"ӣ0߅~si}X7cӁ nkpE]4ڳ6 +ch5u$6~S] G&33oKMl;6s?Y|Pi>ldl+ ۄ!`pƫư/e.ԃ݀-Mv5\g0LKE_y+ՏM}+a6Y$2-qefTDPlLQ"|wmy xQhJ3c]vEԪ* Y4כh똉\Gc-XATXWGJNͤ2Jޡmxb:EfmvON`-zXuAP0ni酔iQJ._tb]+:Vu,;3 1ɣnj.=vcUAc˃`Wh n=zoA}ӗ߃ D)Y y-S?vREp~LŸGF1[Uąn+GZl򱲩F`pNÕW6QSuU84ԺiOq# u iT?0>-3 -MuX??w6HmSvmumJɭ6W*g?M +xY[o6~`E=]Ӯ]ev<0m œACt,il9S:;yؚZz{^ CN,bȣFpi{V~O6K2x%]Ua8?8+DqƋXEw-"/ 8_`+,X[˺jj1!׳Xz𦗄@_C~bJFd8"-|)@Kݺ=tM}eW5™(p|w x(8OSEz*T3]1_Te˼H" }2H|Ƙfb6UXLxv%}Iu=1f+s5CeՌW$UigiTdPo|~&R`0X&.VWQ;ֆY6~# O:g7;0c`vգ!?&jz8jݛ|HZ9iw;tbQy&Tt_^OyrXBGtMrUEڇ 5x& F>:Os>n[FH%LxʫE!ʽN-D>B\l,!=mO8*I)$2ZRtcΣ5q"s>%H~{]O RTy{'=γJ|m-ށaҧ8&ԗVnQN]Qnd 0iRbKJTuuAzM~i3w20\[a] +2 6e Mx=T]1|]$rwY.ijB6C3`$&IaN3S IvLD=Q+!InCapEAIuVĈL3CZ}xQH|.hsO;%]d4@-qcrO"9Q=n9IRE:gɵ6%I'qz) Bp(g`/͑ky2&2dNjX%TJ ++$&R]cMiSQf#J +UA=]-]j/F/3q +tȪZ`URmLjAp?at"l[ IJ<4*J=rgM';Ea&7Y kDhUX5*,zVF֕8h%j(&Ym+#ْNdkF6ڊv4-=+cbvV8f}gm&#eȃ"O4JtkjCFT&k[&in +-쀍6(8C)vYH5=pZO=:~'7ׂ]H=v@˾}.ಂ'/9ae,jFaM51}FfWl6}T1;vFwL7Ga[kba4购s/ОmG^tC{N-0Au}ެθ8 { endstream endobj -711 0 obj << +846 0 obj << /Type /Page -/Contents 712 0 R -/Resources 710 0 R +/Contents 847 0 R +/Resources 845 0 R /MediaBox [0 0 595.276 841.89] -/Parent 653 0 R +/Parent 844 0 R >> endobj -713 0 obj -[711 0 R /XYZ 144.727 742.991 null] +848 0 obj +[846 0 R /XYZ 144.727 742.991 null] endobj -710 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +131 0 obj +[846 0 R /XYZ 144.727 718.084 null] +endobj +845 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -769 0 obj << -/Length 2279 +892 0 obj << +/Length 2090 /Filter /FlateDecode >> stream -xZmo_! &\CevwbӱYIz Y/[N~E3Crpz˷IJL##I'捧ާѻ+>ߏg!忚߱Qf뼺2}U/4cUhtůgog=ҀD 7Y}{SÈ6UC9y3%m`3 >|̓8@kO J4 7HS3a|fa|4No:l7;X #L-,^$J\k{ ڨ YUeR2([KPRU;v[&0 -p`MieAG] a{ 1{YLPo1@Oc*/YcfUzH <.B#ӧ-.TQhwhTQ*ݨI*ܗle IMԖ˹30~aJV4l9XnW5:.tٲFE7Y^//C총fBeUdX5`ʵh99} Fr*pWʳ"8/т1v@I(|67Z G+Br{vWR I(hB[t-IKիch,otE -}w3gr = -Hv F3X}`gYBis4 tp$ͮj{p0fP{r˴_ƚd&R_+l*#`I\P@O0Wq^k4;$+,Ye垨AurĹGbN`Lis(AZOUZbGSqg`wBr;lvͨK4uY q?f}؁yxЕocp^pk8bmbO u܍A?ѐj L:Ɗx}+/*)Tc^\ mehAjXeP#.En-Hp8I2k)<'l{}b0e\-mT_ɾ4.IT\ m D}3S!(;uq.ڑuLK'q]-QLr8ی ?EQC; TvnBUBp~XK6?']i|T']*SeY+TWKm{ؕŮ?/1l vأp%< sѮq{/1_VcJa݄=PZnVԔ8^.nxWc9`?7C\>u'J'V^ l5=8Hn -G K")Oǖ8 q3v]y0GǍaʎVk5lm6Z6v&Xs¯ᏫܲV9`:Z^ZZg}Q"MӼ"PȘ$d}cg q`5-}ly4\sURgʥ5ݽhl$/EK7'Ն_Fpo{!a8nn1,6롺mP'kX`X-4B`>y 2v9*ξųټq2_ II:0qC&~[5ָK<{[׵Wq~_=47.~8/Ⱥɽ7JaӅ`Wp^w FxS$Z"G80AGd@w`y{_"CVh/$cv8l!;g BH/TJz'i4Y'ihn}HrclU.W`&Tϳ.y2Dɥ 斣hpZ]Felt 6L5]CMl?:.\=ĕLMJ5q %]ψ.~_zeM342\F-MK7$cPVvaeV]WlܩaLPcR)2=|ڛ'l{> +xڽZk6>B@Ѝ[3$ETM7k`HZ@ccalɕ8`{/%d[_$"/}4n<콹qruzo2cHP  {a;|o?J-bˀ~Џm˶x~9Bgj$b*/x5@ + DHï؛ǷF~(iG\0(/^;-1 +t {9hK#)'D2^ lĤii_5$F2[hq^!4 YbBe:*۶&F?(5p^\K/Uוj1$PMdvP}*YwԐ[{}:0Xgm%qrscpcʲnF>i!dBNvaXu}V$FBk%!=v7&6aᨩū:S6QUɘBx`G iO]+n륺9do> k Cx굵yK^!Gد ~Y`jQa=FH VY gs61 r SX$tea0ٴg+:͏hVQ]iݗ/i4S3[.G]=5%+LE0kF=+gE^.4C4W3O"MͲhJ%EEY2CD]gs0y8w~ w,Mn),ߕJWs#bX( +[. CKP㥺t.c)PF =" lOV'HV0;FƂnM`\ GH:/Rt9[bwjN(MH!.wzHb;&Qm"Iڅz\Q\yaIDʳ:Aӎs鋁aYj/>Z:sG"-wN6?TgGAŗA'wF:f^jowU[ʻ~{kLhzr"P>IBӟ~M_Kh"й?͝L endstream endobj -768 0 obj << +891 0 obj << /Type /Page -/Contents 769 0 R -/Resources 767 0 R +/Contents 892 0 R +/Resources 890 0 R /MediaBox [0 0 595.276 841.89] -/Parent 771 0 R -/Annots [ 763 0 R 764 0 R 765 0 R 766 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R 721 0 R 722 0 R 723 0 R 724 0 R 725 0 R 726 0 R 727 0 R 728 0 R 729 0 R 730 0 R 731 0 R 732 0 R 733 0 R 734 0 R 735 0 R 736 0 R 737 0 R 738 0 R 739 0 R 740 0 R 741 0 R 742 0 R 743 0 R 744 0 R 745 0 R 746 0 R 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R ] +/Parent 844 0 R +/Annots [ 886 0 R 887 0 R 888 0 R 889 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R ] >> endobj -763 0 obj << +886 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402635\)\012) +/Subtype/Caret /T(T1/bch/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402885\)\012) /Rect [72 767.897 75.985 773.875] >> endobj -764 0 obj << +887 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402635\)\012) +/Subtype/Caret /T(T1/bch/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402885\)\012) /Rect [72 767.897 75.985 773.875] >> endobj -765 0 obj << +888 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402635\)\012) +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402885\)\012) /Rect [144.727 743.837 148.712 749.815] >> endobj -766 0 obj << +889 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402635\)\012Tracking\040font\040`T1/bch/m/n/8'\040by\04050\040on\040input\040line\0402635\012) +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402885\)\012Tracking\040font\040`T1/bch/m/n/8'\040on\040input\040line\0402885\012...\040Loading\040tracking\040list\040`microtype.cfg/304'\012...\040Tracking\040by\04060\012) /Rect [144.727 743.837 148.712 749.815] >> endobj -714 0 obj << +849 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402605\)\012) -/Rect [83.955 258.591 87.94 264.569] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402864\)\012) +/Rect [72.996 191.06 76.981 197.038] >> endobj -715 0 obj << +850 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402605\)\012) -/Rect [83.955 258.591 87.94 264.569] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402864\)\012) +/Rect [72.996 191.06 76.981 197.038] >> endobj -716 0 obj << +851 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402606\)\012) -/Rect [75.985 245.799 79.97 251.777] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402865\)\012) +/Rect [65.026 178.268 69.011 184.246] >> endobj -717 0 obj << +852 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402606\)\012) -/Rect [75.985 245.799 79.97 251.777] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402865\)\012) +/Rect [65.026 178.268 69.011 184.246] >> endobj -718 0 obj << +853 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402607\)\012) -/Rect [83.955 233.007 87.94 238.984] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402866\)\012) +/Rect [72.996 165.476 76.981 171.454] >> endobj -719 0 obj << +854 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402607\)\012) -/Rect [83.955 233.007 87.94 238.984] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402866\)\012) +/Rect [72.996 165.476 76.981 171.454] >> endobj -720 0 obj << +855 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402608\)\012) -/Rect [369.717 258.591 373.702 264.569] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402867\)\012) +/Rect [369.717 191.06 373.702 197.038] >> endobj -721 0 obj << +856 0 obj << /Type /Annot -/Subtype/Caret /T(OT1/cmr/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OT1/cmr/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -722 0 obj << +857 0 obj << /Type /Annot -/Subtype/Caret /T(OT1/cmr/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OT1/cmr/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -723 0 obj << +858 0 obj << /Type /Annot -/Subtype/Caret /T(OT1/cmr/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OT1/cmr/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -724 0 obj << +859 0 obj << /Type /Annot -/Subtype/Caret /T(OML/cmm/m/it/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OML/cmm/m/it/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -725 0 obj << +860 0 obj << /Type /Annot -/Subtype/Caret /T(OML/cmm/m/it/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OML/cmm/m/it/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -726 0 obj << +861 0 obj << /Type /Annot -/Subtype/Caret /T(OML/cmm/m/it/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OML/cmm/m/it/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -727 0 obj << +862 0 obj << /Type /Annot -/Subtype/Caret /T(OMS/cmsy/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OMS/cmsy/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -728 0 obj << +863 0 obj << /Type /Annot -/Subtype/Caret /T(OMS/cmsy/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OMS/cmsy/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -729 0 obj << +864 0 obj << /Type /Annot -/Subtype/Caret /T(OMS/cmsy/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OMS/cmsy/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -730 0 obj << +865 0 obj << /Type /Annot -/Subtype/Caret /T(OMX/cmex/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OMX/cmex/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -731 0 obj << +866 0 obj << /Type /Annot -/Subtype/Caret /T(OMX/cmex/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OMX/cmex/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -732 0 obj << +867 0 obj << /Type /Annot -/Subtype/Caret /T(OMX/cmex/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402609\)\012) -/Rect [178.065 246.759 182.05 252.737] +/Subtype/Caret /T(OMX/cmex/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402868\)\012) +/Rect [178.065 179.228 182.05 185.206] >> endobj -733 0 obj << +868 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402610\)\012) -/Rect [144.727 240.409 148.712 246.387] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402869\)\012) +/Rect [144.727 172.878 148.712 178.856] >> endobj -734 0 obj << +869 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402610\)\012) -/Rect [144.727 240.409 148.712 246.387] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402869\)\012) +/Rect [144.727 172.878 148.712 178.856] >> endobj -735 0 obj << +870 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 233.346 154.529 239.323] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 165.815 137.856 171.792] >> endobj -736 0 obj << +871 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 233.346 154.529 239.323] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 165.815 137.856 171.792] >> endobj -737 0 obj << +872 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 223.881 154.529 229.859] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 156.35 137.856 162.328] >> endobj -738 0 obj << +873 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 223.881 154.529 229.859] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 156.35 137.856 162.328] >> endobj -739 0 obj << +874 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 214.417 154.529 220.394] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 146.886 137.856 152.863] >> endobj -740 0 obj << +875 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 214.417 154.529 220.394] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 146.886 137.856 152.863] >> endobj -741 0 obj << +876 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 204.952 154.529 210.93] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 137.421 137.856 143.399] >> endobj -742 0 obj << +877 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 204.952 154.529 210.93] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 137.421 137.856 143.399] >> endobj -743 0 obj << +878 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 195.488 154.529 201.465] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 127.957 137.856 133.934] >> endobj -744 0 obj << +879 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402616\)\012) -/Rect [150.543 195.488 154.529 201.465] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402875\)\012) +/Rect [133.871 127.957 137.856 133.934] >> endobj -745 0 obj << -/Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402620\)\012) -/Rect [28.164 179.707 32.149 185.684] +893 0 obj +[891 0 R /XYZ 144.727 742.991 null] +endobj +135 0 obj +[891 0 R /XYZ 144.727 566.85 null] +endobj +890 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R /F111 493 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -746 0 obj << -/Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402620\)\012) -/Rect [28.164 179.707 32.149 185.684] +959 0 obj << +/Length 2754 +/Filter /FlateDecode +>> +stream +xڽk +Ap^dKKK"ipZȒ#[;CRw~XYh`6m|c111et$1q:x?v{w]owFl5^_zcelIAC!owv| m1Il`y %-] D$%烟osC~mci4&3/&d6mdE6qibN,[U"?ɱd:7~նP'Ʌ=kȍ1/8L4BEuS .u5 +Ng }Zѕ*]{;(7C˓TEzH)bpAb,_m E:>oH]xkϟ SS1kOƭJfyyAY5WD\yd^ S+*OO9M?_QWh)zP!' +}1&A^nD_".e]E+9T`PH6#& #VC_#/lhKŌ4 i^؏Ls!ʀv$pUqv!$D۽F=|^`pjfC}Džf[U/$jLš쌊':y ]o8d{"kN8סyH{Ù zd( &ٰ|9lE;d# qmhPus3 ʳ&=f1# 1CJ=<޵u +޺~Ը~aIx&:j!=t"*Q@dc,6\%NMM^D28~2-CC+o~=LÛ00%v0P$1؄$fUU9M;_N|}[ZngDq~\p,4D$ So~!m}y o'4h#Cc66uשޏFUQt=ps-}mHUs%{;5*yݔ+tSPc]h g?/<]W)gU#T}87:۰<;ϲg"9!Țyq؏fC1I%Q 9x$s`GEU'F"A9pZ[u"(̎srzΏ]'|&9!zL}^ +]oT<g(*ͨ)PɞcI*E>!-3$ P7N0|qH[@ s ʱHYV mXh8NX$Xy6 UIBA EDRAOnby6y'aϩ9s,HC/i(%;?N<^@5Bqy!  x./.py̭拉GE$uU7SwRX/]/3J v+D?jo{޺xڥꁢOEP{qʑJ Ho"-9TU8 &ܦk@- ypJ +G66Zla+`4xw2b86 +A3Ot+:x &iH*V5ts]?=>7Gsn²><tR./HxC>*i ê$UųmԱ~E%c.4hf^:^O0ڞx"&4Wb|R*s_SbRs9H7bTAa֪˛Xx"OG^UMӴ_5;(&_/gnQ3Dd-< +endstream +endobj +958 0 obj << +/Type /Page +/Contents 959 0 R +/Resources 957 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 844 0 R +/Annots [ 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 894 0 R 895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R ] >> endobj -747 0 obj << +880 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402621\)\012) -/Rect [168.691 179.707 172.676 185.684] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402879\)\012) +/Rect [17.205 706.129 21.191 712.106] >> endobj -748 0 obj << +881 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402621\)\012) -/Rect [343.445 179.707 347.43 185.684] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402879\)\012) +/Rect [17.205 706.129 21.191 712.106] >> endobj -749 0 obj << +882 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402621\)\012Tracking\040font\040`T1/bch/m/n/9'\040by\04060\040on\040input\040line\0402621\012) -/Rect [343.445 179.707 347.43 185.684] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402880\)\012) +/Rect [168.694 706.129 172.679 712.106] >> endobj -750 0 obj << +883 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/it/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402623\)\012) -/Rect [144.727 154.122 148.712 160.1] +/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402880\)\012) +/Rect [343.447 706.129 347.432 712.106] >> endobj -751 0 obj << +884 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402626\)\012) -/Rect [144.727 136.254 148.712 142.232] +/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402880\)\012Tracking\040font\040`T1/bch/m/n/9'\040on\040input\040line\0402880\012...\040Loading\040tracking\040list\040`microtype.cfg/304'\012...\040Tracking\040by\04060\012) +/Rect [343.447 706.129 347.432 712.106] >> endobj -752 0 obj << +885 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402626\)\012) -/Rect [144.727 136.254 148.712 142.232] +/Subtype/Caret /T(T1/bch/m/it/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402882\)\012) +/Rect [144.727 680.545 148.712 686.522] >> endobj -753 0 obj << +894 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402628\)\012) -/Rect [150.543 128.877 154.529 134.855] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402885\)\012) +/Rect [144.727 662.677 148.712 668.654] >> endobj -754 0 obj << +895 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402628\)\012) -/Rect [150.543 128.877 154.529 134.855] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402885\)\012) +/Rect [144.727 662.677 148.712 668.654] >> endobj -770 0 obj -[768 0 R /XYZ 144.727 742.991 null] -endobj -135 0 obj -[768 0 R /XYZ 144.727 624.916 null] -endobj -767 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R /F215 510 0 R >> -/ProcSet [ /PDF /Text ] +896 0 obj << +/Type /Annot +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402887\)\012) +/Rect [133.871 655.299 137.856 661.277] >> endobj -821 0 obj << -/Length 2684 -/Filter /FlateDecode ->> -stream -xڽZ[oF~Qk2Wΰ.ͦm M$6b(̅IӲ$" G9ߜ9o(BdΑr"@Mɇ/gOwmgލs]g$rFR4$YT$4SSF/?x;D)I9 n(yB/';aᕫCa/:ړeVo̠* I":ɷ/ɌުSy C@@ jMje4~HM3:@a5&;"l8o`*z?!ήm)YC.2Ҥ3Y3*o\crtDzHO8G,q匲SM2ފFPoW#v] h Y }Sm=9}`tH$O G1K&h=?J96n V -C#'ưK7\s 2.g<f[΀# -("7ot@޿4 -KUkC8mFTRbZ%]tZ6K |CFIݤleўmu|Ęƞ8 -cF:V?d ZXq#eTe5ƥ '\p {q۱X>ca~Wnl8K)zhs4M`I: 7-HfT^ju4@sfa>?G+Ojv( f߫V; nq]3! -rn 7uQ@nWӸ^")+W'Mj癸ɝgzSnyraR *B!ỳ a#י~tIlT`8a+>݃իeN>تjvk:Zt(aLzԁguOѿuCm~  'vgN*-7 _gLM#^=!f *qGc?V쁻d!< ;4 ->a! - -ց1DŽ1~A S`ȠмuІcgo-x(՝ToP]J*-. oGer݀M}o I*,^vb~7@U+ 4 /~'_IBi|7 Lʶneo6WMwM/Fvuu M] D=t?Vm~s -endstream -endobj -820 0 obj << -/Type /Page -/Contents 821 0 R -/Resources 819 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 771 0 R -/Annots [ 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R 798 0 R 799 0 R 800 0 R 801 0 R 802 0 R 803 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R ] +897 0 obj << +/Type /Annot +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402887\)\012) +/Rect [133.871 655.299 137.856 661.277] >> endobj -755 0 obj << +898 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402630\)\012) -/Rect [68.015 706.129 72 712.106] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402889\)\012) +/Rect [57.056 639.518 61.041 645.496] >> endobj -756 0 obj << +899 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402630\)\012) -/Rect [68.015 706.129 72 712.106] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402889\)\012) +/Rect [57.056 639.518 61.041 645.496] >> endobj -757 0 obj << +900 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402632\)\012) -/Rect [297.787 693.337 301.772 699.314] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402891\)\012) +/Rect [297.908 626.726 301.893 632.704] >> endobj -758 0 obj << +901 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402633\)\012) -/Rect [480.671 693.337 484.656 699.314] +/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402892\)\012) +/Rect [480.913 626.726 484.898 632.704] >> endobj -759 0 obj << +902 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402633\)\012Tracking\040font\040`T1/bch/m/n/9'\040by\04060\040on\040input\040line\0402633\012) -/Rect [480.671 693.337 484.656 699.314] +/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402892\)\012Tracking\040font\040`T1/bch/m/n/9'\040on\040input\040line\0402892\012...\040Loading\040tracking\040list\040`microtype.cfg/304'\012...\040Tracking\040by\04060\012) +/Rect [480.913 626.726 484.898 632.704] >> endobj -760 0 obj << +903 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402633\)\012) -/Rect [262.187 680.545 266.172 686.522] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402892\)\012) +/Rect [262.187 613.934 266.172 619.912] >> endobj -761 0 obj << +904 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402633\)\012) -/Rect [392.896 680.545 396.881 686.522] +/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402892\)\012) +/Rect [392.896 613.934 396.881 619.912] >> endobj -762 0 obj << +905 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402633\)\012Tracking\040font\040`T1/bch/m/n/9'\040by\04060\040on\040input\040line\0402633\012) -/Rect [392.896 680.545 396.881 686.522] +/Subtype/Caret /T(T1/bch/m/n/9) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402892\)\012Tracking\040font\040`T1/bch/m/n/9'\040on\040input\040line\0402892\012...\040Loading\040tracking\040list\040`microtype.cfg/304'\012...\040Tracking\040by\04060\012) +/Rect [392.896 613.934 396.881 619.912] >> endobj -772 0 obj << +906 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402635\)\012) -/Rect [144.727 675.195 148.712 681.172] +/Subtype/Caret /T(T1/blg/m/n/10) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402894\)\012) +/Rect [144.727 608.584 148.712 614.562] >> endobj -773 0 obj << +907 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402635\)\012) -/Rect [144.727 675.195 148.712 681.172] +/Subtype/Caret /T(T1/blg/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402894\)\012) +/Rect [144.727 608.584 148.712 614.562] >> endobj -774 0 obj << +908 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 668.091 154.529 674.069] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 601.481 137.856 607.458] >> endobj -775 0 obj << +909 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 668.091 154.529 674.069] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 601.481 137.856 607.458] >> endobj -776 0 obj << +910 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 658.627 154.529 664.604] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 592.016 137.856 597.994] >> endobj -777 0 obj << +911 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 658.627 154.529 664.604] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 592.016 137.856 597.994] >> endobj -778 0 obj << +912 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 649.162 154.529 655.14] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 582.552 137.856 588.529] >> endobj -779 0 obj << +913 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 649.162 154.529 655.14] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 582.552 137.856 588.529] >> endobj -780 0 obj << +914 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 639.698 154.529 645.675] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 573.087 137.856 579.065] >> endobj -781 0 obj << +915 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 639.698 154.529 645.675] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 573.087 137.856 579.065] >> endobj -782 0 obj << +916 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 630.233 154.529 636.211] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 563.623 137.856 569.6] >> endobj -783 0 obj << +917 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 630.233 154.529 636.211] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 563.623 137.856 569.6] >> endobj -784 0 obj << +918 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 620.769 154.529 626.746] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 554.158 137.856 560.136] >> endobj -785 0 obj << +919 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 620.769 154.529 626.746] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 554.158 137.856 560.136] >> endobj -786 0 obj << +920 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 611.304 154.529 617.282] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 544.694 137.856 550.671] >> endobj -787 0 obj << +921 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 611.304 154.529 617.282] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 544.694 137.856 550.671] >> endobj -788 0 obj << +922 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 601.84 154.529 607.817] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 535.229 137.856 541.207] >> endobj -789 0 obj << +923 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 601.84 154.529 607.817] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 535.229 137.856 541.207] >> endobj -790 0 obj << +924 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 592.375 154.529 598.353] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 525.765 137.856 531.742] >> endobj -791 0 obj << +925 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 592.375 154.529 598.353] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 525.765 137.856 531.742] >> endobj -792 0 obj << +926 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 582.911 154.529 588.888] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 516.3 137.856 522.278] >> endobj -793 0 obj << +927 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 582.911 154.529 588.888] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 516.3 137.856 522.278] >> endobj -794 0 obj << +928 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 573.446 154.529 579.424] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 506.836 137.856 512.813] >> endobj -795 0 obj << +929 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 573.446 154.529 579.424] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 506.836 137.856 512.813] >> endobj -796 0 obj << +930 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 563.982 154.529 569.959] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 497.371 137.856 503.349] >> endobj -797 0 obj << +931 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 563.982 154.529 569.959] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 497.371 137.856 503.349] >> endobj -798 0 obj << +932 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 554.517 154.529 560.495] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 487.907 137.856 493.884] >> endobj -799 0 obj << +933 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 554.517 154.529 560.495] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 487.907 137.856 493.884] >> endobj -800 0 obj << +934 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 545.053 154.529 551.03] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 478.442 137.856 484.42] >> endobj -801 0 obj << +935 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 545.053 154.529 551.03] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 478.442 137.856 484.42] >> endobj -802 0 obj << +936 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 535.588 154.529 541.566] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 468.978 137.856 474.955] >> endobj -803 0 obj << +937 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 535.588 154.529 541.566] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 468.978 137.856 474.955] >> endobj -804 0 obj << +938 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 526.124 154.529 532.101] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 459.513 137.856 465.491] >> endobj -805 0 obj << +939 0 obj << /Type /Annot -/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [150.543 526.124 154.529 532.101] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 459.513 137.856 465.491] >> endobj -806 0 obj << +940 0 obj << /Type /Annot -/Subtype/Caret /T(OT1/cmr/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 450.049 137.856 456.026] >> endobj -807 0 obj << +941 0 obj << /Type /Annot -/Subtype/Caret /T(OT1/cmr/m/n/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 450.049 137.856 456.026] >> endobj -808 0 obj << +942 0 obj << /Type /Annot -/Subtype/Caret /T(OT1/cmr/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(T1/bch/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 440.584 137.856 446.562] >> endobj -809 0 obj << +943 0 obj << /Type /Annot -/Subtype/Caret /T(OML/cmm/m/it/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(T1/bch/m/n/7) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [133.871 440.584 137.856 446.562] >> endobj -810 0 obj << +944 0 obj << /Type /Annot -/Subtype/Caret /T(OML/cmm/m/it/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OT1/cmr/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -811 0 obj << +945 0 obj << /Type /Annot -/Subtype/Caret /T(OML/cmm/m/it/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OT1/cmr/m/n/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -812 0 obj << +946 0 obj << /Type /Annot -/Subtype/Caret /T(OMS/cmsy/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OT1/cmr/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -813 0 obj << +947 0 obj << /Type /Annot -/Subtype/Caret /T(OMS/cmsy/m/n/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OML/cmm/m/it/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -814 0 obj << +948 0 obj << /Type /Annot -/Subtype/Caret /T(OMS/cmsy/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OML/cmm/m/it/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -815 0 obj << +949 0 obj << /Type /Annot -/Subtype/Caret /T(OMX/cmex/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OML/cmm/m/it/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -816 0 obj << +950 0 obj << /Type /Annot -/Subtype/Caret /T(OMX/cmex/m/n/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OMS/cmsy/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -817 0 obj << +951 0 obj << /Type /Annot -/Subtype/Caret /T(OMX/cmex/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [160.237 526.124 164.222 532.101] +/Subtype/Caret /T(OMS/cmsy/m/n/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] >> endobj -818 0 obj << +952 0 obj << +/Type /Annot +/Subtype/Caret /T(OMS/cmsy/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] +>> endobj +953 0 obj << +/Type /Annot +/Subtype/Caret /T(OMX/cmex/m/n/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] +>> endobj +954 0 obj << +/Type /Annot +/Subtype/Caret /T(OMX/cmex/m/n/6) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] +>> endobj +955 0 obj << +/Type /Annot +/Subtype/Caret /T(OMX/cmex/m/n/5) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [144.727 440.584 148.712 446.562] +>> endobj +956 0 obj << /Type /Annot -/Subtype/Caret /T(T1/blg/m/it/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402652\)\012) -/Rect [163.53 526.124 167.515 532.101] +/Subtype/Caret /T(T1/blg/m/it/8) /Subj(Known font)/C[0 1 0] /Contents(\(line\0402913\)\012) +/Rect [148.021 440.584 152.006 446.562] >> endobj -822 0 obj -[820 0 R /XYZ 144.727 742.991 null] +960 0 obj +[958 0 R /XYZ 144.727 742.991 null] endobj 139 0 obj -[820 0 R /XYZ 144.727 510.517 null] +[958 0 R /XYZ 144.727 424.978 null] endobj -819 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R /F215 510 0 R >> +957 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -825 0 obj << -/Length 1818 +963 0 obj << +/Length 1723 /Filter /FlateDecode >> stream -xZmo6_! ( 7H뚭Ţm!%/w)YrKTlݾHM{xGF'o}rbbMfԵ\n#Y4R^kyWAyqpH]o|e D&;2y7:@i@5]>}V?0bg]CWr\qk=1e ЙyJg9cC4Rw&O ٮDXLfg<i%8*P̢XR}\L( `[>@}(A6 -. h%C[x0`=+Z=Kpȅ-shcCgՈPs5-G>uQ^D֤(Yr/uZq? WBܦxәHNZͶG6iLɵ=Զ(7:!F86R`\pNn6 Σ!,+[g[u0= bSy^tvcy۴S,fSab#( doTi' -!fSc* -!I8m$v0Pg̜Ae)9d SO&lov|$~h6Cl{343Y37.bT j314i蚹jiVk㙭^AT 2*%bTJ͌c]&,fWl+c6~b oհX͟c ߮ 6uN}qHI4Ϣ-y;g RVQp- aoS8kMV36A*TGQdqX6a&]ؑGFC$b` ?.E bӮf7)c/gXc2<jTB#fU~f'JkeuLE0YBߍQخ̰i o4qP"u~5(s0n,rv'ajۦ0aP9M%a?U3BDOg0x Tg6`5_y3P- ٭QjY#gxt SbIz[Q^_Lu+k_-Zaj,E(8˃eX\TM1{EZOc on8r!d` ZP|LNjirZdV/LDvGxeF(< BdTHy('#jTiv~N֋h~ /RUz-ctW7N&61+(8u(.JoUSJ0\O1/A~ -ȏ=YXTOq*Q=[=eק4ȧIGQMCl}U?<6.rNj\D) -tOVo Z y^TLfJN 2v;,'ZDJW=wK!0J}"]yvV7/Eiz柩6|dsHKwBi`):C&?J!K .+ƃ""X٦aD.MED~Ɖ*7=[$RV 9-JN0,ׂzT M\Jǁ;9 %@RlDVvεt< xT/ +xڽY[o6~KgY%nHm~X-ew$R(f~dZ<;߹Q$.<콙:<#cW|.Py}=Iel>wB HE"r;{!È._zL0$}|`BJRYXLq8@[ l^,O8[WQE1D: ^ + On-|!_([I1rU01MJe:71qĹ` \%rT18֐afE^<4 ̼:Ùe^ UH"0^c[>ѢWY=@LBu)Qܛ",V^⣤xkJq Xy oPh'Ȣzb8Ub̲LL.Dp}BB:S &J0ɯ=f(MqK +o]ytse8M"vWqfq9#^lFL!.(M7 =ĽQ>f׊Ɲ̔`eU\DT;A$2R/E=3"9+³[d_PPG%Edr_M-Y/#BXBe]?$>g@IkK)Z- +ZZR{ +ZyK0s$VaG"wPiax/+DY#b>kPf1DUF}_l9bU;yqJO-͋FUS5A{+aAzF8p6C83hIz6lG !?1^cTSw тGU>783 KJ/Cr-ZHwCIPH-ȢGV86vaZ%y!"ʞpgMxn![ [9a^cr'3ƸbuFmϱև|Ӭ ̟do1l{ԨM[z=;:w5˒_,4kmI=ldizCb:8*ky&vUlxuͧ,IΜX2&` + +$)k"6S(Q['-8ʹv}Ŧ +}:ǧy)gz6f^{qG +D9]GYΉcna˭Fs긋*?KG]GoG<2KnT~ligN~gY%[̿AwÃ#eC8uaTQxvjda/"pǶ>w@AAt+*y1[kn+w׋,]4ֿtdh/r[' endstream endobj -824 0 obj << +962 0 obj << /Type /Page -/Contents 825 0 R -/Resources 823 0 R +/Contents 963 0 R +/Resources 961 0 R /MediaBox [0 0 595.276 841.89] -/Parent 771 0 R +/Parent 844 0 R >> endobj -826 0 obj -[824 0 R /XYZ 144.727 742.991 null] +964 0 obj +[962 0 R /XYZ 144.727 742.991 null] endobj -823 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +961 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -829 0 obj << -/Length 1606 +967 0 obj << +/Length 1894 /Filter /FlateDecode >> stream -xڽZmo6_jo5wJCaݺf}H:LD,\g(w"%YR,'}(tQ vn4q>:{ G!OaW)r3_:'So\5ʼfss}Y5OTX&8I6%3>03:>RQ"g]~~|`<ٛ 0?Fpn'F"`kmHJ("B5fT)UCBeW^eOۥN>cw76Sq `~ -$x 8Lfx8x>kMou=]Q!F!?4V d !3"[C+**W CT_!/EC@Y*ɠpi,l=-C@ix:w-m!1GDAZK:I.*y uȨb"xO}_A?#P* CԠ[d5Xcҏj^j1q2^F1ՑWA/Ps?1JChe4dEgd:s ݧjJ]QzL)0l ǽAxzJ8„VZ^Yx7y|kFXތ=ZAs_s2^o*u eO~xQ$EwVќǃhAts1"~P8I_͒lXlBQ6BGˆRpE\/^F11 :qWm}/^UIZYX,]XۊVACv8:X돻 Ex:#Ho}˴!Ǔ-yo|&dg1ryuϳnQL !dܫqRn(DLia)1}R~@m IrM *u9C(FZ+,pI&EIbgޠw>d +xڽYm6_k\RI6mõe$m +K[J&(o"/|(S/#lĈ_V;);#qOٖS+u"nEbiW+LM!wm&J+]ΤUKnNY*(e HQlYƙAOW[O38"-iIfZH>hLEg4:ʆJb:B~HTW,ĂUvr/a*rhqf5Vr9 +BZKc]\{@KKm@=A !Œ ᩟1 -΅,/w4fr}}#ʿrJUk!ſL{i=^Dc.VImMhU8_D"!ďXBV7I +Qcxc87e&=VVj.DrU/S7u$"wU.r)®SV׻iZ- h%d,Ꙝ#5Ѻ32 e_ARRy4NQmN ȿ<r9aZm$vPnt`6fnB:-e!BxqRwηiڮ.U2OX4 ]a6;[ B}q#<#{|)fѦF{r`,i/&ٗ&d+r̞m=(W.f @sË!%rF &2_7Ð"φyw/z=V2hુҋ~5Vv OG,X8D*N E< 2J̥8Tu͗Ii hPGYܑJI1_k}IS@zj>rkԣƬ/gqD"=O{>ЯkVҥK]I :D^tV$9vs.4ȇoD3SE^ޚ!?u4sG 3!`j!8T܉C"FyVRz-m/+AL<\u]#77 xbpe}POFdeTN0ŁOjMn=GP c-~m)*3. C~M5Pve+p0謹hE5p]guvd/.X% !d< +qOGpW2q)J/,'˛VscvkKKˉO,4BF*)>"țL xXԜv!h {r&Z&GzOUCsmwOSۭo"TBzHdUTnqXr`r,< Ua}H_ :'NךYJృS3"=QCX"(vGV~_> endobj -830 0 obj -[828 0 R /XYZ 144.727 742.991 null] +968 0 obj +[966 0 R /XYZ 144.727 742.991 null] endobj 143 0 obj -[828 0 R /XYZ 144.727 360.63 null] +[966 0 R /XYZ 144.727 167.706 null] endobj -827 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +965 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -833 0 obj << -/Length 1545 +971 0 obj << +/Length 1445 /Filter /FlateDecode >> stream -xYK6W(z ChmևZ eG%Yk[tC{d|3s`ϳprLYEr -3[8ƿ]M<TyɳmniICQþ޺k"+b)0lLT sNfOӤtvNѾ\riu'+XG9fߺj m'$bۡ%Yuߛ6Zh.ޮvLfnsT|-Ea~)ʥ0kYQI}򊚔VRaUY>0Ik/ f=W7숋ؕEIkoy.:#N$2kk.>UI.([Cè5z.-4KJ(Em?nD}_R_D^ccubP[De"!O>=p[ Ւ,W~SM&dv[%<*D@*vL4TG1o?P -L^yIaZphh8`2" b y Q.㖎H 2qrRCm`]`ӫn8,$Dno'yQ~=_#ò8nN1:PB0^oݹ.ćꮧs>ѹtӣI "4Kqm.'L/Bt[&">QwT_F2Wi1K_ 'n33{NJߑ3e7V4[*Nq8 +xZKs6WVS!xdOnNI[:@K1E%wAIStr$!~'`.ϓ/8(U@8G@r"̗/WO_roZr_ 2 ҿ+QM*K7iڛ))W&7‴H$Xl&>` ? +0bq˥ B= > I4fQ1Q@J$f(5/ mB1\0c2/Z}%>KK4y νގ5ݫL-Zza,KorR]z/d|,M ^XJk.Ž/Veg0 %<xdDN|W\g0̈sC>=E3c( !#wDD&:)XyEхҋ0y3Eߟ2LծPBGEX?c$I%'Pi/mQ[UaEj(#*SSR +s*G{z㦽>to2A'^a^3*XB IC!ti[]f+vtogV1]wDboUS`]! zZ9C$Bҥ*E‰AZX&&!jsA8,Stf:f?yz\9y:8-ժ[` yB]iN0jQٚk3Iq`G"i@{3#8qkP\>Q2ɧ-H C1m$!5P؃=a[Ck~'&inMFُIv5"˶GUlDt^ȕe pV_8 sk +1t?B-vЧ?n6^~zGVi^mԫ/ħԾ[1h8 < + +ê3a 9ֶbq[h/wOÊ;ץ=!1bSlUɚu?jLh/Ug1,Gf5}TBg,~H4}ٳ:S>QcB֒PK5B.`mKX]rg/M}="( @"Fi7O8 /߉\$ awOhLcף"w(Gb 9_i<쳐*{{x \׃@#Ac S&z=וnWݍ簍0̽#j낁Qg7Rc_R.N)'> endobj -147 0 obj -[832 0 R /XYZ 144.727 325.933 null] -endobj -831 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +969 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -836 0 obj << -/Length 1743 +975 0 obj << +/Length 1826 /Filter /FlateDecode >> stream -xZ_o6sJ{7 Z[؆M;Bm)&A#)˒,˶Xbx;e=u{qO@af)<7z/OϷ<+ͻsd?)?OD/ePfJ*gUl#"HI%T@ɲ#+#ލ%]zL0$gH|,aw{HJ)#B4eUe֨(A -¸^ڭ( I⒯$HU8gN,L,e7n/rYi! Uy֟@HĄD 哵joFBguA P 48F>W+AK8ye:r_@f~h^ -X0䯷J#La1X"{Tygs9. L C4`+Wɧ\; -+Fšf}}9?zVr˽xaF0I9*73,r?2|ᕦ[*rEwumn9+ eyM6ܒ"eaP8Ҵ|GT 4՟u4nYc%Xkw)Q[[B'- -Ef(o_%YmhN⛜)aS5D_#ˡR@HE{ Ji~+cP;zB[p[u>FP̩$^`:Q)lK5-rlIňq,o%8Y;e3q()dխE/sEH#!浙;7(vM6Nϩ .cBGfcaTa3MRiu1P,.4 s9E֙ڙʹM; }8I@nH E6DŽ])e8[@5QRɟȷٖ4qfXq[}HGggZ;oi8~w BBBnMwlZv1"ɱ1b ֩kWVFAo|cc)*KQFTQ+E54Xi4(Σ%E7k8,+,ISP($ 4iCk yUS;T闑ƫp8#=N_XTV7/gul}y[$T^WSA}e?_]Yǂg@i0{s!#$$:BMPX f\ xUpk{V^3$,.}O)X\y+D"2'qO.WPm#\Y!9B8H>qGә#+MS׆R(JVy?w:݄uO楄/~`د1~(Bjh.hHۈ38±Pczqs:΍W6Hq9k[o rQ4ԙV^au]+I,?s'Y#P2V_i ?yf+)(;,)XTjC):NуaW;zJe +xZm8_z/$8;8a%Cu٤$)K~6%(Zݞ3̸_Kϳ&xfJ%(Ccևi~|q<`Lnm"2$z$8;uŸG@Al l$ak +/_[9k]^ZsC}]oZI`nKoMI%QтםXC=$](mZZ!͛HUf!^̪H*OU2gjWAd{%Nru͊A nwy2 Y<^ ՋAɵ=P4QBt>"@^T^l T@! e &-z'P=)$_!O` }3(T6j/M- 'k=ٺ#0v2e~4Jh٣(qM}xx*'q4gU\)M͂$ʯZ2OL)w'uOh>,}Jַ˞!lOԇKQfޝQd %i%օXѭn-1f<q­s-PEܥ#sqܚ| +'nl3* +S\-Kd*/Ѿ*FP8v#FaT .T~eL₳ĉE}i\>Slz2+J>PwkZαDݷQ^c;"eȻQ݈Jvt? 9.UBp_A4mb +(Ё\\yAi 72 .eʨ3Ǚ\,|n7aݳ0D~V0D\23P”%"C +W 3I\vDy5ŷ e+7k Cs@Ámtm~ܚ6D!afBYJCvu=6> endobj -837 0 obj -[835 0 R /XYZ 144.727 742.991 null] +976 0 obj +[974 0 R /XYZ 144.727 742.991 null] endobj -834 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R >> +147 0 obj +[974 0 R /XYZ 144.727 718.084 null] +endobj +973 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -840 0 obj << -/Length 1738 +979 0 obj << +/Length 1819 /Filter /FlateDecode >> stream -xYo6B@jOQP +֭ @L;Bmɕ&m}LJmIK}<ݏ/G$ -%&hΑғ\y@k|cYn7ϑy|c~:Pj̓4Uh/iWQc#(!y{썡  {L0K3ޟ=H/xntAgX}'q%Vi*ȇ;Q0w0[MN&qFsJǶiYTk6p|!>_I,D$S7(GR9$yQf,UwVmLŴLb%߀w 8`)ư^Q» J/2!2o0^T5j\DA诸$ waUy4U1 j]⦠ QSjjrjˍN%QZ̢ϣ8,%I#K0-e%NIOJS{+Cujp$6 ltpġԯ K?\++^,}jN$ +K;%iؐ ?g1A k֍S9Ģ-Zfߟ~~d.y4C.E)Ё a~?Am9*"|\SV_ʋ$K>.E<32F/2B<t<۶;ڲBjTܹI|ag~_ڥ*|f[zG;Ζyl  -L"sQ%WHCUn((\UC˾R8nLuapI$mG۝qd?}>:fЉvY?~Cc""zsFp[IN p Fւ&I &yPUPFOsn>p?!@.l6kJ7HFPEt;-Kq6|}Ax7}v|Udi|n*bP2! 9y)X|N)kvӓ-ksqMM:tQ2oNv'ߕhar}Wxģt1ԵRMa(!MZ3AjT6>HKlIdd/OUtke%;ȡM`C -,",?U<ɳC\LTB#@3}ŞJl:t}W4+2'l]ܝiT&.B[&r r fCk-L>>_%@W zOkn;w|@pA Zׇ[k}MGԝCpu&yIMہ=}ww 8ek\tM[mu79m[;야$OJh"e-kn?mgFF*go +xZmo6_! (f5Q $Cuk;bӎP[J%q(Ҳ$˲)~$/w=; ;/.\$\L"\Z͑Ǭz߽}~~ wfz_O>uX΂yq :vC@@l@XyGlK #&<6:gqmYwtr5Ӟ`ZP`bJ_ c9|y>CV(iitsXfqC$cAW\a9dJПKXJ.oȁѦYtϐ q%0辠!o%HE XQv%50Li +\Qo\7ܟѯt6L\ +>eLTçvafbGiG=d=H,Tݖh aKkf- +YV黰q(Y-aZšO0X#D||R^'q֪@*d.. w8]2L-=vv02u ) +hRr+]tT.n$!]I,]6؇B@Eib0OB9ÃOK/3:km}Ewl#)}e`6Cpӳy7on2dIdnR:ׇ^t%Py! CVo,ڊ=˃ "Ȑ}MX~izAD= &w~ 1tE*Afy2BU4 @!:^ P +5ߥkYnLlpw@n8iE&{W^H;,@blpcYbQ>l՛:]ʡ%@/gUO Pw~{Ua]PM83w%26,}vї gmvVf(En\vL8I#evȺ^jwH$R >XFfPV@5rn sK=Vb{Vp* k&S_m۝Ƕ|2HG+ꧣHmQ~;%Wv*i=)@l.֖[v"j4 %x+Կ2OF+9-\Gښ tY ܖ쉑•BGA1ycg.˙l $uLɓI> endobj -841 0 obj -[839 0 R /XYZ 144.727 742.991 null] +980 0 obj +[978 0 R /XYZ 144.727 742.991 null] endobj -838 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +977 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -845 0 obj << -/Length 1364 +983 0 obj << +/Length 1864 /Filter /FlateDecode >> stream -xX[sD~c:@}@vP(f0ZD%F~P۲}W?Ymݍ)Q~W; -3_ R3( dvI*:`Ml# "HM$&8^obY -|r0MKxiI兑|%K(N,WɯLj'd ^mEKY4Kܡs,,u[`s%`A 6eb -#BV]$.=AKC8wd5کh,HM\;-JO樌Hȱ C46 A pREbKJ3! )Y!Ֆt b `av kFW)DĊfZIό3d?;&\;k[KSqOAOYnQQqɶqmdƎp㫛uT}e9A/ eg<0L0AąY㸈"JEqa^d" \FiI>[ FnH>b `TQf/i:?xPi6rH\J?̖v ]w"_@~6U;e]Ĵ½A)s/M2-PE ^ 8M8~gLAlI7vvBV X`Ne[jH71f *%EI - NfwE$tIW?(yi5UϪN?G _NEpl7} 0%9п5r(ʶX2O̳;xN?&,NWeDEO_x:~?xn˱>mSm8j"dRTdR"S"3LE[>ȊҚcRLn,?Yժ,;S73+3+Ϭv3ki٨/T#I +xYkWJ5& P + 6]VaTH*;{JOK(Esv~3s) VAsqHeC@2"&S_hܶm~蟹+>(&fyRfCR1 'oߍn_G |A2Az .,S$$&y(t(Cu ~ ALb,a02űa![ꗓ)a8~)˖i'[k:wIH*uwʪ.maf7UJEh-3@S4FL0x~t\&yIj_4"DxeaG.젛3g۹MVȎ28ך15R{NB(- :ܘ Xh]@D@vh?:4iہ}~^1,AKN lKᜄ ?C8s6ZPG0D|8Uu ..-A^6ll\,@VQ&Fbz.I.UG,Y'S%K-F$N*>+s^vTbUVYO-JzdhFL^"_ HиYU_kK{ʥJggb_VNF#JcbYm᭚ZEA/jc'^ֺub``q8]H EFhc7ǹ]ş6ph)Q}kt{w?ƞZjEHAnfMcj7ەjptpi#R٩0fQoᜠH +e#1Gdn;k>XU'ܮvrߪMeZp]-l !A][` JM3 圴Ѹc[;ѻd\i[xy` ĩ_ OwH†4y^iN>a%~0ı}vLAkȖ6=t` ]]=|sĺ'dsCJ?Q? *zE(w 5՞AO/f̧qZw :C{*iegnүBAQS֝=hyV)<о2b w}_U8&\ +:#z +zCDWqL08&ƪTG˲F6)zS< rHn!NнD=I6LU0m%4:K*֦,\:Mٙ|}[_(,WRpU #Bڀnj&rphMi"2gpG~S/!w,Ody6"%$ȱj+}>!Aا>̉g-I1/G L ىtAwMgfx@> endobj -846 0 obj -[844 0 R /XYZ 144.727 742.991 null] +984 0 obj +[982 0 R /XYZ 144.727 742.991 null] endobj -843 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +981 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -849 0 obj << -/Length 1635 +987 0 obj << +/Length 1624 /Filter /FlateDecode >> stream -xڽY[o6~`pt@:h][Nʒˈ}G,K$[tk |JaϣfWo2 -oHQ).fl}r5x>~ȟMeގ͟2;fx5JO><Q -c! 6ٔTtl#(Rxg-ǷFh1_`H*c8103m1K$ֈPbA3eEo4'JviKŴX?5K^pиaH&=ۛ -Pޔto_,gTf8F=װ8?0 Vv&WnRt 0A!m/9o&"XV ɘ>8bGq 1`nي=K Aj,wvLqu"160 Vrà-C7oT%%N;9^z;waWs4wK/떆\- u6&wuvn9-WzeuxLIVy;CF#픙Z6a!/_!" 7J0g`WLM9WoP:ս]OI+ KDcEc$…H)]UN)c? U_޼01OV+3ȨBҰa` A6pI8&* M0E/udQ/'$GH:v~p,( -kV(Di`ػRC0I=pp^`( lkf9[PV4DžΠ2s'*.>DK"0L&j3} -`V0DAbū?vam+0˭†d k^ZTQ uTpOzXB=`GY&DMc2FFF.88TA@=-&:꿺<| :\p`Xcsy*gZu f"iXƱ̺Yk+wqrVVړgٽX#2?_y)簪IM/CWN:YJھ:uJܲwgN*[0˴ԹLk>p ;qO ]C!Գ+&DʇYQcjtːV\m°~ՐU"y`SW[@"Պ:Iɪ\Mv<3TUsZ/+?߷l )\coG8)Bm'U1V^Lf%QV~FNbX*c2EZ @X?'Műg4u֢$E# K$KmTcD B¢r||.M*奎^\ |~PtL0XP]0% +gq^7f({I^AX!7- ꁥNW5xof ` ]AFc>a2j5`E2k̋,I$S.fFh)Y<=yYźV 7q|&ʬM=Ikn0Htt1A,9hi;`/VneSj:ٴ $}ިzzx: yh>O0(B`dgr"0m˹|#n]F|HRl+&&uޥFfJe9a( ߫ƫW!5O0$LjAcܲCG۴g•9&A+ 8[kFH/?zŕ5NRtQ㥚/xLt8^e>]2ʹ2v(JmLaV'C })nUJE.v<) nq_a*Sf=#p #0. v=Z,-SҜw9qMCjXd(:̦GQp_>6|Җ J2pwaV#%u +ԜP>|>tv-dXE,L'Q[q/{Μ$L(JqOɩJPf6p քfWjpzQMV~zr.WhO;#:]ocG jP|껧v^dv⶝w.{&(h{?h-P=)4FEdG_FE+&qQkeĖ^;M endstream endobj -848 0 obj << +986 0 obj << /Type /Page -/Contents 849 0 R -/Resources 847 0 R +/Contents 987 0 R +/Resources 985 0 R /MediaBox [0 0 595.276 841.89] -/Parent 842 0 R +/Parent 972 0 R >> endobj -850 0 obj -[848 0 R /XYZ 144.727 742.991 null] +988 0 obj +[986 0 R /XYZ 144.727 742.991 null] endobj -847 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +985 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -853 0 obj << -/Length 1819 +991 0 obj << +/Length 1408 /Filter /FlateDecode >> stream -xZko_B("dC- 6@$"‡KQk;y"iJ2d p;sܡqpof_~@Ha) -Y?.x`Vk^WU4ý;N,2{%]p|ٻ3.‴\HE$Xg~`Ģ0xf Išga'F´zYB,t1K$ id]UjSCOW$O}ʃv-=w^]$L 1M.B֌͐f1鏗M8n$&L$!7ҥ}ܚޥg$]3w!y z%XwD t(uܖE\i7)EJka,{] -3 4놩ΊڬH*_~Mx[A1eW Pr2iWhNΙ"J$Nd|*ý0E0Efܸ szV((D..qpj!'8MVuJkYVJ;9t3W|J!@g%'HFN$yUhS= X -:2Ѕ~ H2F6n@3WHbZ 1w,)L}uJ1NcqH7wڦʶi AP‚a5 Ð`2'sr.Nq8]x9/Hh@YNryṶb "]^m287OHOpڲz,k)k{:oGr" \/Wvd( -*sĈA@B $B&^w4$ǝ`(v[5=_tOvծ_TTd㼺u"~W+Tn#Ύyn-'Cl7xs_d@1]'ZlOJ# 9!dqRu(su=PѦZIA>n{} -J]Z)E GSa^c&A'@eN&bk!clwcɯI9|$?HNnyZ -ոydM>T,p^% ~]/o,qBF^A7`1ۦQR|{?M̞>*5Qcc&1ƭ#799u - E>KoWx.<Ңx8Q:"qv+=p('D)HEkצ[oӊBuՔ`K.2Xs6GD)"Q7߽qRNaW؟?ऐF#eFClsuK;?e^7Y0k΂bHm3> %]šrg/ ^D'Bk>O% $) nة{56%K''Jòm{?Jg{ GocAg +xڽY]o6}bp7鰢ݺ>(6dV.EŶY,/4Ms{ay}tp.<7<9RTy 3o:K"Xʜ•!L0 10>ב8:_C2OvjrqGC: S}XKbq$`!|xtaڠAgR8{͛nr i_}K{Y'rA8_(^E?..u'k=[d<VWxw%oO/Ҧ˜ P==;mt3br}t4  +q[*-ͰU)s w` k6۩:@>qͩ1HUp5.\52fZrng!Q饠UAff0|=С^b|ׄ42ԋip&EcGQ܋('#z@P D yC_*YwsQ mVIuҠ[~Z_Dʑ]UQWz= *D.σ5bxk:6Ypd L> +7Qđjn"Jx+YUA>#Iƴ 8OI*MKй%!|a?CuFBI;PaQdYGY v w!ܑT$;@#5'5ҟ\HC7Q%18iY^ʭ,z&$g%)gdVvJїZ㟔S5g.'3MA*L͚ +|q´rl_OLYxquvm8q(OSGAr.9)yլ,PZ5m|"U26 +VtS?GȶZlxȨB2pc Y ސ,Q)YRx]F$G$YwLs$8zU(%"؍ŽP$M <Ʈϴ 4s\M4,~1|}zIDܺ g;ݟ\9מ\e|pgvx+?OtB=U+*s:zQ R#^O.9NE>}︪vT ,Lj٨7"ӓio-|.;.Bg~z=45k\xs׎^7obz endstream endobj -852 0 obj << +990 0 obj << /Type /Page -/Contents 853 0 R -/Resources 851 0 R +/Contents 991 0 R +/Resources 989 0 R /MediaBox [0 0 595.276 841.89] -/Parent 842 0 R +/Parent 972 0 R >> endobj -854 0 obj -[852 0 R /XYZ 144.727 742.991 null] +992 0 obj +[990 0 R /XYZ 144.727 742.991 null] endobj -851 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R >> +989 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -857 0 obj << -/Length 1932 +995 0 obj << +/Length 1958 /Filter /FlateDecode >> stream -xn]_AXTn׳sj'HmS -$y4X^5=s!Mʴ-R̹9!6c9]$E&rQ@/[?\^ -|Uۻ -|DC]<",[Eώ^"  w2R|>#P_okwPEPf@B( [g7e `Xi\X'Y  ,tR>H!'gx둫^Q̑`Q8O]] z߽JaEC?z>%`E-]џh axa8-C\(!yhW8OdOpˁ\X}.8.<ߜ2h/vb; ^~b.(( -[DEr~TwHez2s'6SOq_A$=W kX@I?2#3ҙT2/#H@AU.TZhIY Y̡C{(CR0 3 v2zCNҥb@n~2D0 -s|uS4WpgWh;PcYV~5GeC$T% 3pGym8:5x@V}ncǖzlv 0 -CJf[ۓ+zYd6Pq'FwOD6*e`\| 홼 &`HXrC7t#y+]!z2azowċ,xQ@M/b0iY _ûi`[ GEM}ZUIʗr'A$X.u1>NXyWVMڗK$.]?mvngPzI4XHX}ﻬJS;\FƁg _=b>o o_MCJZL:%[ m\٩2Wi7۸ 3AjF4R/\XnIL*+NƬ$jDaY819, !C/c>/vn'U5iVre?T9>^ +dn)E);O ҍ -N"#zbk@dF{9ځW$h[3 - c]7MmtmG{[ Jnš "ʡ ]hɗ -CmvLhp޾?>iA0csqN("h gqyYۆ GLi5)wpf,܇)JPs;VMʋVfr+8;emmGƜA38ULp4Fqu\O-#NWK5z]jC :\gҕ גe(mHRdވMq'ΧJSέ#ea,rʃLUCUzoyOMS@j[u%yInviOӫTzk7fs>9 ,mVJ:߉;NTSnagqq>63UH:JNCD}3M\%D%*Iu\ -*O"Uޗ':jw_*z9È +xڽY[sF~ׯ`zNwI%l.}JedPlk{N_dV0q}s8 p쟫Z&jQD )_,$dEwՅ oeeo.4R_$Kwii7H9g~[;#` H "Mn80bZw]C2pfΰ#aSA"8֔ZV(d0j}ucH>qBZ{^B#.y׽oQ*ETI` XYWl +UT5Mqu% i|# N6C$kGĀp +J#C͈쨩[#{0Dao/ڼtD"Mdt)-j-i#A]UEnyw+|P8\Ĝ~zm=|<:̹8Z=m6L"4c)$TL`C@ܻd}| o6O8E2%%SzI|ˑ:>Q >@t28M%$LWd^l&x6Bfbd, HT?zb$GRb8G"(]MvB79^>W>Ї}rm}U%*6簻uwš7-dEq^q''VIHC˟C[7%q~o|VW` [L YڀddR٤Ol CqcH_PyPtnqN $f#vN*E5⥨OI5\:?ED@0y^' +HT1"#qW:'{ d=UHWlv9aC8KtjɾHr޼&b@+$+Y[ r{7CdOכ]\%ntډȻϊ;X*B<SMc,מ'wfx=zѵ鯀'F0> ɥӱk=2{Hz>}𚐻;~ &{ mW /4^U&zFzHضӆNGWh!5'i6fJU _aHRYD얛؝UX>Aک.@&VG-xO 5Suť@\Ic:jB:seyXq^2,䩙#HsЦvpu5I4:β! kOCiw1GRKS8BÓU*3t]}De#drReybrmYWbcR,MJ_& TNPjD& `<馗镌dc0:4[BH9L]g!d7{0iඬښz 5O(!|7vPRWp%Sqyf FH86A}HUa%~x潙1PCG > +Gd{ե#_mU?Ğ),]=@S$@a +igRgBT]& |W` Ji _dKGJ+:ye1b(thLy(Ev0͓i)9lQm`&҂iy8c_z8(H DX'ca=+;qfo/⑍f\O}SeG荫V>Sˇ0A>_]r="EE5% ? +Ҧc+ep pGA6jȘG*`J79Vn %9QԖM RʋF li\:T|wYd3 endstream endobj -856 0 obj << +994 0 obj << /Type /Page -/Contents 857 0 R -/Resources 855 0 R +/Contents 995 0 R +/Resources 993 0 R /MediaBox [0 0 595.276 841.89] -/Parent 842 0 R +/Parent 997 0 R >> endobj -858 0 obj -[856 0 R /XYZ 144.727 742.991 null] +996 0 obj +[994 0 R /XYZ 144.727 742.991 null] endobj -855 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R >> +993 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -861 0 obj << -/Length 2211 +1000 0 obj << +/Length 1992 /Filter /FlateDecode >> stream -xڽYY~_!`psy:3l0&1 h[,)= {.@^,"_u|Ecg`ww?rG\;uO}w9 -f_8}տߟ^icm$͌p@`k)ddLd<\z˻҃D';vb Y;3.SwVOjo:!Pbk(!+z#an,uUEtLZy+*Dd屬^=x'B!r=Fndۋ,Zd"o қ NC,ɧn{+uZ4~<֥vWO'ލ4̖}~ׁ'`B#?  \Ģ(k)C em\w9^_Ŀ6N̺T^e5&U]^렕x|o[(c;.(xz{;Tyh7;1M图@!Ƅdi6.Dc~ϼssz>&jdcaz´!r n+37#LYzE Ej{a/ھE,PFZlMO's󪲈zF -ʊRe3VN0E qW[zF[TϞ$#/̣'"Q'>͔FdQ¶haSNtgk8e`f!SfBCc?#6 &Ue)P]fqTeB95ʑ+Y֐}T)˼4ͽ*77(n7OR&{3AJd }QQ-eߑ!kJ8mOGLoIG3u2+Xܫ ݘ"ZRqRT {ug(dIr&rH`R܏C9T22?]i?kQ? -6cC)\1nxA0[S*@N#<ͨBjL:w̗$/@>UKx_aMvYSzE<2 0h0iZVHǮz}/hw(K΄Ԏo|QVkzSWqPEj?o_ -Qե(j&V#uĿ2EfZ)N7:IMx(2$$' dI8žH4E;s[{_{}(x#^ +x/_^xA?7o?Rc?A;<.K/\pqGzQDK>aĢлK3 xvZb$<1 4BQĽPbTע$~G0홉0'*zz,SS\OWU[)R0 xz]YEQj#ӱn Lɇ}oⴖx,q@z.W İ{$t}zLd\|*9ɜag&*YݒNOs{m^3xC#OUw\=ȧC?bɲё곘2Y|nso8$ݩTl`ׅ&$OJw ⲫwD2Y6@]Sq/)G =4]k(P/h#{n>\,;sAaIk]!rU;GݿA]94%zmkmd:"4 Gڀ_Fkt[q|+YˇYwZyw)U>^P)A +'ԍq`]Oi1ױxסA_{Υ͔WntTmLڃϔfu\O*N_\/3$S LGXE!7Xᰫվ*KhЛXnԝH;i,$_/SfI\-@D"e5S鯇ݫݮNzGDd듩37sGTtbl67Z/5SRǷkAfݺݻSIw6$̕n۩T6J̗cV_JMҪ.(עҭDQ3"ݐ6T"7v3Fڻ> endobj -862 0 obj -[860 0 R /XYZ 144.727 742.991 null] -endobj -151 0 obj -[860 0 R /XYZ 144.727 376.113 null] +1001 0 obj +[999 0 R /XYZ 144.727 742.991 null] endobj -859 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F103 390 0 R /F48 709 0 R /F362 552 0 R >> +998 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -865 0 obj << -/Length 2350 +1004 0 obj << +/Length 1977 /Filter /FlateDecode >> stream -xY} Ès(P@qc m$JHV^uP)q4ヌعw󏛷7C(e w|Q@Y|Q[kw~m5?|,E<*SQ-'Fo̾y7X"]g;1UGWy>utlru٥lMt-{8cr$ΕhٳTef`2s#3HIީlu$[,#?:N벨,1r1(VkQ5;ywQ:@P@Q%miAn զ R_sxu2E Hzk Uըi"OY<Xܲ"`{gFo]Pࢪ`Y~ Nsz_υbQbx03|}Ur17RmF^}nf{v^OY6Yt^-]2pV 5;`-QU?BɆᰁDUWC.^Ei%HBk`M_YUvAE$Ccw<0 0-;{=ָ!bRƃ7>bWk(e6\?# {7XvZ`ku֕j%a_3T."I4Jgi%!z1j6>5[γr.'}Uϕjc0Ki(D0$fw>D%Fe`2_=Ҝ8IbϐF!L]FZ,@\IjDT&q$ }ne^0ꃟITz0RMOVÁà熹oophKk90˒'wT&7^- z`6}bUz_:uec2a| -/.z>s_ |i@cL|'3 hQT@qWk%݉;@ٿCԴjt _)@H4c{o02aC̓7&Uu4hũoVE`Dl YKȃX&{P'HLJ؛lLEUC*]H͎LӠ1ڧi+FH 0Mw,Asy`Cp4A8EYߚ:Ddց/LA:i:zDBA=c,qzHLSga.3$[t֩,ƃ!B,Fo%ya0,8NkW d@h!paHJPdIm!KJ6ҵwWu vSyt?4x'o'!&rnxogij ]O(@4!t0 ] ە8s'4veiy:C#h\a\06*1!Pn揣qu ԐQq|Hbt4F *5l~:DŽl%(kNG&wy؏ -UarJ-cޢۛes!Rٻ\{lK2"\M|Y.d=)(bux]?; mT#Ɉqէ]Y"`Bo#7\rDBk>F˜NLPllXIRӣP Ftz?%IAx9׽$9Ȩ_kP[<+vM7 WN? wad +xڽYY6~6+:HM@ +d Th[R0wxH^Kh_$rE46i0n9.]˵- 5\F5e17Y>?U\x^<[UQכYq𘕢ueia9gi \a:iD'DGIԦq-h''Dh(SOJL|+mH(~& /I;`S+T'5k y#˱j0"j j_I>vǺȇ + ,4}WthOܡu0Ek\_wx̱&?d.0VE8׹A׹vð͒ 5JJAeZAS +!;Bq#Ja?-cqPyV"O}9S5Yd6x]6iE" Rj $',T[E!qG! +e}^dA]MdgW +W|_f^zwt`OEݎIX%,–T c5x S/gVxW +>*B6LM&DQa5"`e!˓xT{>Ԃ<:CY"l3PX`qV1H-4ڻ<{46a6Ѝayvg7_#w,X?`|F ց3>?T<w]7%!(iϪkF%6 6r=)j,ZqjުM?gK>9v92 +FjMυ'6l uXnYɺcjeEUmZ\ϪaJ?Z>OR@& 4I|tmp-j_a7qkۇHrEƍ5SG둋$|iwqOҎZwznqx,RNB'E.zpCso$aם8r>Ekp{lͪ!׼5`rcvjڨ m4.kƗ #YF-؃[Sat`!Ht/SU+ Y!N~CѢ|zjԧH(+ӹ:] !0C j[;ܲp'qT^zzI9  jS"e:=SyUVN.n<ŒoP[>ٺd^wԧ,u5ugYFt g. 3ߑ:ݹBf20qQF{޴MԯЃՈt/@4u}<=A-<3ƽXZ=2Q y_;2Yc7:ƛ,笉 +F(8S*B:0wop,Y}8J5'sa\#^ +|Ems5h7ÂÝf sgl0` 'h!S+Ct$,8&2I(X_*`נ!LIn%%&fbEL:ܛ9.[O.;+GdC'*ѷ~i6D|Ãbrv, Bc5M)L?ln.TqNjM[r5E.&_ ԯRub΍{^vo)&v F`dͱ K}6Yū83;Ǚʼk!Pԇ &I(Fpk]7ALA +_FG\ 6eGTQjMSyu ۴S5/K,ʩT$Q5ͣX'a>W7iMm/[ەz\(o3a};wOH[TMݾX@.s=RܱWvQ(+Y`f`k65?Bq\@-տ} ? endstream endobj -864 0 obj << +1003 0 obj << /Type /Page -/Contents 865 0 R -/Resources 863 0 R +/Contents 1004 0 R +/Resources 1002 0 R /MediaBox [0 0 595.276 841.89] -/Parent 867 0 R +/Parent 997 0 R >> endobj -866 0 obj -[864 0 R /XYZ 144.727 742.991 null] +1005 0 obj +[1003 0 R /XYZ 144.727 742.991 null] endobj -863 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +151 0 obj +[1003 0 R /XYZ 144.727 228.984 null] +endobj +1002 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -870 0 obj << -/Length 2416 +1008 0 obj << +/Length 2793 /Filter /FlateDecode >> stream -xZmoܸ_! .loҦ;e~Ywk=Iawȡ,sŷgyHzKz^[\k{ʼŭǤ$@$"~}wyGwW߅W}xy̓pclqTϤeů TI1/Y_ RhޣDD]מQr}u7%ݯYEkVD)4$3\qJ; zvhh;?bמk:"RV8$ c zFO:ܻf> BLJMYfD+#O,R3۵qK|)oLV"}'`h{E:1a3R79+AA0(ۧf}0U*\T(T -XjͰ#iVY:ژAJE~<%) 6`TX5+;O0T:^ -wJ'w㶬cl'wa6$촒2G~VI7XW&7ڽ34ƆMmS}fNOD;%Q$GX('TM|  8r4p]"9ԿnlrX" G9Gf+5%>;ׄF]髶tpÝo\™#@}YRFO!uolXV 1%24=8Q<J0 MN//e]9'H#zb# IE6>5eGuvk7;xKh"Xj`a0+K^aCzD K&׍,|(wHWu ME5miÛZCT {rg%clv28S4": 4c`jbhРc*v!vzjR ,*taI>]j HyZiRށ`ˆ>?uu,v p|?M+H FW }- U g$HT^f5=ԸG9m -Γb "inU#`NEaF<BtgYܟk(m3$.P| =w0՝;0箵G. @ 2[V R,[e9\18\~otA% נrX}J"SԘ'O ’JhqLm'uwMa QT9U. ~Dd¤;/ 0Z>"XbNtoᏱǧQ`j*#tJJaz,06 jC!k$6#Q{~>7Jr':" / G+S*?%#4&(?4N=J!B͡T= -1ؓV#CGCDD -=no2Ig`[!n 3 -,r5Ō!*0<=ArDE~/,hq<0QJ 2R-6q}}pRy7B ߟc"2Μ+͈f!MKѕAGŏ @x᭔ 0BziP-QX䱷SG[;q00`M4{~G{%Σ q6%2M1tXY?X -}WC cؤNmsqC}JNq*oSA"u!u[f=wwἿi7)paPL8O B7KXovX{aΣK(Uy*"8p - EƖsᬈbk}A$D1%g:Dg yC;ݠ3^xuv4py?~ٺB=;Vx `>ݗ[,¼8uj|oJs7mq]Ktû;SehtFW:¨ИYfYũı+uu7X }|p?+tg:[_\ޖ}4"8ktLR.`!a&b{g9U7 75 -fWw;tP\n;pKBǫxS`(#=&Wr%wwFb|Bq@F @=<'z &K~q_cC% +xڽZ[H~_a)Ž՗V"Qь&)ɃXml.F`chrԹe7͇ͻq(13pBz!(b8b~遼~ +?cnẙd€<1 b0DQo{) aۘK C; 2Fq@sJiC_İx! %xw ^aYo٦i.]|jKJc]%Ӈd.o~%ScZh0ZYYz"+vpZ.IwvfMvdEgI4b4O*<8~eHPD ٴ*v%ϼ?4 谻Yc#+)g+wD.NKYoaJR|z޵bb0eBG*FE(Lc+aYвUgj Y|'8˶ea1-ƌ6̹|q ̔}nu{o2v;wdL22FJeeQ>YYZg׵TiERݨS}eC\p+hbW +ξ&#ԉX!kSфlˑ֩m͚YY ' Fxxϥ`'byA P(t&]7Ya(B@^uz S1ua9eq'| fƻR0;Qz>#ؕ &9Jm_ a4ѡ*G +c?倱y6VUfL,&7‰TIS0t|lt%;"2Ť4Rώ]s׳L;x>:Xp뛿mCr_>Z8D]8-~-x-`IV˜b +e*IV"DI]IG.[*ŤJ$TooreՖJx>yV|t㮛HmYag{*@ gp$ L9guD5ɗeZҲ<-s5wܺAOfvDJG-/uzF7+7d*feڽ!ͲV%$Ni^<* ͸ WAEC8N< +mA&?md" v#rކAЦZhf0e8~F[g ?փUV.'U}FhP/սƼ). +U]$\@E$?_0"`91pz'%$s =ME/]ʧAmʤ V:R\xE(-&HM"Y:yF.wfX'%Q'WJ.I-MLfPSݜe"|Յ*h3exDk2C唀䂸Axז=bkTLwPXD53B&b( \PM`jBhaGb1)FK $xjsK_sJK8x2{.;O\+croA1&|}]ٲ.kW헉֭UR%*Y-dwg;fU-wmfB­Wy\=q_4T ]_f=8B6&۶YHSYH:CM#V:bF*^*CRImI1A]uҔ I}(՗q=zE9T]NsW̝I%V̪i6+8 X NLAk9idw('#B5w7"rmlpca(4ܐ3Nt2@[7 BQn,Lj)aܺd !=܍^hR^"E0dq$sOǴctHiBlCDr.۾cm,ި ħw8x׾F B+ȎFol2iR+HAxgvBلaLk~3F]Cma{K{,E}EAӍ^F:6fx .si]:U1#@C*8e/N†&e!Ѵ3<+<* J gE x*/.ߞCDf/䦽 ]f*9yMC"nR[.@!@ C[ցvyN"C/Cad%ZgGp*%U,ix%J"O-R:sH+ڞƟcuH<@9bsפ.2Oǥ}~\L_":6:BdJql)Atp蕛{f8\/ v%CP=ʍ9:"\r#;q1MdyXQB yyC+9xJ} \Ĉ=xp%#zd߿?o  endstream endobj -869 0 obj << +1007 0 obj << /Type /Page -/Contents 870 0 R -/Resources 868 0 R +/Contents 1008 0 R +/Resources 1006 0 R /MediaBox [0 0 595.276 841.89] -/Parent 867 0 R +/Parent 997 0 R >> endobj -871 0 obj -[869 0 R /XYZ 144.727 742.991 null] +1009 0 obj +[1007 0 R /XYZ 144.727 742.991 null] endobj -868 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1006 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -874 0 obj << -/Length 2024 +1012 0 obj << +/Length 2439 /Filter /FlateDecode >> stream -xZ[s~ׯԓܱ`Itfl!MQǼ($]IYL*N<!+i=}=y\ O!_a-V)<[,\~W_?mgގQ_rޮ*=PDIYPQiS..Y]L~=ҁD~~|a|} Iax?L9NNQf 23meHJ) --)4,FuD}$AX/0]ʪ2Z=.$2O [YV{fG\!S + ̿ [wN!Z+&ig Cg͊mȮq -i_6⣪QbUMUv~n1ϋx=fAdVKђ<)LxjLeY%YG>UIyA.eW DժJܤFڬt %~a)zb0 Ne0ku1F~zedX4WCwv7Hj3pR".XsTp(4 1aP" yTaʱ&6q\xCb*JaVSB$T`7'a0mrrLi`Wj#q" ݰ.gD΍s9 P>cKZg޷EmF?D! -zO먚I^Rm04V)8)R>ݯF6R30L:4TXa7Q#4Ƀec;:;:\)R`)4QMP0T zq$Sb]R%!O1N+r2Yd&ܢ:ՙ l*.(hŷ`KvC Ǘ*g(6< ]2{Q8^5;len9SKvl$sѧ Z;a5* Kjz8 c7X Qwv>F~WF6#ZgzW]=CRVEFet٢7\ ß&|Lɬ |1-%M^m{ mCT}%q4TJ}'3> >uCjԚ;*W5M#!Y\ λ\6gL2Hk2b;e畝vlF:Â27p(FiÇУ3ާ -+;?]+RMˡu ϓ$Y 8AޥQVSi}-:}u@@pU(ԛiTWO0-?ڒ;^GՂuƬǾߔh Mů,S08lqiEzJtwLƱ "" j_8+t4ݰXmmٞAc3mNXoOm4"=َXQ<ͦ+ $P X]b%`p=}n}/*w@~D 1WN$֪b, &ʨΰpKz7Vޏ{)#6ܱAa`qA/ :΍$𨁁HZ y;ÀdӒX[q<_߶V~C!ʽ)b> +xZmo6_"X9$\R$r^uqH-D\Y$oȡdQr{=`Q™g£wfoc/$qH7{L +I"2W7hl}ߛ?ٕdyGp_n0\"_eRj@LDx쇋?.H='a̼tu%<{tqI +އ]P%%RN4؏I /a>C[Qg'RjNfGŏi\V"/%{؍nb"FSuٓAb,[QR9I>QPУ|D@y>mDK"Q<"x:R#'te^.eJSzIڨFR:YUSo7yU{nkXryđd#lzWu.F]nW3xsU}g`ΒFYUJ3/sgj9Ɖ^CqbژD.x;]N]U$|s'yXWx\\aQv}FPґρq/^srr emu6o?z4]l&] +h;ŝj첢G>|".bw#孅Ȧ=_ +w <#Du KSqF8odGM${Y;|z7aL4 $#4Urd9`r bRIiSTsJ! +H .s0WRfb1a4oug+=v"g"NF$feW4|Oo5p^tYUwNn~4tfEcW*6*oُ8l]Cv_ 5>?RIrg.墮kzP۫!6'ࣹ٭etb#\;U-5+|KኹƞM'^\'*Iv+@Nzr}9= 1*33VzTxG@n,Ui-aփ0:CH" &%EIy$8sw<]HDt*珧8TG)'<\kZW^X6,J$jVX_)KAתNv6<.!68Yvd؜"[;}fL=',[u7@O0Y󙽗A'?* ϟI# =%ǯq"ˆg>MxBkb0u~I," =݅~`Ia9 ڧ~,I |)XŁk7lf˭7::~ߠնp +UD} Sh{/lM-)%@?I$mVp K4m3czֶϯ Yq ` 27'R12L $mTa}! k+%fPODtj}Rlpy +yltC9$\D.ݡG,v_<.Ll/ Q'_2ʼn[~_R靖MQf^ū ֠[~>W4MX9ifC66>lԃX@2/A 3762"B0^bmD ^jbu{EY$ue~]AæBݣwDmgXR뽜_@}H%c.ЭxkO:[q:Ɏ4c]rIc#!yÈVۿЎ7}>~,[zpwmbjBvhy8(B7huy0MU3 V g endstream endobj -873 0 obj << +1011 0 obj << /Type /Page -/Contents 874 0 R -/Resources 872 0 R +/Contents 1012 0 R +/Resources 1010 0 R /MediaBox [0 0 595.276 841.89] -/Parent 867 0 R +/Parent 997 0 R >> endobj -875 0 obj -[873 0 R /XYZ 144.727 742.991 null] +1013 0 obj +[1011 0 R /XYZ 144.727 742.991 null] endobj -872 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1010 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -878 0 obj << -/Length 2130 +1016 0 obj << +/Length 2050 /Filter /FlateDecode >> stream -xYKs6W0S6 %ڭIM*f7C,B$%)k\4^|YLrȅAϯ0a?WW>1PhM% 4!(U|}Kŏ`vo[Lŧ,*ڧ_D{08Y$o>a È(XW9>Q̲hALbEB'm<J4Mf(‘=Ma'bqdAɍfЅ@1"TKa4دvT,H gpn =[4qp9|B_dz;Dn#Dk YFZe,=U#'C,ũD(J0G͜:º"#noB;(e(v Rɒnp4f~ݺMcIh{OQqBl -S(!~Eq"~/"փCQtAFZ01Be Yo(A6 -P$IȡfnQ܄?VW<:4!6'! V%RmGhܬsnpމCͦ޹=Nw|ĭΉ]u(r;w>ʄ4;4umC] <@Сg2!PF(x[Aϣ-mLai2drs -Gѩ"l}&!MѡM, +dGP?7gU!S.o% 'vz8$Αʌ҄qq$z߁Ѿn2elQޭ_ښ[i]'mu A2m Q7vF0>TS\1 qLҞRu%7 -*w>Q';wv+l0#ZִKKK%O[&qĭiuXuPVV_iv65xC8*1HPt,הT9\ --KlhI:W}tBMIDB[QD٫A]U_MvFKg,.3%pax{"; -N?$c 누Gx9x`X]p(8(2hozg=%p2ز)3XC0yL4 -sb`aߚ4z&)`fsfQjސacR-/JОcH(4Ķ5[ 'xz*w#n_4.Srfxf1`)s@A|LnkӏζZ8 Dsch's5OjDXt:8.\b@糟-+U9wI/ݲk5^0G neifb_؞IƠ])eau$`0m[.|E|%dfU)[7+|]C@)Wk0Svྊl8G_pvJnė$,9-S̤Ṯ{JUȦ]^&bWrq؞hC<~ E_ V>pߝUF2H?l5vNfNRm߻n.t7Bmk -0NzCxB28ebON.N܋tæodEB}yN-½&ոTk#fblPT,5 kURr~H- -T7s!YKdXt[Dék@/M5>?U[ 43O]j[aH0}/xߏ^r 6LN\tjǪvf}gQ+="b6dS9csҝӗ+75rk9ټ괴z,;dC5$,mhDL5}:h*dt%'y F}_@ya^7z'B󪍍`[ȕfߠmt՟`W +xZ[۶~_4㉶ [7Nڌݺ:y@X (V%eZYO3cS H|炃󁋝.^-/^~BgyΑO}. +Lms}\4׽~Gs]^dm}Y6f?~xWL沈+)T{|_?^^^zA vHE~H$G#]j0!ΜVKܺG=И4DaPbT|@iE`30Go'HH/]z#Lf6IU1]8fP +گ*ߚ{_ٯC=fG 0.-H?4M(iZ;iZh[=_Tip[Q,C5ޔ6ey;2H $/iQB^8zУHH[}?ɋmxWJddcƅTsRX$d&4eRV9N7H$Z}[Q%J}s/=Ckg[ڝ8QD + ?QJ-O;{C@1v_?B >G'm RūL!$4[. +(" xH7MҮj+DȶܲxZsUt[opzri M'/vJT֑--wu]<gd> C޳gПz)S($p+1IBsnO=,k ZD+s»t~vz/W2]V?7A"s^esn9ՙu)~SCgs2ti3\J<^2Oյ*L*ݐOer aiZۤб֝3(O t_I> Wgg' E!' .!oEܜԍ,%jcn?`weh3BfnfY%$̼:ϊFtqCwmaňAKai;?`b$f 0n#o|^S]QқSr|2 +e(@Z' ۚ]Z#*#Z(l8áttҴWRۗ/jj@  ̟4ht aOPˑvMF3 CRifKnevI3/KN̷0 K ֕@;Z9į5%!Xj +#ee)YęO|emnfvhe3KzI-)ZzWŵ,ezѻLRoZi—籍K endstream endobj -877 0 obj << +1015 0 obj << /Type /Page -/Contents 878 0 R -/Resources 876 0 R +/Contents 1016 0 R +/Resources 1014 0 R /MediaBox [0 0 595.276 841.89] -/Parent 867 0 R +/Parent 997 0 R >> endobj -879 0 obj -[877 0 R /XYZ 144.727 742.991 null] -endobj -155 0 obj -[877 0 R /XYZ 144.727 643.758 null] +1017 0 obj +[1015 0 R /XYZ 144.727 742.991 null] endobj -876 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R /F103 390 0 R >> +1014 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -882 0 obj << -/Length 1890 +1020 0 obj << +/Length 2117 /Filter /FlateDecode >> stream -xY[F~WBUYi/y)5%H}H5X=s s̜9ptpwC3;sQ@>s3藛Ww}Qynwf̜g7cW$7|(qt!(Dؙ˗F,Oza!@7?؞#(=܅3ߜE: XxPO~MFgcD]<*atݬ|kzF`T5FD,N:^ۙp+Vfܶs0kndg -(pcsqa0Q3|) 1/c@WSj{+ ̑~oK3 (f ݶU(fF Y}PuKr J5B " @ܠ5XS{ݐ ݐ U3&I:|Y*8@L9(A?!S!y]wo>c1 +BOƽЁ L)齿cj/LEklp{.>Xn -X8>v|6D&dz' T ;+T):W2DɩBwft%כ|QRO_ 8c"&ZA<gi:=a>_pjLPdsFi+ -!t Ku$(Z!J' .SIK=NfNLJ禆E'ۼ1yoBBQpiB]#=#&le~kKn2+2U4QDD5>+jB2yQft5|F(=c=Ox~VWrS/(lH VhhL X3=adeR}@3E|,Mroifţ$G.eKT"Kg}E'P!14yJLK!O*)؎L0j?>dFf޾&iTҘFaLm^&c]x%L>IT\Y*-02CcTHZfXy4U -λ$6nn@[o5LU`퐳yP.cc8 u-\h v5rYMZB |]3@5!Jw.Uɡݲ'%ndFx=d^XqSu`!ޠZDRBbϊPRW1">k$d1EVJ`+hZ%m(&7u*JRP9Z><=(:5p=_%Q%x(oZB& "Ra7Fn!x[[ڿmOra*R'}MLZX_Y W'SK՞)/ m#bw3[iTB'O˱s 2A@֍|me< _H+0Tg0i29c}Weڱj"n{W/f}C-%O`ag./oJ48L{IсjE*%q-|LDNqbZ^nT3]Gm0&QTfDlR;=&dU[h[$y(m %{(R8L"K4s!6~~yq^)O %0k0D <8[y/}W\8fۮn6Bym~uW)I35c lb .~{1È*ݶS3rB=~vgň7x¹l(\e=X0)~4sma0m,rD`ٜ_MYCM;~U[!|tۀbmU4axM%!r:KVeQ˄)P(T׵.]r?ӫm'UVzq*G: +8(F_'-BW7΢k7!kV[;yqHa6&|\u`c @[E%(f! AoM2Mr˱t ' ZŮNN}r2,zПH`rHd"+d`H#m=%DTP #hK_(856-c` h}6O!aGKVna@VpNq"&rDGސLJ7דhυPcn5oǓ z>޽N :rqMR);4<)cWU1DDsQYp$\6wUu2-Rqq(%(o$yEv*IT,${Ŏ:?,#o]߷t%oҴ/J8iN8ZHz9z,S d x?ckl+?Kd.Lfh|b*>=_[g2%`\ @(FT]|(0$uux0'j;DtT7÷[ $NmѤr.M:c'Ar +J)˾;4c)8XDZ}*$y:> endobj -883 0 obj -[881 0 R /XYZ 144.727 742.991 null] +1021 0 obj +[1019 0 R /XYZ 144.727 742.991 null] endobj -880 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +155 0 obj +[1019 0 R /XYZ 144.727 346.831 null] +endobj +1018 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -886 0 obj << -/Length 1583 +1025 0 obj << +/Length 2363 /Filter /FlateDecode >> stream -xn8 bH=4[ۃlQYXrER*,3mrim|[s:~^9s -<י-7' -OM_Ww`<`N'qf~BM=ɘx'foGgFH -T! #g}|@sA׎K]8Qy?k-|ל3Ź`9zadX.פ(^E9#rRaNT.k4&> y X @5h$A&/ ,/G6"G&Lml.|\.\KjݮW.MnK4Sh#\!m^l?muxba+%;4ni]Ywdq6#HrLUwmq`ϡX6 ƾ6cx"2 avtsX8S8"諣IU,K}ХCJ*Fx(J v#"}̐M%/ Alq*" d|jar)(9x]>qXb6TЖ]PAؐ?zUr=Sp^MsMVK&f|Ӯ`rIfGI(1*I^#gVOǡVI,qx=,u26 "*,NROUq3SE -Ycl`ˈ7)H#D\i d%(\LP6L$"cAG1lBߘ}6zf*r.JN˴=uf}ΌA!ڊ 2lx**lȲ8 -"Y4s[6[/F"mYoZ^V蠦 cд2ܶaݶasZYsۦ m{q;~򞵪-KR~eV^WiwNS8}p+>rTMflvm>K=j{;\}yNIjDJPskkv⃃Ho:CۃCF{w]Z=C^H*GIz[/5 "-9*.  "l]Gy8ާwX纒]׳ѿ,2 +xZo_*@IQ}r˶{k#Ѷ8AC)KD+"Gp8Ù [z׋/>|LS/&iPoh^ +po{.`~otld~痂?s??]^8?^F¯{U@3Ih7/(xt #qJl}o`4vfん(]z/qؽDybR cQiLofuf/*R\, jʢKi@Eq@$lE keJ++yg[]ϵj)1VÅ"JJZl1SUVE|EVICVy;[YiTaN[K`Q7({);\R+|[TǶB t8 EqJD_n֖uwd+,I(@P[ +E[il^sJD9AF 7PYq/)'g0*b r+K.4 3Z#BfA(Xjji(q_1Ca#mjT ֫MDǍBb[myGh웍&3OUݫ˃8˃NvgFX_lzLu `ec~,*SRߦc6}bryς}-4~4h̝VZ>5CXZHKvzL7y>=9M c܍BygS93œљ>q>)Xܢ)%x…慫јP + .@Ï-=>lA[!mxiݍlZw""|{CȾ+t[o[,Ub-.2E@eJ|d t=|ZP&#YN?f_VNeȡil%׀laRyV08}tcDK[]al?VFp;A݆1船X7 'ߎI_y>v\u %Sgςm}[לN,;J_-߈>Nb NFW=#-' q2N~^!dgmkxgvcRqӫHX1KM<(O {3S@у:q2C#Bͳ h4fh*+12! _ÁJуIS L + V>)eZquvroٳd\)-㪶=o>v endstream endobj -885 0 obj << +1024 0 obj << /Type /Page -/Contents 886 0 R -/Resources 884 0 R +/Contents 1025 0 R +/Resources 1023 0 R /MediaBox [0 0 595.276 841.89] -/Parent 867 0 R +/Parent 1022 0 R >> endobj -887 0 obj -[885 0 R /XYZ 144.727 742.991 null] +1026 0 obj +[1024 0 R /XYZ 144.727 742.991 null] endobj -884 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1023 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -890 0 obj << -/Length 1448 +1029 0 obj << +/Length 2835 /Filter /FlateDecode >> stream -xY[F~R< 0C^B[eDI6~Kxb X[gf!aTQc;ߜ3g [/'?/&O)C1 Xe%`'2q " vwoˋ^^- MO+83UFFO_nmlaZcbQ#DqX[nSx&3^=6p`oA޷4_ Fٜ`0]myڈ;UZ~nP^ݐ>g=TL= 6DG6 fsi$Sa@1n# /6]U]&hz-#37Sd%hn[Z#K&2_KcI3RYjMoS'65F &YCH21G76u>nt@TksՎ-H8\uU[W (vW(V3,م,TQGP -*gn|]9\Ȓ+b lcS>Js׬1X]&YKBF`6 _VYfV8EĚ ˫K:FA Us픎wQTmw#">փzPyPMQ1, 뫅M``.~_tз(_<#r57AvTl8v`z)¯%[4B9Qz4fr=y<.*ዙmpCix| p +xڵ[m۸B@eH +p{Er͡-Vwؒ#qHueiy_,3;wv~(rB87+x +i脞ܤΧŻ/7zU]\dWs#TO![ E#w[(2FO.v5C:jQFI6`'܈9{q}Xۊ/J{;]&" 1Cex |!OO/GI#ƈ`'Qm:ծB-i +<t :-}LݚCZ@LucBơ24늟 z&>DW,#2uqpئ+1υCs:zxPCO@MՐǜR2j>k8x^u#ZDؔSoNw,_1)y\Q.&{UhV>H@Y'Թ&> +vcLyٴ ,:gyg;q9CB#&걅j[[^6 U۪]͏B%}M#RE-] {ܕnہʬ430N' W{7]FgaHQk"!0`ag+A40U8GrD2A b'wbX˅ȯ[ք3ӋGQt54\cշ1B)&[S.R] _\G^;/۸WݥX6Y%VHQfe(r2ot"O>De(VX\ڋ7v0)J*o#n#3*ߡϬȫ+>KU˾(V}I-J0aJT F.#YCoڸ laphf) W4[`X9׸*#$D(ᵄL^]}v= +LZ4z<=yVc.zMas;ږ0lvldhR;qn؇~o(l4=}[q;Yy smp~-,7[ CbD`$o?ivAbF$܁VunYQ]|Ne2W`TQ  !i 6[°- l8GIvU,ڧ09L]]by8<]Mmp-la8_S؆5 L5%}E/3iL\/f,!$0|G4(ݬM> endobj -891 0 obj -[889 0 R /XYZ 144.727 742.991 null] +1030 0 obj +[1028 0 R /XYZ 144.727 742.991 null] endobj -159 0 obj -[889 0 R /XYZ 144.727 434.538 null] +702 0 obj +[1028 0 R /XYZ 144.727 362.453 null] endobj -888 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1027 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -895 0 obj << -/Length 1985 +1033 0 obj << +/Length 2131 /Filter /FlateDecode >> stream -xYݓ6_AӉoV$$s3INӯ-3s\]ow 6V -lXql,.&leA.u-aȳ8zw5ax^Qo*+mM7=Մg$uw[hz.uF _}}!BV'b;gL T\P8r=ٙ oRЕV,ԍm. XRd3_ XΑ 1 9pi{ oքգnŪ0`QJGBɐ>|{n!6Ýb{=Fj njJ%ȟ,]Kkq +xڽZ[F~WxneIU$ C&ƔZYt/.6v:Nw +qs:> +}LeΑO}. +\;~x{xI}~h/swc5?of;˳J} ̥,|XN3! &vHK,8~Y×?:0p{ y>8u('ϊQP{ BA{8JH,Z̨;Wz1J943*x5sEa0 +M^  qeXւ.*6Zsly yZQփ,76܃xL0R?<Ⱥ4ID̮En24G+f3(Hٻ|z&zvp-x9DYc8x xʋDUخthmė4p;w|4lJ4p4(VǪv~I8{]DWC+5I+WUVhC('_R\MIVb1%:[/;/=`ž3ĹiѾDKZmKTkrg4.yz7Etؾ%Zo*B$V7o\ғ˭苜|AՑ8J$2s֚5JipNH{ R /`JW[3q((WaZ9YH'iQV5i6W輾fSEGCyu.JMGfFcUVdTi/8VҪ=v9穤}0xWBy:W9&-*dt)^]X >:,bCI-ԣCxTQHLtӲ:i~Ӟc~zWgvĮX==h#P02T'[7ʠro6Q^tBp&2dCtܹvLۭmi!`0Ta k]=\XŃMغ聍-7 Y7 K ,Vp2Y$S%O}G>to#_'8 + } s!K4mANצ8gfK7{'\aóھ%5]) nޡHijHK8`MiW:zIk;!b$x!ZNmvQAdvi,ؗL<ZD=p ezӮz hyh$ +A5$NWP ґ?v. aHN!Yuf~l'q)vr+aZF/0 ߺW AԻz}(PVz*DEx T8?^_\&MYtkAs~ v1Jw~^>/65SV@|]sUU З*7] +:agbf⢡Gȱv_{̇n endstream endobj -894 0 obj << +1032 0 obj << /Type /Page -/Contents 895 0 R -/Resources 893 0 R +/Contents 1033 0 R +/Resources 1031 0 R /MediaBox [0 0 595.276 841.89] -/Parent 892 0 R +/Parent 1022 0 R >> endobj -896 0 obj -[894 0 R /XYZ 144.727 742.991 null] +1034 0 obj +[1032 0 R /XYZ 144.727 742.991 null] endobj -893 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1031 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -899 0 obj << -/Length 2487 +1037 0 obj << +/Length 1369 /Filter /FlateDecode >> stream -xZ~0m%ÀZ$ -b6P:HswAˣqٙ,;{_iu8BxG8G! (b*> Q[ҿ 9]0\ּ~(WWW^{d EaLt{2ÈőwS !vύ(P-=\Ydv. q%fQhDHp-JPzGx&lvw }Y?`={cĈ ޱZk`~9rWZ<NvRd,C&\Rnϳ4my,]Ze2_1fIW&Ҳ%N#La5B|C?=9 =z|7,4UЋ(pBaMuz4֏Ճ5 X`<>GԩpU2K֭,b얭2ezVKQVOI樈z{(3K,"2O^eS>ߠ/3 ":zqM <eFFtt? ☏bE CŻLmdek0'` .`QͪzC;{C3q(1"|0i6l371#>F]]#kjErDD әV%0o;a(4Q4E{oڍn337KD|0eG@sO_#8]Iku"ZN l&u|vf׶ԑ1[ Iʾܕ>&2`K hzecW$=Myjrx#&[ -OnطM .uɎ?۷x^_L:7$|HckrqI/`5*؊*"ȃ(HȥWUo -(BBȈeN9I0Ocaw!dEóㇼݜ "]. - ]pBo-`:\')wL)&(X%`~cFC/2әMRdRfaH;qVR^cuD JQ %th#礎p¥?ӑ@{0 IEm.1< -UeI(NFϷT؋?Ux@@F : q& iffʬ4i *Cj_~1ņavrekSRkY D=\S:)*WH}awȋ´nxN)B /w(?ml)G=ZjYΖg.TT[(Wjh %ĻD\zk2bf'MKvc -kvy5yxlS;R3 Zl_ޒaO>'%u2UpD?emJFI`XZ  1!$C?7*r a<.oYq'זT'3o~, -d`¥2; JM6n'K;t:^@пpDP>ŒߖGdȋ>OxX6ιy_mmٷ1,;d.c&.(A!Q{=|1`awJyg袄_64hd (uY NJ\T_M :\ rGMIq\ɍ$?YйvKgw~)AP]ǟ: ?obyo/~? $ͯ2_ިGSwۻ{b:h- <ɢ#tj+s[L]8.uz;{`)+T?LBn, ##8`A,*J*f_!D;(Gfa|(a-(;zޖLv痮XjTfRլh"ԆQ&x~Vw(r;5 (3dWeͩghbs]ګ]&hVuw#)GKߘfmL>99a! l&NG6(낟08Ȭk굤'?4s'/2 ü%èN:X}XcŘVa@E#^0Jc6qBaA%qff ͻFN+6c 6S4ZfNUPB]i4^%YULktN31誐,SyڵMIgd9/Ln" -z:ݬy'ɿ,`ԈLlwahek]@!㖳S1`Ϳ4[KӛyȓY^A/m1G5.KFacZFQ̛ :Q +g p h}MeEmgLX0pO}~v rJDO<({vlF}Im h ™C)`exP(UClґN ۝ Q#}'SPODS3_nڪj2'GU.#zTQ=c-~ 랦KZҋϖ-B?E[`m6m;GM>n&22m} ~BF&jd'؆M6dt%Ѥ\kٓktf==q~Pk:w?A!p4@NdӤmTڐqڭi\oݺF?ZhA1V?Eɝ?II_ng2AYoi]7$lMZf[zyiЫ,'гoU@0n =GjckASWY^ +5x +NQKSw{}ٲ~y^NKT_b97“~! `ORz >]QPBeQpB%/ endstream endobj -898 0 obj << +1036 0 obj << /Type /Page -/Contents 899 0 R -/Resources 897 0 R +/Contents 1037 0 R +/Resources 1035 0 R /MediaBox [0 0 595.276 841.89] -/Parent 892 0 R +/Parent 1022 0 R >> endobj -900 0 obj -[898 0 R /XYZ 144.727 742.991 null] +1038 0 obj +[1036 0 R /XYZ 144.727 742.991 null] endobj -897 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R >> +1035 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -903 0 obj << -/Length 1625 +1041 0 obj << +/Length 1694 /Filter /FlateDecode >> stream -xY[6~_AE;+u]_0HJTUIqzg}><뢾>5?/0=:R^ˡϰ;b~$A0`rV[D e4q%cWfH U#y=HIɉ%y>@iլ4$7-u7XEXNe&ٿts٭{妫JGj"/(;~u7\miSbW+VZ]Bp.|Uf{ -G#h':$B]ZZ @aO% /7OBV*DG6.(N %֡AO(|5dx$ֶd4.4A)~z<@#֐;Cji-کֆ#IY# -8݄YUkȅ3k(YY*^ԓ,DQx n1;|bV*Dڗ")3#'g -n`0'*YpxGY#k~RUD2Ly">?5B`Rbxre8&yFvICS% G : (Ttqq x7>jˬ2!',D^|4)B/rG*šgQ,NcbR x_Ź(BQIݩ XVPKccd,,w>$Rv ֋lC[^A_-z@azAz 'yl9hfo,oYWEV Qeq/v[3X6_ض(ɗ@ lF+0hē ۓcZ?| '  2w/JxB,Iuq}],йP]йI>zfjqTsSM -}Y~5VYAV]( Dp q|12;3x %J|WdIiDga%I 6+x,1Rt6!f{AfsD&6,f+6"xyq'?bvLhϣFXz.9 C PH0W<]E/z$gS[-(JrUcY+ JZT;֐zHږV+ KFdZfHd U/ \׼,y^dA'7"0RThGV9҈.|0*|dD WAEDi]#ic :2I/v< lC+$/*x݉Mh,cBB8`g~p?~'~(|jc,e?,cU(&,N5iUvx)h.cl1c~XlGcXO; V\D`hWʂjKbfҚ߫q  iLit+@yp˛j= ˋje%ilwmt'K .hW$z2[ b6;= %~ʹ{ +S-ئʇ%>ؑRڣĒdٺ2`)O!!+4iZ̽bX!6dZ0g5D=E+PoUI`iե KsWYÒe~$evE۬ ^pJ^ŘkcI u*o!$M)H*~T R* 2_B`]qV 5Ch(K`bk@WrCz#et@5%^pvM' +* `I}**ی^zԪLٷ}TX(= |)9_/B곟O &ϽI&dX&Wc:Hy=>e2`zb5SηQa,S_VGu&џ4PcR> endobj -904 0 obj -[902 0 R /XYZ 144.727 742.991 null] +1042 0 obj +[1040 0 R /XYZ 144.727 742.991 null] endobj -901 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +159 0 obj +[1040 0 R /XYZ 144.727 494.473 null] +endobj +1039 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -907 0 obj << -/Length 1898 +1045 0 obj << +/Length 2102 /Filter /FlateDecode >> stream -xZn8}WXu%u!E,Ӷ]8˫")-f_,ep8s826[L^=@d-r]@lbԱ+̃OS^U/oke5g&t {,-U++;^vs}qr3A\Ph`6 >d;VG ǧֵXL\^'Pk 'J^s5wE FJuR3CjhxPvDTRufz.v2d2" b&%0-/4WQya3^yy.^y$l_['X.fAy٪>@hblQ}JPkY -qo<,"n<KKYQ.gib x1/%tX2\]/XQ}(%d5Pb_V~KnZટ*%DU>Y*++{1`{D=gqpey92rG]Ok)pm͐EӶa<ە<\y,ւO+o-><6u|(KXո7)UM|.?%fbzfIB.!d;=8E\PE||BUnQ]b)5c:>mq.Y8  #\oppdҊEqłXG4}uph-bW-:'s[lMC=},s d|Aᢄ:a!k|9n3*K~ۨ|YP6pKQV8.oN] ݇NnƀR[u+}`&I-V:CV8o3t~l2u[UQ\e-@P/\ug962y8G^ ~8/@iu"Zz.nYTEdѤ(ոQ$d\dIxi(dPUD(\gcPm~R@#Hq2gۊLTA(gXy\db Bk6S#v/`g?i2Xm2GxمdɑM]F'b/ׁ֥^4o8fQ(wQOjQ~ƍ>)Mfhr/9GG -O^Q tΧtڄ=S*K_R}H.snڲx8HJ_ =zNj׋+{˵:~|6jIV <Ьu2d2=? (] b/P8 +xڽY[~ 5:vAIԤح:g[d}F`=렆n-:qډeml-xf`)|ߵ!L6wJ%glwFvOs5qϬ vA. +QrKD٫ȅ/ׂ#HAٗ"#&]C򲩁j uШ. Z>'"/vRDS`WLqE-1=Nf6WT0_ǩn>g!"wSj$T na^3¼:<a8\3 뼋1#qe#iv< D̹>Ci7~@*h.ZAijpŕ n`,؆p>jH?T/yE/ӎZofm- ڱ~]^v;I 瀕KQJsh ;~ +߭FDb_Qm9zB[.^8]eA!`jK`|Q,A6<\>ݿԖv!r#߮ň_6Κ,)ػJv2gGj - yyb(1;<T@"*xpw?`o J-2|4/(Gr{r<̒Η:lH򣢪zjj"BDUjE",WJq5BntK ]䵗Ϻ4SLC78w_CRct(_W;[Xg+H?@?y +Ȕea\ˋzjY[8;MlYQĥfڲv_os>]ZrVhYF&UJe;QѯJp Q'3߈\@>ӯ22Դ4܊}!bEXiui):!Tms-@/pu;0ER–ѡ){r+z *|dͼ64lwZSZ7{.Sr_vIl P2a憨W} sN{%S+ <? /N]TyO^=b)_9=Əq`-Iٜ|un`z7=k8.; +v=/#C5IBVzaĠhM Hdr`Dm!ɲLMܘ +ZDNT"NSME?*l)eɞf[{et_,y>܌s5YM<>8uhߛ}Wl \O&6~_z랲nƽ9VE4uQ) '۷A*=0K-}w1jrÐŞ"zpmק} endstream endobj -906 0 obj << +1044 0 obj << /Type /Page -/Contents 907 0 R -/Resources 905 0 R +/Contents 1045 0 R +/Resources 1043 0 R /MediaBox [0 0 595.276 841.89] -/Parent 892 0 R +/Parent 1047 0 R >> endobj -908 0 obj -[906 0 R /XYZ 144.727 742.991 null] +1046 0 obj +[1044 0 R /XYZ 144.727 742.991 null] endobj -905 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1043 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -911 0 obj << -/Length 1994 +1050 0 obj << +/Length 2540 /Filter /FlateDecode >> stream -xZ돣htZF;J'9FwGn6mZ뙵`C7Mw=~]]U]YwٟP9Zm-gy#Z~'zoug\_/z|4);Q=l_0{gAPWfX|r |묦,)r=nϙcu=x֚9@,&X*YJȻpİ_o+>-& ` 沊=Xͣ1Vk-<[`c~Z-wXh-( -| %ޤs-6Ub# =zV݋8CN\SJ!lfI.M͵ä1 qKE`EivL#EN[,d٧\t6i&Q6ȍQ|IaEHrR6 i'鵙 J|;? $.>Ozv -z7{`ulnm0u -\'R3B?CwG{vRNؐӾ% -s9< -KcõCy|ȅ( -(S!,ʞ iy#𣨈HJQXhn -7@;覇(t;V#m;| wvGT<$ -O2DƉoeKq8OJ}.dN}O b8G! L - ,/,Q:r8P L+ѐ[i9 Ͻf&s<20[C3}LIS^1k$iQW>Cv4A@8Hz-x[z6iYyM:G~Y<w;pn*e$l!I+ui V8/vJm=iQ_}^fzucy3 ܬzU!)D N1g㬷r'L^>镳`(;G!NT*>6 dLuQXo4#ӱZY:)yg\URT\5[&@Oءt3{xn׹Gt8Kݭ[Oc H58NuZߪY Gv ^TdW%,+}W5Cv b!|ҝvJ"nQ.lLer+0ѭHwAT_): HƃkdKg1Qtb >h|BާvA/ۜLi .vifpĵ< ArJ1p ƉruXpyGjp[}nbF]ONeb/5xꭊF -1$-uP໭ -*UckT)'c;I10-~Uй&+ wk$q̚l^~)ľk=}%Je3Bh*۲}: -]mϟ@0:SIcEKNFPdT؛~~_7N+.O{F"*=DGfEh>kPn{Ye1V&K=f/}4SGnA$ȿ$]h?Չ@$HO&V.]3hD.K{bB ->Sg;b_ݯ>BEG>tv N#o15txtzZ glYf$\JEey>2ف,r)=Bm3͗$'C֛ FZn>Cn*~;U)xنykFS_ӓ)+zQ|ZlJ06=PM6T?K/oV?Я +xZk۸>@PDxCA@bwmIj$zVIvˇhli_FE{xyOo^G"DQzH:]|}}GAiQYw3/fķ7$kxeј79)^?z +L +#HvW>>~^-h@ś|֧'#p|/&=j_}5qavPZ;cSqcK)|ꔧr3^>#yFXn1Z,(6><_NBޠ 6ܫ!n(7AIUSN+]x4SgOTZLqER46/AXTJ7%\)*q߼*D"֎HΌrD("A;*;n&8ޙ4+6ؗ/^\{|p_8neuv»g^0",p7?3eNhraDG #ߏ(G4jfDWD48łe8Hz7p&T_>޽4$.TylLOdmڛ2úYUdŝFV52:/pcI+4ZbL΂ _?԰0OA5vqR +RC&PlWv0= V؍ȳڒ")y1.xӘ0v~(]%7ppP"CRƘo+"BN!ڇ; LĪFS٫qb|b6t~i (S9,LR {%.S8\܄RrnpBqDu|Hӆa`A(4MV$T Ip*gfGz8#0\oPβRWfۥp/M +[y?D}-WeSZQ@1-UT=ɠbz-MgRiъ%)|[KmrZDʍyv܌`Sb^ 2 +hvw%gRtkF uF[H[`-~SIM/fO-O |([ I>nfű;raVF6\CO. +q3ǍMy&{m]ƾin4B6CW}c6~>Vktoi6B;C@CKG}{n1 f>Gm*;tZV\^'6VPp`6۵`9mB}p +RVzWhs[lsGfQm +q[:.ۧlwMU;i~T݄,vN>BO~ + bU wU*Cl)ly(~:X BgnZXʜ}sQ~-#t^6?M*#D!ƻܴnN6!Ē8C~\fp)8&#lϧ=38ow|+W*iF͇3ؼUZ +hr|q@sϵM}-CݻӬ!0q>}գy-/(×\;\jE]δ&pylFŘ{+A͇(3BLFާn&S: i2h؆ \(8h~!Vux% !;;:MYa]KAnOcJԾ%c +(k=;+FmrxNO'Yipb{L NVt|f e[cׇ>S0-3nP{{ :4v}uK bXG/rj-?q|M&W'W;E endstream endobj -910 0 obj << +1049 0 obj << /Type /Page -/Contents 911 0 R -/Resources 909 0 R +/Contents 1050 0 R +/Resources 1048 0 R /MediaBox [0 0 595.276 841.89] -/Parent 892 0 R +/Parent 1047 0 R >> endobj -912 0 obj -[910 0 R /XYZ 144.727 742.991 null] +1051 0 obj +[1049 0 R /XYZ 144.727 742.991 null] endobj -909 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1048 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -915 0 obj << -/Length 1764 +1054 0 obj << +/Length 1845 /Filter /FlateDecode >> stream -xY[o6~`s)Zs;CuV}-:*K$ ^tXJ:I9<7Ƶa^GWo=`c&6+6bvk|ˈ=q˯7?# @M׀x7Hg mT+呟u˓a|`q(`h(RJC 5 ~_Nw;7'e!m[fWgY տj0z^%KۦܮJ֣5e6Ƥt چ]rWf|ojO3`齟ƅ Da{Nhn@^;$텨 iQƇg[c}csvRs{3((\=H@K`\N%0 {2 LaV&`2Lu@V&B?U9_:Y%:ٖN>L}Wy(k+a!fVFKp 7Ǹ -F6Ka\g.9#89Dajx8#h{~d4jdhg=Zqx 'Bq܂f>dGFG;Hy,pxeJ+F'/pWɨ3Rj*&WAxT  XK񱸔T9,33qSAG^_k[7&#cN}'|]I]=V"sQO(x2,/? nuIE!I^iq#b>lz}3؏8ջݪ&+ww\N fE3UpUSb Ilk_ q>,|&'BALلgj0 -;g#p{KَUZ:yveE`o_z +xڽY[F~ϯpf+v_RT,ZD&8q`O]V{Nnlyqs;gZZ|t6y|EV, #(tYb8=+S>g~~-SL?9A8=?ɴ,z{v0f/'fO 0m w`9('>V/-Qh]ȩvfbw|!`vAnO +p5U.X"zi +Gj(/UO.]bh^nB`8\`XQLf:B.>"KFjڌL7UɫmzWgZlVs=&nk^ƊD5T{|mgXϞ}],7U(Vmf-b;v.f0 k&tq5++vW9eaEM9y56`7$ +nJeHVV9t]1\uI5՛֥+`'2"/t,ߏDy+8;rV HF0dLIBP[|BqC1QYgA4pZ#R!l!9DbYx]w9έGi2*5%xË0 +ȋ= diҬ`Ig9H{ +nGkq,M>bv ɊCs yFh f~# !:ݝ]⏱mbbkzys! QÍ[~[[s|D?*0S{]A닌T3HlT/9A-& "cT!c@4dAe#uX!i4qDĜf!66?EhuƱK! +1kJi6R<$^"_;e* +tTUcf",ʇ./hUܺ״Z*6 t,W|w0:62߮7:;9Eq]ތK.1aWv:?C_@OguT+jxWu0V 䜾+c]kLq>Ŵ%RrWqDu'%ܵd(ySE^rkdO*q\zG䱞 .>kZm(4 E>l zXcD6OJ\u[HAγ4eZFI#cզjA۪y\М<4UcG ..sG"{ @J+CϊnY]qq 7s_Z]˭.^E}aGI~/KʠѾ>"Ws3.GkpDU)Us$ 1@󦃦r*t#Ioi5L-RѠI3bY$PWuY0a'Z;bw[9)~)kz񪼬Zm˕Nsoq*߮yOhTh؜F_e0ƴV}YԢT +`gT&XWnoOy M! +js}M2ځo{3v(=㿭~ |%ɸ*ۭ':i&+FxXEaޣ$W(KfT.f endstream endobj -914 0 obj << +1053 0 obj << /Type /Page -/Contents 915 0 R -/Resources 913 0 R +/Contents 1054 0 R +/Resources 1052 0 R /MediaBox [0 0 595.276 841.89] -/Parent 917 0 R +/Parent 1047 0 R >> endobj -916 0 obj -[914 0 R /XYZ 144.727 742.991 null] -endobj -163 0 obj -[914 0 R /XYZ 144.727 238.262 null] +1055 0 obj +[1053 0 R /XYZ 144.727 742.991 null] endobj -913 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R /F103 390 0 R >> +1052 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -920 0 obj << -/Length 1676 +1058 0 obj << +/Length 1982 /Filter /FlateDecode >> stream -xY[o6~Eԥ@uXXw=}Pl**K$7 [qBVISs`/V_rbb"6rk6GVborr\Uo(μ\,_/>Rދ򰇩R{ΝŧjeF@Pl`>ֻهOo-Y7b!ǵaXgp-FiSaϷ\!BR`IY3&"O$~ -(H - E|yYSYv얱}1cycעbdQ%oYrm(*Q6bii[igC]]md?"]߯0fdFZ wPuHJmc}:A)v} LDO&qM"Dd4Ix{LTO& *j"U9ƭ\m0qyWp'eS̥, QY.C >V*k - >\EO5>Y%že\&a>A&i;`xʏ N #Ajf3 ^%| tSlR%5|; ;*sm\` 8?W#E{ʏb`lb+l=[ogQuqPZPc6Sh}UqF4!l@%#Lulg`.<p,گ9WkujH^&OV>8 MٷJ0U դݕJ*\ʗ2@m2d1vJ\+-Ë3V)͒yk ݞduGXt>m 5_E SAҤb-"ϛ*?yf8ܴxzr$-@Za2фv޴ j? yv]VOg0g6AyHiQlhS|ʘF2[;7 ﳺdN9+y6V[\6XeZ3i̚Y97HLO۶P@ /4tT)/I\gbr5x +xZ[8~ϯ@2Ҍks1RjvW[B ,h4}/$hGݗ`66~^_!Ę 8ȳ3n԰]Qρvb|3ZW\т߽ۢjx!b8TR`e- rQJlg+ Mt#: #(#% Ӹ (E#{>΃۰Ȃ(_ 5qi}SJ׀2 1zSu~[uU`gk:}&/y&ڎ-ؕqUUyJqUCɬZU\6[g7s!РA=0s +$OGq^?Wo\kRiսZu3.NwطiQA!ӻYޖ}&YI95ϞA{БKլFнSe|\4ͻ2*d|bMv%1bQWQ E t\V #>lD|##JT()&,t }Qq7?&M[zU~]R^]QI\V臤miUHڶYFS8KvD/M--XȣPoͫ VF>c=TIll&H!qA TM|N(OSz]"shA1tlP +(tHH9A%Cqֲm-Da!nhPih%z\6@ RX*~WVO~#i"%O#;uvvdX=i*c΄,E!``l ?HowyoO:T Uo1= :nM> T5owZ0; +V;2Ȃ W$Kx1 n47Hd r%FYp ">N Ǒ7y =4={URb*'njx~2GK>C6" b5`q͸kq̱qҘ''zGⰽEk&+N*.Qh l=::@|5t"](2LV"Fԉ|7a +T^0hqq58ԧ4^ot_YukEHRq|JS®4 yu +{>xf``SJ&@U|$gm}jSkf r~l2UPR-G58Ϸ_x;?7 {__5'V~a;Iziݸ`yoA9WƜ"M~l 5Dsī9'@=yϔX'8Lzdj? vK0ۆWr զn>W>EnAzlsg. 5R)405 +(ׁMK k^_Ë8xPy}Z궚>Iϖ$oHUCG8慖c8ROb32 `ywYXyVivʷ!Q{/aPxͳa$o&rwW];!1':_,iWp HI~!{rd)[nIr># 8 endstream endobj -919 0 obj << +1057 0 obj << /Type /Page -/Contents 920 0 R -/Resources 918 0 R +/Contents 1058 0 R +/Resources 1056 0 R /MediaBox [0 0 595.276 841.89] -/Parent 917 0 R +/Parent 1047 0 R >> endobj -921 0 obj -[919 0 R /XYZ 144.727 742.991 null] +1059 0 obj +[1057 0 R /XYZ 144.727 742.991 null] endobj -918 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1056 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -924 0 obj << -/Length 1612 +1062 0 obj << +/Length 1905 /Filter /FlateDecode >> stream -xڵY[6~`f'ݙZAB MIm2Mo[5\x+!E&6b|;Wɶ`ϳ7;ZPbCk[c@vXܵ/W?^3V+#_]yeqF }K>-nfP-Њֳlk)~|gtm9<8>ٵ6pH\[=+>RBVXkIC/CM-ØB>_)XjM^iNA8O G.'b)FJKk/p낥Yu53P֛pw/& MVn5Uƣ6-E]fx`<(ӜDg&0B)}dlbxSP0ۃRe^_{rJCFC+J.Ge{IzÈ'o(fq9R*u%}3%|SJUSNfdLqegHfZ`=NkA\h&1F+rшZ͑]E&e<Ұx`0:hq̈1vValLÑ l'Kc` 5R<3RVН(_hE)=7}O{uO6mўrޛuH 敪?UTp,A}_G,JND"z/,΃,ZX]Cxm0W) /'gU{Nn:W_;_zBhĢL2 `Fk,\[y8yH`/cD -Q`*:dp4)yqr=EswDe˄9Qٲ^^%\c ʹMD j?᳟vôԓ4][::e={"ɣ< 8< -P[썰~(@j\:ٰd4Uݜ -^5|(7aT(>*bI~BxJ++)Xx('Cc1zo-2ف'qq. RfUNnQ';]-̅:G -w0-Ko >ʒo"$B~txآΒ@'`m, gCDA&SLW*MD=FyRFv1  +xڽYߏ6~_A:v]l*J[UwW]>&ݻcC&1׻q9Ks~4}2 Bagp0HP;}uy=Ms}\m/u:dQ]ͳ~k"%gn靬w[h. /a9A"NkC~8wͫg>B{1b׽Fo^0Zq1is|{-y=\WR97um]rډ)b/~ieŽ%Uo5`iBƵvyV72Oaq nGqÂ1BqemP-eU8 XFfdpl# ƕbvJQ"/j%"?{PqW-p7OH&!7ӃAEyJc28GޕMK*;i$E [e[i/OyKh=ERõnqBT`Q[aq걥!b@Q" wfBe4kLj rNn r-]itlu2ʢ +K[x˓a2! zU0Y9seqܬ21&2IHzmKVffۆVvHq-+{Mhv3N ˄ZJeN<[}?lO&aJ~l=1sKL\"ڌd$r< KP,S @QS55@[u5a  =Ph"9}s9(_a>tR0yT=TCIw77a_[@>_~PU7O=)7eY4eUKx; VwYZN:X<\,}Uχ??|?)F,g;[F{#dB3Cp{[}t^E;iK=𺊎aBݥ7ҵcfG64ΎDž0@>/+D7k&03~J?Tc7,L:e( !yA.6Q2-R?-q$mqz͘Ģy6iRjG;3@A^rK[z\ލyq63, 8Ɍ~44b9ׁx0^Su,j'*if +#p2%{YJTok +b!I&džCn''Y2GXNfeIy]+K~ +( =mN,@V0)2 $䉪!F!e;YUQxvz _nΖ| ;DC ģU-~ՁNutЗRI9dv{Mk0:lu ƿW@ .¾^GETpI\#21[슞B:r75!b>tG` ~G~GtTuWtuwDxTC +9^g`yq endstream endobj -923 0 obj << +1061 0 obj << /Type /Page -/Contents 924 0 R -/Resources 922 0 R +/Contents 1062 0 R +/Resources 1060 0 R /MediaBox [0 0 595.276 841.89] -/Parent 917 0 R +/Parent 1047 0 R >> endobj -925 0 obj -[923 0 R /XYZ 144.727 742.991 null] +1063 0 obj +[1061 0 R /XYZ 144.727 742.991 null] endobj -922 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1060 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -928 0 obj << -/Length 1285 +1066 0 obj << +/Length 1813 /Filter /FlateDecode >> stream -xڽX[oH~@*9x2KhJIj!fk306f9߹}sla疋|kXĶK]˵95OWcGz^;o:׷}#۫1uÕGl=rR{Ľ/Pl0\Xl b=[b!ǵaY?XY;X[y -{PҘNOj,[qcyR?0;|KQ2IcQțKF\9; ʑMv06o.P/:N;ȶ[{^g#ʩ5&JZ_W|QB^86HcJݱH! ɐV8Ҝ&"E䡂;# -ԯ>gBV -MeLG/oA;nӐ沫 4OBQ~\TBO4CBݼbQA^2Մmq3iy{oc?ƄAEf"H¨/J!@aGhh4*f ]Gtqg۵\՘`oe OF0J$wJujp9YA}(ff2m(gb;Jf״*?_ 䳣z%Y_W)dyRʰ")(+u~A<ۼbl2M uh6T 8NcL6 IdjXQ{CrtP2AfH5LZvR9 sULJLi_C[ҢVX"4zd-Vø6uG:stt @[ik67Fy{W[ݠ&^yIl!6 ۘIfs`s0bW݆?jܩo~V!6=fߞ&]>)"+Y>g"K~wW?諔Y2$5>zݗ - 9 MY3t +xZYo8~`u!RnvvˢbӉPYr%I uDM%}>Dos|+ [Fb(`XE1,ȷ&>:0z;}-ҀE 5_>n~0ߺ,۵ֶbk=Cx>"( q}q`| i\ope7ORIj@8xA }AXbczN`` ƭy LKî/4Ŵ2-ԯeᑽ]G˼wqVOQr+^\ +Zbēg b1wZ%(`FQDaՆ/lV3cXYjC|2< O-ϲ4+w'nx^㹺BD?^olGy1y}]n +5(yȣ"XMs97)kC乆 +R'﯒4JξaՂt46y^?7/L*0ay`1:侺bfd$f0G:*B| 41I;3@G=a!mQD/'l1 +cumМy~nQ26BB2W1V$>J}w7&^()cvnDSJ8/6a 5VԗSJ-<(1 +"ݭ Pcs%'jiUQ~/bBu`B0 +Q D}uG-"!*(U<ű3ai 2!u!oAR! ~RO@@T5jw_^$.ɶsk:rn԰/+;-&# +6,= hkp6xʺ +V뭻i5|_"‹fay +*v9?3(V5=-{*h_(mSGܦӘ Dyٖ/_\~}+1#id١97snѹ'nӽ1K9n7'? fuU d|j 7@jblSY1hp+5tEC;I}Q $ufIiOoz`3dO)30YBӞ4[jUڲUT/-lX+<>Zcr:Cc'0%*򶞉Mrba؆o,\Q21ŴCnn].pٰ-kq· \[7?_sN v3t2ho;-e!F<ԟT>l{EX}>2#0/`5ˁ f9f Kǽ QL8)8`NQn8Ƚvi( ҳzsQ)n +癦STibvQ|1ƛj?in 1u9M4{ĘI0$-^ޱԻM#saL;n?0df4 ͤ>815&c:6Pl[yR\_PHȁm˸! +?Oc)Lcc{=ŦYQAj@͒ &xht)tFv6+w endstream endobj -927 0 obj << +1065 0 obj << /Type /Page -/Contents 928 0 R -/Resources 926 0 R +/Contents 1066 0 R +/Resources 1064 0 R /MediaBox [0 0 595.276 841.89] -/Parent 917 0 R +/Parent 1047 0 R >> endobj -167 0 obj -[927 0 R /XYZ 144.727 422.515 null] +1067 0 obj +[1065 0 R /XYZ 144.727 742.991 null] endobj -926 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1064 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -931 0 obj << -/Length 1470 +1070 0 obj << +/Length 1644 /Filter /FlateDecode >> stream -xZ[o6~ HT ڀvhV5}Pl)f˞ [}#dCVd| -=4q4~0O@@Q - H&NjC/ޗuiR^GVHyy9B^bC\<,US -L/Xpinz4kP0 D|&w$#.jϼ[XΕD˕`xJ02#LXe+C mw @To8ѷ0_эo|_YeˆlaVrP!(vA x>[ )Zӛ&_eK5òCo!Y<1ܓOWӪxZrM^9.DI:3n!44JGWyqeȾny^6u,M=㬸sKXIuQueu6# 8 QدtT[^f"fkYzT0U-x: /*GAwǫ!}ȣDz59T1H1=LWahY̋' [?;Z9V%4+ x2ZóhGZ3ipmNLԒOO]pMԚO' q-S82AjQ/KiE97" , kDf"¯NڕR0 GG˰yθᓽ!*&Nt[)md16AOO'_9|g`O CD p Gg:LgǖG77iɺ;* --'in |<[2DJw)Ғy.A3ܛ t]V:Lk4UMh>ӬgG"wCkuO $y0 EE7Os1qGt07\;"4{Ĭ *fh6SYorL@ˏ(baJzV= i-$Q!x%?'}cɻK *3b鯒??vIG׭~ G^Rףe<כQHt2J zz4X +xڽXa6_t..iuj:5>sAGL* 6h;j_൱_?ccl޲'擗Pؚ/-8#9.5ӻoG+9v1˪_ŏ3̝fTn}̦ _'N0-܁E`+ZO>|>lDMu)bvj=u6r+ ǸM:nlaU`(,M:lA'ׯ0?bX,2vyeXo"Y./v9 Üơvfc5v#psnrQ2,]&8H ^aC >:#QH}(isQ݋Rn;\ kSyTP\L> U*3^$WfMUQ!ߋWOF xc#"XfA%_m!$_, +4)thmʆmpHzWQT_ +8!ވpbXȢ<>nth5 +aU֢\֤0Dgp.$3pЙG|noPtIMe~~&d8۴cuŚY0TF 0b.;P%(EXȶqۡZ6&y uI\}]$*r)r!uq!";Oj ;L/-4B0@ +T|6:š~lSvWb KkGuP e YϫD׬ygH9@~ @2@0B|W8h15T[q9Q9=2vpLWY3Uۢ1sJUg}0On3d⮱&r!TV,&"Vk'0ySnTej'JO#\whC4Ko{^x+SvV/P9x`wӠ4UFWUMFuX4_#նS^V7?(j5H%ou$/fW*Z4?q@{LHtw#Md4 Yjqǣ ]\3JdVKT&Ko #R/M62Fa1'SB͉ۛ.,\B"ϩfE 9Ψu\Dܾ"kr=[R=}MIQi3hoQX\KҴQ N"~qmsGR~ Zr> endobj -929 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1071 0 obj +[1069 0 R /XYZ 144.727 742.991 null] +endobj +163 0 obj +[1069 0 R /XYZ 144.727 604.899 null] +endobj +1068 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -934 0 obj << -/Length 1330 +1075 0 obj << +/Length 1579 /Filter /FlateDecode >> stream -xXm6_H^+Ub+UwZ]>T.Zbrtw0K7ػUyyfƍ'?&߿,A bȡrϳwgwyU^;o׫θZc%u۹m2QTOxu9z56!"#F|>70bk_7Ʃil1\[60gnv=."T *,0騋1\ȿf:+?/f"qJOCrUҲ^~!6O"K"너>Z$'Do.ʨ'Xdf+㢈 sRckx ?sX._i -ݫV Ɣ{ovHn,Q 6iׅ͊K ϵ`f_L|+æ%,ڍiZ$FQ^m .~!\^Fg+#~ZCET͓D$f}ݨabOd1*Rd5]a:I|h-I! C.a >؉FEvD1ߎCg)eaSx:sa5pG5pZSbTKs-c%mWq0YDžJǥu7LFF!-c@oarx8ŤwʄJ7lR׵Z YZZ%l&^`\1ʼn^l#2h-g>xW1zȳ]1r(҇p]5ipQ4]d"onX"3Zεb"cFr,ۖi6Tͣ^G 5Zq38%'s[Vweץ1(r$ʀ(J -g!=2eΜ l=ٿ--(pYm:$w<]3 -zts#/%_}_lR2CnSKZ]# R>-p[Qպm:$a(;މ PeN;Q56sb ]]mC8cƵ㼫=BdsBlDAXrgWؚ[˺$&y\W"b ;eҏ ~lI>hζ,hVE3Ҿz\VK}Ex p}( N T#~uE,iPt -z_ haazQ"\w(G=8=>_:l9n/7!4w 1G§d{1W۞]SO׫?2R +xX[oH~@efhSѕm귶1*H3ahVڇ̜;g2n mr7\w-d,c9bpbz\f j>_x^|?s9'h?]Sθ/)Y%>v CCtFj96A2,l>2X?iq'n &uKzWY7- L4gd;߆*9ZoS.%(G,k՚aJ&RPb{\y&$ d8ټ _-+߽o:onIU;+€ bY]˪`UE}|ض% O* +^)aP_ ZS*+@ a<ڂ,|\Y&C;q(MȟlY( ɁpVgqUyQ֑[bٟE밀qrUt9dYVXۖEUj #>ԡB;)Wac^蓲IE@NG1q{t:61Ei tcBLuv!`*nW>QU3Bvf=>mNq]* ƁvvQPrHN5w/dzű$?K|XZ')m}4{f#$)c +i8Ǒ~utkdR] +OY뱑nל>cI81"*?GjifLun*~OX~c@)z9gf$n@E4?2|(iQSty9ԛ.\U8M*p\o>ASY(nOu|٤!#"@hLއf4.rƵ w~q*7~Tu~@(Ӽ4Bگ7AFfǞk?uJ;'LZ}w~Uu(TaVp~AeמMwE5]_S=[}xə])k9ukl>7 |v\x뙎^umP7{sw]Xd|*σ4,nC4q4MDSS^ I6RL?ie46q[&[Ql6An؀?>7P`1$- xM 4) b`kcC QCVBl> endobj -171 0 obj -[933 0 R /XYZ 144.727 358.981 null] +1076 0 obj +[1074 0 R /XYZ 144.727 742.991 null] endobj -932 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1073 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -937 0 obj << -/Length 1389 +1079 0 obj << +/Length 1484 /Filter /FlateDecode >> stream -xYm8ί*+NIʷ~$F uq !˛,`{晱癱q[u~mo]]Gf w|ƑN?r;.|*ߊZn^j.r,B[t|W L6S* ,+0ɯRD7/Oķi+sNz,N-[ -J<\3 4̢pdz -R41R>#7zI #>=G,76O]aIِ,gH0 (*QiHv9 3_p8R -ZbK/Fql֙ ߻NG4H0(jDoM9@dJDI6Y`Օenw[soE@=^Nn#"Q 6=,R!GT@* I㦤0xޏM*1ǐ -& ",%(J DZm_UHP)"a<H] q8 4IPYS"*ȢRAZ{g P`p@w'Kici؋ie?nqkam`oFk[6HS|wC#KAܩu۔{i!Ƃ8 k\|!&Kuuk2ʆͪZX`{Pmlyt; 9&nDZe~]Io8ܵ DƧ섩E0M(H_E1uVuc&=-s0F -8?'oi۸MlXI*|/l˓VF>irQ_~3U 9}N -=׈\ayw y"bh#y3y4z%e-/,C +xX[o6~` "RRbjXVu}Pd**ˮ$) "mY☌ׇ=&%:oo p<x9A <9KO0eԒ@xC{B^g +<5MïQ10ަ\>x/2I).h;ņ&!̳*t'QղPs9_/y!ga8\E1WjnW C ?G`Ww2zo +}CjεSz捌M.0K*̣G0*a]ӭk.t^2i@C^/^wWC$ϢGKa3D Vr^ɐ[+0A2)qBDJ*xϟ8F@PJϹy̩UxZh]-Îޅ0̤)*2 Wϳ4IxwKyiy$"t6u@ֳxo*De ̩;,F9n6NȦC{ ,`!j:SKTCȜ/i,7[gU*Ѽ/ojq/BBC|S+7#&>R`D`[yy5n4o7T)]tS68 ŨVqב~e Je^jrcA:+7>k_MbFtkh#SuZ4)9n4yl8knjY_26Q*fRѪ"[)E61FpM8 北|ؽWD乾A\:`[bz6!`_י{ԶĞ]璩! +g0gYVbReր85 R "OY/r((< +B;<bL7H40Dzr󨰴&Vp&W ֓佔<-8 3~~P t+=IBH3 GE)?z=@t.qNvs}w*Q_1 ۸w(yDp{25Ɨ-WqLkgZ|qs[$ZQ Th)q[ē l.w(K^벘'8@($BlP>4]&LMD\".ž%.Y׶f[:nfI٦WI7 endstream endobj -936 0 obj << +1078 0 obj << /Type /Page -/Contents 937 0 R -/Resources 935 0 R +/Contents 1079 0 R +/Resources 1077 0 R /MediaBox [0 0 595.276 841.89] -/Parent 938 0 R +/Parent 1072 0 R >> endobj -935 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1080 0 obj +[1078 0 R /XYZ 144.727 742.991 null] +endobj +167 0 obj +[1078 0 R /XYZ 144.727 164.415 null] +endobj +1077 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -941 0 obj << -/Length 1824 +1083 0 obj << +/Length 1354 /Filter /FlateDecode >> stream -xYmo6_(5WI0@ۚ +֭k=l@[`E'Zdɕ&AHY/vlKm(Qx [~4Ja9H:XӹE8Gu, 2kXǿM.oo1/c^SCф:$;p:mzqjt2}`[E$l1z[|eaĤk].,&ni1\kmZr J."h 䥢Ĺ oʯ?#멗Le͒@ed"E;ZFԥքtಢ5aHV -Wz taS r Ow}IܿЙHmZښ -Ikku*EC;3uwbnY U8AKe6mD%8@r+a#uIa`fI$mjl$lZɃ(G5 '%R=zRb=ݱc xYDkIѐ,5rO/LI軫$4Wa~@"u >)Hn5ѫ ̠N!WLWqy5vkR\,V!Daԙk{IFgu͝_Ymry]~fa|"`(-/jjzS)G"hm1@l 2N,<+ӣdT-υ$54Cžs]uXK[0"2paT`n -N iʌ@̏l~_ gak$ Q*ɓD;7s竍N{WQV2˪!> -7=]5WiYyztw'" vY9L<9iFw@D ;Y:O^k:+oh1hfX(z!ͮ *g7}Hq\&XƉE0PK/NhBCqu.*TKvsu,3m{bc7yP=V`^YcwbKͻ;ĵPȭ f˷ -G`i)KEqH -hQ+|vI2Gz -rnb&wjY6X!7ڐE˶"ZbC%dMʐiw*6R|g/$h&'x;/! r9ea7tGE·kuƓZZ +xY[o6~`dÊu-Ƀ,Q0Y,Mae;^(&sxw)X;1,X&4f  P`ccw_Sf>Ek6~Wߊv6plfŻv||d+_Wޗ9wt֢ݧ163ˆrU]? xM!&%+(%-LYXu%W[qlXcib`; +wag'R/pЍ,whA.W)IlDPE^Cnxf:m=tk:7{&nedj)%b?jV9OGS/(DXOy)AoZq@|w廆)hOK/!Hk'8> &ưzsi"4v%ib @HԾ q !f#FQXy~"$2RT.g\/A1 q+! !_&􂅡Fz EԀ93@Wv#]R*k W3d-=So7+-cz_8T5k,N5Kַd*QjPkrN8QR wDϛ\m{pˍgӓm2 $ : +7Q߾Fu @Df%7B9[,QgIg|fD&6L< fK돃c:#y?s i5O3乿,ZCt#uQF'<\upoRnn:RMO>6,@/o1rlt6VH !`˓fp2DH%s~Aⴴ\\YQiMU Sq^<%^^3y+74zvN*GhmlZ_ +v83KEhi)#>.Ԩ:QuTs"MﮯUM# XV7${DY4Wg&/ G(w}mx5#ߐWjɥ5ovlxVWWiWJJeu 1zŁ +ѬW WlC+^ +9Wyey`zš_^q#\"qu}wVWC+__Ņ endstream endobj -940 0 obj << +1082 0 obj << /Type /Page -/Contents 941 0 R -/Resources 939 0 R +/Contents 1083 0 R +/Resources 1081 0 R /MediaBox [0 0 595.276 841.89] -/Parent 938 0 R +/Parent 1072 0 R >> endobj -942 0 obj -[940 0 R /XYZ 144.727 742.991 null] -endobj -175 0 obj -[940 0 R /XYZ 144.727 485.507 null] -endobj -939 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1081 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -945 0 obj << -/Length 2022 +1086 0 obj << +/Length 1524 /Filter /FlateDecode >> stream -xڽY[6~P,0M -U/IbMAi[Yr%93`2[ry)也uv~x&@p:1$pȧj|{s/?~͛s5_/x|gy{/ lћW?/^,00:A"N|Xlώh;z"O0ů E\I7~G`#:fTh^3`詋aD__Va ӤBqm}mZY$Ҕ /5'h%&8^*Y(#WE7=V=ih~x30"vn131ne!'9eIE0 -`t b61w`v#I&7aF kOSLzkj1"Y3~8<<A{,LK9NSGij5Mm!τ2yH>RM3RXq}!"&ԩ_e 4WěGFqZJl8JeX<\)?,2\v:e:HU]!DE>6LqFXhlìS$g$@$jp3$+y>zb 7/vjc, Y1 -m ĥY#`WrĆLzHΤzR&mV<1@~LK# ZgpML K#ʪu%s= d,^Zq5<JU^TZ->:-?/C|9u`aχ m1('-MayBkX Ò/J+A5'"0mJeA^[3ɲR5G)OO'lzk`]UL=0͌| -֑ڟT~N>EIfjz2T\N -QTᗎލ\v#qQȴWkcdcK!v9~q{vC+PӨ~06k}UFMA"O5+=y</>x= -UJ^G:/Y,ݿZ2_HT +xYY6~`5SGJ"i+~(A䵰HڮS$%YGlIohLS9p83Aրσfp,@ [E1 7 Gdluk&٘ksrƋ[flQ0m#sdly8Lh, ,z4qlAN]`ZWX +=6r\nbK 2 aT +cI,5 -BcnF \Dq;+@twF>:OjdWP2mT'&݃Ocۍ" +۸*rCEOb`{ I t0Y u]I)"{GkBEZ x0J3%l)N ('pg +jAOr &cbk1`8=&b6߂1U@,|qP+b}a +"8OBs^y>%z;j*cхhR< +o g HF*huFt9jKAnzC! ߖt`v8m(^$n* +/{ɢoE92Dgxe L|w˗bđ1W28DE/}yO򩚞R\FOʹ7?x- @7^0Z< [x4:HCq( 3,M* # plvrX,E Db/ĥC4C ǩ< W`ŷdɓ{Ox:$;]B*O_7^T3,yo Hm!zy/G~@'\ǹN7F`qxЖ8X[fw !J,<I;8p"1ҽXQ|nUWF b3AUl&xFh%WU.b{)ZMQɮnwu'i+tK^ ?:nZ'k\[X鮲P/ Ym3x~6ڦN6ٳڦN6U.H25nDeJ5>z @'s+8&6\Ű3O (x4eLQƢp*O㙘XH9_u6=bW'$^}){2"Iˎ׆ϟkVYqPv ӌ*ҋbh&ٔ PX +([ǏdvSUzeíYEiabQ<7.].>PHEB&ۺ%I"N8[cݺY ;SSVqps8LFd!K n͢^hLwl endstream endobj -944 0 obj << +1085 0 obj << /Type /Page -/Contents 945 0 R -/Resources 943 0 R +/Contents 1086 0 R +/Resources 1084 0 R /MediaBox [0 0 595.276 841.89] -/Parent 938 0 R +/Parent 1072 0 R >> endobj -946 0 obj -[944 0 R /XYZ 144.727 742.991 null] +171 0 obj +[1085 0 R /XYZ 144.727 233.225 null] endobj -943 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R >> +1084 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -949 0 obj << -/Length 2033 +1089 0 obj << +/Length 1336 /Filter /FlateDecode >> stream -xڽYoNVErUn6(-$!8 -3_:L{N??ƼU?PY)on<~Y- kͿO3 `;dr{:K;ET^/M)|yĵھ6VV\20 L{Lٻl-Y\BJЊ@#%r]"reTZS"Aa%f[I #MWeKziVq,R6\H3.̰܄vU_8%2SA\1{o~'8DfJe.J@ifU͔󍙌Vfjow].>}~-WRPK,Y&Dh_0J #DhiAs&i2Qa壸S=f9pw>  ?׿@ -ӘVBݭ^,(xXkD(F 2P?~|ޠ\xƢ(=eQ# Z )a WK3aVyV_dzBYSfNYƅbz)0"슥߭ͪ6 ,Qfi|ƌM|<8=\ #[0%Ë$uZCs|IyMGiKQym!G6FaQ8HEc&hGcqZE0U@Ó4P"o -ȇp-{@ $Y40eq`krC6KiS Tڍf_PDYZ [pطv56[#)mY&vC:4qRU6_ RqY.bhB~wEu$z-XQO|0WC)"K'3gCa#pR> 4uYz,EBqO^6#ۙA7ڇUz3UP֦^ϬУuv3TgKOd :а8ZGWqbds6`a׷.bxQ)D? }w4 a^;ըxqq*KQ^ݼ7QQu:$|2{yOq ;Mm#|HP8@L!Ӓp'9AD]GIݯlqgѪ(ΑЧ%߳*j<z!O&-0+85e -#\:FW - Z`1..ʝ+ݏSlRXۖ|zJjUԨ܄麋߸]H{pQBz__ -`Xa[] `kɶ|:\8»h8.]B!D3Hae6+_SaV+8>yH}D!-2fm!f$l$dSغԕWBt+֡ Gf?d-?^ DhmzĀZ87¿ <+=/L]P{b !Z -ng^{j&]%ɂίlW]ro.j=.b& gIܑ`r6u7 $쮛Dw(焎Ӥ&,wS wxC/_ǹ>6|\<<=Q5/ݫ޷UW?7pޞ?Cxun}&yN8׃#>7ګj! ճn8B>|R2~2MwAu,|xֻqD|[ 9OϽ{n 쉶ћ +=F@He"R5a@Ĩ˴Hk$--jZo.VH`TRKeR %u*<^ǏY%OQŃT"|jY0@f߇5Cω9Fω@F]=lC"-(B}x Ū"۝sClf.ZjoeYSu ڥ %:&n?+ܸ)7N 4Xk$ 2Q ݅@N\ +v儑יXmgdPޥCʡԫY;,2M,,QwI6K"1YQ=|O$zm@;Q)9iGfU bư.6C<ۊ xs<}1囦~6QoMUw"B'ubMӠi|{8EO@Vl*["`ш[ʵZoooxK1խ^GpjTvR VI|2?/..tfrK-ۉGp0'&\ :3)mÛ?W"3ƼގWu=c^^W;oW"c^Nd+f[Mx r4 lNR[^oZǸP%By*A<7#xR.k[Z`{YJyMFZc98- qVJ<9޶w W]- K&_%ArM٧&?~G p'7{[f жĐvAҎ85zb񾤏_!Ot0ݛO> endobj -950 0 obj -[948 0 R /XYZ 144.727 742.991 null] -endobj -947 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1087 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -953 0 obj << -/Length 1686 +1092 0 obj << +/Length 1766 /Filter /FlateDecode >> stream -xڽY[6~`&V Aܤf^ϴ3<`^{g{%$.f6"B;߹˶VmwW, ..* &ۢ fKZ3(Q_> A5):l-W\2c=ez(HQyCE@TJW-cWʟA@>.]B\Q7e_k;Zng wry+@H|n bn.$_^_bu`<,Bf9Rp㯸ZcO -b˜N-%1 mq@q%PG;?$lm۞2ӕ,N?+8l@PKH^Yrp~R7YQ8l=P]UtP,"H'7iD=O@:!@D#C8|6JHgG$# -|&;ݽ&cݾaV[~R+17 EIwyd_yŵE@F]K=}tq$x'Md!yf-IyYW>t^,7fЬnOi2HLø^|:m#ߋ_Gk +xڽY돣6iU]xIhݪ^_n $A!%h!@&&lx7i yxp{ﺆ\xf`ƐMlf9/#~,_]m\+k?Ǹx3_ ->L\} +#t[C˾20``4p-lbʠ"fЏO?D\๗SM,eئ0RpM-YXXLim# H<`>u{~{ˤsbˠ,7Mp}d9EX5Tҗm##5%@+|EvɍF.b -><sLKQb{Š\j"XU46TdzI/¹]ğ.|Q2/BS^+rZp1RR'}o1ig<\=m|ڪuL<Ѝf~#YO;ћ{~䩷YZcSS_*Ip^f]6=qO'H+f=Ui{em_vf-;qb?O>۫do7Up*xadSWT ψ={ab3d¸6{UŁfȩck>=I0;ڡ#{! N׉ +eNQ\g*,?6X# 96puop7ZV؁+,KW]|8#cnq&+QlYK_8q=]٤%%VΕg(FIIJo&$\/eRNf^ھoF"}a<"q9EG(FLjx'^E-x9Dj~e|얚cZq颬ƃ0 endstream endobj -952 0 obj << +1091 0 obj << /Type /Page -/Contents 953 0 R -/Resources 951 0 R +/Contents 1092 0 R +/Resources 1090 0 R /MediaBox [0 0 595.276 841.89] -/Parent 938 0 R +/Parent 1094 0 R >> endobj -954 0 obj -[952 0 R /XYZ 144.727 742.991 null] +1093 0 obj +[1091 0 R /XYZ 144.727 742.991 null] endobj -179 0 obj -[952 0 R /XYZ 144.727 657.701 null] -endobj -183 0 obj -[952 0 R /XYZ 144.727 445.658 null] +175 0 obj +[1091 0 R /XYZ 144.727 414.33 null] endobj -951 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R /F14 535 0 R /F215 510 0 R >> +1090 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -958 0 obj << -/Length 2322 +1097 0 obj << +/Length 2020 /Filter /FlateDecode >> stream -xڽZms_rB4ėqz=ʹ3w&!c$e{M~{jL?r5[Ϭw'^|ҵg³jC`6rlί.lklZEvY_Ïz̋ "3nӤWodB9?{ry @n#Hx'o[n~?u}94Q".ٛX=i]r+ī Lo5UL|/ӕ/6βHTLKTb![;Ʃ0\`ı 1hۂy:]"6b؁;wE,`~|6UɅa8^qV`@Zp*2ʥӽ\\XA MSemX˲@垡HR3awUoKnmFoIR=MZgn{nHQ~^JY(-X7ac1 Ԗƻ3" 欣ȡ)ImDh? ýgicn:t -:gc5Ćβf^+PHs>fEVޗl cQhzWTّ+,}?UDN]x*s wZ9fm[MvQud޲OT;|TsZ9|QR3;S6rA!Fg-՜LLEsռPjT͟Tjު},D!8' -!^޺^ 8w{Gƽ^CHcSrL0$zkr@ H)f8l~:vYPQ_SVifꆮ58ԅRl(.y~MZy>@La R' -9iJod*ár5` beܝ}3T3 #%r,.,w<ʵheMyM{vDj yC-Y^zx5g_=)-)TX`C!(F^o_i +IR{.7Zqh|W;w99HO3j饩 _Y^א',.b9AtՅϺ <W  e\Z}N2v(Q2!l=mѳ L).v<hv y튽r ۧ,c.3Y5dnȇ])8SHA1ا'8v0Ÿc0 MxFE'N@5o^cR/؞<ֵ*U]|FcJw[ȱYKAOvUJ +LbS@=ߚ%|ߌP8es! Ց~x\K45{(`̌> endobj -955 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.304 344.669 493.439 356.131] -/Subtype /Link -/A << /S /GoTo /D 151 0 R >> +/Parent 1094 0 R >> endobj -959 0 obj -[957 0 R /XYZ 144.727 742.991 null] +1098 0 obj +[1096 0 R /XYZ 144.727 742.991 null] endobj -956 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1095 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -963 0 obj << -/Length 2445 +1101 0 obj << +/Length 2204 /Filter /FlateDecode >> stream -x˒_ADr(䍘q˳v+Tj#VQ;7!>XHRUY`_o <ě,<9Tx(bd}\1ןm oῙ\R-v̟FTD0𳴰Om~(~pvr FGjQ$$fboadеB^y7NHOI"JC+䎐Џ+eyeN۹Zp9`e>R(tW܈V)b(#DqQHQÐ"za-n!nDB}jKLPb#JLTb }5 PZX.p#mP)+l~~. -4@P;FB -CWP`!5(EU,pd]C!$k""~195DP^I$"c B5B;s)tm=Xd}t͵bƃGB#7"B]H\!8GNXq d#>ZI jˎ  佑BK$ ,{MlL}-K"$DR(}Fē 'ĪY~oe;<4?b(V Q'/?&7ass'bE)AaĚv#p%LM65DBBuj!T+U!@p=!pcPE҃ t$$aI:8[?V>ϓqmj<,עȃJOj&rK}ܕ|,1}m"RԘا:o]?2{f@Ռ4۹&FuT3j-ZJ͈aYB~xosOp]ݑ*X=::l>Ϋ_C(ymU:o@‚݊lqnLda`OػllOrڪUxr$4)d͎-eh<[O{}PxjQe_R0[|CC(&kF)ϐe4^;:yXBQ?CE=n)qY6/JЩ)[2jMtu,&#I0V|K='g&)UnfpETS'H.ycKjN5[roLoFM1jRZGԘ[K$XМdQ"+ wy|d'>AE*P8؝⿱y98q>1foKni'j%i^LuhG"cAx9 -٢J@Խ(,Fl\(=u$L1KlVeN5\_WC)Z\1Y^N -fE2_y۞ r;yܓF4r\r;NH6L4IM aQ ٤1 -`r,L̍Mq=d SUA9ji$em -VJ}X ae<^Xgi[ridX0r:CӅx\`3Wj;Il!7*9+:I꙼<ۧh"ћc]af쀩 xxQTNc\90,춿nVşZ83RNQ9yV$*!UCJA:~4 E9&B6-Gx Heī}[xTO#\uIE'sX}S7k!)B'/m[EA!+f;BIk8-I\m2Us7es77XEM7U+1.[Kr|e7[}߁5Izc0f5$Z&.q,}i nBR\zKu/u|@p~&{WXcǀgqa a a pZ -^ϏIAckļѥ='?j x`J+lە|nwXybxXId΀7Nk[mZ 9 ґTF.řM+ucsأCf[zKtTh= +xZoB@qX0|HXMCzs Ti[]Yr)9o3m{{h8xH{~C{k{F/D"ě<(7_z&^q<|d>f>ߵvO2Nͳw ͔<+ϲ`EO~n~ bbĢ([l/>|ÈȻ7[ Їu| t(+l7ޔ#BJ$#Ku e#_Pʰ?}$̗Kgfy?g.^g{vKPW+|2/'7j1ƒbZax2^R5%q=D0Y{}n!NH%Fw}D[3`59^K9\1&=X0 +_M+[tqENe ^4NPgP:s9\*0[AUY&[QeiIO3r +'cmIJe+v²v u  }ixӶ䤘 AWϟ#CF% +@ +6)T.&+YǏ8Y:">bL{'H{y>vTBP-Qa!xX]ze_J7bNPd)r͛fP;!eyc CUN(clmWE_eEq!"I&ѮSO2&4}žɥC钮ȚRli)T!qGf Zs!Kg"z yy=h!MTC|08wMڸ) +\-l8<FT^#IVޟPGuƩ"CX[mŢ⭴ȦPAfK|!HMIFt;Sё&tLDX0XM=n]-Zͱ6v=:3Ex JҢ(Sy(>V<0N譔EYT@V=|..ozgV*Y_XxhE+>|e|Oߜ,H͉D9╌˧Rp œj-#zKkti=,~BFr]6ЛoဟE¬tBhٿ=/B)”Y#? \ߠurfliP1Q;QVߌI^<Z7' LXsBGƂ)ky8#Y!m.[^%b[O:֓`#ڷ\pwHwfq@%}ݧz,A$n>ZejFC7SO]8ܨs7ť]F5K|a0CV5J4 bI +iK68_<4>N\*% ]{6.^§IVH߱ȕE[2D/`ӹD#F+)g91^p=Ӯ4ߑ0`*S/VBq Α=)8e\ -Wܓy79CRI$&b8Uȣ9G9_:B3KNع~7SdĎ+NA{Ȓ0΀J^{Ǻ`I!aNp0t+,yc۳6Qh a=6/mfy*xg"˥ϫ9L A +r5$Zw@ jrD"H|S.}t_:l ]lAlLBo +K8Yr +$E GvEVb3w\GhɠCu0&l݁&l,A +plmMcAPŒ&Yj]7\G"̏wWE!9nݩdɝ.^IviY_/a2+Ux^i Qjc.Ϳm^*wZŻMp%ۿ櫁ˉs1gjՆ{ endstream endobj -962 0 obj << +1100 0 obj << /Type /Page -/Contents 963 0 R -/Resources 961 0 R +/Contents 1101 0 R +/Resources 1099 0 R /MediaBox [0 0 595.276 841.89] -/Parent 965 0 R -/Annots [ 960 0 R ] ->> endobj -960 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.791 202.886 199.322 214.348] -/Subtype /Link -/A << /S /GoTo /D 497 0 R >> +/Parent 1094 0 R >> endobj -964 0 obj -[962 0 R /XYZ 144.727 742.991 null] +1102 0 obj +[1100 0 R /XYZ 144.727 742.991 null] endobj -497 0 obj -[962 0 R /XYZ 173.507 721.691 null] -endobj -961 0 obj << -/Font << /F95 388 0 R /F215 510 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1099 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -968 0 obj << -/Length 1554 +1105 0 obj << +/Length 1675 /Filter /FlateDecode >> stream -xY]8}ϯ@fVkcJj;V~5om %ҙn؄RþlZmrZ0#1Eq[aȣrmZ0<[<,oZ.^" (?񐧟r!?]0"mf!^ Ker5'7_u8ˌZ:EkSMq#Lw8%fz]Xa` v jbM Q~KAl~7QW09:a4>vC^ly!2$ - -=&;ogopv`xվ;Al& q!IA]2ro4p*Ip.OIhwt1"7FL8-z0s~ A3]@qEvq ԒOcň7ىqif֫\8Cө989&**g~a ٘7OW!e WAYԥ(S/?}S.u]$}պڧ,O -%xy>L2ZGl|cJ#X[#պ|:sA1S5{:GS|&2^Ӷ;V2n^|\ VJ);E2k+y _wӌ<< xG»ifQ7GaA/uڱlT^F̦\miίNaOۄ>2V9"nOqj؄K,O? B:S % VVydWc+y$ud -ÏKE8Zo<1!eIɍ\f=6aO x@i^v};** EIlpzTlomQD+h #Ԑ͝})wo`ݼVQ<.Inw1E8($iJK/IqAH<Ґy]@cS)H̙8Nr]{#ymvA[|ٮhv~ZRG>Uҿ<ЯY׺K$,n'f䫻S[vqpԽZ᧿ƕp'ix{\P$~bAj>-Da* Lv\+00ѥ5 ͫoHR(&sFGPXFzh6ٵ +xYIoFWʅ4l\ +`E[t(@#D)$;fDҴB2#Y8t* !8 +3M7S?7;xJ~Wt1!~0h^ 4{#߽4}; 0:&A~j$0q V-]9S Kுktu-@o(0 &X+=B,W%5k&H2Q⍘Ĺ쭢Lh5-Cd"cf8sn-:.̻C"WB-YK+<%FrńHWD޿҃z4ELw#Xw=m=*eLĊu43R݂MyJ8èe0`ˢ/Ƃ+' 8[-47+6HH.&īVO9$([~ wnݖdFx3?Lhl'ǀ$k yϝ)~Q&Z@#{sa22]6E' x7, r1C-V\CRM0BԆyr?գIZK^\Q GA?3jxL-@f/"ߝ4!·m=f&dw/d-C1Ar(M_H*'#i[mJ33@oŷYi[uoMO3B|&Yˌڗ qA"k=ϏYeR!bVʼ%{']g˯YE +lNhDQ@x؏:p t2LRN%.qrNQ6Xe7X! +HUSUJ]ՍsJ\7]3 $(# 4(*K +%:`G·8w[-UxTa.Gq%m\L3@u1|t Ao'}Q_OD <$MwP'̈́iƙ؜r%@M5zׅzmRyK7B6RHYgnSuYk1d "oYB4La\QY_v*\VW\_d.JE^]HJV,_[MV%Y!xHC6;3?ǖh(;c#-LvDeH}流a 74N aЧ3]noU7:5[Jv4!l} :;vDÎnU'o xx|Qm[ +w"ﵪ?J endstream endobj -967 0 obj << +1104 0 obj << /Type /Page -/Contents 968 0 R -/Resources 966 0 R +/Contents 1105 0 R +/Resources 1103 0 R /MediaBox [0 0 595.276 841.89] -/Parent 965 0 R +/Parent 1094 0 R >> endobj -969 0 obj -[967 0 R /XYZ 144.727 742.991 null] -endobj -966 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1103 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -972 0 obj << -/Length 1945 +1108 0 obj << +/Length 2305 /Filter /FlateDecode >> stream -xڽY[6~WZ%JhݪUC}hCPfr V>|>>q'.&oG(pX91 B,R3ϝ?wqE/7W3 {ߛ2OMŏw? n1FPa'NuRx"AO:ԣsaĵҺS=o$Ara0r7D`#:#K, -ZpQh=璫zE>(`3P/6-c&RYLJ>+yMgzc<6O%_OF>U b=V9Fbd|٧cU>ǒ񋋜mgb>;qr!J'Q;Mb!WHM/6Z2%?x,-4e 3?9ǿ _e_3ے?Էˀ{s "~lh&@?j|jV zŷھIX iAʮUF"NZ: 8MdsJϷwdxgVE:vQO` i(d9C #г zR58@54:S?ufa .WLlE[-zb{ݑGPx2bHjw΋e0z)EЛaš `Q|5n99E6kv6dVn%2oǖM3KA2v4hd+8Lto)fl\(S?W4hpλA@JWg/D'm1Pui<Q9/kC2~M#|0{$#I3*"?#BƟ䶯tu6|ng}Z ̚(qjuB_&=Ϧ/vה`iJV -0D裯l&:f1RXTmZ̺:iھั=rm^7q4s@'\..%O/{0Ln -N7N\"?6b0PtNiaMdDlUbBW; -S'OhV+~[U")SrŸB24kź@8z }Yj}qTQ],3) -ltEEx]67A FxYn`dӢoNe7d- F0HE:^hϓhD}1OM~6G6 *B#?YEx-Kx,H<=3Y [Oe9UazyQ!"r^(#WI풗C㨤&T{0\\"Jٙ#'^dZ3eR[F !N5zH2[fyVeܾ3;6mq?K$D}`BkI!(C19*.a% G)V]ŭ -cF!ZS*nMp \5]>,c#TYF!֚& -&Wbm[˽cr<ʢ^,lÈ,z(6A!d߁D6x1Xi^VuTmNڰCYG_ߙB RRTKh~!}Pؿd^&U!E8ևU_T,M&:͒ M YP2q4l W_ΤSʙJ[K+q`:"V -vԻ4Rso誥(J.~%i**<+&6YM&"yXz~UGzN5uE_zipժ(% -֡Rؼ[L +xڵYYo8~ϯ`,Zy"5@/ t/fnjfAi[YJr 3μHEVU_U[{g7F'P$0f+Tx"H2o~񿿽 y|),ELȄNyv ƆRsWe5S87}G7l~0Gui+Cĸ:8), PdjK2.NϊHt&OP)x,:Pa2!N*YaN!Y5}Krk F4͊)cJKדfaB8%G8dB ~^ةZ#sC֟ sJ 6"z_}i&~t})wݸȒl]觪(/eCXP/"x}Ң}7XK|n"8ݷ#KY yRDÍbqO$ A+4^O.籄ycz;K5߭>4G%KlxL,ӟ+S=떫tsBu@ w@%j 1"V_^9ZX9MOUc-8 +t6xowu` s7+nhPL7j 8`j鷔vNYזtYAl nV- +hl\evk[O +αX܎HM\/;|ǓK<8H`N-EmoN򞞚 ѽĜE1mf>N)DBsyQ'3ȷGj2$}.eKW44F |? YxTV*(:jQZE\6uK8M?@ǃu +qJ2L#.Z dVJڳ4ݭw6vgNY`e$}2Ju:v,Fd\]fC8_h<\>20zp8T 9M'r"\D2)*"6FE3d9uF]}ҊuUu+pM;j3^LdoS>}~wܪslR9u"i{#p 澱ە@wBx<1bA i8-I9L6N-Ҽ[ uAwKZyl_Rx@/! ^ހ9@)Zy3xPt +H[WQ3 7==&CDovM7Y"];hYf[|:@(D+J>G:N+O1Gb>u"#O6A{!lXlHOQG E CxX:2p>h,8ap#[l}@OZ +sA "&Yf䵌}l={U/UFn +/\^C)l[ +l w.B瘺U;hRAm<7cH?8w#mm$Jջ$Qo1` BD֮Wk}0ѳ[6٢-MS%n2We=+ gFLOzHp8֘U@vW9,dM&q ʧԄTugWTU ]`ѧu.a𵛪ɐ7z })T8 endstream endobj -971 0 obj << +1107 0 obj << /Type /Page -/Contents 972 0 R -/Resources 970 0 R +/Contents 1108 0 R +/Resources 1106 0 R /MediaBox [0 0 595.276 841.89] -/Parent 965 0 R +/Parent 1094 0 R >> endobj -973 0 obj -[971 0 R /XYZ 144.727 742.991 null] -endobj -187 0 obj -[971 0 R /XYZ 144.727 302.513 null] +1109 0 obj +[1107 0 R /XYZ 144.727 742.991 null] endobj -970 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1106 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -976 0 obj << -/Length 2267 +1112 0 obj << +/Length 1617 /Filter /FlateDecode >> stream -xڽY[o~ j,V\9dn46-vjc{(E1(B}Μw>]]m,bI9T `/nn^`7Mݖ4ߕ~)~c2Z -Ţ*[{#IB_V]Y]vA@P`ɘ/8XCwF, `(Exp! {"Xŋk+Y׵--5],zPپ(mSRJl塪P&9l7G"!Q)(E]Pu+mߨ!ğudT]o4',z'~khXx"LM,sdh,cOCWrd ZJFm]ک"&s;Ĉ.'\BXZq+w8b,n(F4/)A o"X Вj4#~w&Mk;y9 3Ets7ÉV0Z-Fy}aߨ2usKs# "m'd"F`Jl֕;Y!/ -[sZpLQ;7|O݊@D#F$@!:~c?3Sj-"L޸/'{a͡ZG}Ζe^4P3Ó(Xmd/짿 쯽x׮d1b -٦]Elnr󀗁Mq7_mm9[n]cVP@-=8;E^bFvz. ( َY879v.k1 : _UXS۔,ZZnV}e ->ts$dldtCĨPݨiB&BE_XH|G8Vk/uF#R9 6CN04#Wub"m\Զ]9:of]b&N>-`N>;B/7РTpppZ}i8ɈuscwNA"_f)Y7;ʈѦ&cCoP-_2AwC-74G OWZ -{CdR7G`P|:a(RoFkT<U 2}Ldΐ \ҧBtI<]/4 J'DDt<#)V4H+]9T|=AQ#&67 jcoV +xڭYmF_tjWi/iӤ/Ulmz{w:]~{v@8< ֵk&//GcX[l4L KE-ٜӷ8^ ⸘Q<>?,ko≯gsò/gN(Wyv؃hۘM-cvx=\L`0Sp,YVZkMGckţfR1h'Lt髎h.7M`cY¤\KhQǀ?` ╚|m H*s1?]YƇ'nRzZgCl_MeXȆ1Tejwxp&w鍿 WҽNz [Ѵ9l:#g+F6.? iV Jjh"]Va?QRA3Tkm 2ʽ>ݟ.,%ÐnP3YW{ v%[2{(6O$oE(T:#u7~lc2,7=._%Zpy>k<b (c 0?`Coĩ7 WqUǑ|):]:"sl"[U5NjmKS<ʺӾ<Yv)?fXWq\8Y|ão{ܸRwM +%(JjAo֢2`]~C9n0 ڨ|RVx?P)W_8xzl.PVø\7 ō/!~ЋEiv9߽$ڽK"?>dwNJd~BT~l{,P\`bu@=o_TCҸV`#P jT噙-OBN2[/R藸di|zD)i`kS~f[ ^u]2J$8rշ譥PմYj?1ୣ|A:nո._p)3voMO^͉^oC-(A mNdYO9=F9U+,+/d=͝mU4IE18y :5x:b#X +q}u=GtV{vp+䘇whWH-I?D0s.j/nw^ݨaqT":k F.wX3l3(TWL ɳӼ0FfXa8cF3"pϗzV ҒkS ;~/֒+R|y,4R2K <)U  3K8`N6~}!E)GI#a dǯDȒ' G2!j.Z aD٠.:6((S囚~4M+tvSŏ6a]iʀv\:S 6}>˿\Lֿ endstream endobj -975 0 obj << +1111 0 obj << /Type /Page -/Contents 976 0 R -/Resources 974 0 R +/Contents 1112 0 R +/Resources 1110 0 R /MediaBox [0 0 595.276 841.89] -/Parent 965 0 R +/Parent 1094 0 R >> endobj -977 0 obj -[975 0 R /XYZ 144.727 742.991 null] +1113 0 obj +[1111 0 R /XYZ 144.727 742.991 null] endobj -974 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R >> +1110 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -980 0 obj << -/Length 2242 +1116 0 obj << +/Length 1734 /Filter /FlateDecode >> stream -xZ[o~ϯP'( GSPxn/; TX[r%y E(eC1IÏG |$d"!Id Gy[N~]';5_ݜw׷Dɇk'yVϺn$ap~v n(Fp/~5 D4RN]S$$*6D`˩rc2TLRpKd]"?bŃi%{w<;o=1EKvB!X - -ë/唈~K*HD"ZϘzVz%M~gy-izO0QN>TRIUr/ҵkVtQ$˸?Q ^wzU3R0\u\.E|LϠc]4κEzm2<&px/zEFl$\Ό\?ll~ͨЫLɸshfӅ'pK0j|A8,5g=zX(ڲ!v;oxb"w܌]\dӸL b;^#7٨&8E^8eģW!-n_b|NGZWD~6\7__ ۣ9c`Qns_;mp+"C[a_4V -KHu\N1hڮOCird9YǏs]\nt~ CEgƮַ>Y{뵳}#I[DG (&K:=, š)qǃjcV-aVMQMNMn@Wn-m1O$C68/Ή9TIX|0"vT:6Plǰ#I6^:9gKj pd-aPL&Ii=؏W:_٭Itc4KV[Hjaܻzpjiy3$0qK7\$)RhRiW;װNbkz pKO[\uj^q4OygY t:T!{Q̻iUlLT_7#,fdնI\꧁뜋gK{^^KBuqksM:[~I.yWuGSY.aQ~l}%pvl\lMsb|\xfՓqri#8"KGgڱ_v@:=ϨM4nYRSbأBŀ -Dq3a@frԩRhYy1l_<3p-b M6kfP [6`],LXڬ>)T9?AELL_VIoyqf[-Ԁ, -%l, `Q3 |g%疏5_YuoRkY?_<<}S]uk\Z]痔Lyxv9}6}yi(psajr=|-҂e#k^0r8O7C.'ֻov"NcM 7q̃yZ{''S|߃7մm\3FF"Rw,W7P7Eyȋ8ӳ^an%E6#n)>I>@t|94L[ Vv`ajN$^ksD%D%OpLy@3 *b͈4{oW:!tef>A#g=a׶(WԈ3 +&:3c +Îij^:TlOZ nc8F8+ѭmQd{rj(<|+N5wZ|Mx,M[As%e\M|*D⪸ U-gцH$NEFbyW P=ܣP(8?~H*/,p#AC!ߋ4RI/cBI6 n $KCڛ3 +2 +īF*57Wk 4mv3l*wxF D 򨧳X(a,r +`Y\Y|*`hOn(2?R]6~d ra \1$^Q$ݮ<щϛ0$(`r/:w#0N*J.P*24\KաP/RC"TK#%-n#g^縎!!JT$+OPk qīt90WyGoTai89<=*-x1=VZG)NW!n{U8Ǫ o$/L \؆pb`Ȥۆ@Ԋds6 ONӷhĺHZ-F__/fat26ܼ6KDZ*tn݄L`@f`G[j>nۼu7>϶^k^.Zt[l*}zM sj2Zn~;CFL/d/nPrzH2e32-c:v9(%gb(Ouc$:tƬF6f&!rZ endstream endobj -979 0 obj << +1115 0 obj << /Type /Page -/Contents 980 0 R -/Resources 978 0 R +/Contents 1116 0 R +/Resources 1114 0 R /MediaBox [0 0 595.276 841.89] -/Parent 965 0 R +/Parent 1118 0 R >> endobj -981 0 obj -[979 0 R /XYZ 144.727 742.991 null] +1117 0 obj +[1115 0 R /XYZ 144.727 742.991 null] endobj -978 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +179 0 obj +[1115 0 R /XYZ 144.727 628.029 null] +endobj +183 0 obj +[1115 0 R /XYZ 144.727 216.11 null] +endobj +1114 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -984 0 obj << -/Length 2218 +1122 0 obj << +/Length 2041 /Filter /FlateDecode >> stream -xڵZ[s6~TӉ!ùعwWw(1qC8G>H0gt~u'~S?6M_7fw׷wמ;Ҽ}n ]S>.wEQcqocg ?`< y>p+:(:-Pb])H9gHOaVve,=PU>b }`\*<00q;#*YIf=fq>\tK<)aT&LY>잷[bI6e-G̼ Q⁧M~5 eY!K!&Z,$3s6 bn^!2)qͳRFYvA8kY^zEY*G?]D~Z:6ߥ I*s+ǁh=sZ=Bο^ 6Ɣ2$5/qmL/Z\y{Xr%szvqR64M?bLDV -ZŶJYuX0<)8x9Ik2!X{>0sʕ{14{vweOr]Ha R2NK#}8o?CK3sv-lñks#3ق,+D>JS-жi$K]fݙ'V -te%v,]gC#~V)F 0ZƘ60g1+'{ÅB#UCkԾKeq>u#pŁ^ s0[ȳT0lUV%3\xvr̟TW $ieX#HeDf} -4\Cr10VGĝfVDgyRD(#f\^!l\k,6^ A -1k/#`,vMR0m1i_E N@؅doh`HиRN֚\(t(#Gy("ፖD{^´-G@]ƨBJ9$eaF72L D=kPR2EH` 9q*a1FF 68ASO^~HtT%ѪFIch =AG~㭶k@ݫb j+IkU:]IoҶr]59Ov69ua:,ڍ<ވwIҊei:G?`6! D=[`Zýy+8 ;,4w\0 G-'Q`L)T7EUoxHM/TWj_Rg?r5RWfT}" | gzqٴv_۩&satiѲ57_a^A \e eh y@] a4[FP=q\̈63# a!DskChx\RԐJ==9#wBs8-Q>_m!5yWCXEhͳv`WB=G.ؗFtkZ)aZ܂0bR,?.$|]W__ שts}I -Wrh0[XVFeq,gI,䮚Zէ@62-$ן:60Jo8l|ORxkGI@R6!xuR0SǛf0If:=XƼl}@ׯp#5o6opFDRK -vK|I7ҷV~':Ʉϴ=FUY 5`d60rj6|6kSj}FO/\D -L6.|~Xa=N R3=`DzO~ᐗ: K/߶:REVvjvkE5ac~)vǷwOINzdǚCgt}`OK3Q3%- 4㚫+7'1FF +xڽYmBz6f7Qt.M) +Ymaeɕ.ޡHXyMm/Eϼp3r:zum8j`Ɛ #:ynه}}}__ozz]}]9}.YOMv Ÿ=>˳J?(`_V^ݬs,Dh/ow>դ{r<`:?^pY]MZn!=G>k5Ǘ%=mQ8Wk򏘲dsnJk5*du2-fك30lbk`,P 'jlbI2/f̋ + j-;Og> Cp&&Di o6)J-8ɶYR*AKdI?${d@R"YS%=CU*M-/ e,~v9g#st,Z+mc#xvry!2ʯ Mp̞: -jeam-[*TPQlm~=IkA[ޜ"Xب'IhVo,{q~IPl|Vmd Nl;1=jy$ |C4惁46ENhwg!0V AO1K*j{ڇ$*EpȷEx%>_`i>Z"*$r= +AKڭM e6𢡊sCztd;MAH_ |M{0ބ$}aH)(l5щ0 ;6]4pS38*.^b>쏥8LKBFydyo~ 5ĊXSi>hiYxR$ءF!zn#R^aY@儕A9y8_n4.AEFfTe>42JоEkl)?Onyai`"8Sok]UiyXvV{`<{vG%3zhf2 +!ibIіYm̆w𐆑!I2T}6Si'|V$qu9< ۡ܅~n"oCK%@|M5yRg{ZVkTZb0i]-XR3Ŗ{KN +"LA-Qv +GNJmU!ĊP&Qm$1ZڰԗibmD={a3Ɋ`}IK +1{KOqpw(K҉ZA3+託0$NR]8Xٶ/jk4\8LiX|X@/ H#2█Sgzԋ;^_:^6w[#Y&qꋻ6Vy=sAk4W?Icۏ7G, 7Z߯3Vc{`:ˋ} +H΁.&n)} EգX4t vhaTɢ=F;;ʋBF+͋2 =)2JL *f׺F;,1"8L* +\Ҧ7yRLX̒-hS׆:1mѫUlwo~?,eOX75|2D<*RU2<:eV!=%;7j%%{ˑ @Nm{mˎw?rW38eo0Bs#>__&npA¨@0=Inzg#F'L FZw9ք""ߎ B4Q#" +$zt 3fI@ ]iX{ACW*QG)Kt XFypioSYmK<ƅ!̻_̢+ =^ I eQ}=…!DkC:0oܱ8 M^bc<;wIb>vp-1H` endstream endobj -983 0 obj << +1121 0 obj << /Type /Page -/Contents 984 0 R -/Resources 982 0 R +/Contents 1122 0 R +/Resources 1120 0 R /MediaBox [0 0 595.276 841.89] -/Parent 965 0 R +/Parent 1118 0 R >> endobj -985 0 obj -[983 0 R /XYZ 144.727 742.991 null] +1123 0 obj +[1121 0 R /XYZ 144.727 742.991 null] endobj -982 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +1120 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -988 0 obj << -/Length 3266 +1126 0 obj << +/Length 2577 /Filter /FlateDecode >> stream -x[oܸBhd ،(w{Pzh==bAzPѮlq)qf8qfH]q.Y_>Bbgu0cp桀:~sW?W׫忪k^YS5K[YU}b [qz_`upO0xx7˟0pէ{zA9u]5u'K=9Bs, h{bQ/7/=>&צuZJ 0 AN b1|?=sXx8D&Vx-]ׇsP\m΍b~^$MyTb((/Dʈ(ĕFϨ0$3ojgDZ*ѿ]TD1t4dʃ_]4_D~V)DVIcBS9{Υf6b;ՅHO3t=aY}7"-Ր F -#s';=.J2: ]5x,WqUQǕj"OR^,.[T/d/t)6L6/o|\D"Llꦘ6<(`j >D`}@ f'$t|BuBDdO8HOS8ԹzPNc|`]u)cCµ7B3B}Kcw%5]V X_Ơx?HMEeSCJFe%Έ|~.L\WFJHyVӝVLJf+ rT3i3eh8 4d,H~ wA4T]ʟqE{1x1+㧤9 Ϊ/-HxW%S&%2y0O"M Ywɝ|~y^K D-4j~Cg# y+4̋y42tykD:Wt=]d,wt7F|U?/]4U6ӗ|EfZwGi 1Д 2O*ɳW#}Ԃ 9}%\.goM[D@6/{hOrX>'ť>hR\ X}F }!?hCA'cF;JR.Ko=xÂxr,(; #l78)%1o  & ZQMQ "'f! }(q@W?1F"dJ5F 6E&-w -l>kSĥ-96c[w7F3azrOpGH)$5WDɅ%3`!4ƸwC a%`BGfPH bGؚ{ -  f0s; tx>A F}FB~&xioF0 {%[- '7I B{,3,snyjX+?S~}yF(.NX,8a[zKM&E&2:B:< דZ$(ปꖏ'Pͺe3 o2=iz~atx>ICC{[IL$r Ek1=K|s!i)OpҽMގr3_ <ݝ UyC[ N@P]H-= g`d.}0g%[, NЗ}NŠ榺o \${rH-'lx $/xK|^'.6j tvIIsFarH-'lx $/xK|Rmnl>JCx>\9'|O!1y 9ځceJq,y$c~/>eCߦbke~U#ͧLH% K憹<?ɛzEFy:o31V9~}4K[y.k8?<}2N4NbwI ǻ[ mv5~~Ct':<ژKdVͭ}]Y\94M,hmWdRgyd*ۃꨈJ]}"N -"R72P[VmQUM+SCzlHOIVyl< !-:1 ]IM6&r<Enn&:c5Dqy(&fL@S~$k豹wuЪ,Bkpɛk!hY{ge/k`bv"$* -yf$/@^pB |5Xa#1 (nҤnlIi\J>tOf:LnV sQjn -u9_cT$:K*=bq[?}%{ǟyѧk Uut{[ܘO">_b٠L`aVdo9'M٥P؞Z̛XjN|ff橫q."(&4 -7Q'ɩiժlv ʆտsu^~G_Rs )Zȼ N + BJ2 =h 6j[%^^_NHdjmS<9v^ OD0̦9>m3\@vo]{d\ >; >r_#'NJ~=zq/ӑS珓4S#g=N-6n㤟c'CD4L+L56 lδBַWΊ,xSX |piqoy0!JyWcl͟yͻ\c<Fd;Fgcb?WS v2m+p>Q@3&lm:Ox.\-\ǐ9 ]xb2S-բ,R -`+C},QUT;eX)qfq<ámiߚEZCY)S)|v!˨K(X3Z#}WC#EzEgWx]\E\шKF\z5À64g1%0ek3QOe +kAnjJX3!۪kj֙ȃƐ]Ɛݍ5B6 +ȡF]9GyIuȡ^eОMvED=L54M4 ́B[ݏiZ׀˸/gw3Dg-, nV㋺/{=K^sPItHaRr7p_ۥ<0ྵƤT(L).([`[±t\΢Rxn ۆPnh+s  i'WUX&{J6 @q`DWthm#sLmY +q +u:l1J]`9視DvvH[p(Pr/f\ +*kHVpMJIzӾ44i!_1d$o1kdaSx"Eun]F XӋo饮r3L5 ZB\ -i mFm5L;Pۘ)}[ؘ٪FaVNS;?D8Chp SϔCd4XZWZJ7غ.gir3-9-xT# f{ChfN6:Ta-ӽr㏴P\9@?gMFߣ#l0QE c'sMUB@Dd07oSz;F0o)5 LWl:]Ge!Gnjƙ> endobj +1119 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [464.304 692.246 493.439 703.708] +/A << /S /GoTo /D 151 0 R >> >> endobj -989 0 obj -[987 0 R /XYZ 144.727 742.991 null] +1127 0 obj +[1125 0 R /XYZ 144.727 742.991 null] endobj -986 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F362 552 0 R >> +1124 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -993 0 obj << -/Length 2035 +1131 0 obj << +/Length 1917 /Filter /FlateDecode >> stream -xYo6_( +H[`bwp}PdbK$,ߐCɒ?dۢ/ֈ{~a0໫o'W_"DːY@H& x0܉ps;H~'UF51Fonb1*~2f ,W'W]QP4 hG1FA0AHV-]\peBo'zAvcByP(zIޔ(ˤnyTyaʱ}FH8&aV\YNwh('J3dGwVGz*IFajfL~"N(ZE9E )58_989J^K,ǧb -ۇ^fg\,[d*oK<\4k99܈([EoW:ݔxU8OV揯ηjxf[ dLb9HuXPsEDJ,H3_Q DU,H*$ɑZ'ee*NT}⬭CkLDkL^z*z1=[b볱Z>?NXgH$M_DMA0 uP]wôJ8כ0y~I>\gnQEj\ W}`|7iPB*S\3]*PE &g*EH&_gT2I`MMvx|ݚ?ۖE>&^*"=2w :E\!uvl= wnd)G~? I[I{ď8fH t*okSi"[JGOldy>IY֭"I|7#io lz;hi֭Csk'U-ˑJ&}@r00^ꭹ'K薦 z}S yS^Y @HhI6r%N,u1/iDpU& -kt`l335km3tLDt/B"k?޼ț%Pr<5ɢa(\'4Y.}yհhoy?DZj&l -ZGRM#(ˤFQthx2A繞uYSX}θZ@T}NƂSяLMLΎ8c@K@5YT(6)&7YY,:K=k/W˪E]¶A;t+4M֛&mc ͌﬛Fx6ЪSh_'yyӾ{6N$FP_h43)K(]7 cƎ4Fߣb@l@n@/,xo@|>!E@hcHD"Y#L%T]HwL<Nu+enj(2PA8*\mrzaGҋ ` c'٘UGgx?*knn'K,v`쥶]~G]j"*6uyYl_;Ǿ>{ -rBOJ[+sV83di)w7lSl= :&pDR_7ipDJ ~#RE2$~ ~|aČ]UCRq|mtPDO@%ce6t:.T%Ent\+!tQ(MQ)v.FClqA ,fQjdQFcFeL0W1!^1;N'v:,k @o28P,P8},4FL3$MHrf}& D@re4R[ɓ +Ӟ/pkdB5,А~]nywtg( P8Ye˧KDX, ;\HoG#z D +o&d>^j_z dRU,DO@ pB|,,[^"/á` |!e0&K*e}qgRfQ# + g6˟WN+ԖiewB$xP؜x-##PLGki;lNm1z ˴&e-dC>KYμ +Q0Yݙqtu|E>i50 [ qaO<bqLjF}:9Fhp^WM+{/U|̋]tK }0{mq ʼnuzI_Nbj1 <* +y`[fj\MjwWD[k9ujF!L4Yoһ,ՔcV,[f/퍕SIE:ŋ be--+o|6lcq&n-^l&^$[/ܦ*j r}M׏CBIi&{n..nCڿERTbc;΍fV +9# yp~bƮGX}cmރ! ӇUI'Tɦ~̟\w%ll6O`Kd6ګwZrEO2tdGhW^4J+zŮx˭_Kj<Lifú<^(Ms!}YX̤l7blU< ; !M QU` RQE}&V4"5cw\?f`7-7MJ_7N5A 62H#M=+-P"+{[Ǟ@Z|V5H mVD b; +<)A%T<<-9=K0L`=0x1b5XNIQ/FxQOúiTRk8_@> endobj +1128 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [191.791 469.212 199.322 480.674] +/A << /S /GoTo /D 601 0 R >> >> endobj -994 0 obj -[992 0 R /XYZ 144.727 742.991 null] +1132 0 obj +[1130 0 R /XYZ 144.727 742.991 null] endobj -191 0 obj -[992 0 R /XYZ 144.727 389.694 null] +601 0 obj +[1130 0 R /XYZ 173.507 721.691 null] endobj -991 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1129 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -997 0 obj << -/Length 2788 +1135 0 obj << +/Length 1686 /Filter /FlateDecode >> stream -xv6v&'r ]98d{ftAQ1EjH* \"i=ݴFxT0Zџ/x>F2!LdG(`ajo:o;}wI5~)qY48Q75tdXF~Bƈ(]]K0Q@xFvj#N ~E \$L ׊(F2P2lb "AzP-@y͵Ha wP>6B4s=AG@ -NS%is -5\("D܇q`۬u>/$ŬCƉz3L N,F$MV$ڞHT$B|`k$R1# -1;Rië+=IRMp}y?j0f%Z}jW:N& N;X&3@-ɝƙziR4i,1$Yf6=!'BV&#*0Z78aY@1haݪ~uUؽs -93x Nwy8I{Pt b(%3']F9m.Wo5}*[,]w|؛j]`//Q*bʶӏz -CΈ -UU>yXݪߞUHmL-$\lcT -5^=Iv -i6ڣJ1(*Հ3?3j,tIBZgm{Hwh#򝱶 %41x|6c<lC'xc1/zb>rLM!\RO&7f -g02̡͊4jsZ~-V9l i$% ;aC\FJ(p)H'.ƃa5]f;sܩۙZh: -,w.k}nVi6'2}Yp7WEq!#"v76oh'rT=XY%qsFejqQ^Y>'Ўz'x=kMӆާґ`$f®e՘xs tq?`Xh-l%Xv1Mp<`BB!j ܗ-NoqQo#`c@GQ@( twC`DŽd}2F,!TɟmR&`OJ'31j!az8;>]\Xu\MpJH"Q`G钣<tw"" 5E&su H[+!)vx!X.Gz̈́xIBcgl10AU-k[^%Ԗ;g d <B+vV)`e 6Hmb$PmJuڗ1Nl*ƕEr=,~;KP"'۪ͯ`L"e:w Êrh& ELXם/\QzCɝ%tREso(j5,51Ջ(06YnV8L:4{$q!j[o֩C`oe`feB%}er㍫pc 7fsE` 9ZyrB%݀q7W/' <X QgzQૈ:<$jDpot{\ . :D 焫-_fzޱGOkt|Q=馪jL_ٯھ3tb~ =q=0=+.lq뱌bGzυ =))ALETZD)CLc7a5،ޚdI-3z0(x(m`䟮 1ʑ8?4Δv.6i6LUƃL).><]|'B,,Cz0)d-nC@й)OAFY't Q-@t%:>.ŏr΢n+Rvbn'Ǝgg - -|o23lF3Sƙfߗ_ [fW!#rBS5uy`^hzXp:TfOQhkg;*\s]g:ӭ@>A-uS72LgڢtBr1 [mӹW/sS딠%h bF5];4ןXf}6lhJˇfd`N[Ng(Y̫yгi]@o0_1vS+ Ϻ~QJ$/w~sK:)uמg;J P6WxOreJR+7n6s-Ѝf>>R͊~zܬIK P$R}s9zum߻7' +xY[8~ϯ@ZHm|JhU>} `fPHt忯 db:[ >>k:?O'?}C8'x3wWKooM|7ۿ3}W=sor4*ݻf-ؔهɋI6€ȉVwˏ\sn+ǥ.`ҹ>Fs5&=P$EȑáF%oA&`UDP30SD|e4ђ_BR\f\|cݏ&P^݈6-͊MӐúmB4`+nPū|n !vc4]w b(v"9h{q6> ,,`c!MT%j(ԻvWzrWJ{uaRfAWݨT(.)hԬUb^n 4JOʚnax,Hux`e?-25b +, с장I:RbREŲV&-eR*jAPa eߒ՗ ~ԐN>˃t̥ͤrrV<>OJ/!Z9[>;Q[;8Ap򕈰2g>n3&eUO`7`oh}%䍨 ƹy@o4n| nRLA_HP<{{&$AvDjس4gNY)"A8+J.t4K-@#l^~Ikݓǔ\ՃuRy! + t>ToFM-x:@[i]XNc77;1Xn$iQVyR.1;maIRFBVrUE2v)ɑjHܥdYWzt!4yA@z;p9"_aLdnoX7E'Ӳ\*Uj58\`uL`b@۞fI}MgL{IC'I}t1OИnLNwf8 P?m=Rx <4FHo09f>dZZ<]ceI26ܤ] _D/3"<> Zζ*t{1.Gfݲ4WnJucEU[ƇF9B{yΞzrr+@O\ Bv?RC}i .c9G]HKff=*08Mkag*6m'O=O 9slb :il=IP +}|g#3Q?X\z.`ẏʼ&,p5n_.Lg{M^+ +صq?wAxeݸ޺olc96mk'6g+%"ֲV#Q{G/p)ZtPiUD>VoEWfǔFǔ`mfbֳtuh4n  +ǃlE.(-JLّ*Ccwx쿈-R҂;2< ˿?Kt^rb8'?`]2eƪNBc9cTMظ /omauX">'A IS=c]aN?u@}9l84G͝D/擿_B endstream endobj -996 0 obj << +1134 0 obj << /Type /Page -/Contents 997 0 R -/Resources 995 0 R +/Contents 1135 0 R +/Resources 1133 0 R /MediaBox [0 0 595.276 841.89] -/Parent 990 0 R +/Parent 1118 0 R >> endobj -998 0 obj -[996 0 R /XYZ 144.727 742.991 null] +1136 0 obj +[1134 0 R /XYZ 144.727 742.991 null] endobj -995 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +1133 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1001 0 obj << -/Length 2392 +1139 0 obj << +/Length 2306 /Filter /FlateDecode >> stream -xZKo8Wh Y$)q۽ˇ Kt,DgSgpʼ;8v,} u\Y,B@ - -{@M_ho,s7 ,nhxC aC{F:O>ɛ?}iG'%/L.}eX=e~SBBY򲼵hm[#|w/!t5@H Q ?r~n=0HuLorA+^3, Gh67 ~z|C^ -__U|Qk}<7~+T#{ %#$=ޗEBW/wEF ڥh߹ -v|ݖ .]uo*=ڦ@7}i; f@: -RzZPn]e}܊Wݕ א"È{GQf6P?`z2]f*(Vgk^mzf2+$ᵼka~? +xڥY[o~ϯ +Q+.ZA펋,PYm!2d=%҇XEx[/><}y ʒ{ˍ%$0B)k}qO}כ7"f/fW$Iq ޘO90Mq'o-~?f[%o D;{FIt`$kN֐^l]i[  KiWfTe;7"vsݗBK-0pUh8)0fYVl Oz m-)vU8l ٚm8*e=|y*WR.׻6&ee?, hlRK!LeU) ͈+VB-+aCrf|T@Ks8Ppn[p7-LD,MJP_ZOi NHYʪlJf?Ѭ{_w=]ޱ LhhVC !( c `pWL^*,vj[(6C'9JqK p2;TR8lWJ3/`=1׮ +]EO\nXd33fإymFZDXvHQ2VzqDFy+srlA"ⶆk1Ga)W>6m&c<ڴx.DHSA;`;(hkkO-iV;uE%i60JI2TYc߼@>uN|2-zզ(De)FO. 2蓙ܕPɠi}<ԇ?u{)c qJ# _rȀ523,lC藀p ]wW:p$L6nB'kXzH!Yw7 qߙ@ItÛpc%岪,jyZ Ot%Ly[Tdw[6޿ =tk4 W 9EŖ n0f94LġYEؿ T#cTQϽj<\=s!/j_)=@cfTãOތ ëjsFNH6 xgYH=~l]3l'2zz3 _65KBUa`K;;fMr] +y Ւfj#],b߻VcyguB=w9vK$lٙdOщ =7r=M 鐽L$2C&d(J<`02g9RjuDʞCFu$dv NФi(!'j5ŕ.OĦr7d_U !FM6ZNr‘e4MMĦ&8Д ͛@Dsr]+FyQ0ި]we)޷Ŵi> endobj -1002 0 obj -[1000 0 R /XYZ 144.727 742.991 null] +1140 0 obj +[1138 0 R /XYZ 144.727 742.991 null] endobj -999 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +187 0 obj +[1138 0 R /XYZ 144.727 584.261 null] +endobj +1137 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1005 0 obj << -/Length 1601 +1143 0 obj << +/Length 1909 /Filter /FlateDecode >> stream -xYIHW EQl]b+Qg&dCbCnY/nM.[>R~޾"bbmDMjPAebd'K>yE!3|G+=?M&'3B>bs GM{Lz6>"(6Ȟb&>1Wlİ=^n]c!@ϣGX[{W@PY,C$ -e9IxolL#5]'5MXLXt9(Ë%SjBF7rwxj.hjy )J]Ӿu"J]1[6o'1`׮=!rkvPkL}͔8z sЍ6yJgYbdcѷ 09ː㖊Lxm)g)ON`scT ,aso, %QzIUu..^t7NFs`a?&.R{!4Y^nIau'ϝV^l}[< fj,-^vk1lrEPvR~YsJyoH| NOgؾKe;%t,dy ]?\@ՊLIoVn!g&»4i1qqrRcX|uHxCP2HkׂJOBA퀒EPXL<h=>@nlno!9ML[$ *CELuX̟ռt\_aNݪ!,8uN:.Ϲ=eal@8g^P=/Ym_Op8?Hsrw=am}ƴmD(=VH(\RU0?'L8>&]1^]=!Qw;ݛh^NE=K蒴8id z\P*4}/ L?~e?JbUʴhu%g%L.40Υ^"BP!8Y܋%΢3s|~O#"AIދij&x5]dC%)#/qmS/ h.ۄ&<, \L t Jɗly7c͚;!|gw,VsR.]MI]ԤxÏ4V!/W籠v%s@#9s[HCYZSd{;U +xZ[oF~ׯ`c{:wb]4)RK(-,"T̜DҴQ\sΜ=|.I%&xQD ,O_>6}2o4wC)"냪6+݌c"(4nv { sP2B,7;l_:vRaij`';#i!ڔʹ>ZYr}O֫lш}jK\yI/:AUNRm|Xa;5\E\j(I:Ѵ̧[I:ε 26"45ƭR9s6c0:H莣G fClxȈU.R[@WƬlS!$j uk#l.&\YT'#ii&1$uV݆y9="UUeԞ'6h}pln0yRog"1ϳɴyj fV;={yE gLf +Ew(;̓N(,|-3 TK4iru7Emr"u],(6'Fg;5rg:Jx%TK +q/k(lNڌxJLO/nHh&)#`c)K )-'Y>c;|bZqycܓ+6>yhoyT1̐|?AM}Y()鞢2c $,%qDipŬeLgR73 Y+um ]`/561bm|->O'CW=uu+pKW* - #CDͪ2':;:\夂_Zk;HH+r͑LiS;*?T(",&HY8Høv2~Bm6QRLe,7 'E^f0}_MU:)۰:'*Evʫc\iE \dj^T5i'H$L^2yԳj)|=;x>qg7g =KoÙ"j9͹삼:=z-:smY7HKp$̓hמ=WBmM+}\N@v<w endstream endobj -1004 0 obj << +1142 0 obj << /Type /Page -/Contents 1005 0 R -/Resources 1003 0 R +/Contents 1143 0 R +/Resources 1141 0 R /MediaBox [0 0 595.276 841.89] -/Parent 990 0 R +/Parent 1145 0 R >> endobj -1006 0 obj -[1004 0 R /XYZ 144.727 742.991 null] -endobj -195 0 obj -[1004 0 R /XYZ 144.727 647.603 null] +1144 0 obj +[1142 0 R /XYZ 144.727 742.991 null] endobj -1003 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1141 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1009 0 obj << -/Length 2066 +1148 0 obj << +/Length 2610 /Filter /FlateDecode >> stream -xYYF~_A``i#J;H6#m`)%CZV$EGeHfWu; ;?]0x>g2wȣq|Lf׷>߿_=EN{c_͚o_by]5 }_rnr @CQĉV?cg8wҕCa8_[i1j.H|#9l}D(1SR/y{-1`FD0ϵTcM4\I 4.j$.J5'ә}C݃{ky+qWpw/hA$flҫҐèX4,5}*x`QˢH{u^kK'{(s5z ^-4Q>]ڥ듵Eזt,Ct56bq^oKNH^ĉ;1͋R=@5U݌U#6{{kj)(p g7уq S\_ӫUmw !,N-r9J4 ]0 -v(JmfFqڧ#}qtUSGPy^}MG0H~x7Q~n k118B`iUOTrMX%\V <6c=Tml_is$s7z9NM`iМ` 5$'BUZBELͪ' Q|OTgaڴ;ukbӌXjL=XY๚E #{̱u,CmGw6ŕ~`!ꖉT3Z9A>rBsJ>ק65l`|1ѽP\rݶyd;j!I w_ W+8 -5h5$\HߴC{^0yשoZ",}+lW~HSce:N -8FWXF:@kH -yLDx)JQ)nubʬW;ՐEQ"if/a$c_>6EǸsJyCZJ)~0="К/tJ 3Zk7in!#hg*hvuLR =U!mUHݴ U4JP#†Iҗ7@0n!6fyqBτ{?w)y j1,v+`&\j +xY[o~ byvHm.6hqP"V"Ul=s!F%K_!9oΝ؛{՟W P`MSpx(dt2x{oCYޫ72o|s{GptQ7kX!G!uՇ= "^W=Xz[c!?^zq ߝ>B7!J@xwO0J/a\.+itxmw>oYGY xkr\'ZhFǙt&Sua:Iq9yU7f(krMק1D]v8FCT'TtZn|BYܻ{uaFyc&7sK'B8-.,OI|eox287"Y17]h@|P;RAY&۵ݡсeiׯX^YNGv#~oD{ 5LnczUg޸4,Ҋ F{2R8 3nw$Y> fv4_bפ.2.Ҹl!q>&uA™ʺu7^Mry2xf A2zPqp(#? on]"P7wU8'c"B!7PV]LUtA^+[{YF<| +i*s")VkB|QtX(4nYEnv,gJ!%9=x_L扒6F2Tݡ-P&CspiSP35j_&벨eRZ}[R I琪 #M]yk96JhƧD!EOD y86rASd("<ޟb 9,֣S ¶M LPeMי|rf NZyG%WP mp 5ADBPɔ&_FZ@PT,g|2XwD@L%:[ՂYWFu)S#5~9{7, xz<`oP,kEqxv⻚0\S2/R_ ?˫Z3#N"̾b# 8bȒZBܔ:.+i"a|̆CuR>ǏKvdmU5[dx2oqkk /mp[Y*/,Sr<4K{J/ѸQ1k>d36ZSu5vٖYmmS8HHm<}i1L[RBc>b$pD8V.^l*#L)櫳)_ +MЍ}6n57u ^H#DpD 45B[_h˰ijF3;QyǙM)g]StmYyoyVՍ77]@ۻ,gyU1@[ Hy:N*G:Ā2@;۝?޾,CSWǟm>yLe,cnSWଊ[p˔shBiX̗z'lܔe]t j]m  ,oZZ͜AMg꺛65^VԸJ;4d0/V+ҝ0QMX&MoYhzVⶨ05Rꊑh J+ +"FUZLɁ6 {vQ}0=S*`3w9۲=^@u F:'>vU6c•jOP#ƕ{=Z9 et/l\ă!j{0DB1Z9Ȏݍ`TIin25Us㧴sG8b.+ݳB<^ 0d8BT[g#m8='d>A swϸOOy-Nj\ +I\ٕ`=/HbnEll +^fbnLq)r?颟dl%O& t.C_ kLt@ҁ\/n_0/Cs͑ endstream endobj -1008 0 obj << +1147 0 obj << /Type /Page -/Contents 1009 0 R -/Resources 1007 0 R +/Contents 1148 0 R +/Resources 1146 0 R /MediaBox [0 0 595.276 841.89] -/Parent 990 0 R +/Parent 1145 0 R >> endobj -1010 0 obj -[1008 0 R /XYZ 144.727 742.991 null] +1149 0 obj +[1147 0 R /XYZ 144.727 742.991 null] endobj -1007 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F215 510 0 R >> +1146 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1013 0 obj << -/Length 1910 +1152 0 obj << +/Length 2847 /Filter /FlateDecode >> stream -xڵZ듛6ONHLgHۤ+n!&6%qwb N>jwj}wOgGdq$Ì!NYfjjjO7s듽]w)bC}rs[Ugzx՛ϣ# B .7_^^J}0<Prrh* IXkJBq_ LU+A' --+;enGZQUwv/ϖv0ϳJU}J3G-ە*d4QeOVAqp%gܒ9ŀُID7ט2u$^TЏ/fDy4eZV -XO%b!I+NIpDdKZ>^jG╲NOEZTXF5F,q$xqղT -~p}n8I.ni>c[z'@C\j.ZpKD1p=zFC ƴ"Q׷7:CBoLlov' ;c{w@>n\ PޖjsgA(Si/l,I%Q(;zc -;)F4 %C)B:1sfɽrw'3;| V::w3 W*en¶|h3m;|7>dn4圶d^ e޷$иBUɫ-a]vjjjp0Om=JZ - %'~D]ݩRy8&&T]>*!^T9TG.E "WV)يl rypvRi??76Ac:QĹK!Hֆ1&|V󂥪9a>ڢ TX2 b -pDIE8 1Ž ' ēH|q* -Mn2lTQ͗q^">,|$IR$ŁydKyCXTVzn*]x?Q4n0HiiG!|HaUO PeDZW+7ԱlG*>s{WU^ #vԫ֌ P*5U d*w^ 88+$Hڦr3CH,O/6=2D0! TM՘*EBAND>$JqnJǶ#!#zcHa[ԩE, {{. NPeƴv쓎;@ub 8}_ڡ+.F4kºe|t~'zt]&d9 7A#Qȱa2eIEb{ScIfA4)'A[ߩIV0LEӢD1N#NfNYn/4C nk5OmA.'It쬫$d̲γĤa=0*?X;(!wdЉP6\V6ڶ1%L[/ -6J+8>sP*`nÉwh 5@z^oӖfPdWAJ/JeqˠWrOR=zOD-Y~֭@|I05aBy (ޅ]q:tnH݄cnUX21drAކ{ sNzƑ= w.o$aڑzgHo4%>`$!Mi/@X@DI[ k!%F`W\ٵJ^&Zf#Q-WO)+VM!>6*-N9 *[ +mQ,#Ԕޫ tAq +[NI +"* [|:gI,a@?DՓ8/җFwo~|A{o/SɆБdOjrelV3P5O3b6bs߽ ԻW[3݁j`<>H?{䯖z,Ͷ*/VQA02(9x@G?0`;e#‡XO n=lBc1hgm5VϏ.|Lt3nXp x͊wΑ5Uv&/.;W!ϿqnQ̭/!S!sNa.  'z,v@`zQ4AȐqH~f*]q<0C )lq#;U76~Re0K%:qv:oZl*w`t@9#*Ӏ2Oի8BuBP,|&dB󌠦WRFbjϢ/;^8V f}ՇJb(⍲-c1ױʶ/OMFJhrn-o.-1ZL?j-(0,C&u%'vUL˝ADx֚S"ڋCHDy'wQBC`$ARv lQ]Rh9gxz~MrTtFj`K:^uXͅBW-Y Սg+etVwF6rɰS[dD{X-I..hh_{uXn^(bo *9"k)~Z^6@1P[? ;Lq2_ǎ|풒Be./n c1eWo1JׄSeZM`'tAJ"Vʛr`, Nw%*W7e3Թq} +ax֜x-ܫSmSQ|;S$.4]c17#i1̿X咋m]9¥] +T^Y] aVnw᫭Hq]\_ A$Zwq:$I|':Ij߭/|}zڤfwR38ް\ +ްd#PNz"cFBLl皛X6T%ɍ}pv33}aII=JL dE4߫٘UXO};IcBR-!DγYi5БݗZHn<zH=(aUުO\Xh }1>P S= t%}d!:80 +27lnEsH"s>cbja<3C&wdQ0/su#:xx9W@bcΝ&pB^z‘UC%B;1SNI!Mkx#p'乽1y$V7/xD.U +N:r+O3'@6]~7^U&f%IL"47xBc;CcGa`crG4"#,4uNj$\?PQFPr fX'5x8<+y> endobj -1014 0 obj -[1012 0 R /XYZ 144.727 742.991 null] -endobj -199 0 obj -[1012 0 R /XYZ 144.727 499.853 null] -endobj -203 0 obj -[1012 0 R /XYZ 144.727 477.792 null] +1153 0 obj +[1151 0 R /XYZ 144.727 742.991 null] endobj -1011 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R /F14 535 0 R /F215 510 0 R >> +1150 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1018 0 obj << -/Length 1838 +1156 0 obj << +/Length 2195 /Filter /FlateDecode >> stream -xZY6~`-b (mi#1ڇ$@e -%W5wHJֱ!{}͕əo׃oƃgak?0bkK l8~b 5j6욹f ,PbMh, XL%D=~ѳ?ߎ}yXqLN ~&iG6߂pFifqp8c?L_=s\j$㙙tR:P-6o6!F؎Q,h{uĄGY܇G` 1qbEk#t*'}6R,hmAy1 )Z#"7Hu*Ji-gS[itlZjeҸ,̌|r)Oˉj[?3PxdGwω 7CIa֞x{*D22v?]Q6oa aqCe;bl,[+ղbe .fY{.;՜9grޱ!!vB`EP)7V~q**8p0Xoh$~ͩA=>o4ۼv?4u&`2IU3OO“co (Q!RڧƼQ~-Mv#q&:H?CnF0$ CxNɅ]Z{ٴ~P]rLN 3)B)DbVFuye -y!MG @Y}*W}du}DjDm+~_vt9];;j>jW0+@ *30yZ=" 3hHC3V{n#ir c,-ܳAd2 ev%A\+y!>ʱgs(=v~K);])i-:1$fJC0$| -}69/'\]pfO; ->8Tqm { 쫋̉Bx?ANHçͩSdS]dCEJlb,?ՠL9Bs| [:\\G򳌶V#sUo̊Nq`6k*ge͆v: -3B#b;.r\M6Q]&1]݅{`4Mz˖7w L~]-(ذhl7CE&ψsq1Ye[K(2 򝜼&o' A5W HeSEWNV^itEy`t?-jRFq1YQ.cn#ɮlS'h~h,q< 9#/"sLXk)\Jŏ)|vC(i BXbz( aC7 |8\i)8C8nw:DGBu|5=b@x"ox-G@X>3 @d{?"P|dׅ Ff!-;^Yv..k7PO|]ϧaR;ԶU.+UmVҿ,B "*\a#qިjUBhC<L?2,}7Rhg";=zBH#s!6RD)Y2] =ԡ9ݬ{eq0v,)GM.x2 $%KY.[u;}ֺ?ȞoL!8و~X/7%].T:P'4Y.,8S"ֵK52kk J;͓(V}EjvL7(L^EB@ S.kJ䭆)sާ;Q dc#B DOfV&x&F\E[/sjt6%C^ScsXY6%|':WQ:'Ps?ڭ @T|[$93cdxuxKϮr7_|Yƭ/En"6j/–m !:1(sW2H3,tUfi!R z&+vJBR~Jwf̄RW "\*T'&2m&#ӌۓf̪Y?~_!Pf]mK1]S0{VzPiYqaof~Dh +Z]=UŐ|X:Yܭ j%Ed8%) g\5҃)R?,ttlsVS*ԔJ: _Fmc"= /WXzڧ/i"*]xJe޼0Mt 0&IZ*оH`Q:fDԹl\A..Œ_ej~]}lNU Tya.\u_xP'`RWYD`~ю3ī1'Ԏ?,ĬJ4S71GVh$b +{ߛ#/*$*nMh+;?̩.ud8ipttJ=)ܴhJ w55K0mur/bYl뼌7MCӥu_:]DK?A.T޿|LѢ +THKח0=:RWv}?J(rXn2h? 3FUDfl>z]Ifb +efs:\;9m:9=o su<,FqUgx endstream endobj -1017 0 obj << +1155 0 obj << /Type /Page -/Contents 1018 0 R -/Resources 1016 0 R +/Contents 1156 0 R +/Resources 1154 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1015 0 R +/Parent 1145 0 R >> endobj -1019 0 obj -[1017 0 R /XYZ 144.727 742.991 null] +1157 0 obj +[1155 0 R /XYZ 144.727 742.991 null] endobj -1016 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R >> +1154 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1023 0 obj << -/Length 2077 +1160 0 obj << +/Length 3024 /Filter /FlateDecode >> stream -xڭr6_MN 7ȓNyE"UBQddP pp.8wC?\}7 y !3`4?ox8hds|w0'l!"~_waHUde'Y1<+ D> !qX_}),8x4[E8~U8T"Hs"ZsItQMԍjJ&STy*;j`۲Rr IUx;mSOHUj7fJQ۶uF&%Q"-ـWKޯl*sCĵQ@c-$n0A;e  $ 0@G k/ߜn$b㠧p`pAo0G"Ga>g-j#--k)( q@ȓvzJdѴ YmI5,eCQ,^tl4Z؝ Fbsw10 ,OY;ߒ" =o~V&MX=/%lwbHx(pUuS.ByQIA:9NA#i5q6Z5# -Vh͞৬lJ{>lsдk2nvTo"ӱa :^xr42Uu{388{_S0>BJͪHm%>H*A(*ƽS=4r@R&X4|TeN0Jdlf<[&`-#Psb #{lVofm@ -LF;nFd #4JՑtG87?\x '#-[>Jɓ.]BKz^ tҍ3iBzJoODŽ2d7O!Hdqz^rG/hiobq tx9P@*5.C(mۣuE]71[=N.>ax+=; !!E,}D} +P-SH#aF@/'yq&!bQsB8ƒ98Dz2n.Z:mpƠ]Tz& "x} -6W_ 9Ķv ͠jR=;7/.lu7!I=AfcUW˳~zylw`k-f ^<r_ c.wخWK 1:;꺋ތr?8]Yx;ʺ]}6Y?n8bcX=j̣p, }cfP_88=$ +xɎ_V8x ;eĀ6UH6yU[k;\ZVo-*^l/7^|Y.&1]6 *IXH$/Vwѻۥa4_VYw7\v}vdTW}m@4~?7،t#IJ&XĄz\rp7XVJ"%bj"l e0.iu|4*FKR7-4&B#Ha@)b9Zp:*aOZa5ɻH>jA҅VVj{*S=1;&DLм\|o):.'Nl{4K$OP>p9 +9Eq?|gA-YY5=ؗ=샑 +C +*KH3"D<|%kǞ]]?mIg%A̷%}Q}髯-)W8B |t:c>.D'mC(|7p ST̬.|eyS.7,iۤRʜ;\9PL~Ɖ.{S , .}4^oNJ Kc;Q$ERCQ6 z(lcgC;,H#48 TAsVt#aOٯܞE8؈YrJCooAWzYqp,/;G[k#^Op)偎\n$;ٛsd\JD|;;u}>UPs)`A&$ X< JVHjuz)#4h +95/Yu2u(.~'t`+VSHA + 6Ö9Bl+5z YZU1jds7 k#ۦ~]*Q *@S6$Y~vllL#w8b<1r"<*/WXѻEnO%7Wɹz3V=<<@SJ [2kcj9Q4jEЇRƂ<$t8^~WU~\ƘQpMtGUYL !vnd;{P+[fM<%!%Bps}MYNFq2ل뢹|NPH6!#A u[6M!>P …WȚZ1G˵~>`3;ie*amۭdHΖ&\auN=zmM) +q_6z~RRSKaw +jXlVbtsƇK|%%>rw8~3%`豷9ՁB i8\2khϚ&|qj{_mwpq'sFvSci/JUyYu,w^@"--ԆPKVF #R\Ԍ4K5cн|46ʞ?0'6ӝ,JG#n~ܹ1E2WcLN l_֖L\L1BÙF4 +DW6{&49ԕYVX+`i`y =/V?u k-F2)?\A"IH;.vd 6&#=;E]7ωnШ{TŌI%1 %0@\/ ?WF5)tIDrv! u No!H=֫]^ XhWEVdI6Q^qcyGƱ7?6S;oָ矯{!ҟO'=V7Ic endstream endobj -1022 0 obj << +1159 0 obj << /Type /Page -/Contents 1023 0 R -/Resources 1021 0 R +/Contents 1160 0 R +/Resources 1158 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1015 0 R -/Annots [ 1020 0 R ] ->> endobj -1020 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [161.823 324.796 397.938 336.736] -/Subtype/Link/A<> +/Parent 1145 0 R >> endobj -1024 0 obj -[1022 0 R /XYZ 144.727 742.991 null] +1161 0 obj +[1159 0 R /XYZ 144.727 742.991 null] +endobj +191 0 obj +[1159 0 R /XYZ 144.727 718.084 null] endobj -1021 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R >> +1158 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1027 0 obj << -/Length 1899 +1164 0 obj << +/Length 2401 /Filter /FlateDecode >> stream -xڵYm6_U_0+wյHԭT6&t@w]X.yfgf VO>Z@ %0 w C$Dȑd|6{sy{{^׍~^v3 -9*n0]WIϿOPEB`N~KxmS2x E"&x;y;HRja(%"8r[9F  \Qbk_/4~=噟LȂĈ.?0iw%  qR~xCXwz|zx7ՕBaGǤ1.kOV G(bqJtqrAJWƛqwUM)lMσ.UUHIۛA/NG4YH;1!d-Y:{[Vg+߼7Mb6^/>Ĝ$swGVNBuȆC,,vEq B8게WU{ۇxslPmM5Zwiq?؊x*D÷㙼-cSy.Li&hL7st&,YNUt\K΋O;,?(!1`99XB{kOO݁),yr$l tFe/Ehh+#E] "O8[F)ҏI5A%Tto81p[wAm%FeiXլ>仍ǖ8sfaS#4wG Qg^:Ye(]RV2w -3RJIgj{J8k`AK+>t0zq:6 6}xhftęH@q/rվqI7 G -;4dϳ* _Ceխ[ai8BxNQo裝u^w<F }2ɴ߽~oUM,q6(瞯2%Vz=  +xZKϯekK A*U7ě8Nlݼ>P$$"><3OA^Ce(6ݐݷwq0ę"1QY$/麟Ͽ{S~.>A=m4_|3y,|7 IUTN]|;<8v/N?~t\DxaBXB;?Ի6=i*9h*t:oD0Q`q#(To^<̐^.g: \߃, D|r]/iFxډ 2FXQlm,Fp|j.5lDC ЌϷ(KT]! "!3B;1ݮ wyǼNevd)L٦LsUD!cteB4쏳qW;q#a Fi(۲AeǼx5Ym@/AQq_ +cG2wxZ0jCk `FÁ7X-EB~h\vQEGH^h | N.NPsG(؞UK 0ExQ8:_3Jm^(t)`BUzx \mtڲ4eg2i4źըqfe l9^#SG; K +tAapt=93TB5W!z}fq tb"{x?VzsP|ՠQk < +S"Z=pR| ލ7|4Q#BM*Vƪ\Sdiy5`d[M/ZW]gdEi<ג6+?xs#bGn12&Ҿ<>#'3OaD,iaX\ҳ4_F]P22pn +G.!CS_+:MKVsMΓzEOk4j1fEé:钬.m + Օ1˕kcIn ]D0o,R\OB=s/KpLɽy,eYɪVyL=Ov).VX\ u=1^d%#'E22'|6!or~Tܣ,|BDL U͛D0ZBkf!, 6<?֗OrQ:S%pr)ZĦb2.UNRӡ .mp1dB̻G~拼HTT<|ʇA;G>sh8<җ`ve,^e]#΀ SDҾ^(q(mU{E*E|zH&4,9yU/Ǵ) 8|ꦷaX5͓.&#'{aݩrX9^p ᦳ8lNOif\p*|$ˁe!ֲD1:Kc#-I^No|@@_E_[63_zf-];Ɂ1~:hZ6ԡxM(zͻ)O Q0%\X a(ilt6nQb+TgA)XؔvG~3OFq۱yNNREG3%k3ΈMl..GdQ p_xwo48DƿYK0 !b,ez Ba_}%p{om4p}I)UX7XhOdvRw| endstream endobj -1026 0 obj << +1163 0 obj << /Type /Page -/Contents 1027 0 R -/Resources 1025 0 R +/Contents 1164 0 R +/Resources 1162 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1015 0 R +/Parent 1145 0 R >> endobj -1028 0 obj -[1026 0 R /XYZ 144.727 742.991 null] +1165 0 obj +[1163 0 R /XYZ 144.727 742.991 null] endobj -1025 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1162 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1031 0 obj << -/Length 1702 +1168 0 obj << +/Length 1912 /Filter /FlateDecode >> stream -xڽY[sF~ׯ`DD+%O4mI}V2cT@]{ϲ .m'a|X+˱~?P9ؚ--gy#Zil{q|W_7qVo -g^M$CVT&Q>=<{;z=3ұpA^zc-[A4ѵE9E`[FRSq5c ZS_k 9>k AZ&y G pxS(ᕼݿ63M>}?Ӌ5tPL'b.@!"@ͅ02FGY*0aysKS1LZP8KN~ĉp؆Vm|AQStMyH4È_ -lJ _D ufV$ eZBXImTVIVM 3Y_o¤P, 5O7B%Aad3*U@nyoO)^55m!fmjs#Yxv8myi.LfWIâ3(6Vj]S FucG-.rӟK@$ y[( nTe,d !տ&RRuvU@x?E۱;a` Um#w#gM0xrxW^. qyٙƩHXRE"-V]eQ1 -`49*M+]v/=l<ԦSMm>ݪ([3 -Dˢ'&6͋N%RQn *4S$ ͢6Z gܬ)7Q|duN(dpĤ@:;s Rl%gCUg]1i^Lk&:Y/(nfy -ާF&]lXIg}{A͵|xeyw u>{ (€3hC1&ze/c w-oj2.NQ@o -Pƍ|ɝAպ&Sviםy,ggAO*|69\3K&ƍR2Z]J'UUo F|I"\Yj˒VUQ|ȴ1S n-NJ3~/T3c$]G26_z6sy +xXKo8W,b(=w=;yhȒG4-g8rzw.Y$Um][O[M֢K'#!։˕o/G7w}YY˕O,~02.X^ mўX 8?l+,0Zwzb#~B;~[{atu%3o:wRėQ;(h$!ϔ49RWxN +g$Gc967&XjLۭ, j +gXɤ-T"{9|܈Jwq-K3 ۩F:bZf_.)WfLy6@00d_湄Q6`=f'X08u?:GP4 }QZCx,0{ѷC0=FI)*CC[x x3H E|1Je<R4 Åi̊&ͯ[D_exWaHlp=+C8o5w^Td~?L#$ACNW`4Li{A/wvwwg.),zn!7Eq >SgpA.w$hXP:0;~ u 6'Vx (*pz1=$>m3pxF3`>'4JG= }=?B`!ߴ{g=: ? ik@( 1n|[LXc,q[~=[ eq]hgLg42QզUԺ0k.=dЃ 9&'4sJ T;bd:b#m:-rC ZV&dh.DWN}8zWwiiηL&2s 71[]`@8AGN^}q(tڛ͸7P)D9㦪OB +K0BWKcޛFxBA }7aLP}^^=:18)iow>GPaSأW@@i8m[Z׫Jx(}9x;MV#ʊxbCS3 Fk9C`m%ċ5ݸP۪S)6A#4鯨/ߺνFLA[|Uh]( 07 MC:Եj) [+xZYmVݥ+Ip7%rPl Fw]*.iUC=.m 2w)J4CHJl2ifkq:yJ>qSy;ԽThU65En28ŷАdW7RLFOLq:j2c.'XTUSg5~˩aK MeH ƶ *qM+*bñgLhQ0^Q<}pe9$pBTt5FϫݝO!㌰3ƃhq(Ӈ =CƫΓAЍ;ҭUÙ zAt0T+b)^j? )f<4w~+^#)7=pu`s}1mΈ'mP'fہW3|||50jTpI:v"Edܦ<7f,xfgGHҙ7}A z FO,9Nz_RK endstream endobj -1030 0 obj << +1167 0 obj << /Type /Page -/Contents 1031 0 R -/Resources 1029 0 R +/Contents 1168 0 R +/Resources 1166 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1015 0 R +/Parent 1170 0 R >> endobj -1032 0 obj -[1030 0 R /XYZ 144.727 742.991 null] +1169 0 obj +[1167 0 R /XYZ 144.727 742.991 null] endobj -1029 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F14 535 0 R /F215 510 0 R >> +195 0 obj +[1167 0 R /XYZ 144.727 460.819 null] +endobj +1166 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1035 0 obj << -/Length 1728 +1173 0 obj << +/Length 1889 /Filter /FlateDecode >> stream -xY[o6~qEEuCa@`MBeɕ&>KT[R{(s>Bce@Ǘ6`6Dti 6 ۤ!ta\_]L(?|^V|N -fx<`!ī]~&DcǼ]NGGH T -!c]]Cc!~6 1nd׍A(m -:0ޏA)4ijZGi-&vaC [C i:3!G.E1ARSA 9Ԩ4?$?떿Ξ(*7d`Œ eDgD&onu|)l OsI`o~N])x_+>nc ix[wIu˒{.I]݄ٙ0JvѼMlr_t^v%cM~OOПjGmOQ! 5H -˼yѡB8-P!yѼ6GmYS<~ua}S'kht(A/w< W lBu[]4]XeAw^<ԀN8849}XYx_|EB"ߣooܕ!CFxi`2m`Yؒa KK]|UOW$QTRE/PQ >/IOB jp -N7g wzV]b @\ӗh9CJT@Jsؽȭ K9T /Hqz(J\\(l )-)|pTe"2*pP}R uω=X Rg?427^ -?nfvtT.({ՙ(I&4[1=\0(OHO쑂e i ĔQeuWoteH_x?-!ͺ jFq+bn -8AϘm"HdfmXCqD06iAwq u= -:1X~.bYa)3 ̭ 9Tռ-FÍ:w2j+UPc`?,PoЧ-T|Q{[oIlP6ѽTY |׫o;ɐ[▹2[q˜W_r}nKُWJ,m_9;wɺO5KsϝYjYYmH);2{7y=|`ih=4b|gM]k#8PN' ;1)V$|ƶ~lэZO%Y(j%qfaR ˪`Ʊ*+ +QUi0Vq)ғTY8Wo;N3]H %r$Բx@M,"cxۈɲlC@H0f{>;ϩ!8Q\ڂkM ƂHQ\@?Xq0(An6a BTōxE< װs k@TmNΐj, ,A4QuDw#D죋&rԌݔ-B} ts| gVS/}7VѳA{X8Ra&ΣZ;SIp;g`RGj?-qfbvw#ͩ]kl cv4=|wBsci?dws~ȫJU4-{US5{l:;)yƂ!>j<~ AMuH}GvvGiah@31 ǦȡTI﮺ٮ8.@no n7MM;xyzCIfA9(.Enqܳq.5Jg8=,}n9$ֿ'eC ^7eQ)8A"z? zOiX\G/G+P߾fôK !佈`bGۇ{Շ:ȣGGm#,7ҪwϬ +XC{s[dsZmD]st +uI[#ͭ-Bnߨz- U5q3Ѓж ]dz:S4nos{c72:˗*9 2 "7E/dyS(su[dINW 1\וE'; K='M*w0D0q,8o8Nt&$""p ,PiI&\~s)FGx+>AÂLȟa^ IoI$e6ItTSH ?@RK7j46a$;~9 i>S Wzݩg2j2$; /C) ~?ƫ9Y}xGlνA!Mz endstream endobj -1034 0 obj << +1172 0 obj << /Type /Page -/Contents 1035 0 R -/Resources 1033 0 R +/Contents 1173 0 R +/Resources 1171 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1015 0 R +/Parent 1170 0 R >> endobj -1036 0 obj -[1034 0 R /XYZ 144.727 742.991 null] +1174 0 obj +[1172 0 R /XYZ 144.727 742.991 null] endobj -1033 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1171 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1039 0 obj << -/Length 1787 +1177 0 obj << +/Length 2250 /Filter /FlateDecode >> stream -xZ[o6~u%EQ=!]E'Be)&Ë$[QII1`/M<}uea۳Y -?ӝ~E}绝^W=7'Og%:ed7g&?Jb(e#/ b5[`aDߺUCWesK1b.XM}m5,}DlͶ.0qCe>Q/ u.fa^~ KhrE6b;81+qZ rPQ;h+QKu.6X$0x-3KNJq{dQVKVʲZYCvVV݄Y*|]Bl?Y4zH!ۭH"+J97Qۧc=hlgOF zB Jbf  r?3eH42lY' &ob=LovLq7vf9Zfq3v'>ޙZVra]٠J [#rdC~S?׍.|MgtS2L"0" -pv#<}aWvkK 15r?|l߮roϨkFDbң P`ը Wy. ~ӫVU.t$s涃s߾ɐAn{iD6F܁aI[Vn fmy -k۟[g9q;B?Ӭ"L2H?Go{jc]lzvet믢|}$iQ - Q_0#@и8feLm_!@c~ԡw/򬼿mduZ\?9@־R)"邧1ɦ+)3T"P䫦.e,`*y]$myZ FT񀷘(W}W:m$57GO(,F0 j\vV^i#Ǯ\1ߩf~4 >ٟ{J`/Q-ID-~bqkâGHJE .hUԏwM:T侃lpt6["Ho4uکqq~Et(TW#U -aڏ`Zxr{ +6CZ@ֿ9Ay_"U]G?G?G߿0+6gy|fCd{o}!WgWdJ=:M>aL׻,(46gcߛ|~Iaw*IF. +.3`cHHY +IL?J9d`YD:ARMJsz o- j Ceo͊DIt=2h2u0vzhfEmzu +Itt[j Fϙܫ5XJx˯ +jeVb[U}@kAiͪ责jnhDF*É|R ,I41YJ=bL_'Z.2:TbpWםŁC]WZGyNG5Ekc&;OY !,7쿣6 o +9K!6Q;:t5зmwtbK_UH4@܁W{\`DQrrk۾%3Mc'MEo'2h&U]D3VF\N]E}*_EoB"<^q_^ؘf\q{eE $WRPs +c},L|66rs2AHl!kk'R;0samDR\t" ̮PBn>tLWzӹ'_fn]pK~Iҿc$QhW-;Ofi"hSɘ!YWYfVhVևiOd%cLzݕ c/A_J + { +VauhךzF3Y,4rN*\2(ւKNCMrz1Lc`- +"tTv!St'=z"*<$f@q!$ l/wkuC1xdJt^*_#bNlw $]p2 1#E9;l$q2Kǭ I(.4/Z A Y>ކ4pT=_:DR28/ֆj |.Ll49wyOpP1aҭtQUzAVuH=zBE)A>qe>`MSߢr٢ yHc@fUjAA>R7STN# um0(!?SkaggmwoDa wyxD NJ NJvc=NRAԝy¡QXF2,P;.w+2!H38m恒bջ@uUD0#fw0qЯ5'nؐ z$L*q%5 v endstream endobj -1038 0 obj << +1176 0 obj << /Type /Page -/Contents 1039 0 R -/Resources 1037 0 R +/Contents 1177 0 R +/Resources 1175 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1041 0 R +/Parent 1170 0 R >> endobj -1040 0 obj -[1038 0 R /XYZ 144.727 742.991 null] +199 0 obj +[1176 0 R /XYZ 144.727 298.906 null] endobj -1037 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +203 0 obj +[1176 0 R /XYZ 144.727 276.845 null] +endobj +1175 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F229 614 0 R /F111 493 0 R /F14 644 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1044 0 obj << -/Length 2229 +1180 0 obj << +/Length 1685 /Filter /FlateDecode >> stream -xYs_A*rʚc>Iwn.lɩ>`4(#PYrO0@uVC( |͗f $Ƒ|=L|7l~j~?v7;7?Ɩ$?']UIi"D_n>osa["(on>ۛrD`zw5Vk`,C/%[ |, -ZQ)ዙے2u !b522`>g*[⨊*G PrJ(erV[SzOs1pN QDJQ<(ē}R-''"Gv66;%D"l `?8 -)z٪4;omނΎpR AoUMHr҅>i-*T u4!.Z %}*UqȾA7`]iZNqD">IS;ⵊ׵s%m|Wڷ1m:mxr?b_$U2t1 -a4`9NgZt[|K^cc w>.c6vIYͲ[va/cV6z |w%uAi6zKyy3AD[B[8Δx˒l5 ҌHC,!=7&x02< Cͯme A *Q! -v%S :ϖQll K/UU9;CJpfT!1҉FaP١jg^Az+H -p'dUFeRx<%;;Ko .xN5|saj[F*rb(oub(w^[ZUE򸫔fqӒ`Trrǁ,#7x<8%RX^?5b8aOtty:\xP7q vuP"hhN#DwM2-9 M*5u. tKٲIL*c:?#Ёqj3LvSRhJQJ3FM=M >PQ)v0;L ?Gz@ - _Y@I"# &[K<`zT$-L;ck49I; - B)$VA IgWn*Y7 KUcHH@cH%+e;I'.E!7nbyEҳr Y\~:h' zhÐ"Ycdn4I*4oΝ|hk~}zA }؏]O!1?=qPc0h}*lb(du/uEXw:z3s{Q6 .c,T}ry1mt-܋I&^/j.΄~ ͫC c*HV3q级.1"Y.ϙfd4S[Pգ/>}f%'9(]9k1څw9DwĪuxJ2_X  -눿(6Rl~^mZXcF'0vn5nڝvI=IHC?II/4=, -NSsW88<:Xykz43 [dNu7ў7nG߆p R{.:P(BP uR?BUZUZ@t"I5ՑjX5iE*9Ydjk^_VE^b]2k?CRk1:k ^gӛ3ujMp@ ߆y ujG/c,^2U/'%&ߗV䇲t }0|l} *BUFL`Dg:K2[ItN_ j"@Z5)r(zBkr;.M6}qvuLƄrkncz<>o H +xZY6~`/(m i#qۇ*[W,ݭޡ(F-S3mM-zny[.][ÉC.q-qQkYWc>_Os5^˰Ex}?OmLYXT>d>y^fvm=H>ƳՍmEFr̢"e0Nϝ:vCr&{p|dcl0ט'a&>¨'qa[L%P`9X.~;wl#$WfxȠ:s!^ ȏA"1B᪋קWJ|ꇥPZ<7S[<92Ĺ|.qE0LDX,3VՃHmM"_u6.?^aJf%j`uks'ڏUu99gѱ1DG9DޯPEm h( WvOM.yvC*%y<` m(D<ǃ F(Ji8! _"Ԥ6Qn"jl؀m}D֡2tvyvpzi{.ޟ]'xGu嗫6 r^7WV`q6/Z+Ի <JU\f2d ʸU(};)iDT +{'Ty +Q1WLl$fbh>Ѿ*3H<"-q$tU8|nZ 'h2RD|p>qj:`t%FcL*4U& 36,,_[ + +C"ՏCD+iW3iv̈h9Ur gd3Dq:|t&T~pA-oQտ`is0| KXZ R(+)uK!u}b5&9Dhx2dɽ}?o)r8uR?#Ã@x_=itޒb<^ui$='??>;SѧRElyIM5@%Ljզ`xz/"v5(8q-Nퟂ7 Z[/`KQ?7mgP#` oq5KnlwsNbTn^#?׈5ӎ{N[+ N +[mgv38PFI'O(_j494`Fbs 5Su閺aqa^﨑$G]E&(0i{ d:ʍ!hҷ _AȲp.es~"7VMgrSwgc-\;H@w@ƨӱUU Q2aT&xU6&{>" "ob+>?S6OAXS߆ j4!B&0s26aDLDg`FX]`S *p1C|Yv)O endstream endobj -1043 0 obj << +1179 0 obj << /Type /Page -/Contents 1044 0 R -/Resources 1042 0 R +/Contents 1180 0 R +/Resources 1178 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1041 0 R +/Parent 1170 0 R >> endobj -1045 0 obj -[1043 0 R /XYZ 144.727 742.991 null] -endobj -207 0 obj -[1043 0 R /XYZ 144.727 662.966 null] +1181 0 obj +[1179 0 R /XYZ 144.727 742.991 null] endobj -211 0 obj -[1043 0 R /XYZ 144.727 542.841 null] -endobj -1042 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F576 1046 0 R /F14 535 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +1178 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1049 0 obj << -/Length 1224 +1185 0 obj << +/Length 2257 /Filter /FlateDecode >> stream -xY[8~ϯmfb؇UZmm: q(@4SEk (b| @dŁ@Lf3@0M -&Sp?vzgq_Ko~aot? -Ӈ )n&V %P - 7? 0U/?egi(L=f L μ)4d2~Y8abMV-9$ٛ,_l@9Zfftl7 -uw|v -܅\D2N5S  3Yf(zW2f7CFAt`TeBs?Z&G @=!1,0 3 -)Cer-EUM 0B`c|OkShonZ`;563?T B{`*j4gD#G};?Iq^΢5ެ]U=E] Cj@}KuC֍cq˦_3OK؏0i.s;zJ[)vcP޳hTK]'q;RQ)\jAT- -YLRCI4ѱ[4q^(L%6ul}c^ih/#L 'q gsRx圴kv)FIɲ9~!fzpH)%;pБ(p e=t5}1 9ۄ =.^wp}B e@cmh1V~".ˮqAv/C7~qfQC~8Ϯ["9ďd Z?;yp#]zSxO.'~ - -G'~%~r ]W?,~Hoov'P +xڵYm6Bq/8=$.m5Kd^*K$gwkw"YR>,3ރ{|;'!؛<HE,@z0]OߛO/|?6717ߖGyî+gz :n0@=܂DP$|{ L~ +=7~[NO  +Jċ|0Vҏ*xV9#Q@P +|Y"mWސGIpҔBؗ wԄ%t-~8 +1hVd5[u*?t9 v' Y YbWRH!(bcNyV`/ʸH,gY^%kYJ7;YZ +gK0n[VPm62Qq%)e;>ac +.Վo3-dY]RzQM) +j&?"t:kBPnE/LD(uT5_4m jxYզJ vd__Ֆ"Jv+!8mkaYrXT<ҭt$tcBϳ$W~O^!bb{հ OH}\pc +(3<2"z&hFt$cmē}en6(:Shm Ҏx 26sLe?ic>jmltzhG<`>Gr|HElDJ8S]N>)DYŀSqLj%~ϳ@pnYn/Ǻ^CHCԋ +N7TT:% #}/: U 8kqip2 2Upf 3~~j? lVngݼ2\nl$/K]]tq > 0.x5w:嫕, 7 xJ;֎̎6:C2i=S,N?b̧ˠCP2,hSP 6/KenwQ]y$ʈamإi{TJ-ugv:Fvٺ">! Y^ePTf\$"\VCur:v7qڮu&%[o>or=ai`I8^H]sV$o|<ھOtőeHU^D޻(7|ޟ kL,*C`z9&.*:T;t$0W)A%0]U&jhҦڴ[Vq\UUC+16["8;*&rԧ`>A]|$#Dx(e)6GܥWd..pnE*u\$PJhFH)cp;e \ؾē}Q1V6 |oMvpmp;\zF5.\?wxdѰ jS 1O:z endstream endobj -1048 0 obj << +1184 0 obj << /Type /Page -/Contents 1049 0 R -/Resources 1047 0 R +/Contents 1185 0 R +/Resources 1183 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1041 0 R +/Parent 1170 0 R +/Annots [ 1182 0 R ] >> endobj -1050 0 obj -[1048 0 R /XYZ 144.727 742.991 null] +1182 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [161.823 238.045 397.938 249.985] +/Subtype/Link/A<> +>> endobj +1186 0 obj +[1184 0 R /XYZ 144.727 742.991 null] endobj -1047 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1183 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1053 0 obj << -/Length 1774 +1189 0 obj << +/Length 1833 /Filter /FlateDecode >> stream -xYioF_A@"ֆ{I4"lŕLX"U>RA)evZVٙf)ۚ[vd w,qdfaƐG/TO:Qo*m=ϺGc̶: 8MMfON&@"ؚ.([uiQ"c^Xl҇>\ \b=p)8 >."Kd6'Eq%TR~ };֑BZ iC}\@ؕȖ׹XH\ pa+ȷEb>ӓװ<)M'v.aqO. DcJ=wUSz~zy1< }:sv;q5 y^ r~Sp - _\L\덉f/:(}FĒ!LU>K9ݫ7%.N^y8-z|Sϸ&Y4@!@/$^l6>nsI}~2nFD Q?‡t[;f=Wt7I+AsahD0Xtw8n[a1Ex>C5|@ܦ3J ձ ]Hs U1KM0G>1HL^f#汒QѱXD2Lo̸=ecrfn5\0ƚd#|8o!(;i&lD=ww!^x8J>xIz^Q@+7LTwmɋ 8cxTN `Fy`ۖ}A| -Qf -(GnGqߦa6_7Gض_/,ND UJ#,4ćb{!)8ͪpS$oҬM[IR 33e@ku;69Vɛps$~=G?]*d e*ȣTw= -$KT;4 Ve +Sᠳ[{npB&yZ3GݙpJs-C):=۫5 #L=֫`7 3b#z ıU45[?"MPK_"22*cx1c0_T*heĪtzwA/ua hJ/C8t}>HE f2z۶ȓ`r!n3iQd> Yːf0uF7a20'ӵCڷ/Vlg' Ћ`##͐k{ZlKʗ=u^OZ@6-x0CݲqAV.Cc5.>ƪ~M@s""k@8wf$xIG< rH -nRLE![xIu裴%\ݝjE1"S&stFGzjZų -2JQuOUGN B8 -SԠ$~`[{ň J^*ߦYVn0c8 +ˊj՞wxh;:BG\|maNOq.ٽ$+0gɲ'%0>|jS0㣡_ QSa9H H`l+hqiK ) vkf^ggvc.5/yfաC>78W:Uk>\ZsGO@utV<'C۸{ /\k8ۋ|Ua}ِlsI} aDxOMk^bJr f.@EM@UǁW#2]b[~VYgUemԫBEwv +oPs]> wTt.&Q/!_H<I'*<+DK`&+2Ͱc:%+] +u#} ҌvtFv^H|=oHrV=^nw[3u:-R`ںَTV-CXiekdyB.ힸ:^s[-pFuAun?0b$/QMR3.**]Kp2sf=@bF]R0!B$^XB7P_̞EeeהYpgV'k|r~Ƹ='!˺ϑ5x y氘7eƔj_st8ƱӵW}<욹rɽ endstream endobj -1052 0 obj << +1188 0 obj << /Type /Page -/Contents 1053 0 R -/Resources 1051 0 R +/Contents 1189 0 R +/Resources 1187 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1041 0 R +/Parent 1170 0 R >> endobj -1054 0 obj -[1052 0 R /XYZ 144.727 742.991 null] +1190 0 obj +[1188 0 R /XYZ 144.727 742.991 null] endobj -1051 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1187 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1057 0 obj << -/Length 1604 +1193 0 obj << +/Length 1473 /Filter /FlateDecode >> stream -xڽY[8~ϯ@άWVJjW[m>M$&E%$ Y؄@g }>߹܂G)Ig:sQ@>sKWhތ+hlNݬyq=&1] 6\|ψH#Py8#v\v`8cџ#l9Hflhi?Vw YaR+`d>C`eѿ*k8^n ᨋr%j_.vi:T^:~gXbAh -O'*'}h ->q{zkgnۄW qlg`ڥ] - aJZ^#Kv~4H8ȕI.2%Q9fm(7MAy'$&|IKsTcNl:ӱJ%Q\tpP\dws /Ř阍XT]1Т~34XMgbBް+CH?~4ZGpeJgV{2o6~3*l0Ꟃ-17[Ni\i9v*$Md~ 괍PE-Zsʚ[E=,{O"C)¬e ^om\Cm 5H)Lʐ)\G=J6:/φ%cDV{'eR7C>}*IZGCYE􉒳Kk=NIQG5Sl}og/ڽqxnwU(QPv,쳺? -pGS0(D-obU0@r&×b(oR`b:?BHu+,%PclsM2;U_~]_U l6-Al~n+HWJnElUp Zx95wV(Jb;6}UU)b f?ַ*5 3o+)WQZ˪h<n75-|cN=]pIzT:d~ߠ1-ENسj/)BT ,V*zT6RF PeM\N84w\d6? yy@g -Uk"r*! | MZχ29.仵Kk>]bȻCl}.罻~ͨME @|heLs +xڽY[o6} &ś؇Akn]4}Pl*˞$IlYtR]*Y:ir:@pAq +|L/1w>ϯWy:h:MTO=_+6 xD@ӷ$!BAș?@g.ou w>GW0N8q5P5g&}ƾc!pi瘼A;| +~|W~W=}dcf\10BY+JV&0KtYZohL!l,bK} +bV)La2zEG}ht{{nͲ@p==H'aphFYQ&c[>#g/B$UhN.nYSɡ_xG +0X38uiX\pJb!k4 { f$ ۩AwF oNop4t]ԇZO/. Z7MT$@axB=]} !D0"j ˨Oi~tb81u Ce -(>TSZj-cs)DFrUUQ'j tMAW9{nh1X@;˕¨*턵U XgIf& ֦VaxI$( ZWVR`QM`J?1<Ooq<)%^ym/j HFkGZIRn'QΘI9DpBg5PɤIc뵱鈓ayQy +ӻzs[̴U֪j&7q%N\L +#C% QJ]Aj,K}PRדݕА`C(>@%n"k|ݶ2םGM:ma2j 9B>pYpkk?G&*ә^Y(jt}W7yP=Y)_m!AӦG$_bv7y3he\) feܝdH((euؖo/T8/trg+{mN"\n4FP*2lÀ/@K +l r p)T ֡ E]5kTjP6Kr jH{§ Q@]VNc(b\^drQV~Oj#vo*KtH3)@bыqO*U/ÉӮ"(b(E^pk6>qrNV1Ԅۤ0>ze[ºL?7^ݍ{ЄTeQhax'=\zs־ endstream endobj -1056 0 obj << +1192 0 obj << /Type /Page -/Contents 1057 0 R -/Resources 1055 0 R +/Contents 1193 0 R +/Resources 1191 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1041 0 R +/Parent 1195 0 R >> endobj -1058 0 obj -[1056 0 R /XYZ 144.727 742.991 null] +1194 0 obj +[1192 0 R /XYZ 144.727 742.991 null] endobj -1055 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1191 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1061 0 obj << -/Length 1395 +1198 0 obj << +/Length 1730 /Filter /FlateDecode >> stream -xXMo8W0:@%J$[noILBd)&,k[Tyu| ~Йv0 -Թ}苺~S׿C]?uG~10gWW<ȅ#^\O>>L?PtL/׮3?;.)qUץ>1ϩ}myJ pP@jWf飆g\?yVJ$4b۾L 5^lnH2}aVU~C1>X\=3^x&~  _T+)%n$(ެS"ړ_UndSS6>⏂E_syshL -Q=ډ^Wۻ0ϕ4#Fxd*Ͼ]`9cBKݥ}^Q [ h j 1NEIc|d F\dZUQD%-*(;1η d#%4)(6-3d(ç\KV“@ cMyUJem*c&ޘ%J~*\>Vw&]YfF&KI] I;JkD]!|%"{nfRԱVpHǞ[ge6 +uRT)hZaJip@q:00xKxtBM&R7V7+#\7di˜b}pݞlIeEORSR7 ܬ2b.=sPjG9TO,ԙqyDڊ.2j"1i=SqxTJyB{1B؝MoB<;BȒlrp[W]ů|`j^l$稦" -|nqgy![`T??YƇ.ɷ*GaGݑ74PBPXvHM;xNշe9u\!./'׷*_^oݎ,G Cj /{W!=KQDש>0Q} aۖ;gO7!k&I7!Ⱥxi!;LN]_Oc<\.uH1yn -&^i> y %RA75 o kU,nZO4',&Х0["]vɑmYBKÂHN -뾙GNٖ --JNcvi!P$a. ^wBgZolX8{BBTceCםq -Ӫ>L 2 +xYKs6Wpӱ܉Q9A8u_^JjG|fr2w$D$ y|tvƃDw=*aZ9*h`{ ("$E۴|YiS5ͨԗ3PFL$[û(P|Y*f0^`f{ĩ4ԧt' +n˧2 +եюiM9[䕩K4ۮe/B{l#)F +H|+I%c)e2U~e: +yi#=Dؗ2 NB<5[9ϲ;R/21Yf*T$4jaʩЃ!4T"x!ޥI⃨Fi(vlq}w%0ו) nI Cp jK#w(蓊m/ҒKuM/yu]H/}Y211Hx8s,-8_٦0184nRU,-^O(6@p(RQ _TQC@FNCt@]^2Ri(YLBA {Q^q'<2şI2@T4n%/4AܼK +~e:_E ay@F]r_0Uꌸ21~@Z(npR2CD +ʍ,,sC)#̔ՕbzO==4yqy=yeλ4!dҀLQUQ@pZkMZ_S6[?>b?B&YIWʜ&9{˫>vUNDF{i/QC[/i,6ŕZ~NN+I'j gdJǔWc8 ~5b|W!u_!YFI_3 ^Y쩳`(r2Zm4 endstream endobj -1060 0 obj << +1197 0 obj << /Type /Page -/Contents 1061 0 R -/Resources 1059 0 R +/Contents 1198 0 R +/Resources 1196 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1041 0 R +/Parent 1195 0 R >> endobj -1062 0 obj -[1060 0 R /XYZ 144.727 742.991 null] +1199 0 obj +[1197 0 R /XYZ 144.727 742.991 null] endobj -1059 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1196 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1065 0 obj << -/Length 1951 +1202 0 obj << +/Length 1798 /Filter /FlateDecode >> stream -xY[o6~vPHX^%qKbXȤXEm!J${x(Ҵ$E|܄EA B2$9hD\Yp7pu#'}>o[w7n_nh+ŦJtVfc2~v:mD$H E$A`/ 0b2UCaġ?5žSiu\q 2p%m*dd4{-q;{禶th7(4i|$4<+QL6ErPi/X^qBR]=Oʵ6DD ihIBA|ӥrze$bRglm#y͟}^'Em-h #$$iֺvrQʷاF(Hx%b@;=r -.&[_JUCLO` \eJfS9ALRwD;jt$ =|h^}VYhUL7z^lV"/-C".؞'~'p9ӉM7U5xb]ow^\R]p~EhbxJ"+ۡl+"BT);7^1 A]o^V LkJ3#QjH|jNJ%gy:ҋ/â(+/P6̓d_npvʞêa= 648m+n"|LD.BP{ o\tNWu3R8!)gaYe-}mS hEߗ{bnju$p7RV&_P$ S7gsOqD9,c9qɂ/n'U>ɂ4&?H,D0}$qUMVzi̇f.b}Ϋ3_ -Jz8%1 Ӻ,}\: -/|`tiX g Tr\m"/܃ȍ k3m5̣gOʥwg^`v/ -%,A-*I5?KUe:)Rիs= ڮ|<uFzvyƐ,E4l=Ǥ/4UVe|1 6~Pn̵o֌o3ǂ # -q;왓 x]P9B:[Fl'ծ=ʕ_G<`LM3}dq{Q224-Gfȩۑqnؔ -Ln ?b"`DA-@I=uOr$&j/L^xXQ÷ޟ#&%cً!(1{K385E1 --#f#Rޏi#gsBpxDGά&3$ U?1P -G-2@kCt,$>BpsAːw#.Zf4)3VG(H_?w&feoܖR>ȱIaJ 1kvX w8d2pa׭!,͕J[.M DZ/̖7ٶL>e9ϵY.~c* /ƴIl_|nVLSAC#MEMſ\9DWLc@ƃ'JWY;f/tOrcܪg]%zUoҤE|Vi6<6dZ t뒒do>ưc@SZV>A͟(.k#_5%bnY0e0}86h͆E /FrGRo=]فyя4|PɚDpk0^F.^ +xڽYIs6Wpӱ܉`$M:InQss$愢TjhJi +-v4x5\ 1qsx + =1gịQwE?̛9zY 2ؽ^g8rze~f<{@"v$8{#ʙs.Srbv lm52:Jb2@ۖ[+CB;f+5nv3AawoE6}cيF>dtYnNΐH湸2)(wH+ ՊۙYi"3+ +L>_@$I)|RNW +s +<*FgD(be̼wӀqF. iTȳP-- Y 2#uo2rEs[F;B}#褟 +8~Ejw¸[#3'/6Lx(̹#[mAk3/smVvnI(y=8TU*η}+CNXz&>ws[9t\ta|(êY}'v036 BAjh|[^N`kLQV!~iXV k"ZU3dK5Ung>ãa PN!|֍:% +D|{ysIΫM(d3J ᙭^4#K̞5Ii\v,?%zO3׍x/X endstream endobj -1064 0 obj << +1201 0 obj << /Type /Page -/Contents 1065 0 R -/Resources 1063 0 R +/Contents 1202 0 R +/Resources 1200 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1067 0 R +/Parent 1195 0 R >> endobj -1066 0 obj -[1064 0 R /XYZ 144.727 742.991 null] +1203 0 obj +[1201 0 R /XYZ 144.727 742.991 null] endobj -215 0 obj -[1064 0 R /XYZ 144.727 320.167 null] +207 0 obj +[1201 0 R /XYZ 144.727 481.861 null] endobj -1063 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1200 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1070 0 obj << -/Length 1910 +1206 0 obj << +/Length 1903 /Filter /FlateDecode >> stream -xڵY[6~`f'ݙ.'4$mҴIl3K==z Nd˧sYZZt'ϱ\6 3\Z.stn}|suؗ~^?CmV͌ꚸU|mfAd6՗ r=lɧ/5o-QOXzڢEeЎ'vyFnC.\[ L9gLٻGyV+hzㄛm& 7 -LW:92 Gr-PPk]cAS$RDE::= -6nWveU) ?Znç k?Z أc(FiO7~~*h?XG -lm4V&n7 AQ뀐w?M=N@ lw̑ hU禵H3(oF 6l]ˤ8%XB`A̡1Ȱ`y4Rq,-a^1ڕYݧ/V!n?5`llLB]~Ui7f1WyZjB kV+bmI=+?/i^m1e2_${3u|,~kЁHtOw!,Q,_z&tmQNR,{F`ä^1v[Iq q7 ğ[ȰƇJ\v?PmdnCʉj2V.ڕ 3j\ζK3x2pd4U"Jh\AUfQ$a)IByTZ)Tj>M.yc-%֠yJ;l,l0 ŷ|"m?3c<)?"u!vD/z_sp;tŝL egݨҩeƎJ2dUkS}Be wApDͳHK1^m}9&y>X\F"E9hph9uUKnAp-@OPq]~]QU9 AKZKDGMx,XnH-vZ0{"[|AQDYF+ +ΧzI#LVg-]<.>#(wB'2gP*6⁹}WcK]Fa3ۀ:C8\fjvhg7=(ӍBL%;!c3ӍXH <3SK^'!0D]j" +єJzHy7qYW?7N?a.C( iB#'bV7@纵_'igiZ˨[R¸xYnC [{D(`nufV.BdDjkj$ߋbQCZxAQr֤ВAh]xY[~vM +2" +"4N=KsT)[ۼ,PɚnqO +,ݾEqE|@_tl.gzEcp 7E{< #.L2BMVuo$[|ƺwnuޯE[L<ȀӘ-X)FjA> endobj -1071 0 obj -[1069 0 R /XYZ 144.727 742.991 null] +1207 0 obj +[1205 0 R /XYZ 144.727 742.991 null] endobj -1068 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F215 510 0 R /F14 535 0 R >> +211 0 obj +[1205 0 R /XYZ 144.727 462.932 null] +endobj +215 0 obj +[1205 0 R /XYZ 144.727 178.742 null] +endobj +1204 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R /F111 493 0 R /F587 1208 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1074 0 obj << -/Length 2235 +1211 0 obj << +/Length 2272 /Filter /FlateDecode >> stream -x]}EoCW A&i)ɃNdi+w{u3-ie}yDQ|pfO /7|!,֛<$X-V/0]cގ4ϵy1~kyXQ,-_1O2"ד&K~[n};DiEd~ /#&Gt`!_x0?w8H7"Lq9몌}U*yX1)Ua(?ޫro?T͕r}xXr_NN!;\oܦȲc?Ϗi{@`%GJKd/<#.a`2v zԚ(ӽKs`0"cei,!@I 4TES (q&, -V524P` ب:0.wxLƈkӃw|1@[Va<;r)]qIqO_#pVy>?PS0kL.m\nAHTeMư;PAy.zca&}C̓&knA,!2v$GJyݻ-<_\x {>G$%JQPG O0DY wׅڝ3*O1b掠 e&xHE<|LMyA41ΰI_jXiu\y0sצft,6Ȥ(oa XiWrXY&i)<;¹o,)Un= .P79(]M1d"3Ԯzث(X!gyIKaHA*7 FOVT *x!u*wʶ(|ـT@<)} Yf5*屮ۥ<#>tA-׺R]6w -wuԔilU>ߺ |e\vMQ^|c:zbTO %7)IvŁUU~4ZЁkn g/,yU"IF VOnWPnC`MlY iNG°D\c!Blkj'gcG1"bq! rDs9!bq޴viiU b?! ~dp@a$PWeZ7zQygQ> Lv@vѠy>Ǎ~,;=ZR .z$ˮx5֞INT¤^C\)c2l2& MWuzΘ8lnqQX?kmNGXXOam?ZS9K[2K[)s6J(h*ݞן1O-dI:#uN-tO܅qTɭ;Js˾9*-EqYa JzHݽ>ƫkfA:rp{tLc!yn4~AhԽbB֏4޶5YJ7(͝򝁁E(U^u3Gܢ@ɻB -6ժrVZ]U_PohR[n\b~= 3/8:UnHpݭ\6/E7jcCԵGSzq&T2f֣@0o|wNq=$@C & /a4$@<<1e̦h77IQN+AC{L$b;IS8oߧb7]~jo 8d~b dξplͣLkNߐԢn0ye&XH$[|,`($UR@i,"ு:zHl gk&8ntQ8f^$c0Fo*~Ei"D$n( >|4 "RqSpbR;&iee6^f]/TY:I{]@s4<}լ\;d$?,/C#;v- iYuǮNGK6Wmh#@aZ)WSPm癝FqvYAJRn=_ +}~vړٜX}bZy2ߗQdjixHՖٽrS>E..!H`qX\?j`8im6WH QDs|OyQڇ*5A UϾuš%:ll s( ,]X(&(sR; +fDrCA tt_x,8E})W|=T::D.}r"rB/׸Z+xleT +P( hc{WK񀖁]劶fU| >T\36iճ>  c}tm vGswŜ dRxl!$`4ˌņ2R0 j'exX}U뱩aZ7T]6~aM#3)&kMz휊cgzemc*Fӌ_,9E + h )XQ;befǙځP1mQ65^mpIE=\U?t h|Gs ǁ!Fvec`$^[8>JhKQ/V??-z7}ȳ@ +i""\kC^љHaO6:CtkleaakWqH5ijͣӲ"Icu/Uݸ`>Һ¶*CEN5& -ݎG*:gMFJݾfVˎ o6qАmYb;!dT;\AkΒҾ +Vd6uȪѮęԉ/wC&(sU+GbFM *A(&B:y\]ķ^QK^N(^q*Ѿ +ïќmmܾډȻ4'إ9yti|WcC=U@e 5iOݣHr~Ԥ c +`AVK'Q9g.Eߩރ;d )It:jS"OW_k)eI\\ģ~ IR7W{vp9ibq!i9pb9Εܜg_z2ֹ &O%heau#4z(AUJUOwȾ>ZT S:*x(`?Pso-I]QO"x~؊ȉhB|ߨ͛4"ˤ70 endstream endobj -1073 0 obj << +1210 0 obj << /Type /Page -/Contents 1074 0 R -/Resources 1072 0 R +/Contents 1211 0 R +/Resources 1209 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1067 0 R +/Parent 1195 0 R >> endobj -1075 0 obj -[1073 0 R /XYZ 144.727 742.991 null] +1212 0 obj +[1210 0 R /XYZ 144.727 742.991 null] endobj 219 0 obj -[1073 0 R /XYZ 144.727 347.289 null] +[1210 0 R /XYZ 144.727 653.501 null] endobj -1072 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1209 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F14 644 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1078 0 obj << -/Length 1368 +1215 0 obj << +/Length 1114 /Filter /FlateDecode >> stream -xڵY[6~%So'JHB'ΦL_:<`L W7:>w,tt~n?a `9ӹe#ؙ&ΗǛ {uC]U׻ּSu}~k~\uiI8 7_Fw#$@B@ȉїIďp;Oji`Lj/ϣ?Gh -#qmZaEZm²Cڦb_V? L>ieyn-Z;'fIGS] -:uX2啜s~M;V:%r3FEy\mQ._,vCϞ< p5V+P7`a ݏqVycro\7AMt5ZҹR:P=koë_|-A_V_qpK':. 2L{{ֿYo13wgL8 uxq]R2y!ERٸ.Tͨ(YQz%N"/J3OBEJ)L*M "^ONN w+_q 1 ma5묡hmО7 H g:6LSX\ST+v􏞬LOixVΕ|=edtLu`7( <<5/?b6[^fH8OR+Yc.s<A%HV8.p]l8'3oaURQΙΦ*y`Qgǀϯb9$-p252,(>5޶^-1tt'v2/j"o^S1 p~jɨ,N^bq<[DE<$H-LLhFJ#:0̤8Α`%EM&{0/?.ޑeMe؁G6d{Sz? _w$^?Ӂ%A7V+$L.P*\zzm(^orKoq o:d́)ʣH}yh4ַﺵBjU+{G{ {[s8o&&o%7̲5ՆkQof%K:-F]C@΋P+^ogPB@FɦuG,{i'1zu{t[,Yjo;z*Ixr'(x RS*zO'ex{Q{y.6£Kpr ٥1o)eRҝ׳__HnDM)e'eR(0y]9 oW>g77 wz͊&ܽYle{ XKwN81Df/R\}> endobj -1079 0 obj -[1077 0 R /XYZ 144.727 742.991 null] +1216 0 obj +[1214 0 R /XYZ 144.727 742.991 null] endobj -1076 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1213 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1082 0 obj << -/Length 1568 +1219 0 obj << +/Length 1780 /Filter /FlateDecode >> stream -xY[o6~uEnͰb]omvڴ'˹E%,*n"4\HAoA^x7yAC/)`OG?~+9ϟJmG3lJ~Ϸi%+w 9=:~?x73@ -$P !Gd9zS{™w.=B B_߃j -[Yh( 3ZBȨ@BeLPѣ G+1d%5#?2QL2_a'h w%nױƳLVx:t^(Hڄ`^>x)r(# `-6/G:Cmd%3ղ6ɿbUS1%,}7%Z.I`a5Zj:TD>|Jϧ|].yv|aA]˽ . !J0FPjSQ=۹Y*(>(8pc4U$;tKd%"H"oo7Gmftߐ +lx[OƇm0 -h)p[ `m:,5sg1>c|NgޚM|-"U>(%\mG3u%i^I,M#^ò2yr-jyHT"rvd6Di$?ŭܽcP~REFS]z|y6/^ن:Qj7}i~$iE&Rt G naunSk |zq'i0+[[s2"Vp'&0NF8U1+9N -)<BYҥ0*&c=;a0ء̄HwJ|JvZHs)QmSg5Xsc'䴦 L\I5kNs_% -H0 pu#SW!iA}Ծήġ(^rRs0Fbݍ+P7q:v6q7:n{Nd4?:Cb:@^֏;{b`m(wPw!gı/ۄA;Nm]Ǫ~av[u͊r7=fLoMٿלxڲA +xYko6_! KR +hݲݺ h +Lh[,{ ]3ciL$\2ؘ~z`Zs̀mbA bwc/ xW.́'4gDb˕\is\}r#Zud3u␑89cI%i&#\,Wpަ+1 HkrZU+嵞!SN5yǁhr92V0 +P< uAPoZq *n:AWC͵I[!0sDx󻜗\UǦD]Lj4Epw„AO^m 8BƳeTb~áqV;q +7#B曟g-aλKFN*+괼HS&^'¿z\&֎H9怪XeX\9QK~YhUf>u'-E= +~^,(*:pepe㧬 i}ֽc߷Df#87n+azU9]Eōr:-.hiu.|<I endstream endobj -1081 0 obj << +1218 0 obj << /Type /Page -/Contents 1082 0 R -/Resources 1080 0 R +/Contents 1219 0 R +/Resources 1217 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1067 0 R +/Parent 1221 0 R >> endobj -1083 0 obj -[1081 0 R /XYZ 144.727 742.991 null] +1220 0 obj +[1218 0 R /XYZ 144.727 742.991 null] endobj -1080 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1217 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1086 0 obj << -/Length 1516 +1224 0 obj << +/Length 1672 /Filter /FlateDecode >> stream -xYo6ݿBQbbҭ{i8t"$ˎ,9ݧ>&qɂ`<  aR ِ{{^ו}^Se0|pg q(4&.Qn*T?pL@Ow_=pA(Q0>~~.Hly@׈ B(ɏA -+:#!{~<ܪ(Z< [[#:PN & -= - -01-j泤 $hr 5Y'7fv,7ߝiV˩/z+^ܸ'F -* WCDPi0#렏ͦ4Sc8裣jGlz@s؜{tLWWKhU`㻰ZBE <@qLQK g52-7*1K&]^ݫZgw܍`6hZv݅6v!~zS>:kI]t &͓MqجU4QEh$hH{mۇtFh{W>9-mP!mjr4~jj" jeGkL\zbemܟIѐ$玙`2! -Y6WҚ{ݒFU_?Qq2*ź,ɗ/Dl#HXr Ù.-sέF#O`6;LL}Do!B6QXvkLb'8n"Ry0 Ӳh¨H:WlLgcg6vgco6İ%G;ES\݃'EkTY*i3&c:v;ȣQ +o9qQlfLρ?l/SbPدٴ)`a\&"OQ@3+M.߿G-iE".PE+qb*S\×Cya?_|`@|媑oh}a׃8ݛ8<'a84׼Z0VyӗM73CFܧ3=Yl<İء ht]DK1zۡspfӴZ#S_-)7ZWu'+iߍrݓ݉z)pf 8*n،"j֕w 'cE{e,7mw4m#z(o47[QvTa˷%Iz|%+m xSGoJ;mV@r&WLi~wp_\)٣^{e8,39)/YZ7}7{3 ĆܒrCjL"q\1DyO}_X|><\U͟BaFk@AVwꬢa=0 )NNj:?p\sxށ7a myJ˼,U Qܔ`U@@Pf  㫀P'T$`hIEdT[a[ ʼnx4-3"/A$Hwe3S㻨Xht-YNGq0L8]/<{&jro=u.f)ԄuoM,RآnHulYvV\I";Zm:&uԬYq|ޛ nMwlRqv(e1hh _S ^.;a.r= +P{7}4Oy[dX- D0:(%Aw m腿JS֨V!3!/^o4PN_, +6>0^y^R{gRdp` 绹fGZہl%ISJ^ mޟS9L42rFӂ;Y!grg|R`JHӟ +QUeKQԀY&nWE6G5H-*:Zw:`gEQVj?0"R|)c0y&Ӈ|fU*D&) $BϨaneӅt}MIwm6@EzS +GO="1|ߨ endstream endobj -1085 0 obj << +1223 0 obj << /Type /Page -/Contents 1086 0 R -/Resources 1084 0 R +/Contents 1224 0 R +/Resources 1222 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1067 0 R +/Parent 1221 0 R >> endobj -223 0 obj -[1085 0 R /XYZ 144.727 178.456 null] -endobj -227 0 obj -[1085 0 R /XYZ 144.727 155.956 null] +1225 0 obj +[1223 0 R /XYZ 144.727 742.991 null] endobj -1084 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R /F103 390 0 R >> +1222 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1089 0 obj << -/Length 1559 +1228 0 obj << +/Length 1493 /Filter /FlateDecode >> stream -xY[o6~ K)bn]7KŖ!Yrߑ(*dIss?3_:XkCBC!XF8 -:H$0!vlP ca=ē`abnZI6ʍ -DA$sifYo<8J@Tp;P亚fsòvڌik3u@U,]郓I\E"먇:!F%.0AN v "/iّ! -7x8ǏE|6_fHN{,jS3\ (^Fz?"³6X$q a6F t5wX!mиm8&oxƫh.J/; <"a'TD5GT"A#hu1CW*w_-g)4u 6QMab0C9.lY`MS HC3%{;j 溘.g'm;JY PRjSģtuM7nKͬZe_L(0"$wxˤkک wNLoV:NU'W=cv'K|RWwIxҚB!uTc `W,1j YH Te)<S\!ڦKO J^lXߪ?L2Z$.ZrMeUr71mۢI4ˣpiiF85l]IkEܮ䐮EzkhwߖGF2z*6hrmxT49h7hg9Gi pg5f7/Efz4Җ.$z|#=K֜W Q0RitYžV]?"A)'iiLCyrk"!Ut*JWX㻓j͇x>!톈PAVBht}1M|؝0Zʫñ }.b=ۆ{>@7E&*>:fIѮVݮ> "HBә⿯HHa } 1^sMwa !rs|;> p:0{pI]?z}4tDLս_zů1oy BOLNfqp=| :~8|L|с N-M/ #q}n|@s|v*,=޼GG*N/>2Բ26?x2hP\2c$c{}N$<~yR |K vQ~e:B +@)]./VfmfsV 3+h,Z=֊{* L^h눳EIwߠ^|4&kqcnLbNNqsfQD3v9٥ jtٰҟا#FEE6Y61]G:b,SMdr<1r(;&< (  LȲzˌN~t5 +u Ԍ m]mÞ\y-0Τ+rFzpg훼2*X4}{J4̎vAndρ#1R̶Y"cɈ*\lɈ:ֆk'Y|@51(&*JM2M^E`ł:\6S枤KF2/yٯNKBf>vPmC1 i*,LG?d% /)ץZzo| UTE}(pIhgyiI3OhkG]碓'VܛjԾaK*dYWux6}Ev\oCwGT{K4ulڒյ h  Q|2X)m$Wи ?Ce$C$1#1ĢJ.rB]KJ-fli^"E&Y(x]i[ml*d BVL==uGY"_XEnfX}EeOFm&:)q*v^UBuUQ}YU*.YvOR"K۩d4}Zέ}P7b=tn]ڣK'c*n`g\@68Wŝz\*v+T-ަ޼J- ,i7AB -'y.'.K(͓yT,!kWRZ_xlDq6ܴei^Q]B9/lD\I*9 %ԮX#xJە:j$WO1c0n%G4"~W!mzˊBhة!j<{ 乞+q὾;8?} endstream endobj -1088 0 obj << +1227 0 obj << /Type /Page -/Contents 1089 0 R -/Resources 1087 0 R +/Contents 1228 0 R +/Resources 1226 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1091 0 R +/Parent 1221 0 R >> endobj -1090 0 obj -[1088 0 R /XYZ 144.727 742.991 null] +1229 0 obj +[1227 0 R /XYZ 144.727 742.991 null] endobj -1087 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F14 535 0 R /F215 510 0 R >> +1226 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1094 0 obj << -/Length 1787 +1232 0 obj << +/Length 2081 /Filter /FlateDecode >> stream -xڵZmF_tH KTU$jR%jVq%ά08s"ξ /fewݝyflֲ&fo|nwmlf ĵ\ƑGYd}}z{]>?Lo^<&+qg[;>8K xq#S{enz6:ֶ:\[ۊ`e#{ֽteQN2h'_ۨl#.[WՇ=rma'²[&6c>ćgLY/2_۷0|#=I]/xڬz#i ^ dp_Eb;Y&=8 " WB/8 -+rDbVmق q*Gb" -`9bf -Q~G6sKmt\B%wc[ f7{?BK5ρ0"+Rڦ -7I j;Yij6}qzIu(nҸ+n|?Otg\&< s!( -Sr]h(2=yvʤE)h< o/^tнR>J㬿Qo 3YwG8b!Lhq֋a1+|)0`p dUp hؑʿM_ۘ/s{;Wv\Ŗ&) [>(xƼ"8u:1a4Iͼ<yy>"^ b=l9Qo@G(R 97E'&>9-y i5} -dǦ7*"KE@ qQ>c"Xwo8 D )=ܔYfhB\U9{.SD%㕨<޳ۍ߄7˄!fr{0GfݵkT]kLNtwL. -_?q N<VWxKuac7{G# k`xq)sapv![j=R^mo8i:.f*_WnqjoNBu1X:Fm+{>EBJ$Caj*.&19q\dnX1:ShZ6#'H#xYU1O3mD:nWI ~|Or3\s7c3#E82ca*C5J"^16rH}^!,gu^eX4y-UЃ}\Ηd#_d"׉ jUlB/^ֱ) V:((Tz$V; - novkm<H+ApHhiE&id9Y.85=D0C|6דYGA(jj%8,:݀rxCwiy\COwꀩM"5F -er\뿫.EՋ7q;!Ջ'(^;Y"ݬ'o`⿶)3DݿGq852좄Hzq?ҹ߷`o [ ]޸=][='\k?nא2> -Ep~, oLoVQn4+ϋ4wDYUb.+?Ό!lW~!v`z%HW|`H\TLAƑ ;G. vC~D( -Q LjTo*gi.y&%F.8ҡk\qr+8rvhP-O4c4PGadE6}]= +bY¦eK܃"뼖cQNU H`Bƃ(SVuzaZj]Dg]8P7)ɽĒw=0q#ThIDI)~M)”|&r^Ap8Gom,1H( p={f)j?OGS +%W~4bdsP蜮._6(cE(֠gQ5٘|Vn[*tPssQʪ.JI_jK?MHQ,z tEVT﬒NJ܁j@eդ rɋ- 3%n!šep9bsSɱAVLmo}PWibiQi[źzkUҌ'$1eoJe,\*VmGR)Ǒ!r3,r+(o#5ӑz_n)QL]>Oqݍ!8V0G"F{s -v74BG8%G4 +5A tϽZ#:{܈#x1ĖSI;C<s$`7`o8"LDNXo/:OMnTY1c)3]% 6eEqoեW!!mޣZ$=\ӄӋO͟ CQC-b1)KAa%q6/<^gHuCnoNyW?v}dsW=jh9<)%?Fg4!T3lb{lyĎ$tE;b杜859W_㖺EP F}c8B~fOxlgj9/JѴ]1fe..uձ:wtgh  ~!C! endstream endobj -1093 0 obj << +1231 0 obj << /Type /Page -/Contents 1094 0 R -/Resources 1092 0 R +/Contents 1232 0 R +/Resources 1230 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1091 0 R +/Parent 1221 0 R >> endobj -1095 0 obj -[1093 0 R /XYZ 144.727 742.991 null] +1233 0 obj +[1231 0 R /XYZ 144.727 742.991 null] endobj -1092 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +223 0 obj +[1231 0 R /XYZ 144.727 366.525 null] +endobj +1230 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1098 0 obj << -/Length 1763 +1236 0 obj << +/Length 2002 /Filter /FlateDecode >> stream -xڽYYoF~ׯ `hKN9ڪ}I@K0E*$e;{%$r9~֕w7ɫܱ<=LEdF,vϬEh}?9xQQָ?hњg=z>pri ),-ƥ6r~}ar[E'j=[!<`aĸoݩk9 tb=s;&s]}D(6q2zחlL̈T2ۖ鵙 - -Q6"^`uMJEߟfOtEr1ʭ4]H!,M%L7yLZ嵦jf*PD"E Qn7|/ AƈU_ 3)ŮO<2KWoWTI>"7a& AV5G4PC  -7CUoYu*r)O &"ʚ4ZD N0rdL;.d!eH@EcBL$;^;s=d>; -dn?K6=Prm5'#\ ]ѵ]" ~:e>84Mי]ym,>SȴA~,l,:tnL- Hpl;Xk6ʖ g7s:;ni5b-6Wg-4KGqLb枑Y**!h5\Ey$[CF36e%4/tLl`;yc=S5mD籣^/ݮe׵>v6Qu]~YZ,^ #̢`U`ob N,lX'4hAH}Z|J9>N_`(E^lթ6ı| \Ҥnա3A _3\ -w̥̆zS796櫅xr}8w4{Q}q8#?Y{uX?WsdgBWi +lrI&x*vm(m5'%+(g>`'r2m +S$ϥ{/%ƶI9`:ɱ3`ʬ22ΖI '\ljYayYv:|/n\7j,--%(@Z bLfَJ 1:0|g܄fHa#.>K.̨^Ga5*:v X$ mu|1efcƑY 3N0tTs^:/x>Of)! xEӱLH`B!-+P)dd($d@T!yJRFvez)ثtd;JxD-9>"CMH`Jl8dK8wƥ2?wͪO[dv +b;E`|+kz#ׅntAKzȢZjŒl.XD8IبR]ua@yG 7u1tm\n4";oBqAwHeLW~j?+#8Y)(vK̷/SY3}gR8K٢CuRiQ\C΃f6CKn,-2wa֍NH [XM-0Ϸ GQ.IP]$B ױpbᧃ#Buj-HCh}U24]$ +.xA$R#5MޤsV)'*𠗱zCc̐W-=[E {S/h2b糋O^R M?Ex+6,d"Lfӎw_x$LyQ>Ojl_|DqygδDocQ.oi!#ؐT8Q:׽]dECmݬ7h/ls͘{;#P(6юߤ +faߢvL W '@/d ++Zv*Čd $Ǖ}&ɗYG)+;+ۿM}<1K.cnHq-1X=\Fcgw>m'=y,U "sP0yp,ԥ=bfҤX D%B%jM5PfCnY\=@}۞FQ(Ҩ>ӿJi%l_h΄$=Ng[f> endobj -1099 0 obj -[1097 0 R /XYZ 144.727 742.991 null] +1237 0 obj +[1235 0 R /XYZ 144.727 742.991 null] endobj -1096 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1234 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F229 614 0 R /F14 644 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1102 0 obj << -/Length 2125 +1240 0 obj << +/Length 2058 /Filter /FlateDecode >> stream -xڽێ۸}B`HITmmMzI46m#K^Ig`{C][6/E;MY9ͷC HP̖n#;af<譹\fZ10O@&Ehpmgi/tiͫͯ7 إk d|suGJgo@78?oO\XN@%a.CpK> -ZJs="7 ¶L_4s4X@hh%a'LݯiP%FY#Xkt߾ y&6pLn@dWpsw0~d\M7vZ&qQNá(sUC*K:w 4ۖg1tfrVaKjjl|ƫuþn&x54sZۿB>@/9PA`#2YA+ 4w$ضP)uSʵ]lw=|x:K1hDΚ 85^O3'ĩޫ?|:|sq~y̴/f[>n xxpeM۴ʑeEG#%X=ЁNttHQ㴥Õ .\SSVr`[6V}q҇ϑ&BB;ܿe/a^d(j P9*.f%."ܩTQ@ >WYq oaO'!C#fs絇m|<Z=v -^0xiK_Ҹ9J08 t\k,;n@&xbqQOt>τ:#U~q}€?N2Ш=BfZR7*N"<H ^.Z)&e7҈y&D*:pd!|̥0UԬc[6k}(ڳ`+C, ri-8@?y0R˜ `,jGXcDʨzB`+ZamĕtT]%Y~xp(I%|eA!2lZ u>o#s>$IushO|:zgoN(@@-yK}Εef(}aI|+HFe jvS!ezT("EQDw"#l[U d {2JKΐJ'>HUK.!~x, ZQE-4JJBj9,ePmf=^Y_x  _mc"b~xUqPԃJqww4BN;ƥ}]TLU+]]rīu&cn}=Z A9gNdWZ(pwcZه{;DC",Cp\v>@O}?lc*рn#ad%4zjB+jCytXo.)22 au6@w @| ^H[6 XYpM&ʉQ+ diw! 66uPw- -9xrM.U1E8\7Pxyt0Umk1=6`2U]׍ce|̅}\ IDOV[Pm8hzEĂVEOqv,Zw%\͡Vvk"~N`9ά+jdž>A;^Ro~SF!GcƘ) h _RxS3< tj,uw˜ٳSwvQ"!Xx=S=j=!y hUeeDxKI !W]Up*p0 pO޾=wU@g)}yΊylqK<#<ڍ""oR 8&gAnWj\-8c(vW봰ʺA#(m˲UlՖ@g +tʷUZon4 TzJH_&۲4V tl2㗉, 3zy!.Am;A ͷIւ-5i瞩L}_d ##冞o0 L[ e)wMu {HŁ&,)?]u!6I!jbn?{3B}joHB< 2+}޳2,.j"|?[Y٬tv>dC%ҽk9n8?z[6vN˫G'kq?: o SqOG]'xS{ p1lbV2-άvexY^_!W5ҵWb;FkUe Zm:ԁ}$ +=%4cKBQ6ұ)ūRGNOtOU<˼v @!"sZ}vIyXhĝm+Y2yh~UKDkgHt\e29`C endstream endobj -1101 0 obj << +1239 0 obj << /Type /Page -/Contents 1102 0 R -/Resources 1100 0 R +/Contents 1240 0 R +/Resources 1238 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1091 0 R +/Parent 1221 0 R >> endobj -1103 0 obj -[1101 0 R /XYZ 144.727 742.991 null] +1241 0 obj +[1239 0 R /XYZ 144.727 742.991 null] endobj -231 0 obj -[1101 0 R /XYZ 144.727 381.84 null] +227 0 obj +[1239 0 R /XYZ 144.727 391.802 null] endobj -1100 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1238 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1106 0 obj << -/Length 2576 +1244 0 obj << +/Length 1506 /Filter /FlateDecode >> stream -xk۸ -!Z`"u@'ͣwM>\,ӶYIzr&_,jH9Ks^^M9%t0d#&g:w~s/}!Si9]*|شyU62v/|zzr=H/~s0 ,];AX0._.y~ @,Gxq/ -l= ¹Z$E,BeGЀk|0;bHbɤL?#F~.Xv<|Z?79͠ݤ<]+HcZ(:ޗ#LJ;Vval[̺7uz9nBreVyO5&,L#bwU:GkWj<bl++d aRyv p#/d\>OҬojHy<ǏKJoU\ ҀYQBC QZ FP;w|P9qDfEQ,ۇ -IG<Tҝ ~1+>ꪽۨ_Tk`"b՚TigΫAywPBu3$0X j1h63( !J 9.F:>g;( K=;7"snf{cVf5P&K i.%叓ԲfiA2fRC= - Z -JGHF RkjE1%7(B\B>CJ8 e *bPvK|9D=8>1!zfaX%v+W)ՠ3ߠ9fw9q-$ٔ]2`NlR=ER*X`L]t:̦0b ?ssl40umk((K-l2e&n0Cipdh?A?)tTZ̯0E~_kMZlD( 5C0/!!vw)Jh 1L{ƞC΍>Dɪ"Mn&+ƺhCr}1mqG!uPcm=nk_ ckI0{u6Y Fc ârRY23-}d >1K,=UM-A'xȀ ^g`\i F7yJe!14 -D8[K\SFERྪz',C#!D4%Kn@gMIwrEivܨ'CǙrQCN 9 -Ql7}'!k+Sت!KCjT;ɫV2a)kbbF662&|ą=@UCHIZA(>jEnj2ZC#ᝂ^/i>y9ffS1:c#,<-(QV9-w/e + TQefa¬Ӌ\ L?m<0tRnM5}LN^o3 9}}!:G-:?ppBTB$J*6:7uYQAzBߪ74+ VVT-bf=eilQ;H`<7zj"tr@.N^t;.;r퓇֠!|AK3 | c'yL #NՉg7iF2y:KpaE-C²dc(g)VKX-0yncM Dt^Ab½\ 5#Ftf@Q0l_&wZ'Oiulm=gbC\~. dޓ--Α/楤ܣPi,fUL +OfU[ylF147ŧĤ 9l$ͩmB?W_p p$,ЩZ;o}}v25p#jf$OzV~8va^lFuYu] ڣUM{z,t|Ps8 >1 endstream endobj -1105 0 obj << +1243 0 obj << /Type /Page -/Contents 1106 0 R -/Resources 1104 0 R +/Contents 1244 0 R +/Resources 1242 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1091 0 R +/Parent 1246 0 R >> endobj -1107 0 obj -[1105 0 R /XYZ 144.727 742.991 null] -endobj -235 0 obj -[1105 0 R /XYZ 144.727 322.203 null] +1245 0 obj +[1243 0 R /XYZ 144.727 742.991 null] endobj -1104 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1242 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1110 0 obj << -/Length 2326 +1249 0 obj << +/Length 1745 /Filter /FlateDecode >> stream -xڭZm6_t\ibƮT)mw:mdWf]4{';%$F -`99~΋}4 0n1.⮉\ f4qӧ}e\Z.o+Joꛯge ɡS-$NI?/~_L`k cL>}6^lx+>c!p'f .j 5\AH 3npdS -c%)F\/]njvM(!dcieS m ۣ kEز*Ul/a$ߧX !I јY73̆#0s,4 L"I/2DdSC}̟e Esc)o$>Ǻcq$3 #sxЩrbƐ&5M -jl0JSJX뇷C -0Ky#^-#Lñ|8\u^S"VUx\^ctkJs"Ѽ7 y1h>ϬˇAsjUh< O;.?8jH%j=#ZbyŪcMXS.nI,zss[0[D-BRHI8J͍뉀q -J0Ҋu06qsΎ@ENyGB b1Ky K+"R¦:E=2 MT0/VB\Ff ѩ2fkKo4͝%_7oo{ qO6/IY-VK=\䗼" -fb2Y|lyT:g#gU51/-SXm {ڰeFrmwJG[wiHA "Pޘ'?ϖ X.  )f2t$hlG-(IV}i7+/ k5,@\p-KQQ,8,ZA6B ->]&<}C=^z<'_}am]Z0y"ȴq}+-\`*^|Ecm27fɝqs]^y -ݡ=P)+6[L3d.VgAq4\ --CT"rܥ6f"}L*^(QܧSLDJ[cstEQ6qf2  -ܽ}vxZz{WO,AcO~Aκj muC1H`{a?AڔqKnj|Qd -XVczl%Xڑ=P] kܬe5Gyy(Gy}[7?/e\ޛ͊GTic:dQ L!#5L Er+FLI\g(>?/FpLFxKD(1V3^ tK/+5f>ٔ( īB hm CTjT_nfUSBժ +?9/u-0)Yl"^O\/W]o, +'iq"t$1RRy#)#J"jmXZp!A:"J>իSZ)۾0d@B2@4HHweil1DDU,O.8)CR"3笲^+9Yi-M,N4Lt?I?h ۠o,T8f ea F>b =F̂6I- 3JuS] +u4o2};h(;8K'{}43`fԦʄ#G7m!`ok,K`]=i0Yl6Nkʋ4]8Xc;3awĦ};Q29, wz8v3#tg}\xli3Q~ZȧLBb_W\ɷ0ۿN)%Z/HR@qT֙}a3E\a ~fGyp+VF0SMe{KގuY7E2JJCdvM"Z8Y.{opv5qҪ@eC-jעڡC%kB@p3u܈8oL'yl1t>"V%} +>g_V` -ދSœ=MLJ,m#2Zyyܓ>E?֢HޢX)4G~ݩ +ڙh|iHe]zYW 1̦c3[P)> endobj -1111 0 obj -[1109 0 R /XYZ 144.727 742.991 null] -endobj -239 0 obj -[1109 0 R /XYZ 144.727 568.012 null] +1250 0 obj +[1248 0 R /XYZ 144.727 742.991 null] endobj -1108 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1247 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1114 0 obj << -/Length 1497 +1253 0 obj << +/Length 1345 /Filter /FlateDecode >> stream -xY[o6~`uo4`V,֭yEMZlɕ䦙>^dM&؋L" y:׎8y9|C@Bg;s|弟tqIkM=QϫFns3|}q/f,ZD\wٕIz7.85O>Mu`C<Xvğwnէ[S y -(0;-v8NٸH-y}D|wM|LΧ? bVPǻ0> o]$E@>A̙ݑ\S3}MIZ_E֟c4Rt:Fs+7޺p!a$AM̴!ك`ZF}c*z|z71ߎA1TdL'.W ><{yѩg\' +xY[o6~`%)QupEePc/IJȒ'q7}IeOًLJ~<ߑ ; ZzޫY0 +5 ,8bjQ϶&3zp9ppzu_Sɐ[yIx=a 9yę*ŤW cÀ2dM/К-lY+tn.u8>A1Dĵ۞!ע# V2^GoLl"Q-As5,xFޘc>R,I#)ۍmrPs>_Ll(QU0\Pqg<1ɎzD 'Ne(tfz&Y8_D'A%X68   qc0n߬hS>Y#F*C4Цc0\ +MbYn)93=Js|q3V)ha͆L!G7j{b~է5YK|ƃ*סB $pʓ.g + ͓re <- +!hsʑ"rP nN:U!MxZPnAaTU8U}2~tmne}S&Gꈠ(o@D9?aJ32"(+ppc~ WorrIsrED7Wm[$B;lhw׾Xiwk؟e{͚O˜Kh+# +`e#ݺa6iԚͩ(ң䑧i8SoW<;~r8h#a +ۤ}$i1ZET d_S.{'sa@[4=>>0 +qVD K&qbhXҗ~5uWq7D lB{>>ڌYb[eՈݍ R/&W endstream endobj -1113 0 obj << +1252 0 obj << /Type /Page -/Contents 1114 0 R -/Resources 1112 0 R +/Contents 1253 0 R +/Resources 1251 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1115 0 R +/Parent 1246 0 R >> endobj -1112 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +231 0 obj +[1252 0 R /XYZ 144.727 262.517 null] +endobj +235 0 obj +[1252 0 R /XYZ 144.727 240.017 null] +endobj +1251 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1118 0 obj << -/Length 1649 +1256 0 obj << +/Length 1672 /Filter /FlateDecode >> stream -xڵYmo6_! ( q@w[V]ڮi?k%Mf/d%-"Q'֕_ƃs0S6gy|fCr u}yCoum=[30up%mZDIÃ`|~o}5]$ȵ$70ς,Y} Z4F j4 3R<~\hM0.|ODVՃo,FFJ9";8L&K~e"ߎFsQ7"0!IsOwPC;g?QK&"udX̄nTuxS~@`#{Zqdlq3aC+dutHR8A!aۻ/F\gr-{9.ܿT3T̥. Q((LƎuǭAOQ gEKiα`i~/leb|dK -܋~p<ʋ:<7.e<{$I̿~]f$Jr7}awp2i]vTs!u=i;@R4{Q&*AbU$X$7B̅p &k^es6e,mlǢnQ C|E5p`7IuqMYB(15 7Sv 6O[6P`VUϝ>U`ݬSM<Nln8IG .fw;|WRp;<(G=Irx:I1o!~v všoy,&Y39n٦ܒg)vEUXSToybì:ØY4fRuVw*sP:~l~<^%0klsTVT<Ϋ#Bd"/D(нx?Ȋ| +xYێ6}W0kxIФizqA嬱HnC.+K6i_d]ș33ض>[j|:~y@5]Z1$ȥta}rouM]__e?]NpAw.m9_fMmtem8zm-kFs{5tmQN#Gߣ?GܯbۤDÑMK.T|Ĕmv$By뫜XQWI uX.bk\6bHQ7IE(7RKx8zIW+(F{k.&b%He~*l"\>&wd,Ԃ@KS mE@SFUُ ځkr۾hSg$(- z*MJz$ nz&:/k% +rʕ. +7Km H΁;XuK=p3&|8t/P[ne/q`ĹV=Fr Eۙ:ar(`~f(0HxJ$!8vAŵ8^-A*~O_JUޜ,spCxZU߼Vx3}`ɘ;Kкi-Um@`~48 /=8vJ +.^(HzL(֠=y Q'Gp˄]5qZzfC8C<9PyZ~rd ¯ Ne%f3=I69]J ƈʼmɒ]āY2{<@S'jPv@MkQB"Vf-(T\Xvj3df l 67TC +ʬxӥ~H?9ҵ,LI*Xi2!ZMCHY>$}u^R# ɈoG¸zV.r X8=cX|Ƶz؏჌OskZ?_zl%19)/?x{iDHYn4 $nZ\| !iP@wI_f( +" GxoBktPC ^7`KfVX2'fOV%ᗒH5H7@6PIe6We>1(o-1Joj56\6y +胥b}LU,ycwatkWq;&v?^Z-MԠGg +ٽ?0~ݵn¹-'2/`ݨ|^(\\+]Q7]gd?NԻHS%c:7gԨ* v͜XBm`G%F;نYXd¡_M zBa; y~ I̳]5‰dollہϥAC-G =枔i`a;jk-_8E\xӭ`HnceVD9`P:xw.0j|_P\†srƆGF܆$I ˯$6KDbsFGMpWMՎzjuE=u ihiǧ?OkL|1  endstream endobj -1117 0 obj << +1255 0 obj << /Type /Page -/Contents 1118 0 R -/Resources 1116 0 R +/Contents 1256 0 R +/Resources 1254 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1115 0 R +/Parent 1246 0 R >> endobj -243 0 obj -[1117 0 R /XYZ 144.727 416.37 null] +1257 0 obj +[1255 0 R /XYZ 144.727 742.991 null] endobj -1116 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R /F103 390 0 R /F48 709 0 R /F362 552 0 R >> +1254 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F14 644 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1121 0 obj << -/Length 2250 +1260 0 obj << +/Length 1850 /Filter /FlateDecode >> stream -xZ_o6ϧСXS$<gq$=w@DjdI8A߽C%[7^9@R$7Ù!mXя^Iێ5K-uO}w9 5K)'=jGwآq_ϻS0&Q|lYY4P^M|t>;l+^]}>lل]x tn}<ϑmd Wn@~0qZ:Fis [i>qsϦQr-fӐre8Y -|:JY$niz>|];tdM4MeY62rLZ3~_a76IĵmB$!+ S <+Dd4/ۙGPXC#|؁UQd bJԅ&e"e !P%.g28-ujfZ64I(ٝ zhpkixjkL̀'t[gz4Mo9Zr]~>P)t$5b˥/j lOm#A nm5mzb\OW""9:{UCЮx3p_yQ8m3R_n {G /ӸM ˴*t#d/3x -B.FgQQUE+`sU/[z{rmpp>%groabOn.cc^{|RF* FzF{#ώO={9I@r%#R6 7XKD%ƀ f.WԗOm{~i/x,0썏ZdfQ 8k+E]bYffKQq[)h4hc fAr8b`̩wKl'Z9w7Z[Bwq_gEZ #=9>g]Ӻb GC|v5={w3BwNV6)aF)BXSp(Opy^d݆:e3&eTMe5rD=[4m=vG!M tFM{oe, Ƣ_)Z4Oa玃Hnt҉|~Ff[[5ʛB! E=Bݛ92OA{6cVǷя;x4";&-^_훹 ƪ~~Ud-t*|ا.Y y [@=Phs"mcLy>;U +xڵZY6~( QGQNдH4)b%-Q:\Ivk!bd3Ù!aq(1G|4By0}}}|竃vCkN/cf74"ixjჇIpxi|Xp1rRÈőw tὟ9vqEsV"z B/"3eN)t k6kWTf|(6WG3`anbuBL~AQ,Ŀ7|D1D e>"]CV;2=RDERU\D0r3Q BÓ|7[Gڈ1~zb3f +.J#<_:f6C;En/:lݘ9ձ;>8'B섣Bx"N8Z(D"دn"Qݐss⋺.!U(h#LQi)nʬ `z8Me3"=?++uH=#{jSm}N&*77mD֝W؟쬰(@k%+Qخ7# ]ai^-ew25YS[JӔmMU0"øq1VXwf d-0avD+ (YE';`!rHG1v_uZYy^Iehb#̒zuUמ·REBdlBѾ?GW^PXvGA>rB^٭߼?AO vHe:\vocG7, s;b(!p;T3yBj\VO(v=b\G8/(\ѱ~RqȵT<b y S\ջ"薢Uqo(H+N{]D^8vJ%Evj+gtL,Y(m,eN `2r!Ҷ.-wΔG2fI]e6>m lCq;vDadF sܭng_1%cgպyϏ٣]]{ˁ;bAFD8ZIc>?hW^S3~h 7(~byBG1™1ˮaǎG 8X< ̥Pm4iҊvu#@5Q"t!⟼^7p7!@eRz?4B ;(< +HӨlsy)(Wuv~њ֢L/slt:YR5`ZhB-JlڼuomNE‘ʐb{MD+mjgs۸}W2m+kpos[s c|a_0 +Q>]55J Pvd%@eSJ|m^*@ZZ1y+̚6$LâpbEX0LbU Ay[:˫6OcX%4*_' +WmgKmgVu7$䈅~81Bfޜ0̺]"V踂> ߤ,Ժ1k^U읉&viEP(]O6׀h^'ZB endstream endobj -1120 0 obj << +1259 0 obj << /Type /Page -/Contents 1121 0 R -/Resources 1119 0 R +/Contents 1260 0 R +/Resources 1258 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1115 0 R +/Parent 1246 0 R >> endobj -1122 0 obj -[1120 0 R /XYZ 144.727 742.991 null] +1261 0 obj +[1259 0 R /XYZ 144.727 742.991 null] endobj -1119 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1258 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1125 0 obj << -/Length 1725 +1264 0 obj << +/Length 1722 /Filter /FlateDecode >> stream -xYm6 _/r@]Vnbኵ`+/Q.%vj;}%'8׵[E!ER" {~"PH+L$ #EU@! ul pY|^>/6]ym7 7ـfnk:^,8Mr2}ŰG.<&h{c40-&C{^fms-Y䇉C("BS -X9Hm( -IofGjqW>N!8La_φ,-e:EB -x$=Ofvq4hT}}iM؎/HK*03~i/>,C ƻ'-S1m.&r4u_.ܻx͖&wIUpb'j@PIH{^dMf\#eryhI2&q|aFw=>&эY \f$"m2IyK}f:qo-D7'r}'Dp -ͺ b "k¤rbF%850CܔBX:NNtVt~3c'H{'oda,)ˮPIʱB:89knW QrQe26ֳkU:1ϗNN<w: iQx$DUl똠1{FHZkaf(0()Gw?UCxMv695ǭqt*$=hMuK"v8ܟjjNنcі<q>^]mF_-R 0>u7 OVaMrǵV!$gK -d$NmQnhWSYÕ뢤<\1m5O&KQ9z G6~J_,$iVbn_ichp֒3): (HR\!k6!rDkͣ$%;CdSN?g+"- AVySD#|ͮ,.6 YlѶyGW3܏½˼pm =gG(G4!"+;Q_Q+=?8GV|t]A`)DXCTLqN{rq:4N C$ vi~e+  -lB7+ S/ba-)Fp:E-t3ұ2 -2ng&?)^݁Fj}f]ƗYR-_h307|Y,?O~:x@Xm@{u@_-H8OAF.h*zb -tXm}aҸ҂EqmF(r^bܸK +xY[8~ϯ@&ĵ1җM+t,ocOVy9?&Ss|qo^(M +0눀"G X.-h[rڢ"s`[Jc Sv!ahm,5l0ۆW/:|ƗK +!7ZQ^4LIӑeZqFQQ#('TJ&a?|rodTh<ʈ%m^%@k 븇R85_éE݁eOP(8hFqܓdzIS-׮EB/](ke!4_Et[Q36+%"i Q\$x񜯅y&`^qj]-Slm$tY_7lsvn$Z<}0+P86qR+Օ8'fZǴ1iQCWPaCB#12P=ojg5V4vtl潽\ǯiA-Nt(RHPUS VG-eJDjη( К>?5BD*y!JV>6K@WpЇO5VYB\CԴ{FQ ́h:#q`> 15XV?z9b=PI.63e߾ L5`h6dVVrH +FI_ݖ͠nQuL?|%\7"%"BVQv>沢e endstream endobj -1124 0 obj << +1263 0 obj << /Type /Page -/Contents 1125 0 R -/Resources 1123 0 R +/Contents 1264 0 R +/Resources 1262 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1115 0 R +/Parent 1246 0 R >> endobj -1126 0 obj -[1124 0 R /XYZ 144.727 742.991 null] +1265 0 obj +[1263 0 R /XYZ 144.727 742.991 null] endobj -1123 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R >> +1262 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1129 0 obj << -/Length 1726 +1268 0 obj << +/Length 2068 /Filter /FlateDecode >> stream -xY[o6~0K#EQbKX/Ìa@٢#-r4%R+-*Y"єssΡ L^'?ρȘ dY1ñp1O'OO w==5WDy_P9!#pخ}l>g@-LxX'@#`5k lc*b$ ~[Ǯ/6v=Á.@&RjiĞxRbG.q īh 伛 -S-52hy{IjY-"j7)C*}Xn6m [#"P1h%iR /0&ZsV>a5چ{Θ8aZH&6$mč&5Ε+:%z^Y"rC"=<桢ᙜ^˱ r)F)R`5Is8W. -T~;ˡ#Y_?!ͶG ݥU-F 7R7֬F*qَM n,3V>?[YtLUEO``Weh{!)Z%rY'yL 1C蹶8vx2i/OӌYjb/3ipe^vuF+ZqA.N% (qN_ WГGo(Ω -XqjW*SoN90G۶%]ReK-*=27eI_׎D,fICV_CɊ_gZ@AQ(~M>|sDYaխVTQDCh]u+:RW18qxqFn\GmڮE귩 v4!J -AV Q:xL=9eo> lɭqGWt~~?=׻'㈐XzoxS)ҩYLhA~}aJ>tt-a - \ϬcBPV˂ߡ)9rPH:OCh +xY[o6~c/b)B-nҝmyش,'0M"݇>Ģ(꜏0Z[v|:,>e|e1![ҺL=:~׿WyS'.U=djX.nZQk (ၰz.'8~{D͎)qֻ`\a̳|*n۾2^3j7lF#,\q^g$ +h(h!Ӏ8S)vT fpmT|4RfFt!N_>qtH[+\Q̺C[fpE=iЖ*ܨKW;DQnqXckmPC>qZx5 oB0]$oi&f*fՄ9pc0U 'Scfnw;_a0KY VEfFYm%.] 8/gHcX0#EG&4irp6W]2΍(vʍx +ymP^AY5eyERh[;.'43-С <+8q/jmJaזxbc՝qvhopj=Vp-ESu>%"TFSbn<-! פ3t U|}NJ49ce&(ۨ7}; CK@H=J!rS +vSceAW?bA_fIHIᢆ17\m1C#6hDiC!n5U%E{|Ʊ{3*.j5Z?lԵU +.7 -η&(o2nY$LV}le>=M%륧[`vSVwÚ`<>ׄrJ-\ +}>iU9{f*<{=[X aHme#ZMiRݩ{}p%piLs4aT2$Cc=nu vufyv|t>W/vŐ endstream endobj -1128 0 obj << +1267 0 obj << /Type /Page -/Contents 1129 0 R -/Resources 1127 0 R +/Contents 1268 0 R +/Resources 1266 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1115 0 R +/Parent 1270 0 R >> endobj -1130 0 obj -[1128 0 R /XYZ 144.727 742.991 null] +1269 0 obj +[1267 0 R /XYZ 144.727 742.991 null] endobj -1127 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +239 0 obj +[1267 0 R /XYZ 144.727 455.065 null] +endobj +1266 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1133 0 obj << -/Length 1349 +1273 0 obj << +/Length 2943 /Filter /FlateDecode >> stream -xڽYێ6}W( -xM( mP Ƀ֢lղHrbH]MiHQÙjGgomYBKmkXo&6?u_묾RG9׫ v=v|/Qa;3Fл:{70Zg.C|=Zx΂0C p\*4kؕ$xc =08-"@lO _nּ̏5l\i5HMzfyPیW bcࡃӭzm&sKMmJɶ%+M>"<橷y7faˋ4]=e<ߦy7t<{U")/ 5N6daLG^t:])Z72#u׊ p`Y9Ãp: FܜJLYY3]!bU*t2sYrEA6p9K3ixPx)И%֧$ǒc,( KRx;_}B5٬ՊX9u:޳aTd^B}i{7t]f3!xv*J& ;6u/=\P P@Vu#_ -yJ!Uڪ?$ATT L;kTU#ŸZ}'E]Y4;"ǡQiUxfr֫>p旭_Ú[II| -%FRJ/4 $Z9Wfgt`֛T29'a|:*|/)wZl}6YM|5q !sP*'V -}9,ޞRR6PsB!&մGf?4Fݯgq +xZݏ6߿‡eEQ>9&5wMmz-D\I^gP_WSÙoHۙ;{w۷q< ItΨ g͖7u~֟{E7wˡJA?)u,z󊂰Hzl4s IOX}_y. >9h" |53F=-[z-CAd?R\$6_d\lv~γmr{,ՐI*4sWnK7ML|m-֢ZYZ7]$:릲:"2/ʁ<{+hGK>Fip,Iv8V y@HF0g^yEȣc1 %eyMe aBOZ,wIi:%ijF"%jE%,ǟX ,)$*\V%*!JM>}~,(Jމؔ A$3FDD0ث4U4, +0;< 8؉ VRffFS7Dѓ|W;i{DGx% ѻQ\@YgAFnkSLV +>Wg7sRV2`:5{) )l9$};a&"GGe.aNA)[)#(HW$EX} +g ]A_ ސlh-Ȱ8áؔa(Ѐ|O ;I~K{Fy9j;qgN )%:̿68 + 39F>b&6$0ƎdB6QYrh8"ϼF.=1`` Z"gu6Kj~0l~NE^䯲l8$Ї8Bt>TBjb YT9h njxS!-WPB$/:R +< ~CGKĄLȎV? %`WI&V{4ۮS[J[d3:Cmլ mDV&gem2Mu] .pfV>ai~Ob +0_ ÜxT>mR݄1Q +bAkSm8_蕟ɫ~|&L]l%`X0nohuomJ`ݜrŎ8B2+kU)[c4QגIűTuϪ, g#US-{qӼ)V +(\+Pa}D@|$me(a/{ +fiDЈĶ$RU ƈ2jf+ ВD>aF+DzReC$P꽘xI )rc{Ν,J.ԝhlP6%trxf%Rw8(X[o(3:]A$ԶJ̶agJG.{QˢY 0n?;s4 Z VylX.[沺egeѭ 㾶NfkmU=ryե*C-**U]AB^ePқ2+RmGCCN ɑx, ?֖=^^GiԜ p:_ am" &(*ijRyԡ@9 %Af=^LmNUuf?N@E!7O +B]l`y0j0ʬ -Mx%ceȦQ1s{PY4n )B^$ M-0 (j0XʴpaC9"x,&HfpSU7l .YmbZux.,vK[*Z tvJ2H̏hA""1{[[')D%ƌt6%JZ{W5yxTz*17wX'׫Bޝl\U3u٨0w!gb]C M5rB]L3T߈j_&3L8~H*íqݭh UzځLKd7&=-b_@OIh6:ݞʆv'x#z-pmFyїcI1C/Wm>(rXV38BIܡ0E֍_yUG: x!hLx=uJVITxgTHQ晹qƾE׳sjmunlg{TquUng^x;F+k}B endstream endobj -1132 0 obj << +1272 0 obj << /Type /Page -/Contents 1133 0 R -/Resources 1131 0 R +/Contents 1273 0 R +/Resources 1271 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1115 0 R +/Parent 1270 0 R >> endobj -1131 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1274 0 obj +[1272 0 R /XYZ 144.727 742.991 null] +endobj +243 0 obj +[1272 0 R /XYZ 144.727 398.233 null] +endobj +1271 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1136 0 obj << -/Length 1894 +1277 0 obj << +/Length 1811 /Filter /FlateDecode >> stream -xYm_VH3.//nVw#UWJe$t@6316$lg:+ 1>o>~u0y>|`bg8R{ScW̝ni˽~yΛ糽ŕ i݄ ;~YiWxO`0uyv]'?9.""pЕCAܧΜ7N\㳋js?Ip|7@:zQ'K3z'Uw)uu(o.Df25$yL+3|`J ig4;d4!Ak[L*yThb&~0<z>Kυ3TJ&y-mQZQ.s]FX ?6m7.nIzf;=5~.9a4u_z+eޞ4q eV, NmS2,rPgVkN<-HЛ4zوUUB A:>D@:[qCsA~,DZ!;όxW(h -$ǛHDž0H -z4MH? EqY_c^I)hٞ8bJ{$}'/K4Ml )J3~fj.򢔱Ail/@ XZNqmykزzwbmtB=(}.RN]ީbousJꗪXI=bnmu\YḤ 5\YE^_r 7RFԵRUe-U|z}g*e|%0\=,`>/uˑسaA|O㸾,?3Ci.Q,6Ԟ<*|8q_:PhTĨA$B{:åmRV3}oOY\.Em561Nj46ykө|oS\k7+ըPPKz3Cqѥ 'Đ~&U 9S趾䇎蜐F Jg `s\0A~䑞R!uC2|mكkkYgvz˘4]p%ZN -֗bt4>lü~{QwuP7zn,2yzn#w?̵wؘjm W*2|~8s2NFAGlk=zTnQ}U #4/HOH"sEԈ*%b̀v\vLӯ[3* -ͼl@N NQFjDE NN4K\Ƴ|6}Z+r>77/ +xڽYm8ίek'~I*ĵwީ\U퇐%ڐPv!Ml/!! *ql3g;v^zO^#P 0qFP+A=g;]^q".*Oe`I4_ngABHƈUZK`[ϯ$]qB"ʌq=zAIXL6&:Wt= = 4h.FE W Լ&Qoͷ| 1Q 1xkB0>t={ڜ;"Jg0yKas5)A-U4h9Yy$<ωͶ cT@*MPsŲD0%ٝDq,mflL0"~kqCBYaT&G$jEkR'@=G/V|~\2=evG$zPFkλ*+c[3UJ`I# +ݗ*Uo7KQhu[[-}>TE nXm6-'0|X8Ǎ%maB̵[QϢ3 *ѠR~'O@ :3J"(b@; K9vDE_Uyq858qxFT@ȟa&E9}0Nvm~tmpẊ܆) 0<:S_XBP(lL!TLok;! #(oDY>Sם8>cޢdA%qj]׋p>][ST85|m_J8ۉӰY` gd(a8)@ 5PhN1 +u +CĜub3l\OK= LWn{ta,δG̀;ꔟ]@??7II~m24614}Έ#5$B3'pۏքi6\KUf|]GNOF;y)w ![|N<'2p͹,$Zn1Νǎf;<3ź;w`Gzmqa4)W`ԘIAMfSu=qN)r-=Kq*D%="eYrP)m+fs[.}?:u:캷0X} y0ʻnhj,S# +;rV6xnl &\{A-l!LPaax;'B7n':U,)s?̠hYn 1ң nE^P"lIˊmNg<|b'q!~Oka˾Q?( endstream endobj -1135 0 obj << +1276 0 obj << /Type /Page -/Contents 1136 0 R -/Resources 1134 0 R +/Contents 1277 0 R +/Resources 1275 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1138 0 R +/Parent 1270 0 R >> endobj -1137 0 obj -[1135 0 R /XYZ 144.727 742.991 null] +1278 0 obj +[1276 0 R /XYZ 144.727 742.991 null] endobj -1134 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +247 0 obj +[1276 0 R /XYZ 144.727 650.074 null] +endobj +1275 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1141 0 obj << -/Length 1660 +1281 0 obj << +/Length 1604 /Filter /FlateDecode >> stream -xY]o6}PaqER3sCVAD-yR0wERV[TŦ${x)ۺlыלY➍YhaJxG5[X&oNϘ=y'W^F[A9?=s<Fb$_BΣ$;>2{;z5;m{8ѧ/o-[ueFQh/?GXтz.̟j0-vPϑcK^4B}x"{ƄMFql,‘ϰucTuz|j<*/ʞ_Tq5O\|gc|",N/R\I<]F=V7&ޚuui5ib6imċ E1;$Ӹ*I}-Q>GzGqxy+ #8x\tB?=;Z7ZuBy& jf`{ZqfWWÁbHwպ]MϯB?IrA!9(95r<n+\ LEiI.T/W40'N %] ;UPyFZV°ڧoma}!}l0LNl?g>ٔ3efv9+?z֣v̒swȺdM\f#J:ͬzmY>mLjG3ϏWÉ]ci(t] C~_%X{BV䫄~t7TTN>Nz:N?Vk R*9 -0U{y'RA]5DBa=Ŵ7;Pa~s"ӀTgFMI&#)9W4YuĨsK ic2 -=ܖǾωX3dfs[ +xڵYێ6}W0x!)Vt[$muIUזIM*;[[/2)33[W~XNkcȣ1s^o|^ޫp{XʾFbN=qY zfWiCK|5\N>Oi NV0ߺC7'Xk#ZlwA{ۗSZDo۾-Tk<`?c5%'i'\V bG'H!N-9*fq={T&B&Q!G.itƞ枃<09_4{zX]M΋'0(p+Ex^(k5TZat.̓zx T/NzvmGJ#jzF>Xbũo#{LIdv#/0u3]I&g@MDQ`ybgyӄsҲJ u,t_Ia=%_=]5*K <~f$mOT J4jV*lVv ]xp gyHbFgB!J _]|W9b.Z7_]Yn\ٸ䦷a OA.y#bǎ1 _k<;euD1A Ri5e%6N}vJqZHLpmvz +p& )$m=$wZ5T0+᭦?T]V2I$^w "_%oCl*PU-&&2.%UT}|ItU_f@kYC8 ߃.{Zߩٷ<~T$`.b +SD,P ]^/4&{Zu8LI]UFn +C`WmQ]j\ςjU߆թzE_ endstream endobj -1140 0 obj << +1280 0 obj << /Type /Page -/Contents 1141 0 R -/Resources 1139 0 R +/Contents 1281 0 R +/Resources 1279 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1138 0 R +/Parent 1270 0 R >> endobj -1142 0 obj -[1140 0 R /XYZ 144.727 742.991 null] -endobj -1139 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1279 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1145 0 obj << -/Length 1372 +1284 0 obj << +/Length 1684 /Filter /FlateDecode >> stream -xYmo6_/ŔfH+UlCBZI .Qe[q0 O{;Ϋw|*#8!! G0ꄗGрci=ZC=g.iu)`!\Bu$#`(vȂa8q;s]/)y {zD[ nD<#ׇJ <ܫrWOWerm"}+ϊQI/*Qˋ2ҹpTv6Fh6*2e%H -4bdr(#IDyVJ[?82VEfgTQv*%VJvvTu'$FW6>&$C7ܳ Et"Ib,'Og'" *FTT`}uG^m~>5$z:JRv>FBx3ogL ٵ%My'TRKHzqjWI`DA6 T.07FgqGBZ}5d \F8D3F-P^;|$B0>]Kp݉uo=c{Ln?P*]奐Vzy|J0b(}o2@L!h@0 Cc썯H @"U+T¾Luê2ѪAuirczt - e?"pgA nlAN@]rp]ɹaPH#6$ohB=)] ƿU󠕕58Y7msWg59P"f(#dϘߢ#~$Fd< -Fxm#MxL^7wj:~G1[Ivԡ|c\T{^nC҇?Hm`Co@5Xါ[p`Xow\ ET%,ep6 oL`iQ7|#FY9J;_qj~g| 5|#u[˾ew|{ಆR »A`m΃f̃(t^hUT Mz.7([FAidbOټCqd,f,~髲xXG4w,t,{87֠Ѵ2Of27 ${x3"ܷ`d1θj_c"ԌF@,b\ IWС>t1v''#esۊ+FNXK95 wZZcQтg;ԞxcaK#ۤc3 F93v܊WZN^eQ +eu'JX8 +C@/s@7½p<ޚk)\@)u:WcPp1y + QO`b> pN2{RT0 C~˛z䗢 ?/QCzaa,ʫ+E'^5@\ +EU~(ղw"# +XK\/ktx~EqBx 6WB7)FEK+m)oft{!RGEmaC@1&9)Ug'ư.1aP;ɧe΢:f506陸C56Wᴯo!~uw)/Ĺyxj%דHpW6fD`#}D=成`eR8zUIFL]l# |hn^Y)g?;YZS=Ν +%?0:(yTHX5A@>>8a"84UD9pKvݭ{~@wLmsg߳CSϯ5QZvjSҤRyh4ë?a 6B(KHVBc j@:q>^W+3DIGpբd oDci? +{J/c(X^qzY#%ϊkS.ٯj͵D!m\\ywo&-xH= v] 1ǼP<ް!z1y7(oسRA؝M 5xjGV0qO"E)g&JruھA{a:uGu<ʷ[:@XO2Y,\9л=M% YDmTE,W]!uq,e"r Wta% +k;rҢ6IrD3pڭ#_FW]Z3Y0YQq]M 5>VK^<5)VMfq\7K6xE ڮ&LɎ$6M +3d7ezdʹEStSѐV +ih$%FTC0"T3\乺wʚ17v#z\ExyD[,ͨg%gWxȡb`KI ™E#KL(oe \Pko>>5;%UrV&jՅztE'ôyԺ.Ѕ^~Tᳵiv˨2a Ro{9,>j$g|ud|Ş5́F.VU}L]V?@mf endstream endobj -1144 0 obj << +1283 0 obj << /Type /Page -/Contents 1145 0 R -/Resources 1143 0 R +/Contents 1284 0 R +/Resources 1282 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1138 0 R +/Parent 1270 0 R >> endobj -1146 0 obj -[1144 0 R /XYZ 144.727 742.991 null] -endobj -247 0 obj -[1144 0 R /XYZ 144.727 596.705 null] +1285 0 obj +[1283 0 R /XYZ 144.727 742.991 null] endobj 251 0 obj -[1144 0 R /XYZ 144.727 519.306 null] +[1283 0 R /XYZ 144.727 550.707 null] endobj -1143 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1282 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F111 493 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1149 0 obj << -/Length 2080 +1288 0 obj << +/Length 2216 /Filter /FlateDecode >> stream -xZ[o8~ϯKaE"):Hz:3*6k+i }/%ŷ E<#׶-zqKp{C -&1Yxw`f}<z*_\/UBUNg cjY8- UU9ix07R(,D cg)d|9 b['ۚA篖\[_r=QF['ф]|pXIof}kؐw|ĈȆkss8.ȶXn#$fmJy1BRAq -N%9aУ@f[Y '$\3E$) Oc9!tZ"Ip{Zėm;vDz9DE4]6ͳh&L|:(_B8Gv-dm _İ\3oo EڂOӷ+po*k:8lPft?Le*P[51d´s!72a۾&̣PGӲYfyeFObY~k6EjLAuFrV;k%"T%%Z:N{3{م ܃P -cͣYPQ?(&@"mq"4۳-mލo"/5p!(=(oX2c@ 9@ -~e)`!ql8®+t(Ftkʳe $D CkVn*8!՘M!Ia<'X TcTޱG׋R^=cIPJTn.=|)Vo6YmlKz|C5D:+񅪌kg.XɃ+fe&~RV<=`qX\  ;ꝑ-.˜\@]{[,64>hyuB8-[DeQ"8Ńg ȿ@:L,HM.9$qC.p |](a&Y:;$x7$jGcSzZ83\]'w؆JNib`?woU7äeT_<mۉEqt_k~Y-h8 9e2#w+kEqUy%#^L"ocm}DTqe?|n887,  +xڭY[6~_}fX^%rn&MEbkǖTI=H4R"υ|“ =q~&!R!&yՏ:Y$}ɣ L1k< : ,nW k)2nmbT991{Ϸn pZ&DxSąZ%u~ݢwN$o$'qݘF3Yj]*(^Tq$DGk~U7jՀ`J4 +)r=7 zǘvݑ*DYqTkyn @I#Y^)X@oQHp#Qs^ FBfȵ={Bɪ:* A/  զO?9#y"*e0zY-]o!\#pL-mv8KҚYL+]8+EuCDYPƲεؽ}zcƖIG] -.ؽ[ a FdݬbC+H +1!Z|b-6H_Rښ V46Qg2*mRmm!|@V& [] s-ހtF'*Jo]U`kIZMYgR/}K3:&Ko6碼:K.z8S`aahqU(_G$hbVO. 4_GdHAu\Y~D(ȶG*BIcXut˪HwG&M +.0l* +Tflk* ,Ob⏸2$&CcZ@=*.-+KP,+]V Bӱ`H0bd:*)]?*m[D.\ӹaѓ l\+5YwI p\QMZA،(MUgڒAS}1669t@1ٳ@8B8Il?թ."Mu1IyNn{^ Cjێ#|qa!1@E/żvƿ17O;m8S=ž/ &yUaT@w_ MϪuRV1̌u?ylhD@5cƒi8 <饎M,ʶዼ<<@ +=w3/fk8if sdhol_J^Ωˍ.:0jAO qcXKV|_j܅֏p8;_: +;}M80lǝmT6=M^=3lHZwY.X]Ƈt']yе;ױj +G-n<~_‘ϣ0M`5nӠz]_L1Ikis0Dd}`O졚nsr7 k W4Bܗ-D}%iHWP濨= Mn7 +@M\/S-yUW:.ƈIU_yp7}#_rDS`^ +\\5y7&!oצz=S!_*a=}nکsvtz9 U\d>e)  d3[x?s2 +{{g%itΞt?r@Չk. +@+衿k;'cA  +Eӯ:'H7ɚ] "a*decᐴwW#FND ĩ O g8 endstream endobj -1148 0 obj << +1287 0 obj << /Type /Page -/Contents 1149 0 R -/Resources 1147 0 R +/Contents 1288 0 R +/Resources 1286 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1138 0 R +/Parent 1270 0 R >> endobj -1150 0 obj -[1148 0 R /XYZ 144.727 742.991 null] -endobj -255 0 obj -[1148 0 R /XYZ 144.727 529.687 null] +1289 0 obj +[1287 0 R /XYZ 144.727 742.991 null] endobj -1147 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1286 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1153 0 obj << -/Length 2152 +1292 0 obj << +/Length 1614 /Filter /FlateDecode >> stream -xY[o6~ϯP6˛(@Ҭg^2ی-tLBdɕi;}/%ELA҇Ps?+{o|:!&|QHC/7_z?'Goxnf<3378i2N{3̌<0Z2"۴^2D E P((Fӓf_PG:ZSK6?%|Èőwkn<0$B];wMI0AqО1q%N)4IG hy@ł -=mq _|~+kz-k&KH}.Jk|Ph:ͯ+}d2+i1 -Q`|cK3XdDZNp /&0)~Qᡎ_ oq7XN!ZDк> g%x6?oәsf„+'=IJJzRvat. RIY}E}U_kOcScǪTyJ'2&2TD6@_ RUVoE)7Lmܧggnർȭ7>B>}# w 8/VdX[Ű|J#E!Vr4xI*]d~aځNGXoqM9LZMM"Dkۄb&GSЌ'fp)7/"wKwW>E)$㋺3(P4mX`'"F*ѶZys߰Y2qJn&c"$b'1KaPe#ߑYk@rPt ZЪ$c)բ^{#òwCBh3i%rɺ*I}w˲yoWaw()ve@v0Y^F_UUΎa5HҾ&PŃ~1hH]F%Ys %3='4oC_ߡ΀¥dow#M}m7ӼZl9sPoL2yvg?6jʹ7v"׬vuCQ*+-}B>kSє-Qt.2Z RejO8iS{qJuC+p GDiʈCC_ ߟziAKJu2'8g92e.hd uZdFʴ?@+VZ& @'"F;P][r.gz˛O f}2 '1q.F}Q-L^םDɥʕ#"jUKJ}[=.zAswD t@DGMGFi0Ggy9||`|ٖSW I9/G#QP𬥗 =JDH"h 93!.)|*%jyKtzgKMć;J/+[KLrp=KP{em()\ěUmJ~9(+&|zK+畖{AZ4?sR ȀǢKU|y?,1 ^du-"&&V8*z l +iqt5]*mnisZ*fA'ߛə2y4A* ?xrUa6R9H;L% ׵[^#"LXtiOl1W*h`J[/:UQe_g"]rL@GZdH!qW,ן .FVGYܖ&rH0qiy.C4anZYav3\DX31>{Ӣb*栢{pHJJ3SB)O! e"E^ i  :>F ,l%F*o\)g'ZPclS78-U6aS0P>{=2)^md7ںGqeoc y^qhf%|5Jf; ($\8T:ly#@;2~e+=Rov;pA^AZ>(IJ+}(YQogR"jvH?OtF@-Ҥ"`I\&eVN5ѹVZ>6Lu-#*@5&$3M9c#IXƶ4#0L] HmHY,T3Kb2h.7<#QR\Ԥky^bN =TZ6z][JW6Wu6dPXEVDYc;Hs'H|ȻɝvT$1A7c%H1`ܳڤ6]GM6MXJVWJ4'OmBØ?̴FMd0mlFjnDvoϋsf$aA]LWMFJBg,"F/Fm);/m:Ln0vx쯶<)J*gIo_J7߁sAM\C"*]Om$YU/ iN 7`ҍ 2Y^`e/uڦgѿ: ˖ endstream endobj -1152 0 obj << +1291 0 obj << /Type /Page -/Contents 1153 0 R -/Resources 1151 0 R +/Contents 1292 0 R +/Resources 1290 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1138 0 R +/Parent 1294 0 R >> endobj -1154 0 obj -[1152 0 R /XYZ 144.727 742.991 null] -endobj -259 0 obj -[1152 0 R /XYZ 144.727 718.084 null] -endobj -263 0 obj -[1152 0 R /XYZ 144.727 528.247 null] -endobj -267 0 obj -[1152 0 R /XYZ 144.727 235.565 null] +1293 0 obj +[1291 0 R /XYZ 144.727 742.991 null] endobj -1151 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F576 1046 0 R /F215 510 0 R /F48 709 0 R /F362 552 0 R >> +1290 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1157 0 obj << -/Length 1590 +1297 0 obj << +/Length 1883 /Filter /FlateDecode >> stream -xZmo6_! W؇,qS^1MVgeCR$}OiEH=|x;ޭ/xpx(d^o}lySUWe[ǪP*Tck;l> ]Nj^kȕ`h) -"%k?ao <0bQ~`n y|CD(B@ tewgYgr2O.WD2.&GjYy~鑿~G_f5&xxsv7Yd69z_@4K6>C8Ow9Sh8(t}5k >4ɞ @r!K!@MX*d2TZ%k7j(դK*/8R#,XX0ӴO@<".s|``nj /a0~&x'T?;l(P[%p3'4lh GG> o=w² ( Ad{4|۩7dmzW ={ިɶމznkȆ"9Zz$|4;Ufc})>ǃ 2"ш7Hw*<\;a' t}*mH: !L^VE/^"\/B/ڛ!ne)Q\mQBtm -"y %XV>iq-,FFL&;yJ'!sNwu(2ɳ'SѧTqDCϙc'yeXx AALX -!՘21Q=f1 c~Ï]3fno* :vu/!Q1tǾŝmڎ3yeXF:+//):SWbX3vf+ADć3ou -PkxQP'άZxs{{LӞPLuSg.,\t׀]4]g~,̀l#fdY86KOsKu,sW,0 8 q'/\зp 3@Q_P:ԅ3p.٥3U?8M__Az3<`pT5(k%U/,MPM;E");JW6~M}E1Ķkk;ȳYd|8yuzN]<ϋq~+S<珙䌧>= Ɂwygi Dž.!b6cq.35A WeUAV(4a7,(<^9`UM"o81sA;;~r[,%(s{.Y0#gnTIsz*݈Y~~]IlO=Hɻ:!Э0\_DH7~J5AbМBU**"3C.e`oH[mٶ q;ႅByz.TP*רd} *Jʉў Ք({ߟMIݚ63*:^]j8P>A,ln)xieJ;_یK}_?o +QbuE8d,mUוW`El(BEv,-vw D8ʴL\ɜ\*qe z]dA{GHn=*rR%BC#T`!s@>O_fk̛78"gPpO tQ%Y1dWlsÊ<(7y$ukH(5-ࡣxRb$u5f +43xkpTdх|D)5)H#Wv6!@Gѫ<0|vsv |UQlR_s06S,*.$Qx:ȢMT JU냞\!Tb_T.%CYppRŤz= _lP e? +{iJt3&(~`=.i!+طW2hlCp8'j~Gm>ₕS+[{--{]gP 3 +WgO/dcЩ(2}$W ;[Y)7!@ AUϮWbRݲ6]t{_̄ endstream endobj -1156 0 obj << +1296 0 obj << /Type /Page -/Contents 1157 0 R -/Resources 1155 0 R +/Contents 1297 0 R +/Resources 1295 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1138 0 R +/Parent 1294 0 R >> endobj -1158 0 obj -[1156 0 R /XYZ 144.727 742.991 null] -endobj -271 0 obj -[1156 0 R /XYZ 144.727 718.084 null] -endobj -275 0 obj -[1156 0 R /XYZ 144.727 571.461 null] -endobj -279 0 obj -[1156 0 R /XYZ 144.727 157.936 null] +1298 0 obj +[1296 0 R /XYZ 144.727 742.991 null] endobj -1155 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R >> +1295 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1161 0 obj << -/Length 1153 +1301 0 obj << +/Length 1539 /Filter /FlateDecode >> stream -xX]s6}Wx<1IT}Yv)a줡-!YS16L!i^kCly#sɽ`]~Ƿw$R?rHRH9Cutf׌f|kƎߙҌԌܚl/tcf9:2hnac'ga 1m}oDGSNTĉ>bF?|`Tc;gHHS;03=5@9P0!Ѳ:Coy?%/OKuܢ/_ҼU"j;=D!%0#Rz./(!>z&:Y~s9?:v(ZsXMJ))9(bcuX(g Q%t}H_aQEJ+2w ( `LnGꗔ"R$Y"`{)(CzLx3GuSPC򇮔@ߌlʳ~}ٔqzEΥFϲ>u -N6uS_sgY!1չx-?SZ/j#)}l Z]u -ϻyMk^MjgxR%ZU+:nV_UXGk5$u~V7X*1k8\֪1g?ukn +xڽZ[o6~K1{QH6--vAhG,4-dˮ2_$&yЮp\E:> +};ӹ)E;>e( 4v_n7ߚV*iç1mj[a4B5]UIPa>T1Gy3[t~|师st]:} +ki{|1w=T|:,_-r͠*Q•(2hE X1)*)x%2"؃(C5P;]ok5EI0tRid +!ndzLHxWN!iS $@.t/Hy!mA>S~ݠ= ՜֑+zh I}Pf(`LI N +QN_%JGwT2~þ먱IL7S<|Ӷ {y,42f=*:ISղ*OZWMrp;KH2u4~NzwVu]> ~ϺnW2]T9GRk. +un{ƮN_S%DYxVB-0`zD4vY]֤93eLV}{iѭCh Ė^/h*\_Ur<_!$kz}r2yUᮁ>ޅg =$EUGzyViy8Oرϱ=`[Lrvw,Bл>faƭ$nڝ Ȧ}k@L`괲\t.I۩'} r,;9s@b0W鰑H_;6 O#V?jfU> endobj -1162 0 obj -[1160 0 R /XYZ 144.727 742.991 null] -endobj -283 0 obj -[1160 0 R /XYZ 144.727 436.656 null] +1302 0 obj +[1300 0 R /XYZ 144.727 742.991 null] endobj -1159 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +1299 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1166 0 obj << -/Length 1572 +1305 0 obj << +/Length 1817 /Filter /FlateDecode >> stream -xXo8"B:J؎Lz]cvel4 lkK M\N'$??} |haeAcwm ƖrkA#]N?/E6e6^ex^d.q$Q*iDB.mW`eLe+ r}ۊn[ck$|eaD}]zkQ"29Z-acjo=d$?kp'/l}9ͨ,qPҬl0Qp3Y[G;,sxL$<,/"L 7 #u!;EFqc.b,EL{aG@=&n>>دDʒ\MYn:t'.}$!I\󸕊箃(eEP "fE]{s#/nSxvzo(唕SbrJN3F%t%.֑lX]x% 77KAie.b+ٔ=41n]1}Ǻ8o>< -#3J1ӭ?`OOֳ#0C0+0m03 stdf,걆 -L;T5+Xve#X:kbØSEA("c.x}wQ<8}~@_0 !vVJ`LWУL[1w~}tmtضel ،")E``=)EԮ.֣!v'6-2Jc17 zns|nܩq :텦^8=6O ~bVߍ?)N̎ 4h]t̎ g5hgw;wP!-TH SXn;؅c3Ҡ? gߠ^5WP``Wʘ]wGt``KҘ4ww8Z:c|mLFV|s`U04h :z*b:,'OSm.qU?T2yP'`"UR"CH;4 o"_+Վ]Rݘ8"V6pUnD4h>6#pfa$-$fS-hv8%@P p0-fb.`_&3fY{LLWJG%ۜ zld,&.6R\F[kWg&EW$WRG3p+ZjD)Gb䙑J'ԕN+PW:iloMtJ鄕 +N 8~ngoWkx!'lWzX!EԬt#Н@w>ERcբWB%^ėb!4#^:ⅎxqaUO%oss:*V1*'{ -?c"('yR,rlʺ+뾮? YQmwJ(R{W1=C 6 8Σ2yv_0?5^tFdExc^Òx [2'ȤB&jRyŐ,!)J~f t%O +0XE^Sleݭrc8mmjCoNQ6)p@6h + D#Z.b_oco)Yդ*&\VRAo!7\I<`ZBzx14gA=&CkGpLN-ھz EX"L1aV2`mԭm`l3WٚVtr0vNB`zĶA43KT扚 8T$~@Of#/*R@@$ ,O1 iΝwj a!mζ\b;` +To!Yձ:g&v`}RQ*8=-|QÆ@ѫk]+Ά}>A5 t@tURث "ЇꏆU g8.\FV,!24F$ކV};WMa ;@;A-`U_ee ~Df<@M]AvV [(Sk)fj0IGc<{1PnڄdQ+v*tAGe?I᪘nf +'`znaNۡNV{F]Y:DaF#kؤk2= eUJew(gPl)=*&#%A![K&iU2_\E/,r|/35Uq\mk%KEIhRd$qQR"Od&Q\j z=*5$,㉳s+ƝD߬L\FgX&kuq\z65 !Ty5!hVu]ń"96$-t_C>S=ҭ[C2fLA|R\SL=;&^d_)|0tmYJN (*1Dw-E/Zrb'R+y;ܙ0ڢ鬜q3O@fYG ]d|eCdU'01t1y‡݂]˟/,VGN 7UkhHm80-Bth/9D_{K`Q endstream endobj -1165 0 obj << +1304 0 obj << /Type /Page -/Contents 1166 0 R -/Resources 1164 0 R +/Contents 1305 0 R +/Resources 1303 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1163 0 R +/Parent 1294 0 R >> endobj -1167 0 obj -[1165 0 R /XYZ 144.727 742.991 null] -endobj -287 0 obj -[1165 0 R /XYZ 144.727 718.084 null] -endobj -291 0 obj -[1165 0 R /XYZ 144.727 353.557 null] +1306 0 obj +[1304 0 R /XYZ 144.727 742.991 null] endobj -1164 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R >> +1303 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1170 0 obj << -/Length 1682 +1309 0 obj << +/Length 1641 /Filter /FlateDecode >> stream -xXo6~_`3$E=ӥ蒵u( LzE(ʶ*dM &ﻏQغb?őX 08g5X/qQQӃ<Ƭڌ OOS.uq-8%> tj``S%y'lM󍅑-%:lF.gPYw\pJnxq[h^`a!-"hblIeL%2mlnCO>:VZo:6&6cۍ{\g:12)W*IjJ+Dek>GTT~b|oujVm -h6Z6ȒYɺz gqvT6QpFf1vLG&#A994nfe2Y-ǼǙqfrg&ك89>LY2g7mI1.1.5F.e˛X0Ro(ƛ4*χ -Z) pk"&D3Z+  4jCۥeJqR=\Aո=%.u50 p䀰| -, 'vh%pSI<-Do -A& >E0'Ci5YW4 U-_͂dE[ >9~_0h±J\َr #U>4QUϼ$x9O(Izl\Vx{p nӹeux*RvUjz*Y0D7릥K;320 T4POa:9<αgrEœ -.r$O6'C'P`?]jq7  .3&,e[ 3O{EOVtޒxJ'910˸5PY »cw;;8zpqTuɻ Î_dLt1u2|P~chWٻT1ٝzJ ti's08хEUZ^]˘ Gpbʟ{u aPMT]$4>_h ЄEۏ$R[K Am!I9mJաi k aHE bH~|N@@AB"شQOI$po|a2ƍ!ɏG[_oyP&7Q=5\[3*,% V~}1 'FHpӱP퉋u(p!idΘ}iHT KUS8 /țiA?7t{KB]+3wylj҅0,ꂍG*?Ei8+<8'ˢ6yEO/ JZqcob\y L -l7Ϟ)@WzZlßǧG'Ǻz:_yv: Ä 5|g t;57Wt3N /TO.EV]lEšD(ԃdz>l˚Uj:[CYz^xFW"4WY `wX^8yya`6̰`^e=43౶m+]a_܈= +xY]o6}PII3sCuVAD-yҴwaVTE{x]q_GϢ/8wN8#aBDs$p/^:>ߺWh㋧k~r` wa|J$e;r =zaqzM]xEܼUKM^m4.޻48WQҳBuM@9,>t-G->l'gCܙ晘f=ȫ/+d4vQoY4DniC!(泻|QBHtyWpYܖo;$A?` +E7]E9iZ7R=xߡw}z~!z@"b]3[Ζm) <75lQUjC)Ha9/ElD,Uo|gdf4 Ce,<^('Փ-ͦA.ø>BC_6{EzP ,fZ]Z- +5tȿd`L~c&}=+!z׉.<Db/d(d܉qH/-bE)a\3)Oik\*ȇ|ÓXyWd44 +]";;ܮGOJ)6Ɂ-5;b*-Vޑ& UHhU`ya! ǩ*KkjǙvӝr6:t i%腨 HA" 1voYj䖸t:?*%w-3{!~hA5W[ +ͳOM҈lG{ S`wk %؅-[;>!qiN/iٚBdc-1{sc +. +T ϧ qZ] 4&X2 +\Y6jFus=`ݞ4Zd C`lYEO(4NIwXU.(ȮV3tٓE:~/%i_81Ǵ쏆 EC0N0#5<|䈴_w AlS=-E\Q"+ץPS"ĈSj_ <ݹ> +=n&3ϯڊ-F0˜)tSSjB=/Z6+f}|wӛxS/D$ _aVcԲ0Â}yh  endstream endobj -1169 0 obj << +1308 0 obj << /Type /Page -/Contents 1170 0 R -/Resources 1168 0 R +/Contents 1309 0 R +/Resources 1307 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1163 0 R +/Parent 1294 0 R >> endobj -1171 0 obj -[1169 0 R /XYZ 144.727 742.991 null] -endobj -295 0 obj -[1169 0 R /XYZ 144.727 586.413 null] -endobj -299 0 obj -[1169 0 R /XYZ 144.727 311.688 null] +1310 0 obj +[1308 0 R /XYZ 144.727 742.991 null] endobj -1168 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1307 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1174 0 obj << -/Length 1041 +1313 0 obj << +/Length 1422 /Filter /FlateDecode >> stream -xY]o6}ׯKY~ C:Y-Nm$,GQ"KVMhCꐼ"tJgV"&"*L#-$6 t38=J2җg/}9/ӆMݖ 7_|9xȴֳf.^CT5ߦoQ|J ΰW-A "[xcۄTl,+QnJfcc&SFKjcy\c{=Udsys RQziP Ͱ0c/ f {3A1&p lI =b<ځiUHst7`8` '٣LihC1! w}`bGH." BY9TE +xYmo6_/fI+UlCLZI2.ߑeKsZIMbSYw#`kea?.!abKP<۳<w,a?\< =g=>k= #cZa{3=k OFg?E'&7ﰵ/Y9[0ylG/G@µF#bdf{|AkgE5-Rv`Ȏ', %]Fr?̳1AƢs" BQ3S1ԄWψp&6B0ӷ( "JWFu} PJO6 X.1Y>25 ⲢhT;@nk#DaHInE +˰TYnWk9*D_kH v,p\ncCIN[=RKQ*{,F'r!\+U$D%0AHL LeXbI# QnXCJ]0q¨{MVUWor4T`8fQՑ+bYBS+TЊ=lDTCum7s:6"2W<(@A`'b +N0 +[3C"QZyTV vSUS{ź(moԌ *7 Α"\FAN +[oB } ~=TO;6ްe\>4_&hyQ70ZmzowE$؋>CN LBn2fD%Nڌ's3~ŝʽ{&3TP9܎Ɓof3k؍ ReߣSϣ0O ]ܻ~).k//U"_-q;YIrFgFaf^YOr})]F>u곩?O_$N &I,tˁ]'vU<;Ot^E~ S;Mht ;a8bN2H" +Ho=c׫~w.#pT=]!NE:*W&џ|xqH}1]fYf7H)z%;TYDaMMczxNdj>sW;C;CϒYR% 6Ű=;?Mܟ9!}6Iȡ"}m8>@b θrW62+iwgom Յ endstream endobj -1173 0 obj << +1312 0 obj << /Type /Page -/Contents 1174 0 R -/Resources 1172 0 R +/Contents 1313 0 R +/Resources 1311 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1163 0 R +/Parent 1294 0 R >> endobj -1175 0 obj -[1173 0 R /XYZ 144.727 742.991 null] +1314 0 obj +[1312 0 R /XYZ 144.727 742.991 null] endobj -303 0 obj -[1173 0 R /XYZ 144.727 189.063 null] +255 0 obj +[1312 0 R /XYZ 144.727 568.471 null] endobj -1172 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +259 0 obj +[1312 0 R /XYZ 144.727 490.852 null] +endobj +1311 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1179 0 obj << -/Length 2950 +1317 0 obj << +/Length 2208 /Filter /FlateDecode >> stream -xڽ[s۸)ا;;tl6[oNْ-╨\&$$̉_H"Gce48/Ϭ 6cRMf".GӧgEO*?g_\R._'qL8WH}\lM~t2\ ojY6r1{ɷ'0fQpNe%ٻy& H؞e/OsB[nXb5ץR޾ `yv,=ոڞLr5.Վﮄjrr%w1duF y~ŵjz,!]0g1HH zXPvLAE%[q\h~l3_V8x2iMAһ2Z~Ykytaݸa gTnpC.- GeJ0_f*٠Et~ "rOi]_^RKG3NJMme -E{C vk R -+Sľ:ũS)O/WͪLZ|6^WG{;ܳ(|oźyM\e&i5qW:B;RB0Bx6eeXñKm_;vwGR<:]o&YxVCf So[|N <Dl^ѬC(I:I=盀́{$侣t9߄?VzQm8t9 ⢴0"o7ծ!YQ9`P#U/BCH_E'^ Wr1:Xm dPQDmDv厞ǨOEu$HQ-{@A!OP 9 -È Sh((݈@cg&v۠8n{W+|qz0S|4t}sXlm$;v?Chmg5~ʯIlm-ѱNmF~v󊶞Wg̞NAn Ȇ6!EϨ>:5_b5\v zJ~)G5/\qYRS6w󣺸GLo0A*=v凐puvW~9G`$Kv#F.Г-`(VM/wlatj-~ȤRG~%^jݴ0jCZ݊ +xZ[o۸~ϯP^, +mRt-ڢm6%Usi~ْ؎LQ9ػ?ѓ0|x## +C{ s}n[s= ҋZCL왹ao 0ba]3 ϡzGoFBິ{؋JD| @` ,ON -+3NJxdc[zV a AGG[:XnC$ i|$?S4.՟ɨBIQWX?T6Ivamn_Edg%Wy? :'?>wE ȴx>R!&y^gyv3r@6˥n6Y^tGanD,6 v@N7 +)-7ZOZ;KDr PRv!>}'M%ᱚԑu +v>` \ѣGvs'Gó"{s~yCÿMϬ~(WI}ӴV!áREP.|dppKÁxa_4;oҥe. $k%cmh4 DR r;;+Ȟz/gqdOga9N3Df6L.s]erdԝӸ(TFK VemBd`鸪oR'gʔj)1Y\]`j:TgTEHz+&LrE=Ww޷׃A<Imor 9q1LHί iɒq 1](eEvV^F!?WyYCS e\$٣6(rY(Q .]1fY&T``2V˝4s"bɋ-9(]&Z/ rdϐةkEC>.J)&3CY)%N(udj'j@vȶh +e]2H |:s2*k 9SنԞ#agr2%[8E'gy؞ڬsݵVP +JdI;άxL׫_E_v4WeJF:ދǗ&|ԵnޙmA<E[4.mq3ͫf'6- ,"Q=cc,/zg./"4EShЌWnjqy19L1BF¹3i_rw-%FUۖT7>$KFS R6ǐBرN-neRjc؛R؊[<9eawŒҁhvҗ-YPfaw%+iRNP Yw5ʷnFZCCWĦ_nE +o' U5N 4JUybM )SR4,.%`;T yQ;f=Zgen~gB |'Rn# qYeåp~J_r +=_])oYӽ]άˠAj@{ۏMZA \ nӔ*PR\miDȻ;1` r[7MZ㖧" J0!dKot-fmMB(\ v>`&{'8'x ˃z4EqnP0Rmnn6Լk[k&ݬ!F:D@EV~"@@ .y!d1 %_:)g8BɬH +cōYґZxd&ExSoԵ۴e3ۀN~5.S_< 1g+^^1IT\s #Ǟ;HG.%u'q,s endstream endobj -1178 0 obj << +1316 0 obj << /Type /Page -/Contents 1179 0 R -/Resources 1177 0 R +/Contents 1317 0 R +/Resources 1315 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1163 0 R -/Annots [ 1176 0 R ] ->> endobj -1176 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [272.185 115.848 346.407 127.305] -/Subtype/Link/A<> +/Parent 1319 0 R >> endobj -1180 0 obj -[1178 0 R /XYZ 144.727 742.991 null] +1318 0 obj +[1316 0 R /XYZ 144.727 742.991 null] endobj -307 0 obj -[1178 0 R /XYZ 144.727 394.775 null] +263 0 obj +[1316 0 R /XYZ 144.727 501.294 null] endobj -1177 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F48 709 0 R /F362 552 0 R >> +1315 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1183 0 obj << -/Length 1251 +1322 0 obj << +/Length 2039 /Filter /FlateDecode >> stream -xݛ]s8$3Ӓvf/,0M;Imw^&iPJtBʆȉS×Hz~IWq 3AACI?Gmо m7B ߡ= ahX跔ď_ͣ|0\|޾_.?_\N{̐| c@0N?"0_*l:S _Ii ȃWnx +2c@bWh$/>] ;d̃t9\@?@σtGbM($޵| /V͒aw"xSf̛?j~/Gӳջ?WO}kU1H)Bm`dѪ 'GYՇ|9tlb@b*PZ"R -K+Wh6/g "T}&`À< -5=h(˅x.8Dw#|L.ƿ8%"cqRE象1Zq/EmT#+4>6 =ėrQS_6qK?SR6 -U8[:0E -Rj@U*`R!8ʇXOqUs_E 1eTeG >'ђ| 8jq#\CEd0M<8P/F0"QLageÄl9^y Caڶ% =MX+$ _y8i5M9*BQ(H FO)&UB8R@RQ9JDDI!#ȎE!vZa"a](L9Hk:%ohdX3F+qeEfx{b cF8S<}<.sȍvʦvRH4$ -HETx^b_:~dE"V4a HdxofjI~)Ua_-#*ed>hX d,d -ab&ɖL*`׫',O-FqyڮiTN^gzl!PِUٸ^F}cS6ƲykU6ǻomƫlYbɀY6 -*ƸGu0IJ(_ S`(yZ5-BF꠸32;!%k+P(uހHR6.C'Yy<lW|+sQ'"8<6+K4/l/s= HXcɟ6xzb|7֕Uٸ~7=;so +xY[s6~ׯljFB/tg⸭V; SĚx={Жn_ s>; ǚ[uIK FbCP9G `#奸ޑ Qu,5A^0ch[zjbQN1e`Y#LVHN\}"%07"DZ#ZfyY27F6eZEԿ + 6V#d++ꣀUL88CY"  `d]$HXUX0RXn%YT\8/=˨x{URA:.2ye k?"q<ܖ_ 1\D| +s]=J}t}8*ϖQ #*,> zN90 T~!CԓZizL Jן&|QJvOɻm0v\kU#t!{U\2 !/^4@n\!ܙW0 +R.IEt2}A\WhMtu!q F7_ x +>c!X4 +[8*WpDZc +raM#kt_ h +B`cCUˢxUh!̋uUk@E",60e]!cZ T%p{E~Tg%ϼ4[o^2Rxc-z#E 3ȗpWPclU<_(mZ$jτnCjݹ| +lO2IK.GU*Y"XhG7%UToBY͸]Ȫ~+nuoty9 + ^Rnltׯc]pr6MO~:3NU<}?tPW[+Ɏn.Uio鿭*zGOjHke.FWHC#Y$Q(Ra+`GK@\1< +L%ጠ_`#* \yK%yez .(.R5kУKVkҮ(!P:Bª2,+?:pDE]ո:B"S}L17gJ~F̣']6Gj6ߎnlVM+Fuqv+g%JST-Uj4*]j0/\¯܏weX^UBݣB,Qg^.e"ӺT.uյٛlxmKr Q[{Ha +uubaщ]jkzi{?PaQ9<ov;S|\]eId̮+ֽdUB3d6Ӛ,L_Ũ=!Ö @0ʔ9A~mmc +u(iS.\nξݍ`܀JZ \ l' +9 endstream endobj -1182 0 obj << +1321 0 obj << /Type /Page -/Contents 1183 0 R -/Resources 1181 0 R +/Contents 1322 0 R +/Resources 1320 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1163 0 R +/Parent 1319 0 R >> endobj -1181 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1323 0 obj +[1321 0 R /XYZ 144.727 742.991 null] +endobj +267 0 obj +[1321 0 R /XYZ 144.727 483.306 null] +endobj +271 0 obj +[1321 0 R /XYZ 144.727 288.58 null] +endobj +1320 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F587 1208 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1186 0 obj << -/Length 1329 +1326 0 obj << +/Length 2253 /Filter /FlateDecode >> stream -x[[o6~H u+bŰK=5}Ȓ)b/%ڕ)VB$R;9i&ٳw3e?2&%AJ Zd!ЃǢ=+YZ/ۢUY+$8=-ڗw޾qvz|p:9`Fh* ]^cNj+c.;"\6ƥr{:wEΦy_߼GD/vwL(^|`6z>OƷS6:CꔷwfVQ FA!t>')KlF;N7(߸`p$Ɲ3Ù-z?lBMpo M>|pȍΰ"b' -skIc>p:hsnFX\9+d딑%dX:k RIţ[Qɢӗ68.#' sӱCʷNey 'SN*4DF2n i&iu>f|*ޅZG5[}.-ޯ=PՀsEޏ?Qo /?xҹ' ~ ?>і6 1>6(m2yՄqj7(8i?\8fxp閹4~4|p;ox |QPI&/{joi7nwvY..t~冀HXgJ1 7YIB.,pK`AŁhQ/_c&xi^Sԕ(4 =I,CE6,-UD3IUqs5(oRH=_sD0! cwq~κu\'oJs Y>͒U&-buW~jX+~H]HDk4xm>TG8R쁔Yr;IaxھP9Ir$"[o¹ &+<\MFAKp$դ`uhd84h׶Ju>bb=A B"8}5izhCh[Y|+0NjU( +WIpYSnֽ I\x’*M`U@҃$wIُ'cx P8   9@ 2MT7Yܯs;ެ!F%lgBx51j.f։//pd.,Ɂ*hl6aշau!/M/e2h㱣, BM=eݰSe3;]TnK-pDaV#KlFTn@В@| QJN:0Ji<0Ql6}H%*Zs'fY2K'&ƕc-n3(X fnEWQ[wW.d;ytڿMPgć]nQNؑp1)sݿLbosu f~=J-ykUD8zo8ʕBnt5#Cy 23ז0l KCsr +0j dZ# +5))bde-`%ѐ(WL0~զQ?~PA Rv؎!d`_>(po Nr:mڠ/Ggχ{(A-o +ϹbDS۸mXPaABW(YyȘ42` (*6aUװj!/ ; wxm"$/媫4/K pϏs|+v[%%"v!#fov|HA-x煒 +ɛn?ۺ̳NZAR`qBQmc~ (/":N'o*T X]YvZ)B.RVv!PVZPEK#waGjİ# +`@& SƞNRdJ+`QԢX=d7c$҂ރM_d\Il`|P ݃q8}:L`g\y~cwg6I5CEh/8+{eƍۋ7;/ lAo\(0UYF—@n16nu3/b,h@;MƂ>Xpɬ['-Fc[8Pd0۠Ѐ,JU̗Š2fL#qj%?!m{A<|\qHu>-󴡛]MiSN?]FQ\, Nm/?trgc_ݵ0_V$_Oޓ:6l[VB\!r** oT VUI《l3/P៝6W,|K}vzzPv?6WaX/K1{?tÈG>xp=1U:{`:0EuLQStnbr`޾?P5=`0_ԆlncWú'7> endobj -1187 0 obj -[1185 0 R /XYZ 144.727 742.991 null] +1327 0 obj +[1325 0 R /XYZ 144.727 742.991 null] endobj -1184 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +275 0 obj +[1325 0 R /XYZ 144.727 575.299 null] +endobj +279 0 obj +[1325 0 R /XYZ 144.727 443.812 null] +endobj +283 0 obj +[1325 0 R /XYZ 144.727 296.969 null] +endobj +1324 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F229 614 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1191 0 obj << -/Length 1782 +1330 0 obj << +/Length 1319 /Filter /FlateDecode >> stream -xݚmo6W8CU C۵bb3PIv%m$ʲ,˱(;v)/GGDlZ:=^’ȕXp$9'yW?!W{\NZ*LAK(R@Y ݣ}g:xXɋ&le9UC)-#G:j,7Xҧ6BPYuMcكC]\:DQx}UO$y'g3pGU/.Jtg[F+_ځ4x^|P,U4O ~  3֒|\ K2:ªM|ۡWn?UtRP[)5EyyMf\ iG]wId)E0ƍÏՍ7u~U=RKb;=/ao -2NL@t#m?L۟l!M'7\9ʃy' CH%n"Y/A%Cב0n|Y: pҮlX[Zoz46uvV.D6Y-Nf^L9-M$s;H Հ ęXޝ0WGӴ0F^3e|K{vyU/j.Ҵiz!MBjGy%/j l#Mi~wQ_I8XD \Q2YA$oUƝϝzdGpNYҧʇ-JK_}lasd~jKh%bW:c3%G}8k쀺)ˮrO'ukAi=f;=jw\R!w/Ѐw@VqCM`郔A&H.sEƆņ`ȿaif +0Sfj cfL16Mil G44343colMHӺ-&U@ 2(2vAE8g\)*kl@kF^{c0;`$*Fb&X5c*\a\6W*.L(2 +15cB(BY:1A)?.`l&/K`郔*Re] qʉ#|~] +efB1ƽ3&D9UdFs$1qqOP " m/V({q6 2LZv{A$n/=5%;/my)G<_zcJ\sW +gUZJ*%T)TrϦnu,gNr,KȦ% f7`&Q~-!!X24) cl7\HdRRB){caC=e } H9T)sKџkd{wۿ`sr]??0?@ 庱>(E@)Gk"ʘl6Ϳ|q(ukDlGpX [qq1Sstiw95Ǥq11}C[`k;}ݱ=:?ܴMQ'TL4EC{⴩` &Ӧ=:K`hbqPq>e endstream endobj -1190 0 obj << +1329 0 obj << /Type /Page -/Contents 1191 0 R -/Resources 1189 0 R +/Contents 1330 0 R +/Resources 1328 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1188 0 R +/Parent 1319 0 R >> endobj -1192 0 obj -[1190 0 R /XYZ 144.727 742.991 null] +1331 0 obj +[1329 0 R /XYZ 144.727 742.991 null] endobj -1189 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R /F215 510 0 R >> +287 0 obj +[1329 0 R /XYZ 144.727 442.952 null] +endobj +1328 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1195 0 obj << -/Length 1727 +1334 0 obj << +/Length 1420 /Filter /FlateDecode >> stream -xݛ[s8+gQu@vf/v^tqL &ŸI'OƆ\!W^k:;^:AL * ard3?2>v_\\r}ҿTRJU;>Wi-Ov/3i7*R_/./&n/֧Qg~4sbbK(ݹwu6ڃS$b _16nU`!K=0wF\~tE2d`1D11ճP:2m#宼{q @&\ĉ,Kfѵ, Q-sܸ#'_ -AyCU%|ܝOz5:4&nrAefdɄvȄ/U% &hMPK4iLC& iMf~fXd&P(duD7vA^ !Dcf0<-@Ng%6a?-&vs6褖툓s7;餶'pv֦8'rv |rNg4AN&Mȟ^=7pP- z㳀w}"< 9sO&U;B8Z7:*8C @ - hHt/HGkC8q ::JEZ`J[wV8xw~l$N`EI9gпmT9QitI)]dTb59l^r}Fjh =+g~ag0dͣ 'yS) Y5cR=[oZZ  ; e!<@s!0 w,}QR$1a蛽8&31sɣ΢K&j]^xnL&ɟμ8Wݩ>MDz^z TMw!rgj|:raE"Pq{sc8}yٳ/3/IҷQXB@& -g_ (:SL ^VY&c .=pڰsq~+̞Lh.:;åwZ>ƑED1XG|{-K$TVcKњ ٬*(CE,_O7k @(|k -:ƉVwl0V8N(x -FI ӕ3U˘'LoJ"gU+n aĖNئVvh6Ϥ<(WJ=:Ua_qGԘiah cgz)G\OSxďmxm\lpi5 ;f_cwm0n._/N lyFu7M2*~h, Rsտ3^mٳ4|W6ֽ\ʖTw huKQO7BaZC.J) Q -ǫ~F +xZ]OF}ϯ"UHd:+BbI)AZX6 Xgbc_8I2c$$9{}FUƯ 2 +Α*P\ ͂EHa~HKۓ#mۂSLiMUsN,@w?&Y#6nWDp@J)Ro/_qpa`ČIO0TǍ.A 299FЃ$O(ڞ.yr:3pf'KσAtuiri=::~6eUhz]Y0̂fAmfѿ(12Ɠ(W)F0/E3,H%&'i*116ZLϱ^޾lQ,` ]4RWcLW/ܤR QYBV1Ԕ0Mz9HI<|֜k!/)!(]dAvՉC(MW=@\dad!RQHBsn4 'QQkUf-c``V2`v*)s?q+t$_ &MDHyrQ!jvF"~ >̵ uY9s@V s5zg.#<>&¦?ATA9-0N_;,x_w| |ww+vXSvkqr읳K]-#Rw.m?w.Bc]ڴyꝳK-;@>KEGgީԴ +@S:76T-hIKKTwGX!E{jډ$K:սGaچRnj~Pi͠}&b쳢b?  U۪g0Ft`t][lAie1qc`V(k|ki +aym`fff8bKo1X/Z[MjJs-g٫8s6 @@xЄߴm5g!0B'Z)zh-2 o7]}vi-㓛 7 fwԳ A@hF[5v + ~]B$E 4"{DmR$F@BsT hC7064Coׯ|'͞>5v?z>Ѓ9Scn;If9&eN2N.u)#ĥ^ğyRYO;'pC@h;'jz@BL[=*}ZqGӜ@6Qٙ]!SŇ՟`ܲ+(Z0AzSZ,ًOp݋hR\z4b9J endstream endobj -1194 0 obj << +1333 0 obj << /Type /Page -/Contents 1195 0 R -/Resources 1193 0 R +/Contents 1334 0 R +/Resources 1332 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1188 0 R +/Parent 1319 0 R >> endobj -1196 0 obj -[1194 0 R /XYZ 144.727 742.991 null] +1335 0 obj +[1333 0 R /XYZ 144.727 742.991 null] endobj -1193 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +291 0 obj +[1333 0 R /XYZ 144.727 718.084 null] +endobj +295 0 obj +[1333 0 R /XYZ 144.727 438.738 null] +endobj +1332 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1199 0 obj << -/Length 1944 +1338 0 obj << +/Length 1558 /Filter /FlateDecode >> stream -x[Y۶~[= ]-K(;_ Eıhq$A:r--Kn?h.sx(Ag@ŏ>s\9;Q -\:.e#,rNbpN:}W:N:mٴ%ӗ:vJE^23y(SO GNN޾N$ɁIWM.Ĺ\O|F@?ŞB ,J%2PVVHhU(0Ā"kEV-q>K~=? ڙi7k!;q8`8Qs9*W+&xRN狇 6(-5)I 9A7{-,aOf~/X|ma7Ajcm&-f%*\&ӻbāHk~ղ1jwD@qw#U0JڍU.dҴ)seUs:}c\߽Jx<6Zzto \^Gs9e[q]`qUCV~&F|{`.&6OsO{.`]p"tnǫ}QL`Th͑^2U.=84e$:R嗢(Y}bNro 8'z0" YǞ~gQ膡\Rt"_:YHL8k7zɽ#w(5ױtEG O=t!;l5d`o7վO+dh0 YO+Z@[qe"(D- b꿳\e<8 ĔPɆt]ό(Z.TB,3kقP3Q0(t? =ܟe,e,ge,Oڐz*1嫟COaS@sY$J\,荦{Dm;D"_gyzX];SLWΫޟ=\/j<2)fhP2zqK_b9' zT /`>%=ڝ@ ņ1^. 0WuG4F#:64:k[n5OTVчm<`w&;q땺 :3.L"qT:bAH 81 +qU`17pNC-6.,ϓB.c.rMUYO<!m!0=d"U71$PnvPYEa%rZ8VqV*)TWa"Bh1k:`m]wqz3x;-#09e5l,9 FVʋ| =G<[_'mMKSTZn}"c;ow}<;\ĵBzB&uzq xI;4'4'4'4'UO} .NK=aK=aK=aK=zSpI +koޱ)3u"k~>a!NԵHJIU'Z$v4B4 endstream endobj -1198 0 obj << +1337 0 obj << /Type /Page -/Contents 1199 0 R -/Resources 1197 0 R +/Contents 1338 0 R +/Resources 1336 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1188 0 R +/Parent 1319 0 R >> endobj -1200 0 obj -[1198 0 R /XYZ 144.727 742.991 null] +1339 0 obj +[1337 0 R /XYZ 144.727 742.991 null] endobj -1197 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +299 0 obj +[1337 0 R /XYZ 144.727 644.875 null] +endobj +303 0 obj +[1337 0 R /XYZ 144.727 286.463 null] +endobj +1336 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1203 0 obj << -/Length 1488 +1342 0 obj << +/Length 1589 /Filter /FlateDecode >> stream -xݚ[sFzl~LڌiӴI2dDGg{.HH 1,Ҳ?aؚZغf^a)d&}mΑR\ ,{bN?b~;{_z-b8Ek~|eaČE p[o{pN#\AZ@ 4F 'Rm` -M`hqmI{70| WCZI{q$])5lYbYj+!eQ0ZT Zv>3'pprK|Bb5Bfġq.A\~vd(4G3iD2q;?>n#2$# -:t7G n~vd&Gr((q-x>f.7[= <`D]_;}:)!ٙP sb˂' &MQDnu\pS@Y~QXfޛg!7MN@nYM9g6:VYM h)Pvw*P(?n0& 0mo|LD( t9TB :t,+P:MPr{)UHl,oPFtOM3XjbF`HuwLԼ_܀֝v;)ԃ>dT1G@_(mxF֤YAMsPpDy?;@ -`7*K"iQ;$+/)-_cۋyK@slɰˑ}[]l߃jϢi8ym.vi?FRb0뮳rp0?-.ٻ4K]ˁCx ,a}.ߑ]aC<%T>_R=yFIGlk2H*ӒcrSmQP;QrNH[7(z>߯MCo joTD5v9Ih\Z.t73[nm8MȍcwY5q&/Ӱ~Jz/REa*o}7^[9>#W#B kڮ3%58cywx~dcKwJGl:uoN1#0`ShZ@b$)|~DC?I J6L0oôߩ䥨kܜCgN9k3L %M ݩ{-%ݖ{vP,)w0a?7#%n8Dw3\ndb -ٽD +xW]s8}ܱIHvfIӏMlw,嘉 )NJH8@MbKgl!uB҂aE=} ,DpkϱO(((OrOT:-QQb]b*/E c.v׽QC:P*ɲ3{]1ti9%zz b v(p׵1l]R\1;9;ίT-ʂ',0Ұ@| iX8_Iu\5!K&5&ŭ\8M@y;^9.)CLM1H  +,bC$TMK\h0B4Fy'0P2NGQJ~ +^m +(G,X[H!|]=OЋ +88B `.}*|Z Fj} }c4`:_44XyeUTΫJ lkwbP} +|Z&j), |JC_b (+0qº<z{N]au_|,zċ?‹nXTմ.&^jl-γU[}``~ TonWvU +cxv'Q(+Jeŋ'/:‰-I,wQ9肫g0lCa9#у9pIO48 Ǎŷlŕ M}n.z\SlȣO1)6>G_8xRBU!سPRa[|S +_csXC!1-Yca" >jZ,dBFQ.mLYO@ +5ؾd%;:c-E + AEL&#YT+l6Od.y:o$a^ʴ6,z !dHSZ]KfGy 60~x;msɀK͕= 2RZ%qFRMvvD+sY~7HW6j>ʎ=|Z:h "×!:> endobj -1204 0 obj -[1202 0 R /XYZ 144.727 742.991 null] +1343 0 obj +[1341 0 R /XYZ 144.727 742.991 null] endobj -1201 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +307 0 obj +[1341 0 R /XYZ 144.727 605.162 null] +endobj +311 0 obj +[1341 0 R /XYZ 144.727 456.327 null] +endobj +1340 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1207 0 obj << -/Length 1661 +1347 0 obj << +/Length 1868 /Filter /FlateDecode >> stream -xZ]o6}؀͒")JMӢŰnAX>\YJR4ﻔh}Y-Ő=eRCXѰvj>z@D4Ȥ|}_Lf?_i&-ߥ۴7-?˴})+L˴d s|#{;Q(d|' c/ۈ@FJHXD[_kQҦF9E`POFX5( d @2`6I ӕ/g@'Q -D_Wع$ -'3c<]LfD^8]l97Sfb}}[8A\`< {a[ n<'up)oLޙF.OT'L^8V%:Cq{͍G@)|"CIW?df1]8Q,k)B+^]''ޏ0p @Q nSU;߅O8S g`!+)NXDm7\DDa3BCrxwd[Hfw:$i?bw}Nv.ٽuSE} Ynd9bk@f(yqBm70C[/YUI[D UXtpYP1Nat-" վ:ǬFmh-֡)E_G\KV 7 jD&Fpd1k@"0 e /Ki9HIͻŶ $Oknj;1% !u -#J5t8,Ty}־/!SU 9A cd%ԞIEqltZ{S1Q >9qiCvdֿͼhtxS\#Y|ؾR0'Ҙ+ F l0^ώF]/ֽvdI$Nu<@ ? -}vN wkN!{Gh;8fYzzbI}9 heZH+1U!F^ 2Uytx'N`u.3d怃-i<svYAiq г5#rDr01^1'lLs/)"'}C#UOW:PeMs/T'q&E[hrxp04`#S/Wc.KUҀ uz ~Í[Q{HR'>p43;2,Gn$| -KGlau~v˪Z&AHނ@Y -kP)x"j(8E*?tmO`~%_aO$Mc -,٤(&iRO%1{,"ҎfgY3<:s atH3A)TԙC~JQDq) |;Ud 9?>G'cc"$^FsHhލL$W8?Ox26T2!s_ǣx*=~mgtu&fw8O_#biM2$oFha|aČ>C7 If`$gX#1LPJ3`Rj<>4d [py0s +Cwr#NI!01K^eAÂ*(jv,Ti,c~%wbs422NFhBRuvZ>T2D -yXWEq$uOIֱJk(hUڅQ[@ 6%a}5MH5#f:M?);^;[qV{)S, i&sL>_-NW]%l\4pmB̶vUfǠZ NU'^u"k^ybӻA]6<,ͳlPl7" .oPȀl,PAO& + YAyc+?8 yCCZlb(oBZi 7!-u7Pބ7]|&A ]r5!!-mW6Pބ_MH+a!-YB:+4JJC4\ɸS<߾kӱ{y+gYynߙB԰r"u|%aoa]l Bm(c^ !re`;ACC'I+tG&Y [Paf<>;=UP`cy +֟hoФ':_ަۥ{Zߤv=o /DZ{>]]0\ܦ +#Ÿ}T1/nT# 42F{idV}͍ `#_2MUrlZqxvً^kdDsb^t{;bYlI"f-rVQӤ-[NUW٬6VBWI:KmNrv pҾ@E2ߌ7Vv]z MUT~GE<і@[#nЈq/ .6EaKɃmOnOE\#[OJ8Y[*'z$zi;">*2,&د5W a5PlnlV; +E#24}凬+CVvLw?܃ޝT̘pz@ W 0oP f"ٿ=fߡ +?Y.ç_1@V8Ay8\O*xڿsy:%e(#" =C +a%2CI6{{=Ca +:}=$`p O_.@@7XDb4m_WR>G-Zp"!bTj$.x_T1Lਬ үJ +<.O2/AJiI8(k= ({+Ê!( C) J:*_S)b +nyDe`~TyXAp{P%?cp +8 k= {+Ê( )l4^, $ӈs[Zp !@rm| TXp = {+Ê( ҤXHb p = {+Ê( I)b忈ţ_n endstream endobj -1206 0 obj << +1346 0 obj << /Type /Page -/Contents 1207 0 R -/Resources 1205 0 R +/Contents 1347 0 R +/Resources 1345 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1188 0 R +/Parent 1344 0 R >> endobj -1208 0 obj -[1206 0 R /XYZ 144.727 742.991 null] +1348 0 obj +[1346 0 R /XYZ 144.727 742.991 null] endobj -311 0 obj -[1206 0 R /XYZ 144.727 510.856 null] +315 0 obj +[1346 0 R /XYZ 144.727 340.495 null] endobj -1205 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1345 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1211 0 obj << -/Length 1123 +1352 0 obj << +/Length 2468 /Filter /FlateDecode >> stream -xݛ[S8)Ї0TIGCہ,)ji>lW'h$EvrpFFzɫ,ymjIp)h]uu/_u'_{zG2_=)f>[zbcShy}y6:;kT<ލsu{^szsO[aO]rr>H>~fOkȿ4ҝ_0aj0Z*:e8 Hm~- & Si;G=g$T7XamHd`4]nP쟱,:쿚@VLs;ٚ!XbݍMȔBs}@5dRʉ<[# *.`OB)PD)j*Qx"ZAE(cCޓγkWdxBET]EJFri߿F^pu\<MXzEsjT4ReT+!LVQE%/1ypSN4)FI;|hT}kějcǮ[lm879ȁyj0^V_ڵ[C,1躵v2-TR}循kCU -09+{+aE4ґܬ"-cwA :r9`2<(VOgvWT>q!FTXIk&؟ɲ IgYViSv->0*wsR P۳x1 H%'mf8n׉اN #)f< OO0l*@]~ejG/ʨ0My,>{9 7*%+O^?JaT@SJLb 9EL Y|îeW3fǭ,H/ +x՜]s۸+;#NMw6ĝ^$%V*J^$ARD; E qDFϾ8ӏFXCYtq1)&2RXDmeiUW13۞gdE_EpPvlf*?uLWlc&1n/~:3qЈU͉,'goh)D8DB ygԛAQn}#+#8:2TsW'6%Rh5zXWRPũծɣaLS Il;,"I4 91.fp_(%2 +EMoS٘hTVp LVTbyX@awV*5Hker*WTƚ@GeD-T#Ơ۩-aTTh0R[GA%", Si,L5T* !K< K=$ Ol1H~<.xpk1TP1!x^ p1`/_gv5e$~$\CCbtcЈa@*F91P,<]z@"y`;د} uP[|k7d%J# [Y$aXvlGVp"ʙn/3pFGn)q6aq{`Q rSLR+n2J0xܖzHܞ.m=b n< ay][&4:Utgs]8gG)# K=$zOl1Hذ<.N/ٿJ5Lr;,#Y`3[#a[TV%2~Jh}J˨L0UP1'\e+zHL.t=b < by]b/*mLU-0>w`]]ߤ>]N-h#@@"6hA{r9f6-nNt[ "=$Ol1H<.؄7%5&L& +h˟nUfZxd&xgu.e CCSI5KtDXnWĪs=BßFy31j6*OZ+Ybkj)!%24bz/4-hqo0Ybo2]RfJ<9=NqV'qo8ْI_[)qrbo^;a%wL kL&CM%%UGw|ocU_]5^kjU3۪݃0yNLʓGXTLdN3^2b +fqq|D^i}vYY銸.eH[K؋iozmo\_o%(OWUm~r?~?K)%_܋ 5JPiJҒ[z[إo;1u7ںr|Ve.#9h8B# 3?l<˧90CAiez((t.nxELLjvޏuՋ|u_2Òz3ÇE-jO R.Z̵Cz !=vCBAdyj,憋a6Tv4im>ETi I2ɨ)҆-v(OMQ0)HZSOtY8D |+OfKdN@ <98:W&B0Y, 5nSk%#if) Gmv~4=n^}f{dnfGpb ;i ^Y) ~tvҤrw +oeM%t&Gؙ_N5H[6Sl[ +>T] 4,YΗlܶF1re6>9RiJ4wړ=b +ߞi-KbRy:.lq]AݟP-(ֺ#!_#is"wI}ӏ1sE}i2i2sՅoH+s%GJX@jaSO{)NcW]\)YQr͕/P%ø( P=z8~{c\mfdn͡!re<XX<< GI'LJZ&L^4ܴun7AݵzON1O0ɲo8HBUF"].7g@.?FI؟LW[)#bk,K]4ɥn.4]IZ@n>SL| endstream endobj -1210 0 obj << +1351 0 obj << /Type /Page -/Contents 1211 0 R -/Resources 1209 0 R +/Contents 1352 0 R +/Resources 1350 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1212 0 R +/Parent 1344 0 R +/Annots [ 1349 0 R ] >> endobj -1209 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1349 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [271.524 117.197 345.745 128.654] +/Subtype/Link/A<> +>> endobj +1353 0 obj +[1351 0 R /XYZ 144.727 742.991 null] +endobj +319 0 obj +[1351 0 R /XYZ 144.727 556.939 null] +endobj +1350 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1215 0 obj << -/Length 1241 +1356 0 obj << +/Length 1189 /Filter /FlateDecode >> stream -xݛ]o6+ fu`" V kzWm/dk m }4X߫DRvhJz򞗇G4AoAOљQ_ -SH z9y|82y_]{ڟ]{]ܵ?v._\{G3ۋejӻ{*P_ϟ$!.ae(\$/_te̍F7qX*a_G/A0l^6##-S2v`m"SFS4ސl ĎFxOہ1\aa? o7=:p Oq > -eD2;ݝpO&?/3Jq -4$Gd 43XH#‡&rfQC)TL`ZPQkRNnNnDFD Mr IXeG"FY_F-Qct L$&rp0+!j4(xN@GlHDS魑d$d&""TV+nWk7 vM'7.+bw_=@d#oP2CudY'aRWT0YI>"TV= 5"4蛬UF0u2{ ,z,s2>x4&'tU""t Pd:B'&RF2L#*=Fn vzq˿VLZQc;l;(yZ_AP!9#bI '1FO^+^y} )JJGm QjT,ej^-6xOhT+49ӏtm/ӯ, +kGQތDB" -kFG<@ErZև;j V}j- ±⪤McM#_afz$. [{r[ ro9-2ro9-*r"鱖:"I4b"Ihy\{HN}&FJrŔBJkqG?a}ALsg A?sV+=/{b`eɨ,TښlmM(7zk RkcV-댕4>llF1n.>h,RIh73C[#?eYQnZhHLEomLEbCn7%vy]6 +xZ]s8}ϯо%3DWڙ}nӡ0.Pڥ@_il'F$U^'Q4ɹG^] ~IXK4$ +A5D I '9ytldl?$$vҔ\ʅ>ƽl|kϴ^NNϦLfo&o_>r EwAg/|{ XoFEr6y}y@rkM6uDTiᮇEw` ` (" E3d*K0թ0dɾ[X2*L#[2]ng-+MY>1zˤގOol‚Nͧ_-2Jʄ}} m]£^]x4[F}K +%r!vQ "r\pA{`",E03Ld'pq~HMAeuCrFOHK^-ef[PGe{45@W-,vHB ڪ8:Mr߶-R%RH!WN*Z#{ TtocRh-UHZEP4V.JlHv$w`$_Z3E^8 ^X0%zc;BM/ݖ,\ y¥<~; -,iոyP{~ۜ$^k3{L]/=u:́tnBĞr̟u/J7 endstream endobj -1214 0 obj << +1355 0 obj << /Type /Page -/Contents 1215 0 R -/Resources 1213 0 R +/Contents 1356 0 R +/Resources 1354 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1212 0 R +/Parent 1344 0 R >> endobj -1213 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1354 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1218 0 obj << -/Length 1462 +1359 0 obj << +/Length 1291 /Filter /FlateDecode >> stream -xݚmo6W$[e@e](qi>(bQ IGIdɒMR ey|xwo<yR e@v<8O?CRgI%)?'IRd /JӤ尋 r~qs UbƢp< '8}(S@ʨ XuHV9 x. -]4FY"ܤl4ֿ`8[vw*[%x5@Ekiw%dl e o!t~uS -7/39`W+?FzI#;ن ;ڇjYJ[Z*[T֫ZM$P*7PR~]f_v1_7ZN18E] S\M?Wy ԕ9ᐕ -2̮K_Z6@ z(:r {W 17kyJ{&dPŘy0p4o> *{~ӠXu\L l Z|vvr!~NTK6JD8ߘ9l.JL/g~PD`DxYg%0\A1XE+TN#GLFf*΅8F^ev9l~a46K*Qqh#R G6B)StOʁץV:RqTSTw\/輋n(]t}J-[;bpl&s=b0ra;> 8NRT@$Kx0ҬS9Xr|^S_[}V'`$_/͖o>;K\ɸG`oh9^f)aTZC*NI5*c`0 ++7Vh4%0BS5Af(|–R[թ2dV30M ռrbSiIonsWԂ^yuRǧm.'zܬ=c4\.I  ehR +/\\/痋qxj? FB8SԸJ` ϝ2 Lt84(b:YL8J:A Ak4"ʇץ2|ppJVLQ AR6 ݨF@KK?Nf)h>Y"R:Pv9H0d a܃7m~̡@rpgׄU,.i_OmS[UwB8VӅ."]"hA*+4,()uUQ2A{/@}~,*MmoQLmA1ˆ>QRۨDQM{Ǎ7EL +kUα{! {I72[4Hs~A@-`Œ{X tI6 sϽ:cF.3:b!ݪL1E7FWȘHWLfc+$y\#ߤH;H_rIc|&m"F ۽lTDN$*QyqU.mɎRBb+ (= ~[> endobj -1216 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1360 0 obj +[1358 0 R /XYZ 144.727 742.991 null] +endobj +1357 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1221 0 obj << -/Length 1561 +1363 0 obj << +/Length 1701 /Filter /FlateDecode >> stream -xݚ]oF+EDrf*bJ]v׽rl'qM 6 - 3;3; [_zwg$r$&V"#I%@YuyD /_~/eoNt-t~y_:>R}o4ϼb<1>" _>uN{o?[d)5' #(_ub1-9|v;8П@ 4Kb%mKW\q94 5q8usΘMת0Dq3lB#UM/Uq>>'#?~cO= \ct¡ .qG| &J@?V1I*3Vg2}0! Z9G@ xjxUycB?j>]{QhD}3l.z$`s|Bu&!Cc7dlO!2ld|OԌj\F"r@KiDrDp\N&)hi$26%5ClDfX=f u id Qa As>l! Xh: ӻ(D5*x l(Ac3Ԗ#YUO᠊`7ڒW~p@!Ʊ¡-_Qyyvyx@]؞uZT*NhvKW__5j!Α$Tk̊&Yɀd4'EIe.ӓJ*#)YaV3 ha7Q5<\.\( -g%0.I縘4tu cu ֑҃saE&P?AA}t F(=t-񆏹-FXG錔JƥLĒqiPPJv0 iퟀE - ɚkpvA _'VOAfH2jB$X.H &{ Vgg'iogY7yOrh fh̷7޸KZɼ'];|>xze0wGՠ:[ @x&yl!EX;HtZFvMÕ21rD ,wMOમd1ƖTƮO6H4]z1٨||wL;UIgKNKb>P\mx&h7sQS#% _})xK(՗"JF_b(?JM?/DK.漇 V>5V(*h7il$i.d:$`viVH!xUB[3izC0[}5o4lt0H{{}赆QdUzbCPy%Fl{7Hj "0 -R>#/#Tm*̺5jU`šw J$5Huz BkiG}1 ZΞf u"U>dY^^%=|(xmKټ?SA9.+0"XPՏ/s)Nk +]Swe figo/uc{;mx~/Lc +S/+=i۫(IURχAIJ *yI葵JcHIf:X>c;ʸPs:H؂W̕Ekg[5˺[ug]mܹu]2 PGa{9>=Ómfk.irsgdﶎ1[}^-#s{9';uZD>8~z^H/./16糏sk<['<rtJO F[s$(G:{o el/sg7磙6.2zʹ=J2~MǟJNSiق҂0Ǫ )MQZ 60U"D+V5}(L]#9 _ dZj8M[%q5?Mpt x]Z&0Ve)3(1}kg9ZgˉZο(Rw$aV|BC׵野O7}I)) `gbxқ!(wz((W8cg9c5,(27Cz_ /^̴A>aj| endstream endobj -1220 0 obj << +1362 0 obj << /Type /Page -/Contents 1221 0 R -/Resources 1219 0 R +/Contents 1363 0 R +/Resources 1361 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1212 0 R +/Parent 1344 0 R >> endobj -1219 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1364 0 obj +[1362 0 R /XYZ 144.727 742.991 null] +endobj +1361 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1224 0 obj << -/Length 1660 +1367 0 obj << +/Length 1510 /Filter /FlateDecode >> stream -xݚ6_/kcIajմLV -wKxqB o|}B/ɓ&0DVC3 -8f‹iGHeo4Ue1kOi˩ųZ ?un"w@atqj|6l/>o(M%NU(KQmjb~n~>W&XG7BBUbJ ܁RU@O b˙--s/ -cAݧ޽`|-28.97ܹ}gU-9jT9Qt9%5v:V6bP+V?SgՊ&`f xX` T1`Re'j==H~q#F Igljm(] Yw33K`JP!l6EҼlɩVyD44 Kj;%xqd%m#<zV/B-7NR۹6^|@hO!Jht8>eTeeټMvɵv)DL)"o$=kY׶ZWw->il]tZ ڸ䟮>i 0-n|yia!P5) 4֐#nie'W?d?Mc]ӪA҇lvhj  yCI{'SYRPFq]Yǎ}X侥[iòqXbzcXK E~XY%XbP\Kzk-o{?4D7|Gff )Sݼ6IꝶmGʌ[/Rj#t[.C[ tn$؊Wd+DOAd$0uؒR}쵺ɔl -tk\]7Sʻ Tg%5y1Ae w۳%FB3L)\*j*j >&bw1!(SRRs$P w;!ɔuWNw'28X1Tf[z %%r]7v= =G5v}'RXmit,{Xbb_sgohRdL+}#%+=mX%_ +v zY+[ϕWw>3>}(r$f|pbD9q 㗙w`oރ'x +7HQ).fp?:;¦MMM f2!ru/lئ9;J?&+wrV7rDŽq'}>=xL)CQ{{cÈ}EC ׽z8s`$aڂ"=5"82qeci'I l[W6NA\]mh$ڶ=nwvI"v +q1 +R☟aW +kGJa|Xl%!> ")A*D}_.Sp6򢕂cq]`RL:imJC^ՉkB3BB[l4I@ >SIԍ)`]v/\rW˛eɥh\[/oV$cL^@D#I)U6* @F>(1S( @$[rg^1d{${; +Qö%•+@n3/P㸯 џ 0P9RlMmKS)b.=Q*_}- XRGE[zN\.\lG[FpO r|>̓.[K<} +Q,\hW먢w_ʱ]$ؾC ZBDe&y ,\o˾s·o?GIX9n=H6ѬeQL_C`SO*zBƯ)<'U;!5~B!Cu+Pa+PwP\^4% h״ŊNus(_OM+Ie#~ 3CU1GUԕ.HIgϒ_ aE22=HJ JТX&}dx( endstream endobj -1223 0 obj << +1366 0 obj << /Type /Page -/Contents 1224 0 R -/Resources 1222 0 R +/Contents 1367 0 R +/Resources 1365 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1212 0 R +/Parent 1369 0 R >> endobj -1222 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1368 0 obj +[1366 0 R /XYZ 144.727 742.991 null] +endobj +1365 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1227 0 obj << -/Length 1197 +1372 0 obj << +/Length 1959 /Filter /FlateDecode >> stream -xZKsF+)SIUɖʖ+ήdP,l9FB˥=|3 &htnD -kE(r^+9#}Hҽ77#o[#?ȟt -:\.XiF>0ewM܅;Eb-^C>w*եkC!hqh8<>4?Gsmqɱ<CR4 v ,lk) 4Bja| :6ZF>Y\a$Yq/wu-VPix:U(Z% UPe ~\|yG^ztwt!}xXl9U礠:qiЁXS KdxS9.N'WvSfxZ8%kT83?T'|nGPuDvC ahM@@:@+TP}! hL8 a(ܾ'zٜuz}֚:`1x'Le @&ZCsM=/kȹLicYbj"կUu@ŝW?-bۦ7W"Ŭ\-[ 1F.!pg>$&ySOMhEnVw4 3NWR[Cږ0 [0Rˮco9=xQ{'+ յtIƭ)tpjL0~j͊7%uNphswֺޡVWuxP̕Ē7Gе$o ;bNr["['^p$~_d>\`G(L+w]McξƦ+UⳚ7uFLcKe⨝}9V7H4H%vͩlGMF;nzlQ<ƚ#=[nv${ &2?hی2Κ1:z`3%cdse:vÛ\*cɃg owu!du -Ĺ"]#Wd r\E(sE;Kȃ.n !]yw!ɻ a Wʾe1-]HMt1݅d{e7?2VMɏay_{ʿ{ytԠ +xݛ[oF+&s%m-v]@Ihi,E%:As)2ԅ-)z/̧32́7x rƷxs<'xp>o'}| QX_>^a_̓,"3"4P:ǃH:hex>r&GLv >whFQy9׃0 `J+0C]x!C)4cXver'SZ~+;fd8.R=Uw/}?`ƊE0}Xâ#N<]> c=$B|.nɧ< +!b+R6<^>W5˦KK`n&Bu!w&v%<=n{p@저D:4;4I=,Q $IHpWH}EАfaOi$u!x.H$S8!⌐j(c#L\e ʿBLo" +0i ̥x$n 'H?G0FJ!U ]"} xu<(Jc|@фZDPDriR*Xyb&3|/l\sI.´9" +'aa$>̶߈^{A I@e?B*v)wrgu2@ i2qf~܎![dY8rv(rswq O#w7iIPV0` F\=iH@ȑR&d)&noKM Bˀ1oMe+)i w7{JL{-,#G&#l)f; #8B\MYgl|`wҮo4;ĺe{w(}嶞|7m۾N)e'Ǿ> HiQCmPmAj %yBt%K1>I>Uٽ&%]*6!]bavlTR`"ssJ\9?3BUCqDn[DWT~(=C\pǫUY5\ + kOEq:UҖb X:]UOJyNʫ̴̓dj2ghJc&AdU֔~卮-%jC[֒iOlؖyY|-/RI0O~EvKhWKo`̚8>w\\] n\d(p-o|w\_t^ڕ /8Sz.;-j|(Lގ"Ji뭷}_gw`ռZ$t9 }I4n8ȟB~f!*rs}ƤhUg6N#wT1oXck)Z?m +{X 5 .]f.Y\r\Jw[PoDoӠ_C\ `~*Pܲ +It7vR;2ugї<^_> KMlq>\|$zTR$;X6#`x P~`UqDL zTwQMP ,e6K|sRy. mli|5۸XuO9 Φ|9?4:{7:58{/\n_K.cMq3V' endstream endobj -1226 0 obj << +1371 0 obj << /Type /Page -/Contents 1227 0 R -/Resources 1225 0 R +/Contents 1372 0 R +/Resources 1370 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1212 0 R +/Parent 1369 0 R >> endobj -1228 0 obj -[1226 0 R /XYZ 144.727 742.991 null] +1373 0 obj +[1371 0 R /XYZ 144.727 742.991 null] endobj -1225 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1370 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1231 0 obj << -/Length 1179 +1376 0 obj << +/Length 1758 /Filter /FlateDecode >> stream -xYKo6Wh6@"Ythڍ{(ڲdg%MzIKrfD!|2]h$a0]D8TLza4hxy_1&K"Ng?2R9牼q4!R ?Йnnpy !tt;481\N̂-s@jMr -dW?(cAn̙RfJ0yi3HRI͓ vW'rAO|4|)Bq:cM$v!lDhdwPE?Q*dUjADL074e\(~ԓmwN5G\Cz7 7t1<1G tPF1UtǕA -9שNWgAx8d|k|C8q7G |Ug^(rnROvZWe 'i퍗zs"m;=y!!84TJ_DLWdJwz}У-Ӈ"h j՜UصjmUD ̱DC%;A &`6lyp;W2HM EaUZHsZ^ -GڜgO #c[HWc5Gq7ڐQXb@ W 3s=UxR0NW 6Xq:s7pFɮAdJ.(vC~ཱXf~:.-2wk,RBQq{FBK҃]$FHBh$pc(Ȣi/ÊuqM}y{gȤ4?'?a +x[[s8~ى IHNݦ;;{iOmgb3&濯@` /@&8LOW6L=g6>{Pe +{AܝЬ. 3n-4+C5Ci/YtbSs +"#LE; 9RN_Ѹ(9Ch$yJ@$i[dZdh2!ɭ uM?yѮɓ2o<7躺h?'NC[xguW.d=(i(Q:>WGZC辯2!S縱'~ח";˰>\9~$Rq4t"dN5.tVWmW֙F4o -igҜJߑV];Ab endstream endobj -1230 0 obj << +1375 0 obj << /Type /Page -/Contents 1231 0 R -/Resources 1229 0 R +/Contents 1376 0 R +/Resources 1374 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1369 0 R >> endobj -1229 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1374 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1235 0 obj << -/Length 1573 +1379 0 obj << +/Length 1476 /Filter /FlateDecode >> stream -xݚϓ6+SoV$ :CI2t6랒Xmv;w7O[rXHOKoFF/^ܐȖACҔdYԘƇˋ)wYWV?MV򷬜,gV_./WNS/֧4&:s°.>ގ^FG& R0D&<} |k`Dm˸͚ ɠF8W5(d&[!I4&lynT"*)|]ֱӑjx`'wvXmp.i>ݔmxiHL|K/qfDŘPLr1 ctE+b=ٴDOik;U/D[#b-Qlܹ;\EEC1D[)։3΋;0:0>;Mp4h9;2iM3M ֎[z )ɧF20fww~h6JpJ<&N"ԣI |Tq*jw٣٨w"dmײc5nײ}>jU'h?A9]xGro击F:ql0A +xڽY[o6~{*j0lES(֭Kɒ+M }"m]\LyI"[xbtpq^taP@/`IMch"᛺n/eݾm>x8m[J9}]/ 2*Y"M 1el}< 0{ l5b#J~uQNSo#hbCeM cD` X{\\b褰Sф0V *pffs"&D[i{>kq26ie&?= l[C;(ܘl*[' 6ḷJ&w!ftHBx NRa)wg7c,GJ'z|tґ0CŃ%o|/.Z!|v};%ݖ8[W:#Ga߈>藍3t?h 8@xGLz^יy1pzwX..iؑ +n߸1/u(dmT%:D ~FB#@p8T9*W vaZ?l7* 08MiiDywO{=bxNnaDrS]?ޡ+`1^~]_Ulʤkyh+XǪ+ṈmXLQelѾxeɴlsE^kz]) F!^ doVG7B{D{f\Z11yⴈjΟ⣒=.ΕD<1cϷG{|m!z~kA_ @J5Gd3Q=>Vɷ*8YEڥ`F~FBOCB-ՙaXdQ$ຂ6)H@V*@mB '"p$i֥ݢ'JCIeSHlcz'ȓtQD{:ɫh&5 4c~}:qSŃVeL2Ӫ>ՎKN63X;UV ~`?*X.ub7eU "B+aJFd}UNaT+ˬcnKU}*S;fv*QWl|:+ endstream endobj -1234 0 obj << +1378 0 obj << /Type /Page -/Contents 1235 0 R -/Resources 1233 0 R +/Contents 1379 0 R +/Resources 1377 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1369 0 R >> endobj -315 0 obj -[1234 0 R /XYZ 144.727 539.09 null] +1380 0 obj +[1378 0 R /XYZ 144.727 742.991 null] endobj -1233 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +323 0 obj +[1378 0 R /XYZ 144.727 176.43 null] +endobj +1377 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1238 0 obj << -/Length 1324 +1383 0 obj << +/Length 1347 /Filter /FlateDecode >> stream -x[oFJ/ЮUxV

\Kr7 ~p>խz=Ϙ) nۼ0y:x)qo롿]TMWԱ0o]D;G znǞOj۩B?v>x*$4U!2E̽ -`{6MfUq|)P68gwQt.0Vq}ȧ[I4CԷyiƹd"?%Du5Ѓ orLKO4D9'uvDEHIɆȫw;~EY/ٱph¡[@6pmt7wK;HMh|h+phtџ'K4 ̽"]FWZo ~@ 7\"啞V?Z)װgJv_%C0[°8ah:pܩF7ډݎb|ՑI:?+ʼnΠm hkhJO?&  F )A7.aMզF'.YG+Aa;8 lfm6!PMB= ` k\kȷV/e;'K}ǔQ ! )[VX͢SBX8^pߣ#MW! ("H4ijO !V2rrjJH`u=qN;IL]?:vX9ȷaxZ8娆tD&4R;B!ч yy1"xHF>DD0EDv|/#B%Ѭ MR iPNnzlL% +32f$4=LakmE,yadt0"FU?wƜ@Sz{܋4ڜuTSŏp!2xF?)"0Xy&ܪEz1l|>oAq*nla6Z9ڼdNy+=3 +1\SP߯Nb9?lo=rH{\)F x^~ ')jNptsJ!~Qblԡ6keljs^DW.6Β6$Vn4JdzBQEGI%1KMLNR1}0L:\ڹDD_IsRXY_Y7=,el Q*Y7,igORYX&|:C:Jr[;E-&䄔ǒR-{s_12]'e(z[ʆAh@ڕJdDPBt.oc ĂM睨{|\IV )ZjJ2钩I+AR%H> endobj -1236 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1384 0 obj +[1382 0 R /XYZ 144.727 742.991 null] +endobj +1381 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1241 0 obj << -/Length 1067 +1387 0 obj << +/Length 1122 /Filter /FlateDecode >> stream -xY[o6~ׯ/IXF6y\Kx؊XD $9߹%@m:5j0/f J"d* -989p4`m{llֶmɶ6.ٯmO^LT7Wt=ߤ?61Cb88EGq-pAq`NV_;u (PHf^c24_͑RdJ0E~H$2D/v]b'f2J?p4dMG)T~=70\`V|E,NKq4h74M˽(0m.<7Z y`O-g_k(/b(r(?j]n8_mϘrZ.ZfQG:s1S9> S`+|Jt0™*!3WvT"Q/m:y׏g".7&r!"fƵ0<[n{vUa4PihN elLp l}gj1j]8$LO=Mz5]&wB9IΒ6Ό&p >G|.y%01OgpXC$a/ct8tpNL07gty0\Nq? -#ytԿX͋?X $9_&n![jbwyue-?6[nb:pw\v;q'Fw,ayy]tr;`=77<,3OmeH䟷;$$7]ZZ6Wqb$1]\wDZW3a.6emuKVK`~2]͈p&7x_:n1A5U\Eb$+yvBQq  ->/{"ѧz+2zK@VuTjR%B -NKG΀/ DD^uQurß]ur㞿h8ߣ8W +xݛ]S@+v, "xC*XKJm694lni$o󞓓yllY4P~ATFZHl8JQEs]N6ƭl|ٸ{)i#2*r껯q3OLƋisom{O Mc*L넺 N7RtI>t +̭A7c;Dd7!wb,oQNn2a”*ѡ2B1_0qcaPvO’O*nx~lb +ьOn۽tZآdri֦v4PIZuJp ryѺB>zvzY@ .5<\@1q+eȱ,fղBRl%$$Y@ 1&] - +*Ρv6KD!ؚ<-\`-C,EbJpZ<2_ @]& #c&eqNzQt =6k Jt!Qu=Gd@&adL{?6ZbM a. #ƎM;yanԬS#hԬASêI{:&IKH{딹e^NW6Bn6TW 5ļ(OkṑT2B{ xdlȀA \}yHI`OVy^0m,<*<)i'y!mS/m?LqGVe9Ӣ+x";KSf䥑#eFE[ib'b>181ww2Ee/bQE +\,ųb SR<+ڜ$Ä\U"vR +}OJm(x<%*vJ~RŦ9fpRlH&EI MO * )ш f],gDŽǎ oa)s#!} KZ޾@)ѱj #1*EX_kb+i?cx>&V,{ˡ;Jn,XLX>=s\ <%2v3UQuCQ'N28+lkZy_.u3M endstream endobj -1240 0 obj << +1386 0 obj << /Type /Page -/Contents 1241 0 R -/Resources 1239 0 R +/Contents 1387 0 R +/Resources 1385 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1369 0 R >> endobj -1239 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1385 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1244 0 obj << -/Length 1119 +1390 0 obj << +/Length 1324 /Filter /FlateDecode >> stream -xY]s6}KΌd3Iۆ>ty;ی{8A;/BȒ9GW/7@x3@0] -_^L9}_u{ۿtn֭3ZKi,no/pm^߯1z 9cLŽvt>"N-@J|S@9`#FH(4@.=0)FH8 -4ǷǦ{鯲wg?`-V&jߢhZ/D03oЏM/ZA㠰EHɠya B+ "4ς+Cʕ|\E„S# 0 -&5&Rf_DqZ ~ T\QL(͔ıs?iBleymS eĨe3΀˪_%PgfO ;2^`JǬ,]]عʟ5Sv;%Iq$QsU+MS?)dFVIpͦpp*ҟP8(-Ԑx24X΢tnJ<8F}a|E]|gQ? &1:- Aû [ǏŨEbo#?-ccȉEҗRX~ˡS"BRe=b"}HE[8~[i[aqu_?G3qP+"}:QG"h3W{pJ]5b +xݛ[o6)+fxH^V$a{j&[R NScKV -;4#?"qqoȘD($(%hϓ߳l<_8?.LY#l<7#tlt>^7wWqS e 9޾ɹ㫄nt_6upD*a7?{%^1#-30L( 0XR/%_2i+ȋ5~lt#nXa +'匛d1g} r·;Z\@/`/n#nXdP!B%CF2( @H&ӇDbi *ad~sz>wm,h_)Ǯf0D@-Ѻ\?,N[GrsH +p\$*v"^3_B}n$ܢYDmK +(D1-X0j_% ھ$ DXHo(J;Xf VT-4YR2'0q{;[V&n$Lأ.lY@,ޅ%)6Lf&4j0DF+6"!JygNV"7QʁJ(R;QpRa oHQ~p1 vڿݿ/cGĉDб 'W ƮU"w o3u&ᦫmѿ|RGʭ}Z6XhE@D>ź`84:lj } v21P1_Y/R:ub?+%{Z`rvϿ|S)]S*ey ClJRxS/3U"6 '#Έf$~J&5u${\G7螞#b!•zR={6e-q2MO ~,8}dc82(Aa)>/ C6Pr+8AzS\1{C{T*r 7fx WTc4GW͑ǿ//gS&7X΃ɿT- /#hEwo wɆ^$F"cUNBm8*+XD_7@$z^Us{M*cOlx.D쇻4碣ߠHש-Bvc٠H7῏wFTJѱoH I{Kp'"}V "I݅,??w, endstream endobj -1243 0 obj << +1389 0 obj << /Type /Page -/Contents 1244 0 R -/Resources 1242 0 R +/Contents 1390 0 R +/Resources 1388 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1391 0 R >> endobj -1245 0 obj -[1243 0 R /XYZ 144.727 742.991 null] -endobj -319 0 obj -[1243 0 R /XYZ 144.727 718.084 null] -endobj -1242 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R >> +1388 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1248 0 obj << -/Length 1205 +1394 0 obj << +/Length 1478 /Filter /FlateDecode >> stream -xX]o6} -@S$ CW$ŊbjaHJL[i"K[}%<^~`~T G"-1q p$)}~0/cOط~6 uVm=1vk@r\q4.ic%Lww#vHq&8cgs0bZ9Ma!Or(Gΰw/Hd%930Ôe:VڑX!Bk/O}@#YI$L0G_?> -keGWb6xM@ ~@0^^w}w:;iƅpC@M6۹ȲÇ5wvJsUa[_sϫ>Űh.8L.7DdÁ'`dq㨸3p. X4ǭ?JKA@1:9C0_"`Nw$\8{ £oK |&00q8NOiQ3>ςi ),TUIbL~ Bo:tǑ5cH==Xf2]S dB-Ew7+:3%$N&rUiw9%6(3UQl?i`e +aUUJLXznR?нzwꕽ\Eqd4Lx$GViLRZcZUV|PPee6>4Hd:FT)G MD>&HrT U \Jt([_[?˪UWRbM U[(,%HߐOD뺋=d;f5;wYTJohAM!*WkFRsR{6"G͇?Rի]_-X/vX=9ocw P9ptH*j[ s[wW NNt6uk8; ?@]Ku׍eWr+#fI+HoIa81"[ǽL-πt-+mQ{/FgMF}`7k2hc4ޝW{ҵk6wfÒD6|aрh?99<L=wĂLB+L2Y1]KJ$nR`셶]Ȯ 7cFu]KPV՞ˉ%ad/;j2{.Qu:4{ܔrX(i˱4JU.-5̦wERD+iY +K5i|cdCb k,@l 5vLffݻO~Ѣ + `+.(T%ʄ$wP?)H,"$;HWT_A6\z +@]H* hTPmDE@](a,?SWsᖄ}n64K&&%hpdcJ.tUlC9;=K 4%lROlju4XoAZJФ_MՐ_MYGj2F~/$L!#/˯^^ş(=M۾}:6( endstream endobj -1247 0 obj << +1393 0 obj << /Type /Page -/Contents 1248 0 R -/Resources 1246 0 R +/Contents 1394 0 R +/Resources 1392 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1391 0 R >> endobj -1249 0 obj -[1247 0 R /XYZ 144.727 742.991 null] -endobj -323 0 obj -[1247 0 R /XYZ 144.727 302.478 null] -endobj -1246 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R /F576 1046 0 R >> +1392 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1252 0 obj << -/Length 1447 +1397 0 obj << +/Length 1647 /Filter /FlateDecode >> stream -xݚKsH*0/ت)۵l=%9 %o>~8}aŗdz|df0sqm2u8JME!1cɏ|t3F+?Йe0h' 2|j!t0?F`K$;cIr2,MKcԡ 4@r `%_]Ǧg_V3@:[9Fe - =ϸbUn<{T/w `>OO~){*>x*֫љ[h3K\ùφv;4PLq -B}ڬ:]BJ5\^b;Ɲ}o;D8uӛMIj.h0Ӵ忂n( V0gbP7ɞ-4 +gH+eUi2PV($\W=b~̵Ux`DgrV\zƱuN$rj4"Ń]ZF&E,1)\uo6vs -loS~4)̀P4B:E\aM m[^ݚv==)2z:L(DBGwBi/!ҊP!7|q+n#t#;nKnO\溛&ә'(SzӉߞLELU P]M2.I{&PE}7nVT 6uA+ -waϙgz"z:Lh[,oI{1)VJX a"*a95ݒ;1w)ՅQe+BjLN\tAf!{޺#w1I.@V7xG4=oX"=Z9}2欒.H/Bve =/0G }%`H,* `cT{)'3Z;nb}8*46>PwdQDCG͂T8碪TG>v:е+P݅^y(@}J<Hcq;j]P$O g6կQ2x׹tvBύPM:@V; =:# v;p ` `▀ B2T"|x Pxw>3$.GF& +'YqGo|O¾(ї:wy`rXjg ٭3~ ~K/+)C/!PRY}( ^;ѽ B@`u߻qt(Dc7&2";.#ևh2?:}PuxLC㡢@0@~o^*<5yt{7eĺ&5&=x!u1ò稪Z7g̘>bRǥ,!g +&xoB:DxR)7ķ8}sg.hRFPP0[q&_v%؞n =%${] yoV@,(BiPG +!pR 9zF=ip!P&qFK [%GT|(gMX'^*pY"t=j x 0Q꽬YhcXՆ6 *i3"UZ Y"'T9 }LĪ҉e G ?R%0P fz Pέ ф1gRV'|A$RPW޾ J6%OWIQA2Iۀ)RgIll +~p"YnozQqSv<+(V?]=$I/P4#ڰZ|}yw^S?fs |phF[0RJ%ZET'giUKIHlҕ7Å +x-ؤRrYiL+P(U\wpF?pR!JPI9g*ő +AM>* m# Z<'Jem0⇜%Lޔra7:~rʦljqɻbmTIYx/ېכXN:m"D4a6䩃=<*G%Sמ̼pjA<{T9nSʣRF$<4q Q_Ӷ$|_~Gs4Dc%{jT4|Gw#w8}fcai^xl:,& $ lZ-p*8R֡χ#;f=X?/Hej~sɮk\3HWniݺ%mҭk/>-js{;+mLGU@Lv˙Xpn4G=7P9o6>Ǫ*dA endstream endobj -1251 0 obj << +1396 0 obj << /Type /Page -/Contents 1252 0 R -/Resources 1250 0 R +/Contents 1397 0 R +/Resources 1395 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1253 0 R +/Parent 1391 0 R >> endobj -1250 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1395 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1256 0 obj << -/Length 1406 +1400 0 obj << +/Length 1655 /Filter /FlateDecode >> stream -xݜ[6EfЫ$^O0&4t+,'$lwtzW̃ޛA=țx0|=S8)LJrߔ(5%>>7cƇ y,,u-k`ѧde:x0i: z˷DpkyiJ@||>[dE AF -)~P|b{&V`5㼘 %`A^yZT̈́"x.9zcӰKՔhC?"_y.(NCy4 8CxsWMyҘ!)cwh.5|z(mI)5,RJBW+)tgdڦ29 Ϯ\q{W\ފ4J As $*d9S+RBz+XQ#eġ#zzxJGbG;4I$:Y!#ηP!;)͟_0zV! l\&<ץ!BASm2ۼ߸̻%n N|8)NeKBJg܅%iWƤe#ՠ+FCWtR<#$@SU 람gIHA7,| -V#6w*/qh.nRZtew< =jBh/!5C)%={N!!g2Vѓ <ԔwLFIZ8"]ֶ6“M5Pz| i0m=N{̃Ne$:_cy+299bR1t֛U,L͚(YBj&|@s1u4–b"b$(%{,'Ҡ+uM,*pɢ5)I]"(k.5&OnW$tSK}'ȸP/9ٛ;nP3*auxۉ 7^TƬ6AEŽqUϛ>.#T]ؕQ"#M\@r)g'W-7?O - 8L̈́%c2hXy.QfQޏujwd+|6sT;od/߫& {$ ^NFo^Jk̹{:]igs\;đըn&Tx#;5 lŁc(s4f:sĖX2wd3V's#,\+ttϳ:\F#m\3/9"u<zaGex.j=w}ل0;S-u CWz#ZfH/sx? e +xݛ[o6)2 bQ$abE.hA[d&HG]lI4勔BK*/G?IRx9m<ܠ&;ZI5ELk|x>MYGҿm:$b\ɲ) }//̉I"(Lesye]@ ?_ ^_P0`ndRI0 W01g,k``MZ7 nL^ɴcK0e`mBh0"e-e*ݴ՞})+&J6L_#qVwu9d&A+sM>6*" jj !j2N y+/>(#ƈmmޛ_]C_w"teVvGEMnUz[,5EbB +:|?y6%i;g'{9Y܄)}9 ɆJJ7T + nN~i/BM@ԃO=ldӆL)kXVeo ~̛Izi~Wx~_E}Js;'VF.}{}ػoLg"\@ +/4-}AyJѣDre?"(_-'3~$FI.!c"M7_iSd9wEOH(CpHܵ|!Nk1s;LR[ђ.{ i˗eֿubŕ{z2KE&KJQ.ZțΚ qQQ݁D2Տ^ \JRcG7H }Y8h,n6PLDC'@6:u+X }Ñ_vO#d'VP-2Zn+BɌ^t93 -p"1bjVܴ@ ޸GU@ QIJ\)P_h.Q- +)/l “,W +Fl{F#U^V_e*'2n) l_ƽyV{ˁ+rC% +"T(VX:},Qx8ʄJznT3no6ȶUf*UN_q{C/COi#WqQ2 3w|)ZOV9$!Qbޫ]␞61mĨ<ѷɬ)eODI~ŵZeFSiI8-Oy(L-NG GAgp6` ?Q!]]:6Z!h@]G?|#vC@^!>k̤65FjDaL6*3*P(Tu7*b18 uosaxQT䱆[qSN=4#0vM%G;(B0ÌgC.,1EE46}٣iCl}hQKgo0rWYS]B{d6_̶VVo5 M25Z/ƃ&9 endstream endobj -1255 0 obj << +1399 0 obj << /Type /Page -/Contents 1256 0 R -/Resources 1254 0 R +/Contents 1400 0 R +/Resources 1398 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1253 0 R +/Parent 1391 0 R >> endobj -1254 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1398 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1259 0 obj << -/Length 1416 +1403 0 obj << +/Length 1100 /Filter /FlateDecode >> stream -xݛMs6fwl>ԙڝ$ӝζMSMp;Lpu:XX +!X8>|8@r魁(sS1srq4apW~N4# 4ho]!B/츤ϮMx5'cT^&}KZC5;ŒxxwI܉YQ5+ՓD_V=+RU+|pVVo]CR[Wb}rY0O;Rɦhܮ7bގKFi8LwX}&ϻ)۠|wR(F5cQYt!-ڍ)VjG}Ws+Z( -|a[&s;Xv:eh++0*S &8U#'^[`B_vDZu/u"zhkխ"ZY!m'1!]Vډl_Eno!2mz:.Lg5h^MB5&9יф$Yc9"9=!Rm;;Qiwޫ# uMh[Ghf߇P.O*3*e;xPqe{n-?7^PvtoR e"ueR g=j -{d:s +xY[oF~Ẉ]/Юi7aq.Qb66ڗ&9#/sq5PK71(q(f~a +4*_|3_?cG^M)ۛ|׻.ja4 xI^gLaFGs:āML3ǏA'])98Aݙ# 0T1@"12L3bu bT 2L_cӵQiq5.2uWTDӭt2M-j.2aé+чV5 M I.~"4m&cg[ѧ8Ѻ4) 50[H\B$p5dU@> U~|nW6h+Yf;wb/Lf{..P5kyClNS8Qǚ(Td%z9i endstream endobj -1258 0 obj << +1402 0 obj << /Type /Page -/Contents 1259 0 R -/Resources 1257 0 R +/Contents 1403 0 R +/Resources 1401 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1253 0 R +/Parent 1391 0 R >> endobj -1257 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1404 0 obj +[1402 0 R /XYZ 144.727 742.991 null] +endobj +1401 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1262 0 obj << -/Length 1210 +1407 0 obj << +/Length 1163 /Filter /FlateDecode >> stream -xݛn8~ -.m Vyf1-`.gvX-T)yPn*Iq6ЌcU(B "¹'D /`hW?u{]ۺng}ve}wLTWHGR_(fyM8DŽٛlyD̍`D.z2$h(6|}f =4'3 2f DA#H(kُ= ]wk39 7ofe5܋+Ӄ.̣!,( ]yЕ~ 2<|=UT/$MC|)xjLL߭؂J/Q7dcGZx%v§껤D_]QLt4 ,p6i__95"yo0 A -9muġDnLL I Cs :\H勇א$ v! -6-td%r; ( uZ>.Tϋȳ"WeN6k_47HbESlQ"h +d^^IP6K+]ѺT:Mё-irR)'DYD1I'June1IgNŲlmw7ɼ9{ ɸ5Dgg#]VeI䪦Rje݄Z%>!!HU#i^w }OѾ !;1 $VkH= 0$iX/(Tg ȚIoϢsE{tHT.Z֓Hhd_ӠdV8u LM s˩Y$Zei@51'=C m1o>P "WJЭg<%M)Mqơҧ54Ŕ.gEP) C)}֑.Pl0iI`(|3AĤ% D@1Mk3;(s:oJeq]%^E:Zht*@=ŨDHBQy\9C4z_4uy;*2G -'mxH(3{E\tWmox9jMN +xY]s6}W:[vg$;f:^p[f'l62I}#s${#~.|HK`Ơ$HơGx +no#*ߋm]q~(`,#"yI*z Svw9}a\M1$[wA{[5S($cpb wZ1@"bKe8B +#RzS*Ie0_wNTmT5v`{j,C$!*hXÍAbe( Kr;a#K+">9|p5v^gnQya5cN\Zƺ|݋ܳ/wv}"w|۹;18cl++_(zW}~`F_ G7:@;x1i=zP`<ϧ+H|q1ITp}&zAC =MX0|+Oy78=^&c1hGZƧ']v\Yynm" |SEٺv8I-t#Ni#2~s8sUP +t-f&a]-8VK1tOEj6~zf'J'8'NOt8y|HWSh>+yro\5yE ?3X}5 g jaAv}kWJt͒JWގpz$,\iR]"nH*" "Zϛ/DŽHG }ž!H$)[F 2Q훃Ds fJFLB>T0 @߿Y{ʆ< +g* UO+TH0t]Eyֱ0i8S>). +m)$`!z ‘0*PO@.P*Պal\!N\m 8-w,0,\ + oũ.>.; fM',sܭq0XMj U*chZbٷ 4, :UXG: '^*`9?[:pBineICaH.lb endstream endobj -1261 0 obj << +1406 0 obj << /Type /Page -/Contents 1262 0 R -/Resources 1260 0 R +/Contents 1407 0 R +/Resources 1405 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1253 0 R +/Parent 1391 0 R >> endobj -1260 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R >> +1405 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1265 0 obj << -/Length 2199 +1410 0 obj << +/Length 1574 /Filter /FlateDecode >> stream -x[r۶}WcDgCnҤ=Mܧ$3H3"RT?dJ(ڝуI76{=]rur~'xWI*= -w5>a92KsߙxU{|qx94? FϧaQf7Kl &#駫'/N>!PZIE'Mk#y4`ȗsɟ'ء%8V ,2`8P"Xh)`˴ƕw`5%p[SmCT≻84_<3k5G)#Ï<$7,N\`U d\DvyԿtw.*Qg2r:VҎ$(̑""!ZYVn m$=dMnf<;XYI4 'qА%@2W!A"8}EN0KNZfW <ˊvpϯއ k<&;w;ȏM3$}TX!S@P$>cPtW@Zni?*2zN,8]je*7#ɔwӯcF(Oyق1hJt?nLX-}Eߝ29J0A#4QY_(2ʭ5RpF -,6'1fHZ_J( +i뚡ym;\A5F+}Œw-OS{-^L%kd>K>;_gc  d&8=M[,ב=,Mq - -_B!_B9Egוf c.iu5 -DoL,S Tg6Xpn ÊS_4quԵ \%/dK%"pvh@ 4]u/b+>[u.AWp8 -|U.ǵә%4g_y3`-,kW-My ,~rC&} (Vz H({bȻm,UWHITæU&5 )5o[2pm>LU„W@GfSԫ DZBY)_yv/=׈a[.]]7k\4f:=ealXv(@/^)67ƪrY9{YouiopO -tT# HP.֫;gb0q*VåUոsdJ7{`ɔDXC.&vQeo4Jj2sp$*h84[hmRV_Jf ŢPLdS*(h#usyAOI -8$\RxkgZîm%jΪBYm`nex'OkYۈZD-v|}lVy`n)a٬٬e6~ҟ1 27v լj VvJ( ڦ]:DF˨gyO(tj@6k<g°$P7VEYkĽwI}DY#f &8L1QfO46nF?1ˠ vy-dd2`ך{˞lMBS[hWާ~k[tbjA9+ --M1YFp30EĻ=;3ku=/l=g׫|W= 4j;fYuOk` D.~npm[1V==En̹Y/ "w緆pB>tFGub+M!*D~},&cxX81^0AY#+y0GZ|- d X +xZ[s6~:[Rgl:tۍ1${ ǶKtw. [t~t.\$]L"\۵\!Ao}쾹s}U^y!/`;(uYJW^_.+o^ ՗,Iׄ:N8]s!HInXø3|xˆJa}ͻeqׁvd]w jA0T- Dla\1.KpRuQȟ$ ^_QW .D%jb9YHI5E"1||R`܃1<@xe4?҃1,(~x|&A !/Cq,s5]eep*k}A(j#TWAhٓ yy%}q9bݩ: CY Q$D":8.P֯QE؋"pdtxә[Ar*>IQ8ݡ!oƓy68HL?Ɓn{<(zI077E.0C:L]K%4n&q[ f0Am datAtr0ᳰΕUCVt4V A%ʿx==gbn!Nr~AVXKf,kr-I׺* Msm6//aLYaHCJ)yza#{ph@~>Git l~9 VаX#i-ѱaH@'x~?y7B\Sc '[¥{d}B%x{?-ASVPo "|x E!aljO[K<5ub> endobj -1266 0 obj -[1264 0 R /XYZ 144.727 742.991 null] -endobj 327 0 obj -[1264 0 R /XYZ 144.727 510.697 null] +[1409 0 R /XYZ 144.727 624.271 null] endobj -1263 0 obj << -/Font << /F95 388 0 R /F48 709 0 R /F362 552 0 R /F97 389 0 R /F103 390 0 R >> +1408 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1269 0 obj << -/Length 1006 +1414 0 obj << +/Length 1294 /Filter /FlateDecode >> stream -xڵkoHWVZHoUR PmU*7 Ĭcόs gCs^t#npzLh2`P^6M7>vӎoŎxdwUZ>;;vx)N<>/c:̱ͮoƃ[su -tHszY|qWE!_3)mpכqi7fT87cNF,+GNcQie>߶x|Ãw8? -C|վ^ -Tu5Y>mE5x>פpRb# RB3.w/x+ݛō Ɓ+N D^Z~uöD?{EXZ"& @5YR z,H jd U7z2wt<$XX3yǠЖ4vMhTYBe#-alu:2o|4s@g-'}|5_'+m),BS=:UQ})@i2L@FE??T[H⛆鹲6}!o(jJiP I}o!{]!i/ϓh J֖(eNc%}?EL}?'qJ( e -.⳨Wfu!ioGƃ!@j$n|JC_* -F_j - -h -g[j%@#%@y+AڡhO> endobj -1267 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1412 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1272 0 obj << -/Length 1547 +1417 0 obj << +/Length 1264 /Filter /FlateDecode >> stream -xڵZn8}W ,6Y\R$E>iR&kZ`[IlW Rwɖm<"i̙!,,l~H -LEC`O듳'C6^dl|ee6>q]<lវ{7I(-hsuMvN_oQ`4HHbMWlM7FTТ"G0uXW\OX3(f3 E&95:,RP/T *="'懵P BY?@iTIV!Dn99D⬍(D#w7{C6ѐtr}PH$Qp(FD ! -T7wy",`:K&afIGgGFEQ B N6LCY`mT5ˣKvW#: ^R\40bs.&c}5[w [:'iր4oBP3C;[OuE;U? ͚:hc?q:lfm4LK׮m #w i7Y-(\<9.d07 -[5)Rb}rCp}_o{c7Ojfs}ܣa_ٛ.@ ?=чP{BӰ 7_$@~OAD^PP?;t\ %@ ] %@ cl`Moyzů`]s7e2]$l,]H{w kw^YdžI"z2e qm΋nP$]n5ԋMpK`mJƐn#t  Q1lC09;А" -#tKCv ;7ulY,UlHdKmDlTڐ̥aІ^|oHϴ!ǐ#t3̢I纘*H/IZrQlu!yP%k M." -8AtػH7xu͐&tKӞZALAě0]c M.Iw@d8,#RBc:c\ +xZKsF+t N0=LrH\ny59>(Ax,(=BABs=q[[z]c)bgD1e)!VhݴϺ6m_2Gh-DOg̔t)2*/.S}>q -y| nZַԂތ(`ں`QN-.9{Ϻnڢ 506u m) 0!eG(5\O+)m_%Hԉ7/H&t H +-\ILVx~6]/ +\Tt/Zro:H&6JI]Uћ~eRN>kh! 3 DD4|o2 &%F3TՍ(TZ^dWޢGA&Clc[>4ʁ F>0T%{̙0If"\ؗS0.:Ŝ@  o Kv+2Rt:P5@6$KV>ƢF|ƹjoUvZVYͽsgvGjcxjx!0Sgf!ؕ^ +&:{7ӧ{ 4w͜:$<$ ,#a0Uҳt8u!!Cht,]/l^5g^a+OzHoeTz.'6_t ?b*ޣ[82Mm]s{Ɂh 6]Lgqk[])],+O`ńcJs +zLP*fJscA!_5uc_7߽n#$pu#5rb-Jه-d&CLF2kYb$ODf}=uO\],/F3/SҊc> ܙ{Nn?{p~?#?( \3ݒݢ %,?BMͤbAƸj+4 endstream endobj -1271 0 obj << +1416 0 obj << /Type /Page -/Contents 1272 0 R -/Resources 1270 0 R +/Contents 1417 0 R +/Resources 1415 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1273 0 R +/Parent 1411 0 R >> endobj -1270 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1418 0 obj +[1416 0 R /XYZ 144.727 742.991 null] +endobj +331 0 obj +[1416 0 R /XYZ 144.727 200.263 null] +endobj +1415 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1276 0 obj << -/Length 1162 +1421 0 obj << +/Length 911 /Filter /FlateDecode >> stream -xڥQ8F+P)am 63jUmwS5dUdB& d{=5d"C:X 6vpsqPgy>zIMQԯ~Lf#4u1ml>c0_C_ĺ4;.u#9鏔@ys \!TtE!oH[D窭KQR"H7RRr!溔ԐK( PH8N!EhȇA-o^4/X*62?b[KI5uE Vk_ @E Vl)4So+ËH\L3Z&X\IM3S)paڙiD 6w|D@ -$;X -{L\催>VC]\ /p j2moUn -uc=G aANLM!'؉ӱIdbtURu.ĐDRrYiu?v_(hWWɎH"zC,%7]3{ɓ#UiH y鏕d6HK<뼺TB~=齅 X[&zsQ=홡{2O/ Ƨm;z2dQ;~4ϥ( -1:n~Hx3% -9|"I !ADNd N2hzNגrSSt~8*[ܟ +*CZX--=ځQ -r~?,W d7 -[jޙ^v&] KS>Ӟ2NE> t DZ0DLdj/Dj[pcɋ!1:t. b(DQk~Ga%DŽq^!\Wos$<7Cо`jukNr-j"jV2ؖ6'"Sc @TΘr`- XZȐ$IZ0_B<9!kŀiGKp@8xsyN]RWdwcBWg͙w; M[qG-Wu(๽+/)ゝR@ !V{MuLb;8&k^AE2~k~JX[/!~T:E/$kw%FO= $,Os8KQ-{ݽmw +9F_A{EZ4ɉ%<-h_(/ov>:Uu1R3i2B +Ċ:,'u|@eA8'qvlECmiW5[BQ?^hRfBfEOȬ eKH,uqR%$d:/L^2(^2 (cx Y +sB 0D vN2;F~.+J&v$ endstream endobj -1275 0 obj << +1420 0 obj << /Type /Page -/Contents 1276 0 R -/Resources 1274 0 R +/Contents 1421 0 R +/Resources 1419 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1273 0 R +/Parent 1411 0 R >> endobj -1274 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1419 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1279 0 obj << -/Length 1768 +1424 0 obj << +/Length 1252 /Filter /FlateDecode >> stream -xڽYmo6_! 1Q/!hѮ[nSljK$7͂IYY?iwG:C:督˳P:> }ʜk.$p.~O=3=?x+\Oxj{<_ƹ{H>3z]_/vN/;7P-ӟt>|P"K'x cGfP {Ӏ0\Mэ A5^eh?fyG ~$IJqnrj]޾w`TIڏ Bs-KwʖY[oI1GwfrYd_BI[ 8]t&+.*IJnA n7^Qm@WT1@I*y{Dx |*"s "cz!5Գ8_.kXsg" $xMzV -"`+[p=aG 7 pDN+͕ߞHIp2\ϭʉ -SQaeδ3qX86g1 ­JH5'&\${b}$p?yO;>w yD[ByG+H6jWİ.zH&cɀPhtI7&.j0]Jɕ  &82^x|a </,Z#!|QlŬpgN*~R-qABƴgΨNon|jy˕!$̭A@{=^4逄||}8B:=s^~e::Ek 0/$-HV>m$-+}_-NS4)Q-K)4JF|>XRԡZhV@: UewσNZ*whP]-#!4ՆLg!.ܖ8jzRDmr)+ kQ¥I~R*&*vJi4QP1O_DR]1ɽl ||:@o7>~:$*1 -oO`1_y]=A5\b?N8d!ڀt`| _ePi6WeCǠ P?T̒- lnC1%6oMwJ#\90ZƎB)$\;k,f~L -=$ac5aJȢ4~X҆)R9#C)qᴐ=9ViV2Ғ1V4F- +1V;mmjFAɷ,qJkY}iSW?p| CQ؇ߝ6u5 +WʇtڇyW +[CnnV?EWc܇Ccݨ?B> endobj -1280 0 obj -[1278 0 R /XYZ 144.727 742.991 null] +1425 0 obj +[1423 0 R /XYZ 144.727 742.991 null] endobj -331 0 obj -[1278 0 R /XYZ 144.727 631.006 null] +335 0 obj +[1423 0 R /XYZ 144.727 378.194 null] endobj -1277 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1422 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R /F587 1208 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1283 0 obj << -/Length 1349 +1428 0 obj << +/Length 1390 /Filter /FlateDecode >> stream -xڽ]8+Jͬ&@MV~d:A!cHGժ}aT 1Ƅ~m$qގnW; %ғd |gr>WNwmΦomMomƦN>n`әM^_M<HGqts.*+bc)#bLYpi~4[FԼqhGʐ:q>8+sC\? g[5w|B2Ϝ_# .s&=4d#IR6h8&Kחbkӫ %ioNƜ\d^~lJSE*te5RFTI/ʋw:Z }|σ248F!_ Ո ąuOc   hu]ǭNsD( -S [EHڜnZ5UTdMr}O8Cud]3i]<#ABr -huD 'ɰ@,@,U# v(f(nċw 9ҕNM)_zD -q';4;m7 @b,N~W=u6xca2>Q 4&L4$X.3/LWIbF,HHKboyO$J-zb 63LK[^OMp9ȳV_0m թ:>d 29J&zl:'U}j䊔C܇ `v> q vgoH4UG 5|!]27 **wZ b'7۵TQ6 -c֒TV$Rq<ʲ2O ."(TكF;80 ;8 ;83zaYlALCH -;A SuF~JS/n U湗fA0#iq]gWhq B;&/DdDRxEh&y+4D!f~iU? +2&g^X| ժaB~D@sWߟ=q 0&Vrl|tQNJBkxnaJNU~4kw)@д@(]]i +ImBZ%[mI[56Ig~!).MIG%f?SR꟤tMqcJB0)E? 7i}K?L4;'޷V +8 ّJ 6%Pr<@2D%$P5JhL6#$ǔ89b3pq#?si'<1u|? endstream endobj -1282 0 obj << +1427 0 obj << /Type /Page -/Contents 1283 0 R -/Resources 1281 0 R +/Contents 1428 0 R +/Resources 1426 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1273 0 R +/Parent 1411 0 R >> endobj -1281 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1426 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1286 0 obj << -/Length 1041 +1431 0 obj << +/Length 1382 /Filter /FlateDecode >> stream -xڵoF8MDϞ@[NҼp%H`MMUgǦi>p|ٜqvL_ƱfƏ l 4ڏEox׼ֵv\{}ځk'{ԟUo\;rG}i:ɓ6wzufEÞko4n PI]z ;gTPw1U\9~q+ -VYt.tƑNq=(D"C4&Lww3ux0qwɁLwP#;?q!Ss8{dd>.|77P< -q!65QB2E:SԝlE2M)栲mt)Bfʊs&, -^䄤X gmeX&F - -k"aH#i孃 4F -T`i(S{xj ebɓPn'LX+p \ %G _pJJD /+)A!B_\ %1/"&MH$)L`%|FEJġ"K? ' h(RbEp2R&Q8/%oB,Ynٝ=·Ep{:C5<;Jl4f:g4F +Af-T5Nc&7r C1%F]=:{AF|ƌY>fybFPuj +( Էbx'+9Yt~Y5bD:=NeN+ ŠyZSkTYm]%CTz4C +4Z棱R:v@$/$6W1҆i[+ +G-tEQ*-DPf[@za aW! W"iqU6$ 芶)-\Rl$LX4rFrM7%l endstream endobj -1285 0 obj << +1430 0 obj << /Type /Page -/Contents 1286 0 R -/Resources 1284 0 R +/Contents 1431 0 R +/Resources 1429 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1273 0 R +/Parent 1432 0 R >> endobj -1284 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1429 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1289 0 obj << -/Length 1295 +1435 0 obj << +/Length 1445 /Filter /FlateDecode >> stream -xڽY[o8~WD#DWc'+C/PhNRp!\h]qBP8;;98ؙ9ع]{G9I3~rH!sSu6`;27cob쭱Ǝ[}u6vh/gWyBe?Ȗy&7 gO#:p IIܻTȓty #Wl`+m7p͌WG%53`Y?C-:=<L9q׺WLھ7*oģi+-t;DAv"XByPd_9cd E* gB=[!.Fmk1F -qC@@Ї'ْB A@WdYÎ;!$ !}кRD@2qJ ́ -ʜeb7:N;l ;t©J"Un"H9FV0WAr' J/lD,0i ~ij]3C'fEE! "|P55}EֱhdpT ЍR>O"AD@+5ADpp^}+`,;" L|UCQAgEmD -[Sw9D D"p) -!J! 2[)cjCCt:;7O87AѽXc,?|\?;U0%q wvZa&H"]^!bz3OUI2iQZeTm1W20v#$ E5DȃjpC˛.\mi7F;}b uĠ7QCW{m c?VÐd)! HP:erz.#)>ѿd$CuҤXgᅮ`KR$Xҏ$G -2+\vϜm%S>ypHn9TVlՋ*Z_d3+؛I} %eժU6U-ˇ&2ݍLҩYZHohx[OAFkt@VǗT>1~{Od}J݁xgw߅ w)x /8q#C`\Qk5T +xݜIs8͞H9t%隚%MlYIwuG,1I[B-H11q}9@rჁ(sS1c70a+-/򏴼L*-1,%gZ/aj(l0yF.bw79v;H4P1#ssxNzau׸ہ9 XS!"Mip((#èȮeĪ ZTaڞK0#E(iP,ɢƽ;ꬷd梎vQgê=$uo@BL-!5VSB3`@.ԤK2m2#/l }$Ödhdfl2k*g>iV6EFtfvOydMQB8ڞ뢟iPab+ ]=܇7FVTRJ)Tc J"m;KxmDž}^N~,S{ٝoyE,Q3(fɺg_E%@o=Rk:q`zf̴%XleH)qaWYV(pikԯD6 f,qcħwNW/I{>l<_qOu5COQW'MZ-d}6v@@bP*,bkMb!An]z[?΃؎r&ފ"%=? w~/^s d>]E A-U5w3VЩgUMSOCEl0b~'{>ii*{]Mrwp/'%@^ GgdB(9yQj`l%4WB$`=^ +eh+I]|fD*$V}پZMzwpbͼ& 7 pj=Q]̛v? +\g> endobj -1290 0 obj -[1288 0 R /XYZ 144.727 742.991 null] -endobj -335 0 obj -[1288 0 R /XYZ 144.727 293.172 null] -endobj -1287 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R /F103 390 0 R >> +1433 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1293 0 obj << -/Length 955 +1438 0 obj << +/Length 1232 /Filter /FlateDecode >> stream -xڵY[o0~ϯxj^҉1cP좵n0;n%ͺ$~w> D{{= $8ЄQ!fi!Q4A~#IcR~HaRKQ4 }k ]Me&\/7䤪hv=}+-~0PIP:7,:hz;(&f ʛ{X}0̉טwȹ"4c=]A2fIAfVxT~[T(sF kždβIAtO ߾)ɦoD|PAЧ'p[ +xݛKo6Z@!d.AtP1ff!K#D&磻8ɓwC9B_Ͻbrs1y19=;K{ w\AE|}4j/jP?.nUZgٜp1}w ,Cn<3_cySl1{@{;a:9{T +禺5u(=:q>N;e+36`| + ]}#bk2y{i@L']wfbF Ǩf*;=B]"uݮӬ`&]!};=hJbbwgPzi_Gˤ 4q6gm6#I=9.2sϥ=(AuBؕ +R x(QN1"~Gb/M(Lm +j[iRWA@_Z%OKM$'P>J۵9w2Sdq +Mtgֳ]xV8ʖo܇b9(VZmM+J2@#<2`ܹ.Ugq*> endobj -1294 0 obj -[1292 0 R /XYZ 144.727 742.991 null] -endobj -1291 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1436 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1298 0 obj << -/Length 1057 +1441 0 obj << +/Length 2300 /Filter /FlateDecode >> stream -xXr6+0Y xv$i^6F*V;i^H%^ -L7H89oZ}#[¤bV ju_G嫨GQyQ6*Orkou~ˍm}.2~|\-W_'ft)~t=x Z8FF5sT8KΈPj#}}J.Z QZ|)2#,e(me3drr -Cˏ OpNP[6 -m०Ғ֛k7 EBz<). xZƍQIi4)Ns ko5ݬr..I#(q`Rk x5NVyH.ibt0P+J%RS˨RTn;Hxl2uJOص`\,b|s* Zdry2hχ_(*/MO,3GS3%^Kom㻯w0Ÿ(d -qRf笒'sձOرĪ4x =J`S+eY%4cJrb"uLH.?~Gqo`7WB66&͝AC6 qƍg/,<3?*?/?͏?9)_59o{~5?a3{rw$Βm&&c3o\}A 5)1oFparY6xw +`,tr` ;Pr_* sDk\y + s,"[\IsWצGLDY""o vmf탖腖N$M9υSq÷ q2X`DGrwvaJQ$/>8$vj|xD'|PPr.+ B?|\qaMsX]ਓ=JQv.>#-4EmQ >+E6&cz L!͛ݜ1G\Ie&]_Fd\TM+w}"y⣦-Fo$_|J*lfwJ[@M\&^+H$'&Jqr| Rz.yvevف–l;M )93 WGd8lAfobO"UL V&I.ӱZ?&e,畯 +A(6^\qpEM{̍crvԖV']խ[&\ͽ&7<}Ü%\2єPdi.2<ξ jF4FDg^L]I7~eqJ_D]x:՝ARwR_FGCzݧj/K3*-H&Z_97IP^F)Y6}u#YAY!KDYbfR(кa1w@]K /0:o7ڦ9-MQyIrk&'xmAS3 f:b7_v#H ۈۻu2 լsY~"D5=H;FN&CBޒV!W7FcsU8 E'M+w UF߽!U~HUk7QIS({?Lǒ7W0VH|㮱nj Ŗ3JѬaߎ/S঱0 BI&!:0!Ogc`An]Qo.Gg”GN}E9]z5݅.+cknwkm-:q@k^çnFҦk0bKrinnp{ +yVT6[<e'°dT7xq1hW}g}KgoH{|QP O8QV5 (c'~TF s\2>@g| .f)PITs6]YւWUEpEPE6OZB@A/$I!'ZzB~UGqYQ_.1bO%({4>T;m{YGQœ jCRʷVD|Kΰܪ_TV}3\wUeAhQ,0OBXgbMO4eqV=nF Z e.@yph\lFڟ-Q[KNejFn +T[pXN+0D-c/_!r-Ç]p-s熁\" XVfgGթr`vׯݴO+w#P۾dn`^]?o: r\?5ǫ;]:='i5pkƑ}z4Zs+{ endstream endobj -1297 0 obj << +1440 0 obj << /Type /Page -/Contents 1298 0 R -/Resources 1296 0 R +/Contents 1441 0 R +/Resources 1439 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1295 0 R +/Parent 1432 0 R >> endobj -1299 0 obj -[1297 0 R /XYZ 144.727 742.991 null] +1442 0 obj +[1440 0 R /XYZ 144.727 742.991 null] endobj -1296 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +339 0 obj +[1440 0 R /XYZ 144.727 416.052 null] +endobj +1439 0 obj << +/Font << /F99 491 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1302 0 obj << -/Length 742 +1445 0 obj << +/Length 940 /Filter /FlateDecode >> stream -xڭn0E -+Urp;hPud$}M)(i'vcŵfKCΡ|27]t6uhMl+s6:;z]g55qRcq韋_8ޘ$?_/.o?̗o7?|+8rλf5WX6:Ndg.skʟ'ƶUO6Wsڼm* י%3) lĦ֑[&$ʵ/wmd#,- Olqꬵo~_уUS"-u[-wBԝwFԩ׻ݻGԹ{{@ԽmLJdyOysaֹά!̺wuʬt!m4p!4`Q -;=:r:kthXuayeu#<a2:Jʜ(+qbD;ĺqXuG!M=B){DXVy#:v1i{GXǬa{m8h{GXgʬuq6{;Ax]U/v¼]0/j׽ ̋u/v ¼uo;ϼ{1?V}< } q>o hS'!V~kI|lpOz: a,â˝3PPv "gO3B?*{&Iy3Bfv5xu +xڵ[o0֤IP`&In]#A]/h$d4iM# )ˡ7?6gAIPg=cDx7ٶ"cM.*jMQm+m?^ڞiTxsj iL۳wWN=80$̲ +zMed9nn*qqII;qPr'LGΌ>ɠ%m&F&b,'åɘ$:&ljFH[,n1tT%?Vk ߭@r\Ӗ  K! d3`hd`ts;3 JZ 2aP ɺ?(k%Hs9 <,!QI|<.ǃD2dHF$ȳrD+,2HBa# +!`V#Б,)tAzo2r_Mw + 2d-qI/%y@$rLaHNN?eaz#ƅKu3f +>I/$.AHM\W!ޅhB] +,$lݰFʖ)jK +#mc[8ԕ ,3aںgrmǚƠg +P3{ P3*Pl84}a__ n_to@hk.<5w& 7J}Nqi3MaPsXt5 E?0۽o[T*wf *znmf,dΠbos ZقjWxL25A5;u܌+㡦8pW= 4aeapq 6ՅʐY _> endobj -1300 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1443 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1305 0 obj << -/Length 1073 +1448 0 obj << +/Length 1552 /Filter /FlateDecode >> stream -xڽYMs6WTn%N-{4mtʒ%'ԴIf$,M Cۇ#b0r:VCaf+E0(McIFW{|׬ֵԵ̵]εGdc[߸v}ax9K~\_5W,r.G;QsC qAd2\\2r_&JH-idߑNΠ͕@{e`b -qd -rJChp猱 gT}KU2t@X( As r 4I3+!OMم./7{!-xQcK} U1Y&K8?*RI;<(jJ͂:Nhjt[IKm$"/,RwG9]?~gf$g5e6g0:V8 tpJެ-cM>ZS Xmj9QT;sm)!-rc3eTUWe?~+-{zHfϧ)o0n\:˰ݨp&i_.UJ}+3x~{_)n6aD^;-^ HgOg,iI &+8~Jƒ?_ -dqm)8 '1!cSW I\xrJpo[SB'gubR Bj*QMf׉G+BoEV:GhE +xڵZkFί*U +&Q[)Yy/}&xk{ |s^36^.&'c6$%&dnΑҐ\ 9.ߦ8_t%?㳁 ILo_U:^? 'tf eRׄq'|]Mz"ic>}L}ٖ57`Ȕ\{uCd`$35VĘfPb[P1#$)Ɠ1F'`R} }> ?f5x0 ogf25X[FKH i0"qHZaYzn] xGAMx +0xcM{N! +,4 x] 5 8տ[f?h2cl=!(O4Y (WNwɊ2MmՁ(vBMrl"qQhɸ̓\=(HEJ%tKt;B)fKJ&P0ldLauNGD")sL]Y۬w *; 7.g碣 #E\2#seEgoQ- >J\I+o$L8;+2W+))EME-3,.`N`Nj>rgϰũZ@\DXu&-nus13gxN=',8ӜiTËUj"Xϋ!fI#tyE[>Y:eϦ`_KswYCSqN _& n"˶[p[ L)8m!jJF;Dԣju`Q(Jm%%VpmF\R#2g87X_v7U$j+]zuc%\"dE ݛzGY +O͖ +SrƊ-흫bUl#Ty8 +LP!bV{ƭŚvVku1KVGJnFG+kt'KnKD=ebdy^l4o;q"2˦>:qjۅ]GO:an.bꇟIO6fn3WjH z 7%⪤%zӴ>ߑ.ݨ{o60e@/p{F3v +JVn5Qv=z^m8VVq>b\6 +Z5z m !HJApjwm9miE =uwjs +v_ {qZ1@#Cz rYQ[$Y_D8& +&yɨo0}O8k!([PMgA&"x;^4 \1U4TYgL'H Θ"ω<3&54,ǫI endstream endobj -1304 0 obj << +1447 0 obj << /Type /Page -/Contents 1305 0 R -/Resources 1303 0 R +/Contents 1448 0 R +/Resources 1446 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1295 0 R +/Parent 1432 0 R >> endobj -1306 0 obj -[1304 0 R /XYZ 144.727 742.991 null] -endobj -1303 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1446 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1309 0 obj << -/Length 1505 +1451 0 obj << +/Length 1083 /Filter /FlateDecode >> stream -xZKs6W -љD8ӉS[r4D{$(>Ldqڃ@a {_篍2 -o0HQ).f`< =NʷI:)0)ϒ$)_$g9qZkRU{4K|2Dto:A-G -RS Χ7?x1/IשCRq_z:3H*KX`%)D @G0Qҝ~ -/Vќ -FFR[(q -΁q -^Ipo#e,Q)H,.^xjxhĹ,p֤ -iac&!]W EHPˁJLd~c@?%c<(ke W[sIf! f! 5j$>8˺YMR٨(%00T%3cwAaBG#q aIG: k/JoN,ex!3?"3I ]d&HvvF || -& IEz!IAA\LkK)[88(|v|ɒ h`OɊK8ZD s1wy8J{9}h478ydhig.vn ];{@,9WLIX XL{XV{O2򞐹q||߶I j>b8Y FfFE[%jKvJ1R&`9Ο8&A4'I/i-ilЕI76s-;dk"9JqkavZ*bpS^oǺUQCgrS[^'STOwD#N6wFC%XQQS45tj^ -)YޞHhEdjv'< Y --0y8O A)6>^/#P뮗N@J^'./dqhi#D UWW w0βho,@n\?QÌ,&{g)'we퇲T%& +xڥ]oH+J+RL烙aVڋın^u{1&h1qbĎ9 &N3R#'[b"/%S) Q.^%-Ѧ2A-8. o!ܮ p!> +qAcn-uӉ 8p5x~.ёNW%t_7y*6=Bg1Xs=(*Ҷ"BI][̒:¹}oҺ'`8»5ڹ}R#f +:o^$UD ',X#B+uQOr;0 endstream endobj -1308 0 obj << +1450 0 obj << /Type /Page -/Contents 1309 0 R -/Resources 1307 0 R +/Contents 1451 0 R +/Resources 1449 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1295 0 R +/Parent 1452 0 R >> endobj -1310 0 obj -[1308 0 R /XYZ 144.727 742.991 null] +1449 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1455 0 obj << +/Length 1794 +/Filter /FlateDecode +>> +stream +xڽZmo6_! 1KR(臤I%6)0VlaJr߉l91"u|;ؚXzݻ_ aq$8&"8wlk8>_\ }0gйe3܁u5 +1.c{"B\cJ3̣ +Ka5F!fsx$?q: g9SR;XxO&4^j'N Ju: u MI/FXF^hOa֍4<ؓ?1.jP`O#`]Â@MX,D RW"!p ͩ0,Ua4e2wY$x%9.pglni- >H]0!뵎$S1/*ZGޘb' 6gijې9=5_?9^ )#p6SwhM#ci0V +t1ضLME]f$[AZ򵊓5[ѷLaGΛDG8 +L_h GN5 6"5+P蓍l[I`=4DnU\<3 T&Qap L2ȃ50qQGc6in\k1[)^3]8@{ډ} 07vpsŅ3;wtⰻzF) %Re[e([׳fhY7hspqdb&jΉL0JJ<x:tQ)%Z*%F)2# `Kr{;7yN-@U+{[4D]x>'jP *̈́[) +$W0e-K6d`ãZ1K9D# MxB {0<_,`8%s3Ws5HBA$Kk ˠօCT5tau5S |/B$*J;p[)'*Wye +A[k +_AY֮Kju-j^EAqOPRBwIHXX;s5VS(˦YN9{D yOIj1Fl"CcDAU2U>L>agsQeA2w;ȪUfA4 pUq#\|Yqц~3u9 +,$^%dudTABca#1)ˑMdQڍKF^'QvBXqH^n#̥%O: #u+C`_U9FȮېqkzٝ2# 5QexcprvHE1Goc {#5i HXkv1r\âk$@ǫ(;9H9Nyo_[.dQ$FA+x]3\*$nu\3%9oO1:rh%4m LM^u*Blh)EQLRvBe㻮7ӓ]%}Mj ŦMReN+7#%KcšPچ-NjnpEP۸p- 4y럭w +endstream endobj -339 0 obj -[1308 0 R /XYZ 144.727 718.084 null] +1454 0 obj << +/Type /Page +/Contents 1455 0 R +/Resources 1453 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1452 0 R +>> endobj +1456 0 obj +[1454 0 R /XYZ 144.727 742.991 null] endobj 343 0 obj -[1308 0 R /XYZ 144.727 238.308 null] +[1454 0 R /XYZ 144.727 528.211 null] endobj -1307 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1453 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1313 0 obj << -/Length 1843 +1459 0 obj << +/Length 1246 /Filter /FlateDecode >> stream -xYmo6_/CfIJðu]h]WHtU\I;(rN} -xwzL3:GOG#I$)s3>\:$iuMuOyi<_ <c#|heeb2N ge"8z?}2z4}18u؆֜Ȉ9b=uR|PE6C'<Hr|D)(, ,p9qvQ]5`ܰ%O=1?CRWI/X|>1=}'ST|/ņz[M>(7 (Cͪ7 BF<9̙U)Q֪iD5ʊ""]+[."[MVe&Vfek:4+e53Ӭ*r %BPؙ̜]wL1\U^e#}JX.[ -<XmJ,QIT) -Ych涷vwTPwMBpx -k8iMx{- ϳ⣮zCx>l=/uUgK*N -%Je;f1vb7}{pp؃=-ऋbNE # _!,pC&zl¡gEH$z$z=/ӭnd-nJϮv" -o{pA}Ĵ> U۩E[]jbvZ D.W4gV_C -ॡLHӬ+uluV&bʴHx">?[hR$qҕz4b! +xڥ]8J+vRiP^$ժ`&z7NB`xǏm`aλbjvC͸sӎgr> b?7oMinڏMf$pqKO^igM{z4t0n"ťvWC5?2}YWsEn!wl sVsE8S3GH*Ws;k0+볪=Q4`n?pk5,!J4ږuL"E(SVc" M5V!iKǀs!o2C:z6.CD71x 2sdG*~^edm_rcړUTlڳ9I|i$K]9zSVW &>Cr aH|R) r/eKT!R7e.QBFtV}=l !-!Ul+)$' ;Ĭ(&&pp$ v>^QNszBk +u-}2^oIu!"GLXHm3F}5QσkXc$3d[ԅ ҇ixyrpL҆y暀4f9MS'cna.4C7i[C_,4G` Uh5{yz "VgZ FB( W ^ Khu҃d[[-) -hmԬλ<gwVK endstream endobj -1312 0 obj << +1458 0 obj << /Type /Page -/Contents 1313 0 R -/Resources 1311 0 R +/Contents 1459 0 R +/Resources 1457 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1295 0 R +/Parent 1452 0 R >> endobj -1311 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R >> +1457 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1316 0 obj << -/Length 2367 +1462 0 obj << +/Length 1182 /Filter /FlateDecode >> stream -xڵ[koF_| ȓyC]c[8An@ ;@iPd 3 Ԑ"s{Pv>iq/&bΑG=I,V go7}|o>GvO,x7ԓ7Ifi27e< D̈/~9^,CjQSYnncg_`|<[ qܜ; -X4a;Pbpq1e:<հ܅o`g?1un"iqaM^Q2 -?Qh>]jǂ#ePT[Mh 33;3Syo.z܄IdfpǓ0\+]'"ECVB> 0+ BkF (POۇ`&q=cr|))qNKisY)$x&9/=>ˬ(ع[yuD`fy`"ȭnTF4r 7MW-0c0/Ļ@=`M|ELXAmf(wv&,L-ߢBa -K1<[q>Nw8ٳh<<if -y2diU5lQѽ=}%HX{=$ij8MQ"P}m\U"o&pJ"2_h؁ -gk \'qۘp[r_" ʨc]Ÿ2rsE`%ԐUn[4]蛹*q;ܧj -$a|bJjKRI][J깯v1av}/g`APZUtT U!\hE A.ݥ9[,Kq. AlahBPwjK#}f&f$$+s-XGEb x2FC9zJ` SRFa} BcǷ $/KݧH1c*wAR%ff@ -< Ɯ(2 @PQP8R\>_;  &'+^%+9ۦ([Kɢׂ7S`\}dSpՁI~)n7nqiHMgY*rߖuĠfaWiZ C%ӻhϦdRs3ytS@`NMCsDbPh~zQ2t C*}Qeʧgh8M_\Ttn,j~k- c0YQmh&Dfl>/7v ? 敱ij -,nPFBsSWb`N -OFt_.']? u>nXl6RR a_G‡M>LGoWmT kR-}'m]>^~#ðS(޾@κ -nx-+{rZ6g<-'°dT7xVo-wk!;\uZ3Q{ta)n1ѩ{'Qb G_t>꽞mD5R;ÇzeOM1"=*)&dIab()6BnJ Ma vhXsShD -5LmҎk S/ȟW* 'jXf|)qw5 skdF(ϫaSIN԰&)6>bCa)57 7ءaOaaX~* 0, =옆aV0(4 cGAhaD -$kװSiM)VyM1#|1Mq8 S&԰i4l55 4l* OxF\cQ 40^W* a=LtqƉvB >4<'*)(b'jXGIh0ؔVٛHÆа挧а0,S? vkHװMQһհ&DwGEhtǏ +xڽ]o6+!f!]$i.v IɶeGE(J-9'.BQ%|s^ʡȣU8ib4e^cO4מ% z7͋V[ʎ+u+?ڕg-ɚ&գBڳ]yϭ6A!LA%d%t<9dzcqPD ; w%t )ҾOn-aP"-W`#+˜4  #;N;5" Rh{5PKyjK{dYy:)oP\c$iVt&tCemJiȭȇ3r۪}蠤wMq?>hk.Q^?WrkY brp#-NiX4F+|hAٌrguڟM)YQ#pVdF͈\vS^7.O6hCۻl4 |K>Pq}4w4 +{X2> 7Rsdq3EAJH#Gi'!8yKOly\" ir'9 Z I26OI`hb0@R i." }^`qmٿ]-q#a6qQ6(i9\@#5_nHf0_x;P΅dKTvCcB749/}[:&0)nC#K\AH#Had `!Fq P\i|)Lx|E 3x+0[9CfW92)"Wo:kӀ5f&oqp0GHh03ٺ%9<5}q <8?IQ0 v ++ QDO9Bߊ.8'jbK(j=^/{6 endstream endobj -1315 0 obj << +1461 0 obj << +/Type /Page +/Contents 1462 0 R +/Resources 1460 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1452 0 R +>> endobj +1460 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1465 0 obj << +/Length 1289 +/Filter /FlateDecode +>> +stream +xڽn6Bv3)E;`%q& fla8)P̻53.zC-9OQ]zһP0&/)<7yP͖c[j;[e{[^ Ol/eB\і#[><RoaNKׇY(K1a$ɇh{=xӤ |﫭xL0$7jϔ;0ҀaC%"Dz +PRAMcN#V`4Ly1 ++Ϧ0/Vυ.SZjOasa[>H:wa;%.]$$чR"t!(Mc y =#]A5>gz$J/9c y7`yK-E\-wʴ%ķihQGuSpSp˫WLwP#^!Mˤx+6#PDǔCJLG,N;aoƒ.`\(]TOjSg}:dlG޿^ +endstream +endobj +1464 0 obj << /Type /Page -/Contents 1316 0 R -/Resources 1314 0 R +/Contents 1465 0 R +/Resources 1463 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1317 0 R +/Parent 1452 0 R >> endobj +1466 0 obj +[1464 0 R /XYZ 144.727 742.991 null] +endobj 347 0 obj -[1315 0 R /XYZ 144.727 554.321 null] +[1464 0 R /XYZ 144.727 189.063 null] endobj -1314 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F215 510 0 R >> +1463 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1320 0 obj << -/Length 1583 +1469 0 obj << +/Length 939 /Filter /FlateDecode >> stream -xYmoGί~tHx{ƶGv*G@#'ٗ{~d^wgff8kBZaF)Xv/xn?ގ'v2NKԎWcd8&?uחmxLOpRC"mM"` -H:EJ`0k} 0b: - p> w-ȎH3s$p"(tp%$R0Ie -1}'c1v11ǎ_ -{8Hs 盭@)m6R b -q0*YUje.ke >&i^t7$KiAɘ]pp!i}66\vE\% @JӈK9<\|{[TBũ3؜y{Ofw1! ]!/G0L+irQ: &8D~6$ -"'8Ɠ"VI ?Jk/26JkCqsub\ @fa;Yì9,Ѱq0?{c=ձԱc{0s8l.:Ȑ&eImL"IDDnII9uرVQ'ˋyXQ8-լ88MUЧ*~w77]!w7h;>ӏ -l~ZzdקFG4~ =Ki{bH׸JT;de蔸Yx}(IÖ]$%NKuJ9I6Z ٺ.Y+$$ɓ5">]֭-E $"̷IE8=v\T;.AkŹ֡wn5YR3VP fEjEg?&7G% -J;1Y<(Z.A3-jc)eO7$chܿ\/ds,4CbA#]P_Rހ: =mf3eA1rAh7>ںm JT(x^bs^v @b(f5z(6pVu}[!PU7pݪ@E!Tp +Tt*Q zG_-4*T!t=g}Jh9 \`.5;N|f׉aPaPɹ03/PɝC,Pt$Y|TTח`P))Z%n>* Ek|l4lUyq Y~eA]À@ X)^`b3/0yxX1 `q `: `u faCr0yEA+0CB`h hC*bPmP4A2lWB |-(nMGɉs@BSeioz( e.j}ЦR3q4mDM]7R"ni(MCg\np7>63`dmK0w X5:.y8f2!dnqSrQ" +>>WQ Yy?Ʉ endstream endobj -1319 0 obj << +1468 0 obj << /Type /Page -/Contents 1320 0 R -/Resources 1318 0 R +/Contents 1469 0 R +/Resources 1467 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1317 0 R +/Parent 1452 0 R >> endobj -1321 0 obj -[1319 0 R /XYZ 144.727 742.991 null] +1470 0 obj +[1468 0 R /XYZ 144.727 742.991 null] endobj -351 0 obj -[1319 0 R /XYZ 144.727 419.62 null] +1467 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1473 0 obj << +/Length 1064 +/Filter /FlateDecode +>> +stream +xYr0}WhxJDv0C[Bi!,`w%vMcËd;ιGW-##GA/:G uqһ"\)j!F.Y֬2j_Dm7jDQԞF훨ooVJwEm'jO4?W|m4{.jp- _-q &#c¨tNIQzLNK`+fh/0BS51R.x<沜c˙XSZ +AcI۷-O+fBLvTi+a^xxɰ +Q5Y|;(`PE(PL +f +8 <T(t +7a߭>^`-i+e(oeVd[O\vcrc=U֞ 9\= X7ptkQQrp1OԩtQN%N ER'/'u|}5&W XJf,"|5LciZ8ݺ8~SB*I ɋ0Y +oE]C>owhdxr*sz^KggMw{yq\ +.mGT~'r4%lN[(w0U2L>!q;ކ%A(ou)c5( 6,|`px#ǽAxTRXN-K ,]:(`qT1T ,v/A <[,Dxv P^;>MME*_f +c^u;4cu%`mmI|W[R5ק6?%w~D8c7 d!s[XaX,zE|-^ + + +8 y4CwOu>P,@0UP7(cITm,BZ_]Ҧҹ>i.i;g+\ O++\ʖR ĕ2 7.;Ll9,7wwz_ڬ +endstream endobj -355 0 obj -[1319 0 R /XYZ 144.727 268.392 null] +1472 0 obj << +/Type /Page +/Contents 1473 0 R +/Resources 1471 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1475 0 R +>> endobj +1474 0 obj +[1472 0 R /XYZ 144.727 742.991 null] +endobj +1471 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1478 0 obj << +/Length 732 +/Filter /FlateDecode +>> +stream +xڭKo@F@ +{5Qi.N \U k>kNY[7)Xhɴ 9WF&:_Vbks>Ǔ`GMWwӱQsTs_tuճ jT\^^ݽ_޾^-||5'qnD/b +}sšᩱ1 /xSucmFa8DD[Ĵj@qu/8nNsJUz'V֎ڣ}-<ʟ/5I nx7ۣLM_AQ_5~N"(~MPL^Z\BG;[zz6=d=! I//A#MY6=d=]G>A֣<d= -=fc֫0u> +1477 0 obj << +/Type /Page +/Contents 1478 0 R +/Resources 1476 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1475 0 R +>> endobj +1476 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1324 0 obj << -/Length 1524 +1481 0 obj << +/Length 1085 +/Filter /FlateDecode +>> +stream +xڽX]sF}ׯz~t&`LdS1M3B!$V{={u| GQt2t dtGRCj%ݒiYmҾIaI>i%m 5*}ƶNNjr-ܟsTkh_^EQ)>FoAf]^3r|EΒ/ 6?b0 +osaFD)f)<(4 'CĆR aDciͷ lP(wө*2xExQ 2xEx߃Q@1S)*(`wU!*k!PD\=ɘ Q𽚟Pg;~8TP{Q>suG^ѣ|{Eu~}2z!W~g+TZ n;Bz:,Ym]ysTs|Ow2n+**\8>Au*fZPGB'QsGTjl{bqJOptB,P2m +Ga~2N. +d4r +&O0Y }e!qdB$=(&͕߽_L* meRdz{$ϣCPIyt!lwP2-Ϧ_SO w0( *ɬ7v) w+bsXT"Xkfk,N(4ΞVC#X Ͽr- yca,^׼"mSZ`1jJ ,(NˎM#Wc5iUb01-0wcZ`Skq_ qbܓW/'KL3A,3eco1Mb\ԽЈo|';> endobj +1482 0 obj +[1480 0 R /XYZ 144.727 742.991 null] +endobj +1479 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1485 0 obj << +/Length 1443 +/Filter /FlateDecode +>> +stream +xZISFW(T$5 SJi`l\mRZjYm[ K~˧ػsuxbQxݡG8G*Oq4K#q4nۓ%n?EܞAܔR&Daq{?t^ς(= +g|: +'pOm"UsE@쑜)C +{xÈO{L0$w ۃ6F0LPJd$5:%qxB0%Xx:hH0WWb'rB$8b L ~ڝ 0!*a?RRpK:z(JsAh^dFά }P#IH*%wxLA+D Kga2HF"*h:iK%xZ7Tyj! d$>T! +b٫q D7dϣ!:& +FFR!1P<ff +4mC4k?Q8wRF% %٬a8n'5j8@͹,ioN7.k9J230JPu/0 ƒɢ$$i稂+b3yc/)a\6H?YF~#a^:ͪPMUT!`:E!ǂl >"Hg4+Z(HPuE\dL4v-ܰ AUlHb\S*]BUޟ+Ta֗"j i7`o 8Db-"& I`b}9y?Ľ #D T&,{{\dsZ-8m ;{N"ɨ/ζtVAR/d]bwF:8 F7Im${zI&OsŤgx"%(n+ZIU|eP5ejժ~RZ0h5l!wowp&h Hc]FPߤ[A!߻TF6mRUF -E5a.&/`k+^&_'mha썋V'UBf~fGGyo[bF2;ol팁ӝ~~\l;oMwJ.7wJޤo\n ou"x k,bhT#X0,(ڧz?GOnfA_igܛ<^eG/f4IytOh{,LOfz>sj;]%v9 « +endstream +endobj +1484 0 obj << +/Type /Page +/Contents 1485 0 R +/Resources 1483 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1475 0 R +>> endobj +1486 0 obj +[1484 0 R /XYZ 144.727 742.991 null] +endobj +351 0 obj +[1484 0 R /XYZ 144.727 633.735 null] +endobj +1483 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1491 0 obj << +/Length 1898 /Filter /FlateDecode >> stream -xXK6W(͐ԓiDH#ӖYr%9ޅEz84{)|pfDl, l<6=b"bb,Rp-y1gS.U+ϧEWGS/ޖ+k[=M}Y ڛIϧxof/F?#cTeWl #yƶ2LDkA?2ޏ 1: {P`w\΂07PyW|)O<=VM&\I%0^WH,r[n(+_zq> Ɋ&a62)Su b96]Ok {p ;'魘0Vz(1S\Q4Y礇]_.fFIe`:`U+`[wrY_ٟim"%;L {H(,^KF8+ɜ^E*b?Dm`lr޼c.2?sq ${荛x;(HDy?F<&&l}4.SRAd^݌L^}${LփPY0VwFMx?Q'yrx<\6b9Un%'T:m4 ZpW+-aE؜`ڝ_[E](Eпg#XfO@C9銑7]ovw\oܮDTkmc:ƛ j"qJ A^hv6O "\~C/ȍsJB%'c:;":<܆Q; Po*]BuI}Fgh !V[@]H@3p+~wvc#zt`iEX+حPE!4t¿i. v$: f?La^]ȱPsK e%{=#7;iC99Xxġ<aGPo FULLD< }ʜaK|;+I y\_Nfi_̴ʹ}1l<,i +){{1i/Ofgy]Q&8Dq )'7ӈ%:Bs̉ףk$0ơD3K B?s.GFjv5yW%A=gNo=w̞6Zo2K\%v`XW*,8LպUZ[aFp8_YvPe'ivnlJTcu 'RϹ9 +8^hR9*@'EKngrʮ.Sժ^3=FmO#J 3OHBO{ + P"WjmձSKQ?H-+S^X<(][y{ׅO*l3(z5Hzꨲ0Ky`BP2MH1=**Q7P>@( :KE*$bDu +QuO@ej(z{ߜq̐Zdk:W:IJH\6*Oth9.n#(#pB/Z&!(_JXJ[MAMҪ\zBT^UxW4 C 1ڙ2[/okZ Ι@]Tz).r<Juf\6\KѲH\Qdez*P&PR~B.3飀7"tRҨ 2pxGl}8]@u“kh֐} u&,Cob]\&Ҽ,{nZb7SK{PoPϘo>N`=u G0A.l09e?΁_8nOf16hGعW۔/e;Eָ-]\^uOxaaV쮭Cb`IZƙ:.>7VFU];}vbNaN/g"b6&:m~W$VIZ7ߴwy?GXPq1v"iuB{&?ٕ:xګi8vPm 3>TmVfaFf 2ૅZb0ZxvTG[xu@To*[<2*{="e/=zɿ-Fc~~ӆ{ӆ<@o{ +z$pmކ| ;aG:aGtÎưgng+w"}mDx̆o҂uAE> endobj +1488 0 obj << +/Type /XObject +/Subtype /Image +/Width 1397 +/Height 507 +/BitsPerComponent 8 +/Length 82468 +/ColorSpace /DeviceGray +/Filter /DCTDecode +>> +stream +JFIF++AdobedC   ""  "'''''",////,7;;;7;;;;;;;;;; u" + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz?Z((((BPB!)RN~O[QEQEQEQEQEQEQEfzLF`U%vGYg#-{Ld*XqWKEQEQEQEQEQEQEQIKEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQERQKEQIKEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE#g-QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQIKEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE +Z(((((((((JZ(((((oZd.Lv3j3M=Ə]g0jӿoh?tֳ~k4ѧu?sX`7Voƃ{1>5ٞ -/.%]39便rKI לYI}jxRc)]}_!m>2cl?~6[M55Hbd8e\C\&|kucm?V@ ?GX7'cH>5$-?ƴOƅ 98ƃ@? +AMğQ<8G'ƹljO]3c3^K)5y-N/簾MD64Q61u/jc|`?5VQ{U(t?ŽUqG-[|ch?rF,~h1N oX#~,9ɲ~-k_HulcǦ?lXkVXHN5bl7-|AK_fƕ(qdOQ[ӿgxˊ u7"@OH>%~1\iGį}tC|I!ZӇl^#mjQ.ũ_x?cMg(⮿d Y\gjQuԟu?9<Ztz E8k:KM4>;`(B׎?fh/L:Ǐ*_SIe<=DǤ}J&v|xcoU⽮+<ajj+@@wnFDžTgɵN^QVܸ⩧Au_*o jV ] K_C4_x3E)Oc.0CG?)c.0>0-˔?OH +R7(Ҁؠk,tI9ϕO[ߤ +??@?KϜ?³64G@cZ?G&>ߵ +B`|(-aSƋ`8ߵ +?Hak.b-)I?_&}(ɲx +f1xai<")Fj:AHtVֿ?a#+CrbYs`+'^}+>g4i9b5_7M⦑BzyٟX8"((([h>wqy=Nc8.^+Լ7{.LAy# djҢ((((+ϼS*B #Y$ݵCX~kŬ2O&@9'&v(+N|q۟SWխKY.['sa[js!#u>(Ԯ]уW7qn1_CN7kqrw.YC`Fj| pu_z s,sÜ~W)YE8h$L+ؼ7K_Zsu?yֵRREQEQY^(ϻiX\)lybk1=>c {-RREQEQX> v,<ed8 q^SAtWTQEQE%-QE!:g-ɐ:׃kgP?~x}HjJ(((cA!n`F%OTnpwu AWVO/IO3ZQEQEQEQEQIKEe+2dE`!H>?(( IB[eJ>$f[[t; Яdo+%2r2Iw[\Ы19W9DTԵ|QzjD2z;7d"9I{m܎u0JΟIKL2*g,В*>(ik>%'Q?C/юk'O,xI:0`zr?J}!8fZz #wfHXzn`?iU vK82{3*[ nS9'WCSl#c#}i$"v +=*:"G Tg { zn8w4麻Fҥ(Oz^]#w;}Bm+VWH.c6x8 юuu>ңz,ZyEGv8<}3ly9mzH$Ye!RW冚 \\:a˭Kgۭ2! k!{xr?01[ VGF"U +uA?'kݩk'TV7Q[JzA?t(*R# (=67pZp}5&{74f=aZ 8j~G*A}?(hI/_5u]lzuՅAU2\%3Czp0= -Qw]$@y?Aְfϰ\ ?Tc-eYNji#]b~N8 C㹭I+k{I*[Cnc2+⎃mʺ-7TZȲ!?Z'Z+fmfls#/Rwޱi=sl۟ҭt}V;heb((G?Z+'K5uqk6GeO~kZ;%&UݜdqQM Ud }]x9gĚ~T=9sQsr|ZНNw1+G LOA~}+R9Cۼc'k^˯Lu/W=M;g2P8ehT7Wp"/Vc\m&²ώg.KF_gxIi@%ץj>04}`U`͟L +>#i:vVFw$لg]Mxœ6wqjٿ*2͂[L-ߠT7Ћyc#;>gguGk CDWR W u;W5ũx3HldvJq#k3T]٣M sZh% ?J ׃|GcmØu*A#rWQE5$vb"T UFI'zxWz2NSkgÿ + 潙E!)kcw36VOsrmA;Ԛq,wlvZ)K +%1+ߕA# ךx:+%,̻gW[W}#Q!a]mg,o5p(;A\w|} l}8$v G$]>$33#i&n| s\F>ͲHed' B+|#]2;X񮂊+oBKk*c#޼JX&'zIs8l"ʼ>a{iIvG, +==+f&~&/6FB7{?Gr}UFjWo^"hC"!oi!̈JIECyy/<K1=1z͆omR}77}+~:Lҹ$,q1dV[=s7t~idȍON:\?/ j $!^A]fFƶ*^Q YW%cl2 ^4I,Nf$hq_GmYUZ=Cv7s{U-ozeUtw FI^n\H*J+'J[IxYr^^e\3MbH{qᯇvV0 /[=j>ZI=B)R/ ++_Nrb\~߅v4ӵE]lc!-XN:}+Ŵ]:mN;X_cm 0 +%Sg%u3Yxn"ŶBɬ ;o5ոYQ].F>{g)f<^-Z֢V-Ɗ9l׶«k,&SGҸω:V`{GG&OZ -CsN?@m}As-cm~nqۓZ_|j"𥯎mi!\c*k)+mz5hXN5Ggk%ń0X\í~MT *fZ#vj;?[Jӣ t\ۚϽsmZ+1qtz#sn)j {x#XP +av+ӻ !JPzׅk[hZ1cr<1ف<#EfV+ӻRy3Yocs_Chmp@ᵶ.obB  +}6iUEzڵf`*{|2wlГcӐ:VzYLkU=G =ӝjY' +w*]3Jo.6}]|9l#|+q!LJ|/ҵHыyq}ZcHB{KCA ׿GAi|Q|3bR`/%⋖NB~cҽUt[m6\c W6yH@'uE}'1̱}{EtU[2SM0 <9ld[~KXVa6]!*9?xρӢ呶?ȯ>ai_%f*XcI6v1B407lO>ko'iP5ǹWãŷSj20 }zV6'"L/ฬN0J‚z0^24,S1>Ɲw\$M|]\Y-.^|)7:42 =꿉~m4F|;=λ7TÅ3+( 7،Ggfu5 v[pK5'ֽHbXT`aG^c6N1 Qgkμ=#ϪYobO{7s5s iY[jǻt$jcO' +ⵟ fЫ =ǖʬQQ 7s*O+曂g}!іr =,/#`=hljK'źF }?#:m&8מZKb3I '^i+FO]O,i[ dU +[ߊb4v&+hL%Zۃ3'EW k^:v^W.sK9/# ![3A-EdRrxJgb)J%[MUdc$sz5kجAkjfz|7eq~]FF   +hH5ׄ>?x5H]R{d`p{Rzc?[넟 $K6d澄3Ū͢V 16CQעElj* n?cұf[LZ}ͯۆq^^i2w"A¤,5Q^ySkk-rXPU3:k)~w|5oε$lĈTÌQO>ZI憍0LZ3_k{S76AʔQʐKj),z 6;wW Y P$bǿ +q4( Wx±A^{qKyf3#5󅖢Qϖ`$^̓΋" pr1/+.5Hd'#R0ھԁ6ۯҼG,=} PZC}C:+uVHUUFxįmO Fj;WMJ_ݧ|G=G)W*o\{P ֺ|Nt:խ DNIҵޘ~^w^VaF +(l׵xj'JE*m`F`5u~CY*#?Z.ԩ`58z@QKE|uk[x/XAVԴۿ_42D0m@HGăхuW>?>AtLW +mGR7MxQ%,Axk!³h7va +kJ~tB*_09S^ExG<\Eq_\/ۦ en:1Ͽ<6ͼ}ħӁ5׏m2/74m(Tr1]]"IP<[ +g}EQ^gI/9 ''z[V|}?s+(- 'úbbC8a^MpkLg@#qkxICoӊAQvdmEʼn +ƫJ徼 +*`ͻ 0~֋3_"g+*:]up@5'+*@9|tv E k-* 2$H~p%ox-ZUsS5'egnp8삨xŚlnl`\a>ZCqFh`E{t'kGi0ּ{iƿs$ЅqzƧq]Bth!V(wǚhT͟H8ǫ7(oh#1DON?^Gqk?ҼEվ%9u9rusUFkд߇&8)t!vZpD 0)ͅqA_,Eg9 \)fF}8ȮCXIq *b]OMz_jp^E2kƮc|Pc'бOiS?Ok{o .,o|?Q]6CyNcO.k=J?WW)?@$)qB N㞐玟xWt[??$xV q{wK`cc\t> +256tki#*Ңͩ +Ϫn2rP_'ӛ2x=>59I,RezZ񿉿Ӛ21=7^ioKsx7EgNޛ-bLt;Aokž'\VM??S LdMx_qg]?ƾSz.~ +~ p kk5FB7cG+/TW\qE+#-^A[Y?^^s<-?5>m/q=(0nZ+)qgR~/mE<2peuU)$cX`3_92żHo֒E\qʯӶVv%*Iܧ鿱Rco!HP?M^E{i#]Ý]EVot'kk ^٪AIuMu,vGX:)Hb*@ \۵=lD袦 +APjM\?qُn?} Ey >&-[?z?5?R J?t?|z +*m=Ė*]_ι$3ι/?U^ = ׬|?{{T8ܦ#mQx⤥_3^ӝ2Z5'-_'Cihy?۷׵x DB =|Mf^%hev?ʼgF3|JWEH".\uX2α][nA+~k4Wk*hGWZd{c:?롽W4e3]?9/^YNS=vsJM"ۜ:cqicxoo4cf?@ %ăU{θqݑ<$Mxu>3C^I^ B14r$`oD_w'>,SU +Zd8F3~+(Ga?(o넟 X ^^=x}W̯\_E.Y۲1'i $Ms4 |$qO.վ'j;cO[m/h- =+^?V9E ţY(cˌq]ֻK?Nc#_G>)3یgx~U6jr 1?gHYvf aw0kOZ7FZ6USNGˏƸ_y&-2>''Jj(O7CDo jozRCe5 $עY,cմ$dÚ{Q?aء_DXCBA[F=vW7Lo`یx'NY'+ci R6n{sP|u]N`;GMzeiwX 5{&a*n X8ʼzmgb;0r~GzӤi֬rcS֍V1<8DPI$| ⮢ ٯ[~vVS^1}3}&fjd /$z"jEݫ,qұxHr,fBt1wύl#aupGGy$x5 3a0?^KҬ7PxT4뗝s b }v0 +z{АՁ#3ⶭo%L)N+Sæk cd潽]\eH#s^u֏iDC\>Ez4PmFFۤǹilbH"Q*? +|& O+sx֭j .Iψ/}\c,_R3W+^uuQשx{^'֖ +Yl1uߊ^Y/WtGVN}+Ogx\x*ޢBVvD{*2I]"1O[jGx$w=XhkcE0H@5>~wZ4"{$35WFq n}BN}ug)Efj~%tvuum's^ F-[TI!e';WƺLzU)W=ve 2Ey/y[DwlZ Xq"ތ{v0֒8}^AkFT7as0FZ8HvǡwN,t;v'Y06Ԁ Myɣo+o7ֽ0ү-lDZ&mb:r9 wn+vl cϨß$FnZҗɰѭ6q|=O^yQ{BBf]׬x3ƚO}\*DZvq[)~&s~do^R ?uktev7J~cNv$2J?]/.5 5Qc;?6{;W\G[i7LnV*Ts5IMRbbUÞ}[+h76L{U4{Aϫ-ZS·1n2H#󾻡ͤrm9m\b`{OZ/ '߁"ѷC^7^ T]#rzQ[)s^9zJ7\K7$5D܀n$=?κLc_Ϻu֓4WЂ +6Utό/-GYᔟČ~:hkاӧֺx !}d>y1s+~q2dpTc^xJz1g1H:z+K1Q5:JGtW=nԚZW>K4# +ֻ|DӾsel$O kjvOkNvU#co F1覼:=ֹ[[\v"M3wr8~ ~~ƦO7 G0a~IA jiY'#_XdBh4b kG^e\u:^_qoQS{s{ž٦cqq';^W5ݲy;V0q:/ x2LuAK &HPE%^rc2(r+>~,PG@Y?參 $Y.AWkmkI (MEWkyaY2T:+'t Ri%=EwvcD,\Xl djJc]iu z X/zZ|Ko&*g#ud5k?4FfVI*:dr1T> +x + rkΖt#T 99Ms{N[}APt:fdYs¹̳h=ב*j|;ծ˺֦)軏WG!3+v+xn&ج|6g)kW@.EŴ)]O(hR92d\\ 4inscOt쎞( +sߜk+k,tR~ b" :!ҷ.{UMg֗^=Ϛ](O<h)sl\Y0C5{.giHň T|#&j<c)iO݁+#&YIjw*]o֮@ h-fw=)!͟+Q o$cҰ}?Z4ҿy&k>h4#uxӟOұc9+eO+<#x 7oXmu>vplWB8cj~U/+|}] Q(@{ +}q=G[@%Tcނ>ćoÖ}ܓSW;1ʡՆ +?rW +K.'ysLM[0,%?Xlb+h4V+\F <ۘxz~e7{zTtfQ=ݲ'UGt!.1G : ohM'V]l 9Nփ(`A5|7ЯkmT8Cbl98,}I5~iw#޵} +6RV2q]該"QM&Xk{>˳;wg*!1X@"YƬ0#<[u'Y]k(1,I=jƝ7HklnQ iYztV_>$|NCf?摼0U#P0 +$eR2A ctT0+ֆ1bX(> B3k""ئ}VYhRG'zgK'w9fe' iv$¬* xkL'fdi=!| +@ `8w6^́XdYš@:u%I`dg r#)<Ś9=ُSZ4QEgh6 u5<9+BqX%ԶҦ60QT-W]p$Í6ﱎ +tI]G@'zQ\HVSЃTKڬ l!QAQۍYVtb+x5`U)“I2A a= +5y=qx[K[uH۹жMyUo+տ,4YSc[jj(((3յi'8*zD@NpsYϥ:((+|wRn/n PsO^I"O }EQER5-+h#.@PǒOZERRTc֬"N6 اqu:U(((I_j^Kk}8z+.@m?oU5 &UC) #0=Ex6~jK[&3Oh.N]ӒL% zQEQEQE|D4iyyGt?x|剕+}R͕l1"x=juN(((su^i#((((.>Wl{⡈B޻k((()+ ïI})h))h*7_O׆|6@ f?Ftx\k\QEW;WTSp~ם!]bGq g#j(((+~ B5W|k~]T/@͋mٯX(((\=cWx#@?3[QEQEQEQEQE +Q^aC`9?{u%-QEoB z׮ZCf!Q}MExW?<\Aֻ<-U=_OMV{W\p_8;6?4oO}|̉H汼G3Ä?x,?=r|j_? taILA 몦[hqu D^/{Y#LtS5Rj:KFpJE+爭Mh.Օw!aֵh+5Ek"BLX~2hR1r}G5ceI?w:0MmSޙ`qM+)*x2>Lĉ|O AnFU-QaWy\&wM,4#?ʛ?xTc6rY~!o$c\tڧV'ک>O54Bۜ>궗JeXݜ'J,qʷעE\uP/¶!#[F̦LFB WWK`pv}~\ďYY,4j&T֮%G8GS1= z q&$$4gkAwQDCu'?ҥ?iaDr `Y`IHLW~5ӵ1]O+.X;!vp;㠪zW-J cIv>ZfmջnIAޭQEs^.FI)bW^q +5mqdo?J>fGIUKF*BUk?¿oU"1Ef +0,7~'J "O.gXNU3B6_^ҵH5hr8E/'rґI9Orz׌u=٣s}Xx.=M2 kVnG\nl⾔ɦKti$`$ ֵtZ ޚLQOGuake32dƠ~Cro UvZb600v&fn`H:{T1HH 7=c0iWn&THc>⎿4*.?O^ݧC# }HՊ*7?Oׅ78 5Yr=9w>+ּG%3iNדw^oV3s%D9o6߯> CJ9gofM .2zԒimysWqKvZNm̪ʹ\&]zso28.3 j1W1xB6]D]@ȍT9ᮧks9h؁@#Ҩ|FՐ $63BNz\Nq]6g>E`d\&7wwwpBY@+ƺZBc<D WMZ.b-  8:_?Qs=m<^/۲7Xvak?x !,K˟1$+r -X@ܮXzʱuM>x@('Zs[nU3:%r!FMpZ) ѦhHI_5#_aixZlԢ\t] ?sx}3T~zv[6qp{r+n_Kv'1}xPI{2 ҽGm4w7 +b#,8玕:[F¢'s^eo]kcˍ+ӤRʧi }y?-I8$n8$0$dp~{#X2xzsrIמ]åin`= +ҟXW&B:vR_fΜ`IWOTn^ mV:j4+3+~0:]$Or{k<[2^Ч =݈& H!l+{MfAc~A˓ Z:s,׷KI+6)A{z_Z5̿boW-j"{v-O}8t5 ^&[0O8kżo6P +lGݮ^}k}KpH꽺W^7n?Z|X1`c?}>?U(uRϏ׼xb)l!;1q¦wr|>^$Whv:MFtd}jo]bHboN} ȼaDVk>2=O#v=!^h4QhWgwis[ȁcXt{J={sJ袊.=ۜRzxQJfKRa)=q]tu״2vG577 qFe$Cu %q "¢Xr \%ζ'UHlf.nL(%W)9^|!PuB욍ZZ2H݇A55 h: ƽW>VԴs r`WEWΚQؼYo @H\׆ w91!刞XvPAEEQK4~j2gdW/O 3NQA]DФRE 0AW6ң4v !u/cm9+5>Q9W[u_>hsj7FJ$v pkm/FѠX-TP7=q3m6o,0 Tcr15K㲐$2E}mA1(@ӥByoǽm|il.abH@@?QMtYA5nj-b@Q}+ 4m4EQU7]ʁdt*2ƛ[d#ߥ}eaoƊ0W|iґ4:93կ- rՀ9U4QX^4֙-C?nZυg>y \6es`o@1Fǽ|𭮩'>_IA^amŦD}K%.1ıS׈\XYS:0 +>ꏪ!%1{~|k;9@fF=OcQA Vrv$X$RgcT2&3 L V'O4D~vXQ)nK)*Tk>gux<_A]Y[^)y#G;xb}MxVnGڔzcu},^ >cqk +F #ڛGb :GkByAGW37>2i'f13=q׺[iEDT +>#Xy CN6K/z Bnbؽp?*z鱷ʫHA]g!`iIygׇV[/ǘC|-pn䵼Y>hx8=z} *9Ooť::{WCc(du*G־wG<$47Ưb1@?>+>$?]d|+c=v+IwOVUbr@Z +iIedhT|F=r+jo*k%F}93^cʵ~%"pzb=q_Z H _6XYޡ?Bدm!BG\.=CDv\#C#^yw[TH0nbS]6k3xđv|d`za9 ^8_5(«*3x׬xؖXSY?4}+˄pZqlnQI-+;x#TDQ'9x|?:KjzmɗQc˖?z}|ziQ%Oʻ_?+~.hbz~ -ylJ#YUC[ş /KxI,6=kMs@;ViOo-$ܨV7GqHJZYWT?7ﻭ-4-K̺F w{|_m`P#>ں*;HYX* %W_T.l$$Y$֯CjuCm8N).N^G?kCPi#^50: \@$>A] `K^gHLB۟m*A/Q&L+ɷ_әO{Ɲ4Bt'k>uC? ~"'#k袼S^FGM׊:B#^HzWG+¾,us#[𞭪i\Z +6p Akq< MnA? $Ԥ/u9%>2V~6kg 3blg-;?}e:>hKһZ(6W9Oχ`~ОyfHWTQ43Hrz׬9q1 ́%s2wWoXECkvD'' +1x<zn?zNtkJ]_KЫKq?IE]d?Xw<tFo>6NڝP>5>,S3sѿƽ\8 )~zE{ :=*دv9OWxDε>x;+aA \Ym^oE~^^ ,2+Ծ\΅kC)5G>z IA5<Яb)?{}%|@oAqC&KUݱ].*&+uK?Ku_)YI׎Q𵟇 v,:W5#=Ikc袾t'Sd-{?|mP *>[5/3ǣS^[xBΣV_Ż-qx?+tÛHs*=t&/ۅ3\5b8#{ՋMюpֽV $&~*hD\ ѫ~xkP̧2{z7^oqk,LXdЊW ݔHyFھ}F|iA?R#͢wPߨd]|MDd͵<Bc$`2AH=^Sκ LwQITn'Mxgg Y?cWzOyX}?WZF| >C[y9OyNJ>x[ֵ]=˅/1:ƭ%2pȤ>Wx hv_7B}kIfwIyw*>xgQ1"11]ƲDՆASE>GXԳ[OխuPk*^꿈|7dʤԖ +<="ڬVȐ$puBA.aqj6||c}q!}ǣ|4M&%+%UmvՐ0Cnq ⇏=П_&! dfo>" +jKpT$SiMmxVkyՆx<2Hg`u$ +kzɔZJ$V >!g??ȋWx~[WQ^k ti6*%`fUpdr=һiiZ j̟/>UNZgF-ۃןWj¨t[IDc0s?|8#8FeAuy|K}+C F^ak=@+r~yA;z'Jeg9-U9 +͒@''4veŜPϔ5mGJ mrmFӾ0XK\€~Q=g)֕?:/° :(h%#y6ڥ6pyWExmQF,;<^KwYX++Zk9PtV*yw *Z|GfҦLn^D|-3x^kL(oU8-+MB[y>T+5_ޱHB>RX +v^+AoG#_Z7~noeʰ+kiM'TF2S۽/m&DI,+?k^/1VR0}UuQ|Yu=:?1TšRWO,_ǷMzDk *p*JBqWk2};OyJ{cx+^ɿ;שxW\$K5PL |j–)1LȿCh[Xdބm?G^Sz-ݽ +ܯMzWٮE$oH*Y{5eEVZJF6<Ӟ@5x7t60jF9yo^iDhpTsȧT=6D*Ò:^uk?ZLhу)s^m[ZDS"@~d c&oKBkQ$Jt? xqْɞ R?~jo : fV@91ɬo%aVqKx_DG&y 0H s٫tɧKrvJEs%#ҭ`rll+˯>xQKa ҒLw^5CLAnqPU5Q&n32᷈飸W)'1}3lQƪ|IЮAid/a~o~+5 2BUҥ'G1_A բ Aȋ*aAדieYX1/~ 4Pms[x[nC<53fxU̬Gz xώ=F|2)qѽ}W-g]{ב +um*_6T *ޝy+?y~&b/vͳFlkj܏(#.x,;V姝\Mv.Uy%ܗj!-VBy#GírTRR O7q`?&ogVAk`񭺯άæzb]'ᆽNIN.==16㙗ig_zswu!s&SOV_">W|) *> [BsS]5&K#Oa"Fϱ $Tطkd cQ`+' +4]A[[Uڋ'$Ԛ3jO,ka_Z_ |-gٗ@?oϭw4Q^ss?D2[.1Z7[[c/ݴq^8 W tqSЊ k \rkхhXZx1Hʱ'.]7,:D,c=Gx}=yNQ\ kvNX{_\y0@tR"!>uw^;뿴lmۅJկ:tOkذ=( +اQEZMmAV@:@@ 8E!Pf6h&"}v/UEP((((B@v((((((((()1)h)1KEQEQE%-QEQEQEQEQEQEQEQEQEQEQEQES%`F($s^[^8$[*1=k`REQEQEQEQEQEIkh{#/9ih(((((((((((JZ(((((((((((((((((((JZ(((((((((( LjN/ ׯR^A౏N;ׯEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQERQKEQE%-A s֖(B4*8REQEQEQEQEQEQER-QEQEQEQEQEQEQEQEQEQEQEQEQE?a?EZ+|L1QEQEQEQEQEQEQEQEQE ki?Wӵ]m'ILxݴW((((((JZ(f + 'u5{]/OwO)4oiHSLx݅ez}EQEQEyR<b@mcG(gR!ʰ <}QEQEQEQEQEQEU[NKA%̩X&lsMhoikPpʤ>|By 8Z`斊(((;HY\"(3+/Olb`utzl^8+#w), +mR!d!Y76wHb]bԡz#ᾥIM}VE-Y(((?^ m.-br$Q̑.L?(((YB[q#G)].{_6~Tpfب';u]E,q1 +((LEQEQ^3,nO +-.Yga$gժ((* 4 LJJ~sm+2;*gwC?szQEQEW=x3VSg=+(֌RϮ+(gnhAj(5iS|dF>iZvĬ 9늽EQEsM&tI 3_0RN9=+(((ZgF"dPr/lԢʍ =K^'T_ʻS"pOq!p9|Fq=[? |i; 2BL%X}թh):EQECwiOa"⇃l4ṳSWַQ/nOk((())h(i!0!c5gԒ,A6+1KEQEOWxm"ym6LHq"ÞkҖ /V`Is>9@?WxIzE?QZk$x V1eXס_{#de9dS((F`px 9 ϓg 0=~XMI]ԍmo0}l(((ό}?5[2(((((si6W&r((((T'k?&OJZ))i斊+ @5?*ڤ:f:dPzK.~ MSdCH4ZJ5H8GYT=A:)+5_Wğצ; cm +~>W|?{r y~s_@R&ppsOMEK;'FGJuUmx3°arqKE%TزcD[moN y٨~ k{]AP]Cn͙c< +GELUb(f +2N>D\H*ZkHB@O'biB@4}/~aRg=)jڽ-H}ESP !U~}n'I=1!1/I0SZG-[;Ӷ>5n%__8HzzfIu5=*آqu*G U6 z?id.k'DB + <'w~mc +6ҁ@: +=EҎ~{g";^+OٙJ2E2zzIl`ڄ9<דkE Z0<0_5DHH̻ <V/Zcv%U+>}e2Ũ"@,}s=M㹥&BC<|΃x{{*ൃ .Pg;F~H4A$<6FzQ\u r!ҭR`T'S컆kɵo24r4D|n÷ +W*o +E;`IO +>?\|(cuI呆v+}Oj=3R/Y<If$;cxė8Xq#.w&4㩯 [%7Wǜע ld9GЧjj>/tսj?›[2Jzn3^JmcNeWvJ:gƽGE4ϵZ]JCגxd5 8v=| =kdb3S5O%ԙ.I!jw 'tgPנ|5U3%nM m$J~gcWCf[lP&71Gs^_yO9X A՛+SĀLL.+hi8H޹v],/d9 {עC_7O*$un #5ww6Ći!o VU3Bϴdd?Z<-r91gFzc׾yMGPGpFk|s +[kiHFq\ +'፴gwlV'&nچΞW.!Ꮞf[:H`Txk\^Yo#1,tsG$޾^.|qpfgǫS^uR~Emj{O;%??&+chVWW?2>ßֺvP_zLZ*AV"ƽWfLhP0k4O!'`ۋ`һO:o ."FN]$,!x?vO Io#mcoE1#Jm#+բaEDU.RAr}zzVm6CM#רQ^V6(F8G&K@.cMt X銨D'%z׫mFspO:yٱ;n'Һ?xMm|X+##ZYWGAO +xk\`m=v+Ͼ3itWhzԁ4~[T,co*}A*?Սh<)o+In-ܶdHVJ~%H9dO10v}:'CM8#ZQ ?ZkLm'*  +'\ף x&-+Z5 +C: uzm*-7Ed4vrx+^ 2:`} |%躱O0\mھS)hxQ^碮 U1vOV j~Y%PGybaED*>ѧ{Q9سҽR+'R|m~ӣt{xhX??hמe60J69AR'^ >k,fFk<1? 1׽ OUKms]E$qxnZ^(~p +{_5ZٛI Cݱ_HXEBU +cYiSI':{t(|t⠼^b1os_+>1\jIf +ߜU|=-D{]/~~*d֚HYXg] +ངb;Tu5_ԲDF*z'IZMq7JZߍb8>gWQ땐GҸv ^Ìb+ԾPTx j{܎^c񷈬OR%qq>w?ȯA1`qR%4˃좽'^{dl1rܚښ%6CZjNI7 3~b{Y1Φ5 ^O2hg>7-\՟OV871Zw^2 6OR/m `edB|6| WSqC_G?lon5v\?_FijPP:*JzLzVYIxoWwY&nXr?o^eK"mn*w׳y𪺧IlG|nGy%h"Q'OJj?fAKExxy٫/}<^??lQPܥ2L +Xfto_D IP8c'T9~(_kBCc73{ִ`ouUݩj+<} Y^PcV!dAΉc\5w&7ǯUoj=SZۍ^?ECg sC`UU|ק$mnVu~u㱮ږ&=S="5_B\g'Z\{υEeVAk48\6?u84/u}o:]Fr0ȩ+~/|?+whV'S[1!q*OX!/-oOJkɵ_֘X‚uO5ׇ[e#d1v:{עQEyok4 ^붗g*Z>0<+C4w$s_zK 58ã*q><<2dPdӎ42AsK /*`}` +/^]\/$!bX:hdr 㵳}h7Ӡ?3½OBk5ۼO)QEx\o?r~'Mx׬]W;MM{(rݢ֮^L\?W-ȽЌ|cpLCc> V1xY[| Fە8>دX9.?ԃ65Jyh$BD!G~ºC5gmǥЫ(DŽ^vV!^E\k%}6+mZwșm$1[ D]?UbC`&x M{|-ld7չHk1_8R}^c\d4X '.~ڬZ2B_滯U::]m'@ 8-ݷ98&g][A|+ʽ6jOٚ? +YEFVc}c٫"U}x]~RhGu={G,QJد1?σ:mvkЫ~6'ZdĶoWׅ|T~H^XWn5Z|{-ZRK'#ѫiQʽC Ե:}R?WY2hwʽ|DZ^.##-ֽ|;??ACcX6t-bF +7*(kpլ.mO 6@p 7WsJnw˃bߧD]gKT 1ѓ^?Hj7 %.X0{^^i66N: *KynYRA%OUxpuЃ9|cݫ4 M"OT + _EQ^5u`z uֺ,ف#oyg bPJC{o _hZ$-aB:Ej鯚j,?HUǠQ^=6|q7?o\5> `5?Zڦb$yOįE,z? Z | :h.&q?sѫ&y"#c\hbk۷loX/ u($&fo͹7cW=| ;!Ax}?[':䏛9 `J&eL1)!ܤ 7ZI#&JD#0T~yo:jvL;X¯?z/ Ac:ѢOⶇ}Gr7vq]zz~FoQ ++kE}Ƈ-Msum,Ψ2Yqs!8TVU^^t;?!Νivq$p9=+zk,WHSu+صֿ6>Q^}iL\)R.vc?W<jP xYW>ʐIs׸in6pGoc^ i5Ɵ{#½Omh1]tێ+kk>{%>dҡݛ+Dkc{mygL>k_쁴Sc]xwg H88Լ"ɡ9<~D߯NBj~?U2AE?MEW$ ݟGBM: gEI0K;N^9zd5|\Л'go)hrizmާu HHَt\k-̒TU`^7+WQj 1yO?r^wnp tue?F/l+`VHdOӕ#^Zx^`Q!ᕻ[uAu +̦|r@rGH4fc$+]COh mQE|㙒]vЃӧ=][ʄ!}y/eRIR91,>?ZgC^>ݘ[Jp2ArZedc裓V[T]C.F8axŅ)Hzf8H3FEKdAJ WzwMI #r+ؼ'@X̌q;t2TQ%xX{;Fis:qVm!f~3^E'Ľk1p '͟^$dӨ'\6a*w gKi;. +Ǯ<*~"irxw[k~UOwMh4/eɖBŏRvoIl?FExτ|# IO}Q'ãjYu3]^S MMD7*|'ZIs_6sjo7e>=ZN$nG)! DnF\Ez>"kP]J9ڬGu=? +SE.u%βtka1 +(5{y/4QI$tVecwkX%IW+A(kie\&:xCĚ̷SY>X9?t:UǍt[xܑ(e: ˝i8O侜9ÿZ<1N,ϙ~O+]ueD_iYX 5h } 2ʥd]x6f$_-o|>ivB(rκ4dRAHy=T#wX/c~XGx6*RJcpVFot>,Cmآqw8b^!]7'oKcg|̒}+EνD-p;=a^l~K϶j74~lֽ×^"m)S Żp**%65k$qڼoa +ڊ'5GD|?p.Ub z65mJ$lBǩO'Q`Rz:vNk-\"7vkҼ 벣k/ϗngx_jZ>(*hַ,|[Kw2܄8 o^ 01cr ?_񖘢q7Jpj^,l~DGa p?2u𥧅1v9ڶ67iٻ42١gj\(/%{9` F-G+^ggq¹|6^wceTWIPZ(mK]FNܑJzV7|-ȵY$K0#$m7{ІS;W'|14[$N,GbH>.j~ ץ^^B 5kC/|7]̬K+cحu;- +ML>Rp9L\%=cR./ay/5xaaJc+z y^T.nYeg݆9 ֺ h*Eyyʄy*?袱S\ B̒^Y,HnI^ateI;3RWΏx[Ɨ0;} \/|sWu3\܍J;a@\>KmO~_iTbl Jυ:/i$rcP½H$e`1vV~Zx&xlFU0>_֝.9ѽ\֥߯StUΤGЯvֺ x*-L +<'xizAOHۀ>ўuKmW{hx݂%=D +topA"jwu 9I]FA\| ?2 A_F)0-l_ -Ɛ4)M u ӭrq|D A9F2Z#Zq)t?ͤQ_|l2|~w+QrvsY|A* "M>n/IOW`pq'aa;O y$1^߅r|$m[0^Ğ3a`)8?' 2_ +*Z~NO6SW=Y'z->g8S'ĩ8K8fu~{k"us=E6`(l-Hpr +Cc] *}bCNc\~ ZY5oUP»/SDOrۉx:൏v:ܗ);B$;*w5 G{, L0Ju=2W{k܎0GwI ڧ]20X~ [Hwr҅9ث$A[;hpUEa? bmGeU[2v֦tAM5LI7Z.]&T{}FBm>ƻoY_rR#V<5?&&k hҦ~yv<\? +2nnٟ +*(_C+bh\ I:iQ[D0Qb<[<[ Q!īVzuV $j~1V(gӼJL Sh띲_~ū4jO`j+VmRk\`9ڟֺ̟{xQcFQIJ1o3˓୮= aa[^ehr 7~?uV~Y7qA5|G-oxEt N3nMUE w>cEY±ԎYcc|Er73O6+hmy+kJ hHq}=Լ9_'yɷc0)϶+IZzKk((((((((((((((((((((((((((((((()bqQEQEQEQ^{ j>0OGe 7Pz{moI JP:*Z(((((@sKE_֬2_ Q^C8?C^EQEQEQEQEQEQEQEQEQEQEJZ((((((((((((((((QEQEQEQEQEQEQEQEQEQEQEQEQEQHQ^GtgXY/1`"S xzQEQEQEREQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ^Ipvm^t*}` 9ϗ((((((((((((((((((((((((((((((((((((((((((ˬYdWGʯSUDWI$ ~8HnqP~cAY3ONL4nWI -ŽJNXwD(!Gmk7q8yuCn?iZn6͹88C@8 #M]yV%\uk}j.to0x8W+S֍$J]ze;Q⎃9ua3]j$ܩ>n+3F]ݠc | #rpvaLZ^m.-_z@8#GjI\"Z~d.: ~-Kα6c$]?^G](9T7w+T}]ֹH}#^joG޹E߷l?O/6Pu~OaᨄrmQ˷W5-F2Ԩ#5ڝ +k*ȍЭZ+ƺ5|ز;)mv#{[Ph8kz̳ȱBֹ:Gڄ0XZ?5JEɓ {//6% Mt񅇊Uͫ0ddq{9EU]CR2ʱ=+çD؂ eGᚎvPᕡpWqq^EsZ 3HC?Zk n,"SL8E "lQї)c*lz+ڒ!LGFtlt(.dʽ] +tzVm"1# LS~5՗so +uVv?2eOEZx4˗F=z|K,Z A' +OnךfZKz? +?H[f!X᱁w$uI|k|nڧ< +o%qMRr;+(|[Ev27#O{@KY>GXLm 푞kþ)]{;BDDnj4k-2 o#WHe'Etnkee@v#=qN5}.E& >%ٚum>-[UǏS]:K4+ SX:-FbdBC*)bv*? o ,_s0}j>)hx:sY_[KB][4JOV`WA:\Ʋ*GB IEJ.+~A&ڨkz3Pn}kM&j8sTkHa[x4UP{u%eYV\@Co+KBev|T,|$|EEᏉ Gq[Mۙ_lWWj0i]\6czt_|b YO?3[>Z&rGe@=O+vNn(ַ*-gLoZoT68A9qW-[}gMݣ* +OL{眘ki̐!y*$k24EYAXVe}cE*چcB~'#5xoŖ>(ˍ(C&![ )bǨ{D? t]uۭr9K]vyQW]F-"kO>?gŖ6e8=b]6[`ik6HZߌ72ӌl:㢺?xwX<1m$JI(H#Gt71YFY +ڄ XUt3ϥ u#-5?5X'_(ٻ~5Wi;? TK[Zḿd\}I -tόyj{%X~yK5{}r.r?OPGb*rz;K)͝owqϻsVU׊|[n JO,W#߆Z+=fQmtg2soLcV!ѭd;#;FO' +5Qd[ZA ?Mg5M@8ۜ?WTW#{?mzr +׮xĊ˟gMtQ_=xxŹ[e!ok>"w"w#b9*Hxߦ+綾>T9Wo׼:궐]/I[Er?S6k|XLaK< Ƶ߇N XnElmoY+iYq\qba?=`<Ot .n}5t?SHK8oϭv +ui-_T+xvZi +Gυo1JV<ֽoᚅmx֯;okqopΪp(ps=k|gFoIpXzװ|6McIk(W's#^ /c쑤͖,6ќ`fiMPW9=u' }wQ^?B6fj0OX~O/xX:*4NO_Aj~Z&q<ǒ]Vh#tU'|O5w ?5/c5>5|9mX2'F>:H yy=J +OGvvTAjÚłᔞaһ xBOyJ(PSO*Nkg{ ʊH+5Zw=e= z|@kr,ҀmTSVO~iO{n_(eНe|#ԾԌd^MGgAΝH@`Ak!> /c 䲐YߪN݄WjEnmz2W; +Gr|Tu|ȸ?"|I<+UnCFs^Wc5σu v˞GЊ7(euK9o${ +ɟS6ԏ$)n=zBzz'-a c_ǟ ͼ+2)gAOC\O+)xh%̳r`pyI0 (vb>`E jG#VW ֘FyRa3׶Z&xckD(I txgtX?k %snưp<WAWg>YOjL,G^E2:0ε<]ޟ%s8wRmCP&a\a^:bӥBnᮻ/t |?OW+xu )ef 6AV>xO5]7 JӼ5rnmJ͑oj4?ٴ+rĕnk +` ^iOgVOGX~mq^'%oaDz +oFMvI$ mbbpx ΏWET aZ/A)y#V8| LWW^-XtX=9y%֫q]b!/@xTvvXs<=K6EnW.~"䶾m=cK('x;Kn{uY36Z?]jZ[ YzCo^g=0g``}5v) dq]gV[ dbD 6gN?: +(gALJ=k^[נ]־&kT̐b2j?ݦ88^xzÐy61:>#xONm.{H .y8\w}"^\7 iSݤ !Bg,ݎkD:Bҽh#C y/ůX&%\8QpsGkUvfkxb,#w8KZDИM!H5-dž5YmC!'ȯsڦgpZ +V?_+sS[+ᗆ#kI#V5ADUՌ hq(0z0&R5뜟 {xKf۱bmI;+|/>x80PIo:GRz-:_ {b<7H?Q_B;ESմȵImfY +_ 3rov5ye `p9;G_\s/T3%qOm&EUD+`-XP|Q&gBE J h1NQivs['mp\?w_ N偂f--OVCOҳ~56տQN.]LN7Gu~\v>9ָ6hc S@v:jMdN`7dWWW2趱[>.3?^_YI8̒9Uc"ס׉XSKVx:o:,2OdLzX+ic["XB@P^w9ͯ_R^Cǎ:yAY=WAЬCIE|{֯]9iJ>ZD ?j}Iı5[LhN?^uZZy-^aBaA^>1sHXD +ɁNCW+_mA4#vOZ}?u4rEil6Rbxz֍Lm1I ԼOn9>ESWg sk?X}$ZsVsb9vn5W|b?6m^@[B5W|a]?3^ĂkHԻAr+ϼ5K£Ɍup>tUEͣL0a+5?^d{k)oZդ$($ފDhZ>1JLqJ諒2p? ~yEgy2,E㘴[麹?ZDڅE/Z+mx3׏^^SC^4[.1[uZN?UE?Z>(ƑV3Ǯ^ӥǥrOU+>336Yǻ]z?ǫ ӮddB޼ oOZo%ėZԧgn>&ƾ#HFnWj܌~h|Qt,+n u㹮ᗅ/4&By60CONt ?eo >.ܼזzG +?Z4+?AX4-qj:OƾlI5rbGOש'R؏}u7Ǖh=?Ujw/qs-4I@ƩP3E_rH,J>Džz4X.ݾX>cf_jzʫ_\'5V  v\W9MiXnd`?IOm˪I#Hr)kϾ2,\2nIFS+.[F[6S~ g엀DF"|Iϥ#0I)53ց?3k[OA +c5|W&e`m 瞣5-@_m5xĞ)x(\1?i+䁁cҹ?טB93Ҷc#j+S?kfu_W|>9Ь*J񇈣ޟ,yc˞x<7'5@)1FIX<S^m`x{M\ #H<z={NZijμ2G_ ~{pFn#EV*VDXǫDvҸ{q<3Fv8qX u j(T{tWEr?<@4]-C.3#* Ao soPAzce> &̌}/¼ƚ)q_<*ےk>?{bN'kc'sqcNP'O\zIGa6 $en=Z+4q? 6^\ZO.\r9}V2.Pk|!o[BeQ[W3hVXf)&ƹ]4 y=8u}*5 񜁧[Ҡ)gzUxgŞ5? zσ? c\Vo.5OMа Q?ЮaׅYqC_@EH8/O k.Ans~4W|jk? +m2?W|+3^ ݣ\^݀DJ=vWh5kTr{wciuV=[A+4ZrTJ?J_xߘ` YzYCj2i ʎ% J;#J~m5L4acˁW35 +:drO׸W~)Hba'rv!(FuO7w1N[5&[ulIWwWeҾcb}EpOg"PuaWxcF]N\v嫏š84'ceѧY1, vJJ1ā~V?鯣PF$,U5^[ҭ,#:pkj=EaomO.{ ~hmkk5b?N?ʓ_xVi-C^\čf='G |)y;\/ =}Rt#xz&Jhl?'?֧v9-ӘӟHO6_@3ZVD/򩨯T ,*,xwZs42dGFE/t&# WB<ДgIVZ7b~E\F"\N"AX}w[4 _ZYv5;dǨSyoA{]9z}M5T% I'N8,oEzN "H ^XGLDʔ,g9Y?uUu*vtڼK%dŀaŖ )}b)ݸ|/6:O{ +Z*Y +tqq+|ih|M~ױޙ~ O@TVZԨ.b"1ƱgkYUzk7ᯌS×/bldWik*ș#rdkkRT)rXg|EO lgveS=x^o[I,`du?yIiPJz?vU)*T)z8ɏ\0 +i:AHB2}i4a:K&>Xу97R6g,z +ZvD&{V4 {WIrƁw7j>N]:;,V¶~.1J9+k'N}_ x5֛$,g*pVޯ͕qA5ރbl2#1{K=cpRg#ڵ('ט|F冣bLega|> ^|[!F g|_=jl­S6\HT,IqZ |qkZg{Wyu`2>a?zյ]ēFr _ۯqһxWɋ-MJ`~*+ƞO4 kĊ~ \pkuaeWSگl5SEN@vq^@໑Xhb+(WuW7'k/l3ᗧWgڏhG>}oLhǛ &> +W?]?~/4soaJ'ny#u^"E#G-7 +׆xTZ׉(r00+ ;;k "JSQY>$Öixˮ'c^9/H!G]$[o^9wnV +O^BĖ 1΀G#pʷWk^x$T9iF}lY8/YO6I+p rxZRΧ&Eⰾ*hSkjhP2Jyc}FuC+dWx?]յxg/cLhwyoA{⛳##m|Si;vSa;~@t=lN+wk;ÿ}:;bIqǕ%zt^-أei`` _¼,g{s"ѓ׏o M-y'tmnFK C[ݾKTH˶;q^s\Nk/^>uZL/$c995>#*2-iwWzM 28WR9oJO^PŦi2C]<5lN|ѿz]GúτnUe%хoY|KʰE7Kzv +ټMΝujf#>aӥr>]O:^yB0$0]οܣD cOyk~ߎE>[{36td/n&7F|vֻ@5x]`Riʯ;W{&etORWhiWnmC_W|1ܷ<,-)E^U5]=5[IdS?x3sm8x v ʫ*+Y`!n#"tJY>ܴR `vt,A<}zdf}{ܚ[hHbP@p.u4fQߵp>dQH%}qk !^B1#gx*_j>!m>Q8%*zV4(h)oNog5Ue'5cMN`Yaо_BnT`SC<\fIԤ2Ǿ$!Ako2笍˟ǵMxSL&^[\.K0skMhQ`^GUk:w@dV2b+[1:{e3ᾋir xu +`Vn?](א JgnIЊ>1Vt iZđ[B:2ƪXHhzxߵ +w qBgEOEQt$Џki6r xSƝj#1#NJl]]. oL"5{ПkicP`T3iӱy!Fb0X-m ՇF~xQP]YAzg$UÚen>5 +e +#TN!O+|qg *Z}YjoΩAٷ% ֺ"ơT@sz+c@8F!Ih Av楢k"G暰FG +W$Oʥ]Ck6O Re?¯[YAd`#GSQTΏdMERPյP`PKEENe# ٷE hOuP=R}&'>E>OQ qRRER@p)h(e0{DcbEQEQIրtQE5Y=2+Xa9HO*kir?1x| +YtAz7{WEQEQE5\a $1rS袊JZ(h'8V 2>:_Dds,c^a5U=9Ϗ0Gkר((((((((((((((((((((((((JZ((((((((((<7cMq,i8REQEQEQEQEQEשǼ? iZ cr]UQEQIKEr266^zl> s^gK5P"k-KH1'ԕTRRQKIE-s25$!ӭTnSE +ƽC簶w$ $䓁^JZ(JZ(((1ւDt9mN㍸ko"Ц6א’w=Ҥ|{xn@ xϹ-Z:Besn&-,t]. J쨢(J((|c]/շ#v ӟj?×]̲I;FzN9))i)h)|a],xns^-`OUZJZJZ))h_>%^T ܁^aLSAv(.mKL}>IN>sdǧ] Z4̅c5EQHzW^U(d~x]|c:(((п2*$#]5GYa֭%Asٻ¾s] duM} mL]utx|VnuEKr2e_❥|Rѵ9E&n0u T%H]>?+<-Iod \|cCMk{ֺqּ77z0XX~a}_h~i @2niŞ,Nc\~^2k?'dʰt6??ٷ>/ɰGr +C{ Z8i. WowuM,Td8|ewkQb~hl״бn·m.&#v?È\v-s3|EfS-;9}Ca87|3x]̉{m96֋jH)L{6_Ur8>jVK;S"ٰ{Z^e̶yѱhFל~f5|T+:RiѺ9k73>(!UJG~W:ͶlWLUX+ŧÑo x?O{B32m#gZm@@9>¸lx%1kwkhg{.q4xO"]Uwr?"gU'$]WSoXji]C$J~n}}q𺮃dǷ|+?Zn=EoRNC\eQ?ss|Wk5Qsz}Ms~;>.;mF2\w@Cf|Gc|۹+\ԓӴhʼi.DJrn+=FU(j7Z]Mil2z<1<uxW`4B8ڹk_wҬPiݺ*c +6[h#ѓdeb_VxZRdeL?ʳhWZ.8A@-!md>~ 5Fu>+eܠvW+oڙ|xsІ'+KmbQow#)1V~Zh0@+ξ}71R8*-sÒ(մN7.W?CS]|Kgk>պp~qY^'eʹJ\0&v5ѥ*Y=EUwz\ +Ey ڑmLϏ_Okv_ +:on͠Ók]>ICH5? Hʡ6ߡZ{mP rdu:55 {1b=ֹ$CHml7qRwt yge`8 ox#b01:kӆ upWQE|YOK8p uMnx#C$|7~qt:A\Ekd?=}o5g4 ڛ[w׉x¿^VM 63k~ +/[% ;[##ׇ^u:Bzs?c ?)xmNXج]è@>lU_>KcYf603Q[Mb1n#uW-J:EΫ˕c Ey7ƁhGo +o d?f3_K$vzYm`Ƨkriڲ[>]*eM{Q^mm5 @%yZ'NBҽQmhT:}+~%xN7BJ';JDU[O3%-T82;sk[O `(qض}y8%x|V ןb+;iI(jZ* ۸ yjF +A^MՖHڂX5ެkӴ \B(-w*&C-3^ɏH}^ϢKi#nhi#- I +YmK>||U ~Wk_fmpyzG$񆈟lQ!W(=+ `_,HY2Hg#5 +Ŭ;xϙ!Q #ȿWvmc۸$(:ႌZ.^=+cOW#?h6ilfN=WS:tPOrkOPFEx7-qnqW[ Hv^ݟah-mfKĚvTկ'iȌ+I\3,jY xWB{xOI.m$rg x&;h/\JҍC x~c+E4hYLq5u5R>>}γ*B+ylT~עxcHU2ccvϧkOo OrZ8-'һ?ok({9!c+Ƽ6x %oPLz(kB+Etyawۜ1wZttޠeJ(& c\|#W?>kRA1>G׮-!g8TR5󞿨O^KJ%_Ak] c˓Uޮ^"+ϫ5%XBEĄ'ckV<;MwYFہφiF%|e;s^X~0~%䀨-xu1$HȽs } +ʄYq*7DK>̱.aϵz:~e=裓\|Tzev8?MxV0cϻy/;z/.bֽ/ cBj ]QjO4BQPֳ&?~ξ+΅{ЖUz9ZJߍXYZ4cR/Ѫ`!'!ajWVt9N5c6տ> +DT~WRExlAw"H+o+~+N(9t>4#XUpsձ ?MW5/ x+s5FBWx'F@ҡ#R9'=kʾ.uʽg)f>7ҭ;?ABpaS+i}ӟC_>xEmt} ^mVq#ku붉:v2q?Wj׌.p?Ş+K{HQU HЫo᷃|..^v +۰9n?a +Oi?\}?H1[90s}и?Ѯ+5cBeu|MGDPL!cIq! neE-yƟMWU@I]d*8rKdvד|izy'BGcI뱯|sƿy]{ƙ?S2AV V#|ቋkɓck5cVElwKV~)9Mas+˼ +5_7F79ߌlZ%O"vJi>3-嶝H0ҟo[ˉ + rHtQX:ҿ{*_:ӵ -˜_y+ϥ:sYWIEc0nKaFOx߂ |W &5o2fFsS=Ҩ>R|g𭌾=։pd:(V:M-HT.яb#]N?Sxc@3l.E i-99-.q-K BH>W3Jנ7E<~+ J'?e-Vy%gwq:xG|`?¼/΃Hv=^_ң.s$8]=yơO#]Ý +?Z~3OӂVlWm`#VZ-NU][:VK\ڣ106-%Bl&hۓCO㌊.4_a8a^Ex?ͿO K,,"QF9#lWx+)#>tK],(~{i(%`&z(WmAmDQGQ.HϞ Y?ދgO?s)kҾ&|:o߷O{65Bmm|>Пξ+ ?%88դ0E{EywVeo@)]xix)z?U+`׺哬>S>kK%`:y?WrK*@U{_:xQUծnP|Js_A"B^cw%~SLkOXGޣXs+@-_>5QExĂ/+Sb`ǝ5`}JWqWK`$o9Z(θ8zǃ>bW ƫss xJxIYzn`995P5Šklqǿ5FAxw_Bןcins5C<װEqFt??c|F&>mq5C?LA]WJ=gd1?>4]FӮ?vO}Ez y7ƕ՛[ɫI:ˢ=3+E{ M {_'8+PsG]duϾ:#~g[{Ƙsio\A41d#m֠_EIB?|u"_g'!#VCC u*:o'$~#nkcsj%h2ʻy5е%|kyQKMwXԳ$^|Cm%HEǘq/qɮFPЌW/jUQ ۔g" n&$Ra MzcȥXdpkn_ kr*dyRC+֢1?Ek=\ƽ*ϊcj3H&yVu,ajΦ<Q^Hx\1k-O}buXl?_G#PA#R@׋xGE\."R>}+"ВHCǟr:uvˠH6o(>ytuKx `AVhw*W]`M݀FЅzv4EYwV;_ %p!bNGZ۶Txm 'M`=I@#h +3?Ec+Vç۩[8ZDy1Ña^Vp,;z5(-0W]D:@I#"59D +OڔwQO8&BDh~XWs^Lv{S!X Q\GiK+Ef'^Q[_u  ev67V 0(㝤tlW隵i*ȹ+~1\EK(t5!Mkqۆ߼z]]ťk$>>íp;/t˸俓̚t䍿+s+MңE"p( _P!`۷ht^%-:!OҥiQ3 #;5 —:l]v/QjzFXzt{oBm72Dws+s៍47s][ ϥw[f^G ˑ:xgr2cz8Wx3m6W2c`(gҼYpɹsцrץY]-{ǖ`gX_4RjZ[ rrzSc? qYB%A\ֽKSNw<g/xյEkF㎇k~h׸5X|hh]5XoWy-Vf`3?;Gs^i i#oeE ז\\B(d + e韭bw%,xL,3HԴ ܓ.0[޼rGWkr,B7N+oCGkr3{Q.?a]x^ӚKF8'p+vzHr9AC"Z[*8)NGV9F=F@utc>ҼKĞ㺦rc8iX~2~fOgVcv@fo'?C_>C].Jɸ ϥ{Iw3wa-K`d +`N̝Z2^t!Ib')BP,x!~QL/ +>:u1 euRq!W|kYt{Tpʤ1WJn"I +P[.ᝧW}3=ޖH1Qnw(-ȉ%R}[|Ietߜ~~CFۭR4 F~|CKnI<ȾZ_W,꺊ݰչ WkhχgxYċl2=t="q#@zn1]y M,®㷪?[ 4'tFRY`~uS%gFG==Exߋ>^hΜX$}׭]݌Ki#<fWuOj,4 cY>VO +}ζ<8|*YY^?^[˨W8o?t^AnH2H WQbI7 +7;/ Ljt|oշ^} J;D|x{"Ci d?OtE~L u +~N+΃u#Oț 8OwY9F&˒;.;}kGD$&FsկZcQh$Hk4*>$6;[ueduj^!t,VBH#]մq^@Б/ч"hAoÍM`Gá:WN8RT5M +Z/ YvgnJ<qZ^:[F1Zʹw<3(tqSЃX/4ˌ?^tM!;HV%c2F)GPF# ?? +dQ+CK֙6KXlcpoԷ%"so zsUšCM5 +}jq!It :}+?g+wL>xmp͗?kv1ȧ\j 8?!W5 +W-uD u +Jmb]ƨU=[~IqБ),^Qr֔].٣WC 5 lŸ6mpʟuYAU8,GE_C3_.4k 41 ~"d9<_:=:'F:0E~8jmH#*HmaɊ4LڡsKE]l-Cq H"gCm?"[H}PV0bCQS*8S9E'R-(C,jB) # ͬ$JiE +@'p2iDh;FGN)GpdEaq_y? +т+e*((?HbF*SB +Z)1F(jZkxl=ROir-!ϯUEPS +<;8!m) +hmqE-5d`#X@JUs[OE'UXPvEQEQEQE"AAKIih((QE#(n-yGċ|QY 3cz7\(C,}їoƵ(((=@)0)h))h8I?gzA\Af_Gx31 3ڵ~چ9mI [A~ڑ+J?I~Ƃ够mhY٥I?٤?!r߳HF2c)T$|/?җ\sb5୓cݻӇ1͋&~5b?ž4R)l/?=,[4 53Թ;4qՑŎ?cJ>5Ƈz-3,Gx뿏~5$}"47Ʀ,ƃS1aۻiAGjq' St>+}?ei?su +g){qb +A罒 +Ƌ?-ݏP>4܌=s.qIQ  +Exy +Mף\S4-I}QS?5=Co=Az9 +}77P~3_gno~2_7G8c R/;f31Կéc<{qǨ"?~aԸBtZ  TP>J>/j_GHF'Q0H>.?ӿnk\ciŽ`ƁoY?Ɣ\@#_hc1ŝgAgZMcV1/4𵵳(}o?N.2TS]?c/-]u>'ҏzk?ɲR?CJ~'Iy?@O|O*|S{rT?#!,*C|L,}"iK~i_: O4Y>%Qkhl1~Y&zq<&X(ti?[A~^~#ˠKӏ_s, $ǘAǘBAQ6!GKQ_Փk:<0iI!%1Ik 5Ϧ?R7Xzc74,< ^P̏go\j?ӏMf}?JT?yMP/ؿ/2A/$b1}=şOO/f?/a]??v>ÅO=>÷۟P~øg>J{} oi, c~?lطΦA@h_s ?픍/_/*a?/`}G`cjO?dj@__c`?5H~ɓ)~OO&(f?G{RԿ68ɏOg7>FGKgG'ڥNlR+KG7ӟ"SǗeO?^ǩ_fFDZR|mK"=M]=S s"GT(?zR1J?O _Z?`=ӗ?7NpWJo~40†0ǥK? SS ޔhO~) z= +U.7)ǧn).t?ʓxZ:> Gy5a>~Jd_xǷ֟/CO_9~:} ˯ MmwҥUZ/ǥJ: 0WPD}tސ}wOƒNwt?7ӏHݺ~5ݿKEPii((((();EQEQEQEQEQE +endstream +endobj +1487 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.018 453.326 421.583 464.788] +/A << /S /GoTo /D 1493 0 R >> +>> endobj +1492 0 obj +[1490 0 R /XYZ 144.727 742.991 null] +endobj +1493 0 obj +[1490 0 R /XYZ 176.4 721.691 null] +endobj +355 0 obj +[1490 0 R /XYZ 144.727 597.481 null] +endobj +1489 0 obj << +/Font << /F99 491 0 R /F229 614 0 R /F111 493 0 R /F53 843 0 R /F392 660 0 R /F102 492 0 R >> +/XObject << /Im1 1488 0 R >> +/ProcSet [ /PDF /Text /ImageB ] >> endobj -1325 0 obj -[1323 0 R /XYZ 144.727 742.991 null] +1496 0 obj << +/Length 1950 +/Filter /FlateDecode +>> +stream +xڽXisD_!>!WNMPPYKDF*CZI(k$oLw΍oNڜ׿/7gTw3OeB~5E7{\R*Fkinz u6L۪@qxBͫ[YQciTG1mL6kS#]2I[,&eb3}`:d)A%IfU冬]]Z1$/eef3(|:8Xh[h@]+WyU1*mmdB)B8Dǧ +@;J ?0كa<A@ӌ`~f:n_>R:{fqj532\J{lNYq~@ARaNQq]=vN`IɇѳI$}xv? 7)Gˮ +hTHV'5Qc2k;B-nSi}@yTߘ^J}B GFg2A#Čh}vG +~{ƨO aġf iof]g($ZIf׭IUgyޜܭ^6R7^ 3 /2[̪zĐð͊ʭ8 qvsHdKi# a,d |p:e|V8_]tSoUY(SHk!9!CcEEA +LCUna8mlyo{ 77 k` *\_wlVV󨕳q؁>mp -ᄔ.u8Yd- -,ύt-M_}_!2q/)(OC~JFofڊ +S&ne*A(HEdo͠2YygM:MWmdrruw몘ܐ\ ql?|@[tz]UOx$G%/3C fAe)'Ѳ 0xNՄ֦SxFAB]h) +o}֠qU-XpZ6]ob5OU9BFywV8Ug jєx_sMveDP0SoՐs2L{ f9 o=%pZs6#!N߿?R9"P c=A1Op>KU2@]q@IFJ1m |rKT7peLtվ*1a'U-7iڰ;`u;l[͠H}>0L8(V57G<߭3*Y; XǁA61ZX!uI xx d 7_6 +ȵKSU٦iLQaz1āOH*5@Ӹ;ޑ!0xB OD7Whe{y~Gw+L*:p0S V>QU\ԫGVǿ1-'y%cFpYh 6gLj,lZ%:~#zj#=4l"S0»Ǚ'ċ2hAA7q +endstream endobj +1495 0 obj << +/Type /Page +/Contents 1496 0 R +/Resources 1494 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1475 0 R +>> endobj 359 0 obj -[1323 0 R /XYZ 144.727 496.591 null] +[1495 0 R /XYZ 144.727 341.371 null] +endobj +1494 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F229 614 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1499 0 obj << +/Length 2016 +/Filter /FlateDecode +>> +stream +x[]o6}ϯP +؀b4H[$k>sv ADI)m@+YtPoΏ~VH!0pU,ꏢϝ_we|-/y=[~ʖ]A:!Ls?d˳ly}=*Fd>L.ѝd1̾J_G H%s&wFLял y]} a)Pѥϛ-x8%7t u1nl{J !}F5Br@_<*(i\#ú#%ř`aCd]2c1L\M?#cGAY*Xc@,՘1崕@k?RclxήDB3.9XpC8Xʪ}18]þ˒=`k[ @pܮ4o-yXQ8ҾFDҾ}f_CjFVcJc 5G1W6KhĿ*xa pm8(}0]LhHr.&4|+;L%o=٦4@/YXI8R„}xaa^0BT`6$8k^byseEpfY;`8,}(XpNLá.RD 4ia@w"|mbR9 + X˷)Fo|22Y-w$B|r* ɚ(bS.mOzz@o$tM96k֣d<&d<_$4/0L_ÿ miѓ|8sH6c +e'`Llc8{>Kf]I$! {B'a{pVyUq'T^Ǻ']yx2߹5]wO CEM S::hË;p< +tA;|'בt'N +!aٱ>k 敐xŕx%λƚtw*^6~>A`R:f@oL/7z?䟌o9x-Gx˗diJ͛[dQx/u +endstream +endobj +1498 0 obj << +/Type /Page +/Contents 1499 0 R +/Resources 1497 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1501 0 R +>> endobj +1500 0 obj +[1498 0 R /XYZ 144.727 742.991 null] endobj 363 0 obj -[1323 0 R /XYZ 144.727 317.142 null] +[1498 0 R /XYZ 144.727 203.709 null] endobj -1322 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F48 709 0 R /F362 552 0 R >> +1497 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1328 0 obj << -/Length 1312 +1505 0 obj << +/Length 1924 /Filter /FlateDecode >> stream -xX]s6}LIX@n;NN;mݙm& :.`[“ ]]ahsޏ~^_{Hst1Lmëܓd),XSБ–eؿW9t4 B277EDvq8 q^M60tdx -~*4,@ɤOiC-b([Y|kyHMfMD/YcZ犦 渱x2zHRzǭuFXjA{}Hc싕oYK֏~=CپUUERb@qA(߻~oԪX(YUQɴ1:/dSV+RJ"-~g*`p8>,ӷf& E mnjH;eGnrM==FM'GJiy~s}Xk$t%VVrٹ|+i\4xqUĆ`2 pH$I >:4|t+w]_ww}>R,t>i +z}uKw}ltM>OӼ"Y/#YU54pfL |v99x`%4`䜘ٛw4H%"t%6E3:#&溡C(04"39K7-|]Tx7ef)yVTeQg7k{2Oq+DYlp}4hJD999ʫJK_߈hf)seB˛J~0<&RvVҺ\Q2C/x˖wC:㳟3/'l _/'rD'|(|;}9 +NS: ؉)(asFqa +ؙہ~A(Ǔ< +4t0dFHѰd}PqDD k3p4_<ز#pG&:&O/8#224N);1g (γĿzU h5m܄hNEY*kE_'*fcse=60EH`m_2瀚Uxхq@U$q*ұ WbZon:O*Y,[Dc;1SǾ"`ޑ xzyn ”wpC^f-zǸ4BC +oo=P,EzTkh/*"N7z F[Q(kx!IEYQBљSk' oiYP(n" .joFW~Aa}*d5wU,^&8[՛𮷩ZGx g8UDC + rmBfK6_g.Kl[nZ3kZ}/ZU\'y1Z +b;fTB890d߅M֏ i N~> Sb3/wu XHPtPe +{䜟ZN=z?L#w6x`gqO;AO;8Ot1=`sU5BGPaxm%$5Yr5lJ:}-YX[1"(]o"[fq O(oz? 2߮ CELq+-y?zK)iέJgV!Q2;+AY1q2&O!GigSɟGٗM>=b_J;%Ov }GzbHVD;zc+k g,qD,OItlHv* +bWQ1f fm~B}%z:Q1;S(?ICDDq Ã;fTFao7zC~t՗Oj\7?`L2@h?oNfB|8q{ b'"PV^{$Y弮W..f6G/eK@͍S ql޶'\Mvw'C܁Fep~y} endstream endobj -1327 0 obj << +1504 0 obj << /Type /Page -/Contents 1328 0 R -/Resources 1326 0 R +/Contents 1505 0 R +/Resources 1503 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1317 0 R +/Parent 1501 0 R +/Annots [ 1502 0 R ] >> endobj -1326 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +1502 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [158.013 118.482 355.274 129.939] +/Subtype/Link/A<> +>> endobj +367 0 obj +[1504 0 R /XYZ 144.727 641.886 null] +endobj +371 0 obj +[1504 0 R /XYZ 144.727 176.834 null] +endobj +1503 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1332 0 obj << -/Length 973 +1508 0 obj << +/Length 1713 /Filter /FlateDecode >> stream -xڭWr6}W3Rǂq%tIjqbq6iJ)ּ"{@)MJq]=X@+w<P`ƠMl`3 -\| 9OUj5Fj?IsrQN7d_7L]>4u46]<: vc gwupUm$}T8`^ƀr --~>PKKsIå6`#b v -چV 2JJ%LBeyYL-}[ ; b ngV`5 #HᏣ}!E)to("Lh+%084QܳF¨"cc#q9خM}=G!cNs"'՚[̝D4ҹN3"eaFj-5LZe+T.d*}3/͗tʋ{H<#0i>Knҋg">&:+Ii8wcO8.Ciiېڙ -Acz}u9XCb]_2zo'ߜ}w~q?oo"ͮ&ooHj^h72t +| icgC;11}\{*]#jDKvl@;]lxߒ1=- `Ō@]C<rE͗itß/o !rɬKIpީP_0Y6iJρ/E8Sysh/ϧ:5$,Q1^𘣱.t +Oc clK;t3g>p&Gn?C3&zv=0p ,QG[ .ґhsԑ%\^Wq~ j`'?7>Q GbbMz8 5]Е-_yK_ d+A; +SXUWE2q%᭼HQq& S1aڿ/1!ԏ=B&MvN|`o [hL3r\eypP׽ʢjS%aYaA(c6+e< /EYhq"W؊qk$F_܄+jz>l}:Q.(J]O_6A6̱.%A@AZ]$ob"aF?i3$7Bo浩s `~yeЃh!~7:ϓbIY9z57թ1i&eh1FQd稇 rp =/誦ځI1xI ӼCˬħ]"s%)0qUh6FjGZIJ%'ƻU!BtC5Q +AS9QTo=g*8IF+\]f ]"Վлq狆}HkbJ99T_WWw$!v8)1c¤>AM]4M'j|] $IVAq^VZ&ar*Ɠ88́Gh(ny )u?~E**:nF)|[@L>Q3@6ᵢzug\xJB.r`hS DO m}/ d@\o4NAuItPH2B}ƨޙ=&eW6޳oUFOt߹?;oep ;'E[hX57jyB :A?j$I\űmX1dSz5OUbEcf]Ee@}!ȩ"%˜d38m]TNZ:jD,\rNN>NMy-!Fa쾌7uy|ޣO=Cwp%#*n)5a?pCjBlA(&"jZ2 (B1kh o5f1) endstream endobj -1331 0 obj << +1507 0 obj << /Type /Page -/Contents 1332 0 R -/Resources 1330 0 R +/Contents 1508 0 R +/Resources 1506 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1317 0 R -/Annots [ 1329 0 R ] +/Parent 1501 0 R >> endobj -1329 0 obj << +1509 0 obj +[1507 0 R /XYZ 144.727 742.991 null] +endobj +375 0 obj +[1507 0 R /XYZ 144.727 616.746 null] +endobj +1506 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R /F111 493 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1513 0 obj << +/Length 1276 +/Filter /FlateDecode +>> +stream +xYYs6~ׯ`<#u,i3ZniMa5eG^(ՇrH ow!Daհ7,6ԐS`mh^ݳ^Ǽ|ok<'!Niw?Ƀl@/U2j\ꤾ0oB>FD]ds0\wjf)9#4ej\%{ڇ,郀f5QdJbTbbM0*dX5LP1ᬘRS_N[@gRyR'ةJx̢0 E5Qi?\7BXtI,sccקvT{.*DgNaS(Kݘ[(!K>^ZʕKI u`n L>Z`XjYwgnP$0@-1{<Σ/Yƪ5VոVƪQZoUi3ŢgN8Ti`aNŐGbhϐ"U.\@ +Umo-֛mz^HXVϾ!nBcSUIK |y+&v@\a=~A[iJk3pb -fs,9 &Ȏ*)VK@!0|Iz9 bq4 q?LBZш>_tlggpʋey\ItxwqJ*qE:^U-N")ٲvt27A[W%xC^(RkJ8ݒtȝWL !`L8z[?'5Cϼ$&j:&مȓB|ˤZJgmY>1Yz7G=>yó{4vd{A8$}2ô.`̓DSb{Ũ4ݱkf\`Jg ~;l})_ +ntI(] c嗡nGC)Oi66Jhevr L5 hemYCvSosy >m*EB7([k4[GaMĪ#'[8-ױi%nP!L \4Ǵ3"b/%,_L>xg[$̞f7ʎT5ٸaۛoY}ċA/X7En8LxZ lCkb ޯ> endobj +1510 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.482 411.862 210.232 422.582] -/Subtype/Link/A<%20Robert%20Schlicht?subject=[microtype%20v2.0])>> +/Rect [143.731 118.462 210.481 129.182] +/Subtype/Link/A<%20Robert%20Schlicht?subject=[microtype%20v2.2])>> >> endobj -1330 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F48 709 0 R /F362 552 0 R >> +1511 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F53 843 0 R /F392 660 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1385 0 obj << -/Length 4135 +1563 0 obj << +/Length 4100 /Filter /FlateDecode >> stream -x\[s~ׯ[s7}a:Nqj$3@DM ZV~}^bAm^.wYr'//|u+M$Ds H!&W痳O_Ͽϗqc?_+~o'LcD4DP} xBHj2I6?' x#r3!$דݝ&# KDpÆx|rF5~UuQޙe14҂ -3(FץbӴ"w]Ga1SBqmF#S74Ox jMYv_6sh8j'N? 09|p5)^//&?̔fS^T?tq>zim̢ &x靿&E#~+Mgvoʑ'mZ&q6p[,7M`JED`$neZ vYdO1 8FqMw̤:QK#."䬪v()i/ue9Ypō6.,_>qoWi,I"'&34P(i>tv)Uzler爺(\htv4Ij6jh"}9mX)2 AZIbp˽e)B)5UvdlԆ9ظV ِD % ?d/_Gd ?Y֓˝2oEUpEYY6b֦(}C3HHu!༴dJUZ ~9@\ש{VfLې.%0!;Sa oaer)=ރxFCk}ƶ2E1Gx#a/iyK䫴8OaR +@q#3g6[` 6}φI@۱onʮuV5s6M7VzkTc8b8 -l9WW;9GKVI垍a80.Y =ULi1z~HYw=lUBU7r7,\ S7i/hIXd*ϔv!]o|M7a FxfVM,=s;UzUq;P~4S 9Y38L\ -xۘün&[{ Z>4ܺ✳PC\=FZ5a C" Nf;~$hI`H7;TRW7:tc~ő`趟 >szT#!;cDIȾΪh1 iC0ȿ+he-pYN=kxU°EiM=e)ݸ?LȘX8!{mtgt&q.M}+QN“mZvppk%i^:Ra/mQ]9HFW_90u!;@ ! y\ *F*a('Խ_/5uIB8g֐܂"xyܙ!\w`Òlc‡,S ItyzrH xrY<5M]5=G$gb/n7un>U`5iIR7s⭈tT+aM,> 2z!l:yVx(ab}\1ᵰrC3ŇS39>1fnp>gcǾ.n]״?nPp.:kܷzg{=sw>;") /3٤CV,)nkXTtϘB`y}Bz:U} e32fd4mF{i3bvXa҃8~-@Fٻ@M<^ؒM1*DVѪYU Lڎ -bpc95@rpT#tI>шv#`L6q *}2N{rWY22iW1&r|Fi" Ĉty'dx@y,Nd^-sKb8Z/F0璖s[pZ%0 s>g=;ͫٙoٙ;`F?ns]ad%o -<gE"bL1}Wk3(UF$Gb$w. 2LÆG'1FK`uq XxR-Ld1kf#x 3|,>@D'9DWG=cIJ܉;:%h8Bk 5Iku'@}|`&7O$ mJ>uok߮Ww6,\)D"9 "8ژޟop ^wlĸ0 hxwf'0DabB|cMOT&np -1$&-̴[c`hҸrӅ>ZɩX"{' 0UNY'xsĠQ/۴VB{Vٯ}c1g,, }NV7[$zVI8>dAR$_e7HGS8 j]ԧ2*vGx梵gmBB˲m]sYh3/˓nt%&<{d}]gڸC¹.ORǂzIgROڔDOq6.4ZHEĔ[r:/{/˨caNܭs0=FOPyQ}P#ɒi~\{R@)ߨN}jH*8'G}a*(򬏧iLAbH>춍_75Zq  ˲o0 wuPCA<͓n{F%iUŦR9Tk8a!Q0C^0}v섩NX E8d|(cU[ON$ə4C7$eں[d&臉MV/nn:3F i՟ma@rr1 H31FveؒS8̜K^A\t:_p͈۬MKxBZ۳l{P_\ɧuq gte=8&X(EѰa^4|٤]2kp-ĉ]~j/XN eP[sR(}2޿!; X큫wЄH.Q8,p@q4SOA:S:D}&w龨5EmtZ%eakK81w{len 4Q9 Wmi]ID͊~58ödZiBWƾ Җ/2Fo|W֝C[)}#4'`epf䠓fɛv># psQ!Ni eޞX.po BFB1ת(_9Q[:M;:AA`ֱ#n-Lo,rRrC%>J)'+ɗ :PD$շi5u`c[''Ou[o2t8 -S:Pd@CˊB&nԺKq$8 뢆RH')p@qg粯8ϟ4y0JgӔL[s1N \i[nDa/M'EY{jqfcWSIW3OU1i_}[-Ck=pU.YoAb[ ˜;ٻϰI@۹4Y$$#`XE1=m$CX|[<%6ؕq >, ( h8@=˸2L&3K4hb}-kѸȋ͙_ +x\YsF~ׯ&Oά {" i_?Y.ؖ=CdGYef +z}۫knWdt ZSTV4ʪ:/ *k|8"H~a݀kWkcF\"ЋTїExRF1P0ňsVv5շ0yagH,fld$ܓ4AJÈdU 3][#ccՊk ۬n@B"硽L,Kc t$@6 HK0S%V\"PY()wVUeyL6GyoeIU <4>P1 WnDX(<]pRŊqH }7ee=)%cy`orj1)6@ÃvG<˜b# +Wea*Zi(݁q{*NOUj}s3Xq6]ރTRG`*!O̮uw{U6Ɉ7H&"pN.m.kʷzl`XNDiǒÌ8I:k^yO4f"Tɳϰ?2^Jp#{)ǜ !"C}dGJz걎3fSس@VBbĽS,'UY/]VMR="5.\#-Ъg9&1c~}~4?^& +⹷=Byy2f{;lJxh՛"kN다*OW$Пk7" 5zt9=셆Xo`&b뀀W RۥvXi1DU݄Ӵ1b,Ykj'%%&>ha1"˾wҵ]qM!듄s  7c -`wk]Ӿ/_2Hdc~5XmuPX0:V۬1˙]G2AGF( \O[/=b=Iv߿bcćÒV|)r$ԓ}^7̈D1ou6eIlݜ5;/2I]w}ffv |~ظz(,'O&$A%qsdnr&z]8Gi6f6nX,3RǙ ʇ:4R}\q d + 8707XS-zu Ӡ15j#H _EK,Ghs^kB.ljgd%3IN4H+~ "@V\k*$`ϰ֥H8w2pƘj~xf1a"x0KiթҞ;EԂ0.T!ivS=1nmu;ƨCwI3O=WY!#J u,w&c&ICp<`pw p ~)"Pb*c~ |}yȤ4oVbDч˩yʘ9ej(}#\H 栜^lS`oʭ.\pஃK1 ` L *T:A?Lɓ +d8Rco=1 +P,75ltX6&MZjJ+Бa5É[tL.#=JĤ9+gBTt@\D419 x>8q%o'龬0:m:, D ѡ",blF,f.0 ]v)B(hVQ`eRD$%$ migTp/ps֋E3e~\JSt4c;Tgj[ra0Bq2F"hcsi9ʵGֳJAP#,r5  l.vaLF]z ITbW: + aob# ҇yCvr(xLn)˱nbB,~ͰDT<V”gbMp%xݤK]˜keYwgCd$bqG?n~ɇК*1Ʒ%qs2L!_k&> xa#L3bP_6YV]<ʶ AY866]g<)PJ7 A &f1Oߜ73hR|Cr = Hv>MvM=,OÜ$ӊ SW||#0fOD+~ qɺCRV}]ylŰOS6S# WS3`CqNeI/=/6Hb୷I'ES/ AozeŬOUMNO|&-SjywW7WF݌6\hkOӴ±Ĵ/ԵO" #SP,lR b`0sNp]U͝/[kgU/B!Dp?LH:s.Յ45ޅ1I$۠vlKƋY> endobj -1333 0 obj << +1514 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.249 661.218 292.672 672.675] /Subtype /Link -/A << /S /GoTo /D 386 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.91 649.263 293.334 660.72] +/A << /S /GoTo /D 490 0 R >> >> endobj -1334 0 obj << +1515 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 605.893 292.672 617.35] /Subtype /Link -/A << /S /GoTo /D 954 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 593.938 292.896 605.395] +/A << /S /GoTo /D 1123 0 R >> >> endobj -1335 0 obj << +1516 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 586.964 292.672 598.421] /Subtype /Link -/A << /S /GoTo /D 1130 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 575.009 292.672 586.466] +/A << /S /GoTo /D 1293 0 R >> >> endobj -1336 0 obj << +1517 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 568.035 292.672 579.492] /Subtype /Link -/A << /S /GoTo /D 1154 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 556.08 292.672 567.537] +/A << /S /GoTo /D 1327 0 R >> >> endobj -1337 0 obj << +1518 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 558.571 292.672 570.028] /Subtype /Link -/A << /S /GoTo /D 1175 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 546.615 292.672 558.072] +/A << /S /GoTo /D 1348 0 R >> >> endobj -1338 0 obj << +1519 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 539.642 292.672 551.099] /Subtype /Link -/A << /S /GoTo /D 1180 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 527.686 292.896 539.143] +/A << /S /GoTo /D 1353 0 R >> >> endobj -1339 0 obj << +1520 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 520.713 292.672 532.17] /Subtype /Link -/A << /S /GoTo /D 1066 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 508.757 292.672 520.214] +/A << /S /GoTo /D 1233 0 R >> >> endobj -1340 0 obj << +1521 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 511.248 292.672 522.705] /Subtype /Link -/A << /S /GoTo /D 1019 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 499.293 292.672 510.75] +/A << /S /GoTo /D 1181 0 R >> >> endobj -1341 0 obj << +1522 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 492.319 292.672 503.776] /Subtype /Link -/A << /S /GoTo /D 1014 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 480.364 292.672 491.821] +/A << /S /GoTo /D 1181 0 R >> >> endobj -1342 0 obj << +1523 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 473.39 292.672 484.847] +/Rect [282.04 461.435 292.896 472.892] +/A << /S /GoTo /D 1123 0 R >> +>> endobj +1524 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 954 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 593.938 499.397 605.395] +/A << /S /GoTo /D 1127 0 R >> >> endobj -1343 0 obj << +1525 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 605.893 499.397 617.35] +/Rect [488.542 575.009 499.397 586.466] +/A << /S /GoTo /D 1127 0 R >> +>> endobj +1526 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 556.08 499.397 567.537] +/A << /S /GoTo /D 984 0 R >> >> endobj -1344 0 obj << +1527 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 586.964 499.397 598.421] +/Rect [488.765 527.686 499.62 539.143] +/A << /S /GoTo /D 1144 0 R >> +>> endobj +1528 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 508.757 499.62 520.214] +/A << /S /GoTo /D 960 0 R >> >> endobj -1345 0 obj << +1529 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 568.035 499.397 579.492] +/Rect [484.334 499.293 499.62 510.75] +/A << /S /GoTo /D 1241 0 R >> +>> endobj +1530 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 841 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 489.828 499.397 501.285] +/A << /S /GoTo /D 1046 0 R >> >> endobj -1346 0 obj << +1531 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 539.642 499.397 551.099] +/Rect [488.765 480.364 499.62 491.821] +/A << /S /GoTo /D 1199 0 R >> +>> endobj +1532 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 981 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 461.435 499.62 472.892] +/A << /S /GoTo /D 1199 0 R >> >> endobj -1347 0 obj << +1533 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 520.713 499.397 532.17] +/Rect [278.047 415.575 293.334 427.032] +/A << /S /GoTo /D 1318 0 R >> +>> endobj +1534 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 822 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 405.683 292.672 417.14] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1348 0 obj << +1535 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 511.248 499.397 522.705] +/Rect [277.609 386.327 292.896 397.784] +/A << /S /GoTo /D 1425 0 R >> +>> endobj +1536 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1075 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 366.971 292.896 378.428] +/A << /S /GoTo /D 1442 0 R >> >> endobj -1349 0 obj << +1537 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 501.784 499.397 513.241] +/Rect [278.047 347.615 293.334 359.072] +/A << /S /GoTo /D 1237 0 R >> +>> endobj +1538 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 896 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 328.259 292.896 339.716] +/A << /S /GoTo /D 1034 0 R >> >> endobj -1350 0 obj << +1539 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 492.319 499.397 503.776] +/Rect [281.817 308.903 292.672 320.36] +/A << /S /GoTo /D 1127 0 R >> +>> endobj +1540 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1036 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 415.575 499.62 427.032] +/A << /S /GoTo /D 1186 0 R >> >> endobj -1351 0 obj << +1541 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 473.39 499.397 484.847] +/Rect [488.893 396.314 499.748 407.771] +/A << /S /GoTo /D 1136 0 R >> +>> endobj +1542 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1032 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 377.053 499.397 388.51] +/A << /S /GoTo /D 1127 0 R >> >> endobj -1352 0 obj << +1543 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 427.53 292.672 438.987] +/Rect [488.542 367.256 499.397 378.713] +/A << /S /GoTo /D 1190 0 R >> +>> endobj +1544 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 357.459 499.397 368.916] +/A << /S /GoTo /D 1190 0 R >> >> endobj -1353 0 obj << +1545 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 418.066 292.672 429.523] +/Rect [488.765 347.663 499.62 359.12] +/A << /S /GoTo /D 1001 0 R >> +>> endobj +1546 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1071 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 337.866 499.62 349.323] +/A << /S /GoTo /D 1034 0 R >> >> endobj -1354 0 obj << +1547 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 408.601 292.672 420.058] +/Rect [484.111 318.605 499.397 330.062] +/A << /S /GoTo /D 1245 0 R >> +>> endobj +1548 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 308.809 499.62 320.266] +/A << /S /GoTo /D 1021 0 R >> >> endobj -1355 0 obj << +1549 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 399.136 292.672 410.594] +/Rect [488.542 299.012 499.397 310.469] +/A << /S /GoTo /D 1026 0 R >> +>> endobj +1550 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 243.687 292.672 255.144] +/A << /S /GoTo /D 1225 0 R >> >> endobj -1356 0 obj << +1551 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 380.207 292.672 391.664] +/Rect [278.047 224.758 293.334 236.215] +/A << /S /GoTo /D 1318 0 R >> +>> endobj +1552 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1249 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 243.687 499.397 255.144] +/A << /S /GoTo /D 968 0 R >> >> endobj -1357 0 obj << +1553 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 361.278 292.672 372.735] +/Rect [488.542 224.758 499.397 236.215] +/A << /S /GoTo /D 1117 0 R >> +>> endobj +1554 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1266 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.168 178.898 293.023 190.355] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1358 0 obj << +1555 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 342.349 292.672 353.806] +/Rect [281.817 169.434 292.672 180.891] +/A << /S /GoTo /D 1140 0 R >> +>> endobj +1556 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 150.505 292.672 161.962] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1359 0 obj << +1557 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 323.42 292.672 334.877] +/Rect [282.04 141.04 292.896 152.497] +/A << /S /GoTo /D 1001 0 R >> +>> endobj +1558 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 883 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 178.898 499.62 190.355] +/A << /S /GoTo /D 1373 0 R >> >> endobj -1360 0 obj << +1559 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 304.491 292.672 315.948] +/Rect [484.772 150.505 500.059 161.962] +/A << /S /GoTo /D 1278 0 R >> +>> endobj +1560 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 131.576 499.397 143.033] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1361 0 obj << +1564 0 obj +[1562 0 R /XYZ 94.914 742.991 null] +endobj +379 0 obj +[1562 0 R /XYZ 94.914 718.084 null] +endobj +383 0 obj +[1562 0 R /XYZ 94.914 663.061 null] +endobj +387 0 obj +[1562 0 R /XYZ 94.914 617.201 null] +endobj +391 0 obj +[1562 0 R /XYZ 94.914 430.227 null] +endobj +395 0 obj +[1562 0 R /XYZ 94.914 266.95 null] +endobj +399 0 obj +[1562 0 R /XYZ 94.914 192.697 null] +endobj +1561 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F229 614 0 R /F102 492 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1623 0 obj << +/Length 4543 +/Filter /FlateDecode +>> +stream +xeكo)+Xcṉ7&γd-ks4w4#0*wAaCc~Z#Xc2" g$YuͳвdP11wSCrFg̩d&/sP=WoU1&# v-G{To|\68ַU?;-@wV.rufA%sjXP$!isu"@é7<(weP7˝{@v$bo;:̉4k|ۜC@T,-+O,?^jcN߀>S0NF2T!NO֒ߗy;܏}\K`$`Q˨25PӀu {) |)p8Y@vujn*oDNNȳ~#Z ml@` Sonyb7NּCW㹵$hάʵf(ړ[%Y,hJX~Д& IEE}W\u7 +R> \z .mq +jHL%m@h.f_krwĂDOyrĂ TbBŧXHrxNSmp/;۴R/8چ<{z3M$;*CP 7M|Ȋ%{`U$&TFL&|n: +JNWYllD |ӈi)I)ڜ*,w_dJu46|P*&@'7} 1263hQ=pF9=j?H۬o8k|jCdɃ6l&a<ްB@`> 134>²E&%!iaO4 +5R ܤ䈃0,uh06[eggL2zȘOqD$@^M+nӬoY'ճy':qOp"&.iviP=iO{ar2MVֽƘ.~+HGr t)bKaMnkϳv~aiZ֙}$RXِc,YUy9{={eGB{ʯ32MHو]q!> 6sg%EIPbRP]=wae]6,7̢sqPRn=osփEٻ4i5$(g}J###mju)g +G mXKO!pn۬h'rXD~Tz"-9$S8bHEVIg@}e9WP!9"p#7Ple8\bקeVJ#a\7?Xh,Bk*̅kj'M9c&4 +EO uM:jْzYc1E*=,f@\S3ɏ^#(Dƙ(2Y{*a4h2"LզL6:>%e9WWK{Emnhq$8Vط1@M6'BAr"vWskj.,^^ f +TK`0r(u]>D7OF?4;m|HzIqCk+#Y r13?AlF4-ߧ5 +:-W@Lx/ngB֜V"%ip"M@XZ $m~=o[T1<3łk>_ Q"}6*YtLE(,vN>XаrAɆdPuJUxƝս3Lr4[BtsI6=Dmt:\6W?=m8J ї{Yœނ +-."MvXqe[/],;D$%B}+;*V/¶3و'0#c!`vO hSOe[=u&6p\Wq[!|\El"c\fTI/<3bpM߸;4k3@ AY GflG}!(=K9ap=8aiUnOɒAΫewKخIzs 6Q%t|4Ƴ>EfXOPav#*<`?)ߢM\''@&onl.Qj%y`/0i!)@@B趯DI<,UV3`1E L+Lq!N?ٺ%R7iݵ7ׂF8Q0Ҵ)9玛}' ΣLrA◳Ʌx] ]@4 6*^SR()|:֏5@-1#0!5.["}n1ݝC&+<Dwf +RAl6ou0K{7`_ܼ'~ {5˛^:}VE\b8YbUw/yc(4(Oy0Pr~ +JAd̥u>l݄lͱ-JwJK + M,,\.8(- inr4ɷ ! %Gmhh琹'v8y0c>!t.4>LӚESp]$31i:͇}+D|Lܿb[mT!. ֨PkT Ŏ +)ȯ dmPX``IP`cJ#Ba"/?XOAA +Nls}_I +endstream +endobj +1622 0 obj << +/Type /Page +/Contents 1623 0 R +/Resources 1621 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1501 0 R +/Annots [ 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1601 0 R 1602 0 R 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1608 0 R 1609 0 R 1610 0 R 1611 0 R 1612 0 R 1613 0 R 1614 0 R 1615 0 R 1616 0 R ] +>> endobj +1565 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 418.066 499.397 429.523] +/Rect [277.386 682.866 292.672 694.323] +/A << /S /GoTo /D 1265 0 R >> +>> endobj +1566 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1024 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 682.866 499.62 694.323] +/A << /S /GoTo /D 1123 0 R >> >> endobj -1362 0 obj << +1567 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 399.136 499.397 410.594] +/Rect [277.609 618.077 292.896 629.534] +/A << /S /GoTo /D 1269 0 R >> +>> endobj +1568 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 608.613 292.896 620.07] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1363 0 obj << +1569 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 389.672 499.397 401.129] +/Rect [281.844 599.148 292.672 610.605] +/A << /S /GoTo /D 976 0 R >> +>> endobj +1570 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1028 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 580.219 292.672 591.676] +/A << /S /GoTo /D 1348 0 R >> >> endobj -1364 0 obj << +1571 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 380.207 499.397 391.664] +/Rect [277.736 570.755 293.023 582.212] +/A << /S /GoTo /D 1384 0 R >> +>> endobj +1572 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1028 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 627.542 499.397 638.999] +/A << /S /GoTo /D 1038 0 R >> >> endobj -1365 0 obj << +1573 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 361.278 499.397 372.735] +/Rect [488.542 608.613 499.397 620.07] +/A << /S /GoTo /D 1127 0 R >> +>> endobj +1574 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 589.684 499.397 601.141] +/A << /S /GoTo /D 1140 0 R >> >> endobj -1366 0 obj << +1575 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 351.814 499.397 363.271] +/Rect [489.203 570.755 500.059 582.212] +/A << /S /GoTo /D 988 0 R >> +>> endobj +1576 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 854 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 561.29 499.62 572.747] +/A << /S /GoTo /D 1199 0 R >> >> endobj -1367 0 obj << +1577 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 342.349 499.397 353.806] +/Rect [277.386 505.965 292.672 517.422] +/A << /S /GoTo /D 1265 0 R >> +>> endobj +1578 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 883 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.875 496.501 292.896 507.958] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1368 0 obj << +1579 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 323.42 499.397 334.877] +/Rect [277.609 487.036 292.896 498.493] +/A << /S /GoTo /D 1289 0 R >> +>> endobj +1580 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1079 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 477.572 292.672 489.029] +/A << /S /GoTo /D 1293 0 R >> >> endobj -1369 0 obj << +1581 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 313.956 499.397 325.413] +/Rect [277.736 458.643 293.023 471.076] +/A << /S /GoTo /D 1261 0 R >> +>> endobj +1582 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 879 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 449.178 292.672 460.635] +/A << /S /GoTo /D 803 0 R >> >> endobj -1370 0 obj << +1583 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 304.491 499.397 315.948] +/Rect [286.249 439.714 292.672 451.171] +/A << /S /GoTo /D 653 0 R >> +>> endobj +1584 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 879 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 430.249 292.672 441.706] +/A << /S /GoTo /D 1327 0 R >> >> endobj -1371 0 obj << +1585 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 249.167 292.672 260.624] +/Rect [277.609 420.785 292.896 432.242] +/A << /S /GoTo /D 1353 0 R >> +>> endobj +1586 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 401.856 292.672 413.313] +/A << /S /GoTo /D 1203 0 R >> >> endobj -1372 0 obj << +1587 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 230.238 292.672 241.695] +/Rect [488.542 505.965 499.397 517.422] +/A << /S /GoTo /D 968 0 R >> +>> endobj +1588 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 826 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 487.036 499.62 498.493] +/A << /S /GoTo /D 1186 0 R >> >> endobj -1373 0 obj << +1589 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 249.167 499.397 260.624] +/Rect [488.765 468.107 499.62 479.564] +/A << /S /GoTo /D 1123 0 R >> +>> endobj +1590 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1058 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 458.643 499.748 470.1] +/A << /S /GoTo /D 1055 0 R >> >> endobj -1374 0 obj << +1591 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 239.702 499.397 251.159] +/Rect [488.542 439.714 499.397 451.171] +/A << /S /GoTo /D 1051 0 R >> +>> endobj +1592 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 954 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 420.785 500.059 432.242] +/A << /S /GoTo /D 1071 0 R >> >> endobj -1375 0 obj << +1593 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 174.913 292.672 186.37] +/Rect [488.765 401.856 499.62 413.313] +/A << /S /GoTo /D 1042 0 R >> +>> endobj +1594 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 346.531 292.896 357.988] +/A << /S /GoTo /D 1269 0 R >> >> endobj -1376 0 obj << +1595 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 155.984 292.672 167.441] +/Rect [277.386 326.357 292.672 337.814] +/A << /S /GoTo /D 1293 0 R >> +>> endobj +1596 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 315.647 292.896 327.104] +/A << /S /GoTo /D 1021 0 R >> >> endobj -1377 0 obj << +1597 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 137.055 292.672 148.512] +/Rect [277.386 304.937 292.672 316.394] +/A << /S /GoTo /D 1265 0 R >> +>> endobj +1598 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 294.227 292.672 305.685] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1378 0 obj << +1599 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 283.518 292.672 294.975] +/A << /S /GoTo /D 1169 0 R >> +>> endobj +1600 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 272.808 292.672 284.265] +/A << /S /GoTo /D 1265 0 R >> +>> endobj +1601 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 262.098 292.896 273.555] +/A << /S /GoTo /D 980 0 R >> +>> endobj +1602 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 251.388 293.023 262.845] +/A << /S /GoTo /D 1384 0 R >> +>> endobj +1603 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 346.531 500.059 357.988] +/A << /S /GoTo /D 1360 0 R >> +>> endobj +1604 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 336.996 499.62 348.453] +/A << /S /GoTo /D 1442 0 R >> +>> endobj +1605 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.604 327.46 499.397 338.917] +/A << /S /GoTo /D 1051 0 R >> +>> endobj +1606 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 308.46 499.748 319.917] +/A << /S /GoTo /D 1136 0 R >> +>> endobj +1607 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 298.924 500.059 310.381] +/A << /S /GoTo /D 1071 0 R >> +>> endobj +1608 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 289.388 499.62 300.846] +/A << /S /GoTo /D 1042 0 R >> +>> endobj +1609 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 270.388 499.62 281.845] +/A << /S /GoTo /D 1199 0 R >> +>> endobj +1610 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 251.388 499.397 262.845] +/A << /S /GoTo /D 893 0 R >> +>> endobj +1611 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 196.064 292.672 207.521] +/A << /S /GoTo /D 733 0 R >> +>> endobj +1612 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 205.528 499.397 216.985] +/A << /S /GoTo /D 1140 0 R >> +>> endobj +1613 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 196.064 499.62 207.521] +/A << /S /GoTo /D 960 0 R >> +>> endobj +1614 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 177.135 499.62 188.592] +/A << /S /GoTo /D 1076 0 R >> +>> endobj +1615 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 121.81 292.896 133.267] +/A << /S /GoTo /D 1186 0 R >> +>> endobj +1616 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 121.81 499.397 133.267] +/A << /S /GoTo /D 1233 0 R >> +>> endobj +1624 0 obj +[1622 0 R /XYZ 94.914 742.991 null] +endobj +403 0 obj +[1622 0 R /XYZ 94.914 696.664 null] +endobj +407 0 obj +[1622 0 R /XYZ 94.914 641.34 null] +endobj +411 0 obj +[1622 0 R /XYZ 94.914 529.228 null] +endobj +415 0 obj +[1622 0 R /XYZ 94.914 372.285 null] +endobj +419 0 obj +[1622 0 R /XYZ 94.914 219.326 null] +endobj +423 0 obj +[1622 0 R /XYZ 94.914 145.073 null] +endobj +1621 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F229 614 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1697 0 obj << +/Length 5681 +/Filter /FlateDecode +>> +stream +x=kFr+Xu0RE}\boR*XDxקǀ>֒%Yb3=V2%ًIeg7w3͐l&GnVwr~ϿoWnFuz Knn??ap? ƳOOf+wQf%1%z3>K&3( vo9IțWDymיw_wMV) +@ * peb ^"0Be)A0 `ԬOZ%s$nߓ5&Ig1t*{-xJSVˇnudPA~*ץ{hFJiUܭMN7{Owe8Nx궬ȞQ8 #re2 v7'i$\L\jL\T""y@\@09>vvkQ۬f\|4BŜpI@iUŽ[UE;7Wpw (I+n1IT}Q.۬hRGu$;.KHpmҠ@ pq_dMZeK ]&OÊ" +R;ESh.yKw6swurwWV  0(R8˲0z,q1 5'cxKJ@2]u*d''$J@C%Sh{kgu[^#DG#Vę?۟*T5LV [1I>Fdم[u,_.gV cI=v`=_Qm6̫>~6H,-`0^FfB|`r]'UmZg~w&^@XouL*ٯJw5։i9+q.w3(Js(C-p!?JNve`Đ26ϋtJr\^Rnħ奧KñU<]T%\LzJ"@},6ys q`JX4`$&5pFd>.P#MCH8YbPS/AɻkA֛%Re\3'u-c{F?"߀.zԍF\ ]u +]hnfdbK=g"YЌ#NpsSw]lCH8H/ȀgLHP! >ēu{se[`3'G40`UP V~g"{'T*)R ;8)fUY ቨ:o&>} 7|FPT9Tǯ*P cblq ߱v̚1A9rI1%G^S.~<,[ +b-cZB< TU`(6ඞ<skưD a 2F ?ܒii 7,z'? HZDdSJSҶu1D```N,H +]M_y N:u-釧} >W;rؤ!7 alׇF:3MW˽QlJoFjLp絣8 oǀUxb2E7ًR%[e1)GʣtjEijaFOz QHpPUy+ob su8*?m8p̱0㗭TֳNwٱ7u)l9԰ы=MT$rN$?<'A[yhl--6iuj!  =7 ~Wƹi˕~뭾.9GtecNWOU-n:Sw)OTQM~ $S1A>y0B6JEϮd[}Y0܅!$ID Ԟ\JаF kȪtM` 8c91,$(y=~Ծț#D2k} ]}-|bu76S׎y\*[}}7l:-9+()ʦ5ۊl-BYX/4Yj6oX,&9GHFE=u_2^68{ZѴ 1Q?TDe˄g\|zWX!/ea""aj6 (xٓUյt|èROExWW$}4P1<,XNX0""RFc|9t٦M,D)hp)dm&5M {&adxEV#қ9YڟwǑֻ$*wq welc) +aD2*/[*obtO<Lr²%Vߝ˔{8p/f M׭ G_ +49irjțmM95zԈ\>Hb <RO7qq-G:+ +;0b;bdF8ÝbXzZ Qu)W{ɗ#/c5kH;hʙ6?>#OTԼp XcNcp{^ ?* +w-(% o nM"`>܌RMQ_e6c΋j]n*kM].?ec6d_Ut +T[!| :X s- -kX)%-[łO%HO$n0|g'M5)|&[tNum]RRz IH®p*{\ X2 +^ṩn251O9! +'mU}ͩT*[z">WM2c\MYܷ@ {ku,Iʃ'1NhRPAgn:Ux~ɪ0yH2c# s؝4)KMZ~FZE9F#ӄ at1.6ܥ~M_ WG +} T!(;7"VBKz171Q}6(ߢ6xiqE_Q`շ5ujNCva\E a%Rn0|0 Apӭ &ֻ&W F'Zrt/1i\T )_pT~j54 Vu1\(W! +>VÅL%/TY ZpD:`W?檬h" +qU h>ц$m19rvKn0Eތ +qv >Qa'y17tDɇ$^Qf\%l\ f!jO%梥sTiQodM n"CyaD4Qpd<ՙmg$L>rs.y"_*dM<, p@tǿ(]b)H-Aoc_>m+Ens?T1FVW&v#ISWx'x$_a`!;3tX:G#K\Yg{t +4_Y>L+}8175Q\Vƙ}i&eHuj+;T)PUb?m׾){7|.eeѦN]!h$mS(l>jX;M B~lMv%"M’rZ,nK8`Ӹ VWC쳹{i6@lq&}Gwr2 +L4D5詨[͉Ȉ!>WXmG%$ kO[B41[@z9rf*lQ˪- i50^lh=>]Dmƺ^D$U8ұB*PfbY?Kz=:kbq>#ҺZ:* v N~u: goYw|`wI1Tq8n`^puq6h(6vhh*7_Xte# +Lmq_$bB]Ǿl֏17OD?t +X j]OQW ܥE^b*+^vf I^xR`S8xY> endobj +1617 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 704.286 292.672 715.743] +/A << /S /GoTo /D 1233 0 R >> +>> endobj +1618 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 694.821 292.672 706.278] +/A << /S /GoTo /D 1298 0 R >> +>> endobj +1619 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 685.357 292.672 696.814] +/A << /S /GoTo /D 1265 0 R >> +>> endobj +1620 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 675.892 292.672 687.349] +/A << /S /GoTo /D 1005 0 R >> +>> endobj +1625 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 666.428 292.672 677.885] +/A << /S /GoTo /D 1285 0 R >> +>> endobj +1626 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 656.963 292.672 668.42] +/A << /S /GoTo /D 761 0 R >> +>> endobj +1627 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 647.499 292.896 658.956] +/A << /S /GoTo /D 679 0 R >> +>> endobj +1628 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 628.57 292.896 640.027] +/A << /S /GoTo /D 1364 0 R >> +>> endobj +1629 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 609.641 292.672 621.098] +/A << /S /GoTo /D 1203 0 R >> +>> endobj +1630 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 590.712 292.896 602.169] +/A << /S /GoTo /D 1207 0 R >> +>> endobj +1631 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 571.783 292.672 583.24] +/A << /S /GoTo /D 1274 0 R >> +>> endobj +1632 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 552.854 293.334 564.311] +/A << /S /GoTo /D 1278 0 R >> +>> endobj +1633 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 533.925 292.672 545.382] +/A << /S /GoTo /D 1127 0 R >> +>> endobj +1634 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 514.996 292.672 526.453] +/A << /S /GoTo /D 1127 0 R >> +>> endobj +1635 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 505.531 292.672 516.988] +/A << /S /GoTo /D 1140 0 R >> +>> endobj +1636 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 496.067 292.896 507.524] +/A << /S /GoTo /D 1144 0 R >> +>> endobj +1637 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 486.602 292.672 498.059] +/A << /S /GoTo /D 1140 0 R >> +>> endobj +1638 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 694.821 499.748 706.278] +/A << /S /GoTo /D 1136 0 R >> +>> endobj +1639 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 127.591 292.672 139.048] /Subtype /Link -/A << /S /GoTo /D 858 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 675.104 500.059 686.561] +/A << /S /GoTo /D 988 0 R >> >> endobj -1379 0 obj << +1640 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 184.378 499.397 195.835] /Subtype /Link -/A << /S /GoTo /D 1196 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 664.85 499.62 676.307] +/A << /S /GoTo /D 1001 0 R >> >> endobj -1380 0 obj << +1641 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 155.984 499.397 167.441] /Subtype /Link -/A << /S /GoTo /D 1111 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 635.668 500.059 647.125] +/A << /S /GoTo /D 1153 0 R >> >> endobj -1381 0 obj << +1642 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 146.52 499.397 157.977] /Subtype /Link -/A << /S /GoTo /D 866 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 615.95 499.62 627.407] +/A << /S /GoTo /D 1123 0 R >> >> endobj -1382 0 obj << +1643 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 127.591 499.397 139.048] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> ->> endobj -1386 0 obj -[1384 0 R /XYZ 94.914 742.991 null] -endobj -367 0 obj -[1384 0 R /XYZ 94.914 718.084 null] -endobj -1383 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F215 510 0 R /F97 389 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1440 0 obj << -/Length 4337 -/Filter /FlateDecode ->> -stream -x\YF~_7\ d'xL#ES\ fO/Ͽqpv i[wy>>wwf`D u"}տ3EʐYxロaČ='73ZAoWx83 #N kD(p<*Ԑ9A<7X`1A q ^!Ɠ{Y/2{jB/j0ӭ*/b*SV_Fc\f?- sc)ZfAL*(S aMY՛I6Y3(:D0 lЮ&k}6om:E4KF%\̤HA#?fJߪdŽ螱rUg۪nsOH l<]' jͦ I'UNR@~u)Մ̥Ii *(GC\bcd1X5ыm;~Gl׶"EuX_E$&<ƃwulyڑi5a ՗:oj|gĪpV.`1s !O. Rx=oI. `LIڵ];5y ,jI)?"j:,oI ⫹U@IZH& fb$DT]mR.U; -f2TQ΄~Z56e5:1yT /_몭w|ԛ̭LPeҬWy:f2=I"c\f~I)agOxf{`,?H[mqח(1`G)4@w@̠"){/d:P*/3R)Id,}[Y%xJ -tcDZTB˪|m߃No#ԡqSyV)L ©+C~G\bZf [>2n<.ihG!XxoA[3׮Qeʮ0vl ҅|qOrSz"‡5n]˞4pm70샹+#cݱ-U{z2Spjz͗s61*39ΘEN#[ nM.t"iݶlSm@4e?t/2L -r1V,łz?P"PEZ8mSD*݁v!w!a˪]r(> Ro&0^/@_<4zlĪK5 v4o_%,@l7l9=@|0ye\gu&e٦z7e(6,SLQ=WuBṊIKt!/s"BoׂwST[# -B1eXwڼo%$[kt%:mj8Dɹ25:;~Eɬ.1rl'<3I=#-9!z -&cC .tCigs[DWbpenI=7!){4g; iقˋ}o?zb \muiofq=s?D.;4@x~]d┬I`Qclp3x3q bق`a>/;@j]=Ѱ&g]^'&X{x!mRŴ̀8N^z;b2%(-=t8 5mH&To%wolSzoF405UU}rFmI]sIH/,`%BͽxJY&V7\1vCiُhZغvBR@Yâ٧>>ۛ/k~Ig`Sh)!A.K(sʑpz| -d&!zͲ*}"r#0Il9 A# u_|IC/됊+00s #ho{g_.Bg#w-8e gTW,1g ټ&/(?w$"N<2]p`vElqw L"%< qOc :d0B -6:~5,;@6Yէ0!3UTO1+UJٱRcHPh8?z#4p|&'*(ngсEFQ%/x%; ']n#XǏQ<G#٢٧#.K3l1l7ߜA^*UgEA!Sv5##gY*5ቸzcyXgU\":owgDNhhXK]'R48=b`2v7lq sjZ . hgGUxJz.8]v * lLՎNmG,Ug9&(f}>.Nviҭ:Bh A~R̹-Py} WrZ6 qKV?`IS8R5˔ILP`<];mMrTPz6<9L$ab<.mwe6V".}~?`&>z$n]fx'\Ux/4caw졜KK@g s'1U,›WM"G$wYd}xPǃ}(U'^؆ 4=3T`ᄓ:\  e ~ ůǠmlMoefIV'~²Xct;ʬ)_foCJP\L2NP;cWH! -!ż a{O$w;&G]т}z-*}p -3pYXL᥏*p3{̔qU˪̞/6[MDxi?U(;; U2,B-BYA|#+dH?EMѶ,*:SOk/L«q`s/?piMic_&E&Hnɲ㣵g;F/өSUdG#(8[$*MO;fD"3NcEC'_FQ. *`? 7KҺ_t{pNXs!"y(_^i -endstream -endobj -1439 0 obj << -/Type /Page -/Contents 1440 0 R -/Resources 1438 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1442 0 R -/Annots [ 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R ] +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 596.233 499.62 607.69] +/A << /S /GoTo /D 1001 0 R >> >> endobj -1387 0 obj << +1644 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 682.866 292.672 694.323] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 585.979 500.059 597.436] +/A << /S /GoTo /D 1071 0 R >> >> endobj -1388 0 obj << +1645 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 673.402 499.397 684.859] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 566.262 499.62 577.719] +/A << /S /GoTo /D 1034 0 R >> >> endobj -1389 0 obj << +1646 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 618.077 292.672 629.534] /Subtype /Link -/A << /S /GoTo /D 1107 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 556.008 499.62 567.465] +/A << /S /GoTo /D 1186 0 R >> >> endobj -1390 0 obj << +1647 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 608.613 292.672 620.07] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 536.291 499.397 547.748] +/A << /S /GoTo /D 1132 0 R >> >> endobj -1391 0 obj << +1648 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 589.684 292.672 601.141] /Subtype /Link -/A << /S /GoTo /D 837 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 516.573 499.397 528.03] +/A << /S /GoTo /D 1132 0 R >> >> endobj -1392 0 obj << +1649 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 570.755 292.672 582.212] /Subtype /Link -/A << /S /GoTo /D 1175 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 496.855 499.397 508.312] +/A << /S /GoTo /D 1059 0 R >> >> endobj -1393 0 obj << +1650 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 561.29 292.672 572.747] /Subtype /Link -/A << /S /GoTo /D 1208 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 486.602 499.397 498.059] +/A << /S /GoTo /D 893 0 R >> >> endobj -1394 0 obj << +1651 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 627.542 499.397 638.999] /Subtype /Link -/A << /S /GoTo /D 887 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 440.742 292.896 452.199] +/A << /S /GoTo /D 1229 0 R >> >> endobj -1395 0 obj << +1652 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 608.613 499.397 620.07] /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 421.315 292.672 432.772] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1396 0 obj << +1653 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 589.684 499.397 601.141] /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 401.888 292.896 413.345] +/A << /S /GoTo /D 1269 0 R >> >> endobj -1397 0 obj << +1654 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 570.755 499.397 582.212] /Subtype /Link -/A << /S /GoTo /D 846 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 391.925 292.896 403.382] +/A << /S /GoTo /D 1269 0 R >> >> endobj -1398 0 obj << +1655 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 561.29 499.397 572.747] /Subtype /Link -/A << /S /GoTo /D 1036 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 381.962 292.672 393.419] +/A << /S /GoTo /D 685 0 R >> >> endobj -1399 0 obj << +1656 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 496.501 292.672 507.958] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 362.535 292.896 373.992] +/A << /S /GoTo /D 692 0 R >> >> endobj -1400 0 obj << +1657 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 477.572 292.672 489.029] /Subtype /Link -/A << /S /GoTo /D 1126 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 352.573 292.672 364.03] +/A << /S /GoTo /D 761 0 R >> >> endobj -1401 0 obj << +1658 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 468.107 292.672 479.564] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 342.61 292.672 354.067] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1402 0 obj << +1659 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 458.643 292.672 470.1] /Subtype /Link -/A << /S /GoTo /D 1126 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 332.647 293.334 344.104] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1403 0 obj << +1660 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 439.714 292.672 452.147] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 313.22 292.672 324.677] +/A << /S /GoTo /D 1327 0 R >> >> endobj -1404 0 obj << +1661 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.249 430.249 292.672 441.706] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 303.258 292.672 314.715] +/A << /S /GoTo /D 1380 0 R >> >> endobj -1405 0 obj << +1662 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [200.016 420.785 210.871 432.242] /Subtype /Link -/A << /S /GoTo /D 123 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 293.295 292.672 304.752] +/A << /S /GoTo /D 1456 0 R >> >> endobj -1406 0 obj << +1663 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 420.785 292.672 432.242] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 273.868 292.672 285.325] +/A << /S /GoTo /D 1404 0 R >> >> endobj -1407 0 obj << +1664 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 411.32 292.672 422.777] /Subtype /Link -/A << /S /GoTo /D 1158 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 254.441 292.896 265.898] +/A << /S /GoTo /D 1165 0 R >> >> endobj -1408 0 obj << +1665 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 401.856 292.672 413.313] /Subtype /Link -/A << /S /GoTo /D 1180 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 235.014 292.672 246.471] +/A << /S /GoTo /D 1203 0 R >> >> endobj -1409 0 obj << +1666 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 382.927 292.672 394.384] /Subtype /Link -/A << /S /GoTo /D 1040 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 215.586 292.896 227.043] +/A << /S /GoTo /D 1199 0 R >> >> endobj -1410 0 obj << +1667 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 496.501 499.397 507.958] /Subtype /Link -/A << /S /GoTo /D 826 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 205.624 292.896 217.081] +/A << /S /GoTo /D 1250 0 R >> >> endobj -1411 0 obj << +1668 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 477.572 499.397 489.029] /Subtype /Link -/A << /S /GoTo /D 1024 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 186.197 292.896 197.654] +/A << /S /GoTo /D 1157 0 R >> >> endobj -1412 0 obj << +1669 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 458.643 499.397 470.1] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 176.234 292.672 187.691] +/A << /S /GoTo /D 1181 0 R >> >> endobj -1413 0 obj << +1670 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 449.178 499.397 460.635] /Subtype /Link -/A << /S /GoTo /D 904 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 156.807 292.672 168.264] +/A << /S /GoTo /D 1181 0 R >> >> endobj -1414 0 obj << +1671 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 430.249 499.397 441.706] /Subtype /Link -/A << /S /GoTo /D 900 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 146.844 292.896 158.301] +/A << /S /GoTo /D 1123 0 R >> >> endobj -1415 0 obj << +1672 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 411.32 499.397 422.777] /Subtype /Link -/A << /S /GoTo /D 921 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 431.278 499.397 442.735] +/A << /S /GoTo /D 1051 0 R >> >> endobj -1416 0 obj << +1673 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 392.391 499.397 403.848] /Subtype /Link -/A << /S /GoTo /D 891 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 412.326 499.397 423.783] +/A << /S /GoTo /D 1046 0 R >> >> endobj -1417 0 obj << +1674 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 327.602 292.672 339.059] /Subtype /Link -/A << /S /GoTo /D 1103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 402.839 499.397 414.296] +/A << /S /GoTo /D 1127 0 R >> >> endobj -1418 0 obj << +1675 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 308.673 292.672 320.13] /Subtype /Link -/A << /S /GoTo /D 1130 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 393.352 499.397 404.809] +/A << /S /GoTo /D 1140 0 R >> >> endobj -1419 0 obj << +1676 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 299.209 292.672 310.666] /Subtype /Link -/A << /S /GoTo /D 879 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 374.4 499.397 385.857] +/A << /S /GoTo /D 1140 0 R >> >> endobj -1420 0 obj << +1677 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 289.744 292.672 301.201] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 364.913 499.62 376.37] +/A << /S /GoTo /D 1063 0 R >> >> endobj -1421 0 obj << +1678 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 280.28 292.672 291.737] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 355.426 499.397 366.883] +/A << /S /GoTo /D 996 0 R >> >> endobj -1422 0 obj << +1679 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 270.815 292.672 282.272] /Subtype /Link -/A << /S /GoTo /D 1002 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 336.474 499.397 347.931] +/A << /S /GoTo /D 1149 0 R >> >> endobj -1423 0 obj << +1680 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 261.351 292.672 272.808] /Subtype /Link -/A << /S /GoTo /D 837 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 326.987 499.62 338.444] +/A << /S /GoTo /D 1144 0 R >> >> endobj -1424 0 obj << +1681 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 251.886 292.672 263.343] /Subtype /Link -/A << /S /GoTo /D 1208 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 317.5 499.397 328.957] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1425 0 obj << +1682 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 232.957 292.672 244.414] /Subtype /Link -/A << /S /GoTo /D 1187 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 308.013 499.62 319.47] +/A << /S /GoTo /D 992 0 R >> >> endobj -1426 0 obj << +1683 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 223.493 292.672 234.95] /Subtype /Link -/A << /S /GoTo /D 1266 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.631 298.525 499.397 309.982] +/A << /S /GoTo /D 996 0 R >> >> endobj -1427 0 obj << +1684 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 327.602 499.397 339.059] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 279.574 499.62 291.031] +/A << /S /GoTo /D 1123 0 R >> >> endobj -1428 0 obj << +1685 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 308.673 499.397 320.13] /Subtype /Link -/A << /S /GoTo /D 900 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 260.622 499.62 272.079] +/A << /S /GoTo /D 848 0 R >> >> endobj -1429 0 obj << +1686 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 289.744 499.397 301.201] /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 251.135 499.62 262.592] +/A << /S /GoTo /D 960 0 R >> >> endobj -1430 0 obj << +1687 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 280.28 499.397 291.737] /Subtype /Link -/A << /S /GoTo /D 921 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 232.183 499.397 243.64] +/A << /S /GoTo /D 1245 0 R >> >> endobj -1431 0 obj << +1688 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 270.815 499.397 282.272] /Subtype /Link -/A << /S /GoTo /D 891 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 222.696 499.397 234.153] +/A << /S /GoTo /D 1046 0 R >> >> endobj -1432 0 obj << +1689 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 251.886 499.397 263.343] /Subtype /Link -/A << /S /GoTo /D 1036 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 203.744 499.62 215.201] +/A << /S /GoTo /D 1001 0 R >> >> endobj -1433 0 obj << +1690 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 232.957 499.397 244.414] /Subtype /Link -/A << /S /GoTo /D 713 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 184.793 499.748 196.25] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1434 0 obj << +1691 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 168.168 292.672 179.625] /Subtype /Link -/A << /S /GoTo /D 605 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 175.306 499.748 186.763] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1435 0 obj << +1692 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 177.633 499.397 189.09] /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.026 165.818 499.748 177.275] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1436 0 obj << +1693 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 168.168 499.397 179.625] /Subtype /Link -/A << /S /GoTo /D 822 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 156.331 499.62 167.788] +/A << /S /GoTo /D 1199 0 R >> >> endobj -1437 0 obj << +1694 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 149.239 499.397 160.696] /Subtype /Link -/A << /S /GoTo /D 921 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 146.844 499.62 158.301] +/A << /S /GoTo /D 992 0 R >> >> endobj -1441 0 obj -[1439 0 R /XYZ 94.914 742.991 null] +1698 0 obj +[1696 0 R /XYZ 94.914 742.991 null] endobj -1438 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R /F215 510 0 R >> +427 0 obj +[1696 0 R /XYZ 94.914 455.537 null] +endobj +1695 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1520 0 obj << -/Length 5583 +1763 0 obj << +/Length 5198 /Filter /FlateDecode >> stream -x=z_aࡍImQyӗiчؚJL~]gii^&mK6d1X-+rt]$`FP׎nHd\|YC`Gi@y* -Ԓ-rCJ c#ayk~ٴܓ*-ڵ wwpdK( 6U19|Q,,j1ܑ1[ⳌjPlK3S ܭjS.Ne-(^*,! TM`5 i@Ev)1]d/.&I2-$p 2rӢlL7E1DTQ) p>*=kU -đX :c**,_&+!SP23Mo]n oyih) l>5&Y iXG B! n(ɡʦ&J%^=`mUn:. 0m]!P\P’K`)Hk55k䄆?w_78ϩ*$CR&{hnŻz֫aMY Ho1#LwL8+ ijki+$eClD`%N}-i/5<Ëh(Jytt]u]m'A]ZA4 =ۢ, zN[suŅbQ/eMN I0aZ{%CzOׅG麂 -_u/'q|wH0%;i8͍ ][OLH+鍦]2ߌK\Eh42@DYrΚ<@xNCOy~jZ({a$|8wQڋP]zO2'YY -E40P~dwy1_t} 1IE+)7=϶2.F`#Lt+-ej_sNιD'H1&8X8Vv-}hDc$@ݛ g)pZ;9d ;te3Y휌DP.GϘ3ׂs71ʸs '5 ĉ)oE;;LYU#Ulx;M;8]; -i(lZ YdW(W"nqsvT# -} ~VǨ gM遌#tʽ9}k|V`OٲP2!se7L(R Y8iƲt}S7nѴea+Ip10KAÇ-"]4YE~w *I0c3" oQY WpT Fh -4A) -8 {H)$Pe|(n4w1bq؍9hR>>!* :}>l8@aܢ_YϰvPRs[QPа?=ɧkfi܉v+Ji\d[vv9ڇb3P葰kg^3/8}2mFh"+-|~'(}9NUkX"B^f{Cf[`? Opgu\LĦZ&P`_#l O-3 ubm3yZڤ<ͽ7[c̤P^ʍg4 XKܥ^xV39zcڋUf|y[hsl5BJ -@~P<-il='r/Î"FvcdI:8ׯ#>+A8"Q34.aΪH؝"Q7fr֫t+TKA*ۚ$>ՄycI zeVK\p,"/i7ljJAi>ƛ5]^1oPqozΪ\AxED%]I@W҇JO6U93M8?Xe9dY=YSr{5}c<\%!.{~xsy޹G4|THmN峂LM,;5]9Fblyr>duc̢ LR/O}j/8(ʦ¦l-:vY"P`bmJyñD,9@Ʊ!eqߝʽR&`>.ӥkgfqíΒ3LYᤞ_r8Jk/qaqf{'z"Pm[7 ֹc"OU]\2b'RcY( v=a̓}x<?ƌD%˒Ւ9(Uj&˶0Jv)8wzE꟯ -~}e@&R#qT| GUS[']1.;Vɴ Jiٮ z@Z% &}Q)Fs>Đכ"E_ʙȸP^=\x=g>D5@6췽9i]bۨgT|Jfsn90Fw& hA*&-I]qulL -)?.Eѣ~g,S@WУ%TTYUTnZO5l3c's·W&v t)/9҃e#U" ԿXda4tOe{6H2mj"o$VIP+h;v?C8+4:_F>kڅ:iQAALxZ~:TΙ;WPcӢqf%O?ˬ[YDzO&>]nLL/aj2HOhE?P -T𮦆MATU>)c1IzQ𗖹!)ЁU` >mܫ`􏍃* -80+phMȜ'Z\u:ml^Yu&)Mi]fmbWչ)W;K.[%"K>Sі -MVhλoֵJ3YF2)1$& -gp΅OQ<84y@F8}̍'tK\C0q9~j|!~ -/f+ q~An4E%|uˬݤږ/f^Mfƙ5XqIk#~zG0K4 fyneqמ{s_Л0]KRO쓂ϓBLc/OD[a1sCc׵}qؿUej~|٬li`=7 :imҀѶ>40:8q'tT8W}"ܬcGY6)Jfjt%}_I'eOzHP5wxȽjc5LB.Q>x_]Z=c:!hw Ӻ ڧ.k UG*;xu'B3[Ht:Rg_~">pњLb]&Lh#dI_ΡP4Os<??9G~=`(Tz?'̋6P/,ֶ!v:t# h/J甡9`2  9}%2 hW JET\L 5n}e5ԛ`$Xr0I;%ߗAC|w1ǪOeŪmӁceuQ,'`('$gp0wn!4`@ڼܛ]Z :J;yZF +l ;icɘ{Zf䖻(|Ua!7cf$a`(El^u\ՄK +Uu>&` +<%|\p"욧2~a$}|u 3,-Zq)jl:A38ꮁ)qRgEҁLԁܷ?\ +>V .`KVP +xt|88U@XJDjYTNtPSPl-b["`+81(@_3OeJZW.| pR &A>3 m90 i݀tesA`.Q/&@ՠKL.[e ,\֢h kZI1ǃe{zW;4/|gvi-qyyxNlӤ'f͒2-t7TR=' ּoAD@8m2u䛅f(]s+-2r45!|>>X/a +. J^C54YGo9x[}:ǻޙG!Trj;_yh^o^oƼeivZp(H $ģ$tV٤<';sBBr'=V~ +AWՔD `NBL"E:ά#xQ8.dln߿|nj7ޫ&g@z咊;``F/7^j`7mbS.k)8H:7!ia%RGUH  rZF]-lumM#)HR9^ +4ܑTtA`A OCT;6хZݩq$! E,LJ)8I rn7`P[6c%͸ǿH^`e86wh +vq1鎆q-Gbu*~Qpy(>ƺCLƤg1R!@gW,^X7Ey7BmԽ BضCѼ|c]vʜ Y9 p$.oyn&3u^Θ rz3A2)`}("/MS0?fHl١$J=_rffWTe*%T૶F>|v[7B=і́sZ3uʮfL +7k}Tm66[h4j{*-֍Gl[Ru)x `؃02yՎyY(&v/SKpeӝGZ7dMkvY`gjd8~ +D#Ln{<&6jcΧ`ֶe~7`0mӎ.[xS9>6xW;m c@_ +[6f2( GgfVվ\vFljn,:pI2ZT6j&b4S|mMqy5j3U`k3_Vc$p}9 O9->-3b +:ۼ'[x [l.ʢaE_iFs8zfcȍeXBW{+Ti! t_C1nZW|z\ 5 p-ÝC(/ A<]Dӄͭ0B˯+oLW7(iM|m0ur6]~k4AsWl Z{'3*Ӭɢ-K ̤P_Or XdR-ȁt#j۸)wIfW)ງg]g~|%#"6Kbgv(v#ݘbu"uT:),u'f4v32-!6`#~| ('󵠾ݯ @(&A[+E窥9.wN:!Wĵ.p0@*LJ2"@ +*8L?TŜj@K\zOpٰhed6hgZy";eJVuߨT bL,JS9Tho-EȕÇ|担ٺc7MY&M'/\}ɕz1W27)ɖd:s u Ь a|u(J$&C`?'p&uQ4M}0w4vaFr+ey?ե–g)(v_ycʻC^6LQ䩩6m\鵹3ɠXÑmoxF0r CZUq*+Sm#,eaێ}ukݛތ!m:?ɩOR}u=w/pr/WU-,qjXH~Yx@49(޸)ar8pS$~N=ʋҗႿѓc`,/ I5RV).)=qz1z>&6fLj$ks2u(OaN%Fmʱ'*;TP<;hctdo)#3oiu +֠ V(E+V~3pKY0^Wmfd*Po.w ҬmFv[4ͷ0 .T[Շ$,;=w%V 3>2N1|tT8\fx kj3f"$ò\Yhp00>8[ 1tkI'-C[u$]3)ubSA*ylOIaXQ(wL}bw +ԧj8ʰ !Ne;#7ƿ_.w.MB}Nv#Y_x @FH\qJR]ޖnZ'Ysn|ꮃ3 WB5gs/]N{δ9ˠ2f[d1iVu]'xL~PH7]&maRwu5d2]ôoo~ϱڄ)678gTռ۱( XLI<.u.ls}ʼ8lP݉a8 .> endobj -1443 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 673.402 292.672 684.859] -/Subtype /Link -/A << /S /GoTo /D 1066 0 R >> +/Parent 1699 0 R +/Annots [ 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R ] >> endobj -1444 0 obj << +1700 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 654.473 292.672 665.93] /Subtype /Link -/A << /S /GoTo /D 1066 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.479 682.866 293.334 694.323] +/A << /S /GoTo /D 1194 0 R >> >> endobj -1445 0 obj << +1701 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 635.544 292.672 647.001] /Subtype /Link -/A << /S /GoTo /D 1024 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 662.742 292.896 674.199] +/A << /S /GoTo /D 1229 0 R >> >> endobj -1446 0 obj << +1702 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 626.079 292.672 637.536] /Subtype /Link -/A << /S /GoTo /D 1130 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 652.082 292.672 663.539] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1447 0 obj << +1703 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 616.615 292.672 628.072] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.652 641.421 292.672 652.879] +/A << /S /GoTo /D 1298 0 R >> >> endobj -1448 0 obj << +1704 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 607.15 292.672 618.607] /Subtype /Link -/A << /S /GoTo /D 858 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 621.297 292.672 633.73] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1449 0 obj << +1705 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 597.686 292.672 609.143] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 610.637 292.672 622.094] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1450 0 obj << +1706 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 588.221 292.672 599.678] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.755 599.977 292.896 611.434] +/A << /S /GoTo /D 1269 0 R >> >> endobj -1451 0 obj << +1707 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 578.756 292.672 590.214] /Subtype /Link -/A << /S /GoTo /D 570 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 589.317 292.896 600.774] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1452 0 obj << +1708 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 559.827 292.672 571.285] /Subtype /Link -/A << /S /GoTo /D 1192 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 569.192 292.672 580.649] +/A << /S /GoTo /D 761 0 R >> >> endobj -1453 0 obj << +1709 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 540.898 292.672 552.355] /Subtype /Link -/A << /S /GoTo /D 1040 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.599 549.068 293.023 560.525] +/A << /S /GoTo /D 643 0 R >> >> endobj -1454 0 obj << +1710 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 521.969 292.672 533.426] /Subtype /Link -/A << /S /GoTo /D 1040 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 538.408 292.672 549.865] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1455 0 obj << +1711 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 503.04 292.672 514.497] /Subtype /Link -/A << /S /GoTo /D 1107 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 527.748 292.672 539.205] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1456 0 obj << +1712 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 484.111 292.672 495.568] /Subtype /Link -/A << /S /GoTo /D 1111 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 507.623 293.334 519.08] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1457 0 obj << +1713 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 465.182 292.672 476.639] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 496.963 292.672 508.42] +/A << /S /GoTo /D 1335 0 R >> >> endobj -1458 0 obj << +1714 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 446.253 292.672 457.71] /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 484.331 292.672 496.764] +/A << /S /GoTo /D 1339 0 R >> >> endobj -1459 0 obj << +1715 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 682.866 499.397 694.323] /Subtype /Link -/A << /S /GoTo /D 973 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 464.206 292.896 475.663] +/A << /S /GoTo /D 1364 0 R >> >> endobj -1460 0 obj << +1716 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 673.402 499.397 684.859] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 673.402 499.397 684.859] +/A << /S /GoTo /D 1348 0 R >> >> endobj -1461 0 obj << +1717 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 663.937 499.397 675.394] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.283 663.872 499.397 675.329] +/A << /S /GoTo /D 1348 0 R >> >> endobj -1462 0 obj << +1718 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 645.008 499.397 656.465] /Subtype /Link -/A << /S /GoTo /D 969 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 644.878 499.62 656.335] +/A << /S /GoTo /D 1207 0 R >> >> endobj -1463 0 obj << +1719 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 626.079 499.397 637.536] /Subtype /Link -/A << /S /GoTo /D 846 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 625.884 499.397 637.341] +/A << /S /GoTo /D 1174 0 R >> >> endobj -1464 0 obj << +1720 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 616.615 499.397 628.072] /Subtype /Link -/A << /S /GoTo /D 858 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 606.89 499.397 618.347] +/A << /S /GoTo /D 1038 0 R >> >> endobj -1465 0 obj << +1721 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 588.221 499.397 599.678] /Subtype /Link -/A << /S /GoTo /D 989 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 597.36 499.397 608.817] +/A << /S /GoTo /D 984 0 R >> >> endobj -1466 0 obj << +1722 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 569.292 499.397 580.749] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 587.831 499.62 599.288] +/A << /S /GoTo /D 980 0 R >> >> endobj -1467 0 obj << +1723 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 550.363 499.397 561.82] /Subtype /Link -/A << /S /GoTo /D 858 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 568.837 499.62 580.294] +/A << /S /GoTo /D 1063 0 R >> >> endobj -1468 0 obj << +1724 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 540.898 499.397 552.355] /Subtype /Link -/A << /S /GoTo /D 921 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 559.307 499.397 570.764] +/A << /S /GoTo /D 1149 0 R >> >> endobj -1469 0 obj << +1725 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 521.969 499.397 533.426] /Subtype /Link -/A << /S /GoTo /D 883 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 540.313 499.62 551.77] +/A << /S /GoTo /D 1144 0 R >> >> endobj -1470 0 obj << +1726 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 512.505 499.397 523.962] /Subtype /Link -/A << /S /GoTo /D 1024 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 530.783 499.62 542.24] +/A << /S /GoTo /D 1034 0 R >> >> endobj -1471 0 obj << +1727 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 493.576 499.397 505.033] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 511.789 499.397 523.246] /A << /S /GoTo /D 964 0 R >> >> endobj -1472 0 obj << +1728 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 474.647 499.397 486.104] /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 492.795 499.397 504.252] +/A << /S /GoTo /D 996 0 R >> >> endobj -1473 0 obj << +1729 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 455.718 499.397 467.175] /Subtype /Link -/A << /S /GoTo /D 904 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 483.266 499.748 494.723] +/A << /S /GoTo /D 1055 0 R >> >> endobj -1474 0 obj << +1730 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 446.253 499.397 457.71] /Subtype /Link -/A << /S /GoTo /D 713 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 473.736 499.397 485.193] +/A << /S /GoTo /D 968 0 R >> >> endobj -1475 0 obj << +1731 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 400.393 292.672 411.85] /Subtype /Link -/A << /S /GoTo /D 1062 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 464.206 499.397 475.663] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1476 0 obj << +1732 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 381.434 292.672 392.891] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 408.882 292.672 420.339] +/A << /S /GoTo /D 1225 0 R >> >> endobj -1477 0 obj << +1733 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 362.474 292.672 373.931] /Subtype /Link -/A << /S /GoTo /D 1103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 398.521 293.023 409.978] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1478 0 obj << +1734 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 352.979 292.672 364.436] /Subtype /Link -/A << /S /GoTo /D 1103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 378.695 292.672 390.152] +/A << /S /GoTo /D 1169 0 R >> >> endobj -1479 0 obj << +1735 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 343.484 292.672 354.941] /Subtype /Link -/A << /S /GoTo /D 575 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 358.869 292.672 370.327] +/A << /S /GoTo /D 761 0 R >> >> endobj -1480 0 obj << +1736 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 324.525 292.672 335.982] /Subtype /Link -/A << /S /GoTo /D 582 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 339.044 292.672 350.501] +/A << /S /GoTo /D 768 0 R >> >> endobj -1481 0 obj << +1737 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 315.03 292.672 326.487] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 319.218 292.896 330.675] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1482 0 obj << +1738 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 305.535 292.672 316.992] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 308.857 292.672 320.314] +/A << /S /GoTo /D 1368 0 R >> >> endobj -1483 0 obj << +1739 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 296.04 292.672 307.497] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 298.496 292.672 309.953] +/A << /S /GoTo /D 1348 0 R >> >> endobj -1484 0 obj << +1740 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 277.08 292.672 288.537] /Subtype /Link -/A << /S /GoTo /D 1158 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 278.67 293.334 290.127] +/A << /S /GoTo /D 1278 0 R >> >> endobj -1485 0 obj << +1741 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 267.585 292.672 279.042] /Subtype /Link -/A << /S /GoTo /D 1204 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 268.309 292.672 279.766] +/A << /S /GoTo /D 1169 0 R >> >> endobj -1486 0 obj << +1742 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 258.09 292.672 269.547] /Subtype /Link -/A << /S /GoTo /D 1280 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 418.346 499.397 429.803] +/A << /S /GoTo /D 1181 0 R >> >> endobj -1487 0 obj << +1743 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 239.131 292.672 250.588] /Subtype /Link -/A << /S /GoTo /D 1228 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 398.602 499.62 410.059] +/A << /S /GoTo /D 1186 0 R >> >> endobj -1488 0 obj << +1744 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 220.171 292.672 231.628] /Subtype /Link -/A << /S /GoTo /D 1040 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 388.323 499.62 399.78] +/A << /S /GoTo /D 980 0 R >> >> endobj -1489 0 obj << +1745 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 201.212 292.672 212.669] /Subtype /Link -/A << /S /GoTo /D 1036 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 378.043 499.397 389.5] +/A << /S /GoTo /D 984 0 R >> >> endobj -1490 0 obj << +1746 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 191.717 292.672 203.174] /Subtype /Link -/A << /S /GoTo /D 1083 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 367.763 500.059 379.22] +/A << /S /GoTo /D 988 0 R >> >> endobj -1491 0 obj << +1747 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 172.757 292.672 184.214] /Subtype /Link -/A << /S /GoTo /D 989 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 357.484 499.397 368.941] +/A << /S /GoTo /D 996 0 R >> >> endobj -1492 0 obj << +1748 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 163.262 292.672 174.719] /Subtype /Link -/A << /S /GoTo /D 1019 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 328.275 499.748 339.732] +/A << /S /GoTo /D 1055 0 R >> >> endobj -1493 0 obj << +1749 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 144.303 292.672 155.76] /Subtype /Link -/A << /S /GoTo /D 1019 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 308.531 499.397 319.988] +/A << /S /GoTo /D 1005 0 R >> >> endobj -1494 0 obj << +1750 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 134.808 292.672 146.265] /Subtype /Link -/A << /S /GoTo /D 954 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 298.251 499.62 309.708] +/A << /S /GoTo /D 992 0 R >> >> endobj -1495 0 obj << +1751 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 115.848 292.672 127.305] /Subtype /Link -/A << /S /GoTo /D 900 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 278.507 499.397 289.964] +/A << /S /GoTo /D 1245 0 R >> >> endobj -1496 0 obj << +1752 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 390.929 499.397 402.386] /Subtype /Link -/A << /S /GoTo /D 896 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 268.228 499.397 279.685] +/A << /S /GoTo /D 996 0 R >> >> endobj -1497 0 obj << +1753 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 381.432 499.397 392.889] /Subtype /Link -/A << /S /GoTo /D 964 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.693 257.948 499.397 269.405] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1498 0 obj << +1754 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 371.936 499.397 383.393] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 202.623 292.672 214.08] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1499 0 obj << +1755 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 352.975 499.397 364.432] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 183.694 292.672 195.151] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1500 0 obj << +1756 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 343.478 499.397 354.935] /Subtype /Link -/A << /S /GoTo /D 912 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.91 164.765 293.334 176.222] +/A << /S /GoTo /D 490 0 R >> >> endobj -1501 0 obj << +1757 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 333.981 499.397 345.438] +/Rect [493.197 212.088 499.62 223.545] +/A << /S /GoTo /D 613 0 R >> +>> endobj +1758 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 854 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 193.159 499.397 204.616] +/A << /S /GoTo /D 1005 0 R >> >> endobj -1502 0 obj << +1759 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 315.02 499.397 326.477] +/Rect [489.203 183.694 500.059 195.151] +/A << /S /GoTo /D 988 0 R >> +>> endobj +1760 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 981 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 164.765 499.397 176.222] +/A << /S /GoTo /D 1059 0 R >> >> endobj -1503 0 obj << +1764 0 obj +[1762 0 R /XYZ 94.914 742.991 null] +endobj +431 0 obj +[1762 0 R /XYZ 94.914 699.055 null] +endobj +435 0 obj +[1762 0 R /XYZ 94.914 433.938 null] +endobj +439 0 obj +[1762 0 R /XYZ 94.914 225.886 null] +endobj +1761 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F102 492 0 R /F229 614 0 R /F53 843 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1823 0 obj << +/Length 4868 +/Filter /FlateDecode +>> +stream +x\6BUWW\Y4L?6[lUUHPlOm<EXz^f_蛼WjMU*p˛gi5[w.Lo˪ sK%LǶ{) lf?")~}j0Aru=!0PkvwˆLKC +yy_0v).)#ؤ1ŊbtۺFRxz}ffpJGյSSRɏVMbݕƄ;0+a1R4toߜ%j(Q{ysG_붹  b5ZP˜D ^~`6Mom4^5udΚ|ݫzR_X2MN,Mȅ4~z5%zWoDt +9Zx*>MIRN|U +YC"oZ(nǤWtyVMi냦#CfkV{`xq7rL$eQ:[: $w`ŀU\m%E+kFP &t x3%>\XǼ}U_󰽮fX7յ~SHmW#?˘D +i(&m{cR9%|+d ū}1I%E!E ,iJQҌfQaEUib ~EV/s[Y9Aۇ:GX{wvK!4|.'O[qK +̆ ,;wucNiTlc"MqH LL"6A#*>%BGJqhMJv11c|Df>kBZtML{Z)PMP&2xH>hND)3euÏ;g(:+KIUuk3 Ppy.]ۼvSyƉ}N mP9cV IÆn5 ]B%}yӣы-R- +~e59A[Zs $6mݧcjsOo鸋kn]玝ee}UfoWnEHf9qRXf +O65YhjPM H39bq:+M4BGAWrD< +q#:.w@KNV(9p|@ri*1!d0(TQL@NrVfHG[<5S3wYya>w6F&J.3taK쒀$D1Pj۪mMl3s)?!Eu ho0c۷M=mGacӍos +`jɔ켜_cg q_%"Y$:-: >%0&5掎y61v)t?O<38"IN!Kٔq]tO~+9C($H0h+1f2Ϣ&K@W8*wu }w.RQr[ꦮWk-?1U6Q +j=2ݙΪZ:Nr: rpX(9b%hIJyb 7(8z ЪKτ{\&?p+`GUmw^ERsh(:4pK? ^R2AfvnZ6PJ)AVMzH{C4ց]nRJ:-%=`0C.+g&픲)v%^dOFA0LH {}VJ@V|4-º2LNxf+XfL`5B߉VE7 /q9  00K-ukwQ6(p~H|*ȕP}?4:lb?-u٠ 7aKάĒ|P7wW30?RP1Ex8zFa+!C2wN2O&@' uG^.),g ]1GW"g^,CR.QFXd9vްPmseGa :aTQm^'R\7S&ƗKj u] \ƅAc}O#:]A+0a^@/Nʅ5U^kŷptUqS?/'ig)z#N\s +;B0^ WkfhH_ed_+aA7ٵ. 46|ڟ|JLerV4ur@E + NZ\F4RX5dfΝu}AguԼ%yM ofʰaI$r["F'pOXPtJd͍7 IF$*4 TL#Nk0>+sj_̤V8hvz-xZ) A]>%7Jn"XxŔf*}(IGTwfE&v`2 +NWD)Ǫ'891n'q">tn47o.@>o&r`0A8x2 n]r޼qC| rdv"q9rD9>AHBńIrD2RDG`27$aܸ.d_w fLQs=s:MXHh殪;Pfq.B#7z) h㕀~f>߷kcx&ĦBZC:H*[#Yw/|WŒESo<ջ(, (yaj'LP=1PDM/]΋ ź P%OxP"ƽ5E܅PTzPL +uv/; A'"oS9!1d Cؕ>&73A({=JeU䷙ ax_:qHr \jmN/ 򨬏{}& H9NASmz?l:fQ7oui<1p6ш,w(u\5_ C!-7M|qXVyDž Ф2fG!Ve~,<>ncB#VgH$!K7ٍ 6'jSCvm<"G ~#JSRM_\2XzRWL hsgϒP OAhI)<ⰯJQd9H",uv! AAsRyϴ0S6LǠ7OF0 +endstream +endobj +1822 0 obj << +/Type /Page +/Contents 1823 0 R +/Resources 1821 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1699 0 R +/Annots [ 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R ] +>> endobj +1765 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 305.524 499.397 316.981] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.479 663.937 293.334 675.394] +/A << /S /GoTo /D 737 0 R >> >> endobj -1504 0 obj << +1766 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 296.027 499.397 307.484] /Subtype /Link -/A << /S /GoTo /D 866 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 654.473 292.896 665.93] +/A << /S /GoTo /D 1353 0 R >> >> endobj -1505 0 obj << +1767 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 286.53 499.397 297.987] /Subtype /Link -/A << /S /GoTo /D 858 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 682.866 499.748 694.323] +/A << /S /GoTo /D 1220 0 R >> >> endobj -1506 0 obj << +1768 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 277.034 499.397 288.491] /Subtype /Link -/A << /S /GoTo /D 850 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 654.473 499.748 665.93] +/A << /S /GoTo /D 1220 0 R >> >> endobj -1507 0 obj << +1769 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 258.073 499.397 269.53] /Subtype /Link -/A << /S /GoTo /D 850 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 608.613 292.672 620.07] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1508 0 obj << +1770 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 239.112 499.397 250.569] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 599.148 292.672 610.605] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1509 0 obj << +1771 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 220.151 499.397 231.608] /Subtype /Link -/A << /S /GoTo /D 713 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 580.219 292.672 591.676] +/A << /S /GoTo /D 1335 0 R >> >> endobj -1510 0 obj << +1772 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 191.725 499.397 203.182] /Subtype /Link -/A << /S /GoTo /D 1002 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 561.29 292.896 572.747] +/A << /S /GoTo /D 1373 0 R >> >> endobj -1511 0 obj << +1773 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 182.228 499.397 193.685] /Subtype /Link -/A << /S /GoTo /D 822 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 551.825 292.672 563.283] +/A << /S /GoTo /D 1486 0 R >> >> endobj -1512 0 obj << +1774 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 163.267 499.397 174.724] /Subtype /Link -/A << /S /GoTo /D 1079 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 542.361 292.672 553.818] +/A << /S /GoTo /D 1456 0 R >> >> endobj -1513 0 obj << +1775 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 153.771 499.397 165.228] /Subtype /Link -/A << /S /GoTo /D 896 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 532.896 292.672 544.353] +/A << /S /GoTo /D 1233 0 R >> >> endobj -1514 0 obj << +1776 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 134.809 499.397 146.266] /Subtype /Link -/A << /S /GoTo /D 858 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 513.967 292.672 525.424] +/A << /S /GoTo /D 984 0 R >> >> endobj -1515 0 obj << +1777 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 115.848 499.397 127.305] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> ->> endobj -1521 0 obj -[1519 0 R /XYZ 94.914 742.991 null] -endobj -1518 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F97 389 0 R /F215 510 0 R /F48 709 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1587 0 obj << -/Length 5325 -/Filter /FlateDecode ->> -stream -x][6~ЛD4qĹ̉wIoNsvZ"ee~. -'ӝAb…@ꫪp:o_+6)ܮ&& -щ,dr:f/?7͌Pg?oG?7넨4A@vęwM' &_N쯓4!JN>_n'4% 7׳䛡T%ɉHe0rWnJE'XݾltدDJy}3BNEz*[WLb4M`0ˌP>A夺 ͳɯ3ERWڡm+p&&0(J;]-tј?СYreE^#k -S*¦; cI۱" - ll0?d3-a"3=ND E -7׷}n"3( o7i?JoV@Z_yqmU7M^OST0xJ({̖U_ηMn^HɋQD d1cLp*&3B27"?H2fD7)Kq(}%"ÛB U.tm^F ̃9J/6Y_狪l>OQ*1Wx?EU_Ef GtkL_K.3@spV"eXGV,ϫo$Y#褌UddDOMƑ4k8570͓ ੔ -E'CP_&^ қBez=(5Z"=mh8zHYBu-;, -ܩUYu&nN<&S)W"Xs(l)]Y kJX! -fESF3LsL8&2rP:Xpj/VVX\3 -tkvpF4,x@SAbhͱvxp:. u`b2XS{y+}Of^6 6{]׺jUnvH|f-^\L>&b!WbE%ep/fSO 4+͘deX{]Aye r.UYVڒأ )OBSLf`NZcKj]Y]7L!N4n^*_>>GTahU&p&G:LgSpR?if>b`DZnsO70*64TxB&Vr-0 \H "L -6xtobo k\>w#c#Y\zþtqOid;jbj_կ\>kU a:I}\,.ObmmLfdD`U(-W[fP#ԩQ]w>u c,bMcٶ%I( -Y\?0YZXq8IڙKoP -}$̈́GP0^:|֋TW6|5AE&i;jn6Jwg׵1{fbILZfx -뤵AZ(@Ԕ&ВO.*/<ȧS*?Fz,:lB瑙Dnd80>4E:ς"YKO=qw̥ |Y $MowKݔouS$ŨQL

(J|`,eJ++0F,%޶s4]vNH/h`dXkcM'L%Fٸo;LsR/l]6DtmsE`f6Z3FoL'F]eςORpC "hpMY],ܻ%ym J }DNLYѝ7 xMLi3/\p}3jDz*Fk= z~7T -YY -73eLEʮd.N"ݼqJS;&J֍w1#/]d`&PQ --NNWȾ@6eS釵V*&,7_' ΰyۊ[U BQ"QLyX) l{jH.HLļd9lg]lf>G Pdq7\;W+sΕCv2PpZc(,ѳaE)E`dU{}"=pyFZW!b׸]-qy(&W4KWt5륮bE " [D]^Ss8RXzrUl8[}&l'h # 'vuSrV:Aʒ"/tV"y[x8dK!]8C2f[b{^E`NÀy>-+XgV{  ̶w-z& c]xk,Cҧ{_v'w["t 7C[^aGt~p `\+tf4U'S=C"MaaM>$3 -˭c5ޤ~ݲvUCF",Ӯ ^mDZUwݫa ^/޵XUvQP fk1߃1O-H~y@Tc`9TWв,7z /vۭ>m8PUÏn=ȾV-cOh`8!IW}J$cBsRC]hU êKP#u$[IEчQ*A'%] %yL&I 8aÓ'Pjy32P3hfRtwUw=a6R1'DCj|&qtf0{^X6wˆH `٘H -ӱ@g'ϻNR"% R:|Lp"o|;nt,' 8:#dP8W]rsߞ*Ά&tars׵3~&n`0Ā :xpI*^{[(,w|ٞr#b2^I#Bv8錌a&>ul0;(N5?V+벙. ܜy?M !; &z2[6EI_`)~'M_y9\N=f<*ۭʹ>X|ITx::%!< t']!&TͱʟV~~\f8:.1c73P~LpnPȼ)&BAu2޹8rm--4;[--b~Lĩ` -endstream -endobj -1586 0 obj << -/Type /Page -/Contents 1587 0 R -/Resources 1585 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1442 0 R -/Annots [ 1516 0 R 1517 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1557 0 R 1558 0 R 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R ] +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 504.503 292.672 515.96] +/A << /S /GoTo /D 1080 0 R >> >> endobj -1516 0 obj << +1778 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 704.286 292.672 715.743] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 608.613 499.748 620.07] +/A << /S /GoTo /D 1055 0 R >> >> endobj -1517 0 obj << +1779 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 685.357 292.672 696.814] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 588.106 499.62 599.563] +/A << /S /GoTo /D 1063 0 R >> >> endobj -1522 0 obj << +1780 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 704.286 499.397 715.743] /Subtype /Link -/A << /S /GoTo /D 1036 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 577.064 499.62 588.521] +/A << /S /GoTo /D 1063 0 R >> >> endobj -1523 0 obj << +1781 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 694.821 499.397 706.278] /Subtype /Link -/A << /S /GoTo /D 850 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.639 566.022 499.397 577.479] +/A << /S /GoTo /D 1149 0 R >> >> endobj -1524 0 obj << +1782 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 639.497 292.672 650.954] /Subtype /Link -/A << /S /GoTo /D 1028 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 545.516 499.748 556.973] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1525 0 obj << +1783 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 620.568 292.672 632.025] /Subtype /Link -/A << /S /GoTo /D 1054 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 525.009 499.397 536.466] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1526 0 obj << +1784 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 601.639 292.672 613.096] /Subtype /Link -/A << /S /GoTo /D 1062 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 504.503 499.397 515.96] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1527 0 obj << +1785 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 592.174 292.672 603.631] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 458.643 292.672 470.1] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1528 0 obj << +1786 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 573.245 292.672 584.702] /Subtype /Link -/A << /S /GoTo /D 1130 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 449.178 292.896 460.635] +/A << /S /GoTo /D 757 0 R >> >> endobj -1529 0 obj << +1787 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 554.316 292.672 566.749] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 439.714 292.672 451.171] +/A << /S /GoTo /D 1825 0 R >> >> endobj -1530 0 obj << +1788 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 535.387 292.672 546.844] /Subtype /Link -/A << /S /GoTo /D 1103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 420.785 292.896 432.242] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1531 0 obj << +1789 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 525.923 292.672 537.38] /Subtype /Link -/A << /S /GoTo /D 1126 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 411.32 293.023 422.777] +/A << /S /GoTo /D 1343 0 R >> >> endobj -1532 0 obj << +1790 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 506.994 292.672 518.451] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 392.391 292.672 403.848] +/A << /S /GoTo /D 1482 0 R >> >> endobj -1533 0 obj << +1791 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.249 488.065 292.672 499.522] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 373.462 292.672 384.919] +/A << /S /GoTo /D 1486 0 R >> >> endobj -1534 0 obj << +1792 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 478.6 292.672 490.057] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 458.643 500.059 470.1] +/A << /S /GoTo /D 1466 0 R >> >> endobj -1535 0 obj << +1793 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 469.136 292.672 480.593] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 438.136 499.397 449.594] +/A << /S /GoTo /D 1233 0 R >> >> endobj -1536 0 obj << +1794 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 450.207 292.672 461.664] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 427.095 499.397 438.552] +/A << /S /GoTo /D 996 0 R >> >> endobj -1537 0 obj << +1795 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 440.742 292.672 452.199] /Subtype /Link -/A << /S /GoTo /D 1162 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 406.588 499.397 418.045] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1538 0 obj << +1796 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 429.305 292.672 441.738] /Subtype /Link -/A << /S /GoTo /D 1167 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 395.546 499.62 407.003] +/A << /S /GoTo /D 1165 0 R >> >> endobj -1539 0 obj << +1797 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 410.376 292.672 421.833] /Subtype /Link -/A << /S /GoTo /D 1192 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 384.504 499.397 395.961] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1540 0 obj << +1798 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 630.032 499.397 641.489] /Subtype /Link -/A << /S /GoTo /D 1175 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 373.462 499.397 384.919] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1541 0 obj << +1799 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 610.972 499.397 622.429] /Subtype /Link -/A << /S /GoTo /D 1175 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.782 327.602 292.896 339.059] +/A << /S /GoTo /D 1470 0 R >> >> endobj -1542 0 obj << +1800 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 591.911 499.397 603.368] /Subtype /Link -/A << /S /GoTo /D 1036 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 306.307 292.896 317.764] +/A << /S /GoTo /D 1157 0 R >> >> endobj -1543 0 obj << +1801 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 572.851 499.397 584.308] /Subtype /Link -/A << /S /GoTo /D 1010 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 294.477 292.896 305.934] +/A << /S /GoTo /D 980 0 R >> >> endobj -1544 0 obj << +1802 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 553.79 499.397 565.247] /Subtype /Link -/A << /S /GoTo /D 887 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 273.181 292.672 284.638] +/A << /S /GoTo /D 1140 0 R >> >> endobj -1545 0 obj << +1803 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 544.194 499.397 555.651] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 261.351 292.672 272.808] +/A << /S /GoTo /D 976 0 R >> >> endobj -1546 0 obj << +1804 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 534.598 499.397 546.055] /Subtype /Link -/A << /S /GoTo /D 841 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 318.138 499.397 329.595] +/A << /S /GoTo /D 1174 0 R >> >> endobj -1547 0 obj << +1805 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 525.002 499.397 536.459] /Subtype /Link -/A << /S /GoTo /D 837 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 299.209 500.059 310.666] +/A << /S /GoTo /D 1237 0 R >> >> endobj -1548 0 obj << +1806 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 505.942 499.397 517.399] /Subtype /Link -/A << /S /GoTo /D 908 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 280.28 499.748 291.737] +/A << /S /GoTo /D 1220 0 R >> >> endobj -1549 0 obj << +1807 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 496.346 499.397 507.803] /Subtype /Link -/A << /S /GoTo /D 981 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 261.351 499.397 272.808] +/A << /S /GoTo /D 1212 0 R >> >> endobj -1550 0 obj << +1808 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 477.285 499.397 488.742] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 196.562 293.023 208.019] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1551 0 obj << +1809 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 467.689 499.397 479.146] /Subtype /Link -/A << /S /GoTo /D 883 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.532 185.848 292.672 197.305] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1552 0 obj << +1810 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 448.629 499.397 460.086] /Subtype /Link -/A << /S /GoTo /D 822 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 165.67 292.896 177.127] +/A << /S /GoTo /D 1021 0 R >> >> endobj -1553 0 obj << +1811 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 429.568 499.397 441.025] /Subtype /Link -/A << /S /GoTo /D 854 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 145.491 292.896 156.948] +/A << /S /GoTo /D 1310 0 R >> >> endobj -1554 0 obj << +1812 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 419.972 499.397 431.429] /Subtype /Link -/A << /S /GoTo /D 904 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 215.491 499.62 226.948] +/A << /S /GoTo /D 1310 0 R >> >> endobj -1555 0 obj << +1813 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 410.376 499.397 421.833] /Subtype /Link -/A << /S /GoTo /D 830 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 195.729 499.397 207.186] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1556 0 obj << +1814 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 364.516 292.672 375.973] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.376 185.431 499.397 196.888] +/A << /S /GoTo /D 1306 0 R >> >> endobj -1557 0 obj << +1815 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 345.587 292.672 357.044] /Subtype /Link -/A << /S /GoTo /D 1002 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.635 156.205 500.059 167.662] +/A << /S /GoTo /D 490 0 R >> >> endobj -1558 0 obj << +1816 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 326.658 292.672 338.115] /Subtype /Link -/A << /S /GoTo /D 640 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 136.443 499.62 147.9] +/A << /S /GoTo /D 1229 0 R >> >> endobj -1559 0 obj << +1817 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 307.729 292.672 319.186] /Subtype /Link -/A << /S /GoTo /D 640 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 126.146 499.397 137.603] +/A << /S /GoTo /D 1265 0 R >> +>> endobj +1824 0 obj +[1822 0 R /XYZ 94.914 742.991 null] +endobj +443 0 obj +[1822 0 R /XYZ 94.914 696.664 null] +endobj +447 0 obj +[1822 0 R /XYZ 94.914 622.411 null] +endobj +451 0 obj +[1822 0 R /XYZ 94.914 472.441 null] +endobj +455 0 obj +[1822 0 R /XYZ 94.914 346.133 null] +endobj +459 0 obj +[1822 0 R /XYZ 94.914 229.289 null] +endobj +1821 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F229 614 0 R /F102 492 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1902 0 obj << +/Length 5409 +/Filter /FlateDecode +>> +stream +x]Ywƒ~<:gIqn:wNr H$I@˚_? @4H[{^(zꪯLų}izY1H3E'Wӯ~>}>_gKy>}zvyϫ'T k +ݻƱTW|. H&5W~','(ZMܓ C4cJr[v\4ǐU1~ڌTeHv38ZMK}c)gᕟmly"o +i'.zV8O8B^us (oj7\ޙXʬ:/[UZk;qF)}˅mgܪ.xaq8}g\?˯Mew2ƞ`w蜉 59pG%K+ZI2SU[T Z^qt(3Z}/zB q΀u߂8Egh=|Zê4M}zB(+=}G>TϫbhGa, f 1AE0%K>kdʗyG,ۤNZҁ(UXDְ-& +ʵ|mat4Mf;3ޒ6l0N{<MX)X +f26S/Y~WЂ=$n֖a4ڕa:];\ W +-@M'U[9oȓbfB? +كD<DŽdFRnY2 aX!Q=G{Dx犈۝ 8BdҍRQR&"o. ޭ VorEaS?U9[F i-UYy?6Y:1teK'kXx{{f*3)|"թ(75BQ<>MJoU!˶ykvb";`N$ud7g稹 R00 lHY]#`F,b;wn$O`DKdcd2"*A?E~+:^ +ش p fRь}IĻi>d@dLʺɫt똸uU]qX+#i39*$vQ.D!Ӯ15v-@09]6+ܖ &Ed;o2 &*l;/.gmj)޹`S6>~+Czb< =p(ބ $LѩDX&$n'/R2AYy¬M/ ;pk5+[QqQկ/2 _k7|1LYOd`3+cQgX@M"u@QSb}_\ d_6$n}]03@;C*M;alԋMl/W9ZMY 0B-unM(֦FSҦ!;)4ǪaJgWiUCuS+k',(û|e_˴o;%)z5@=%b !ha cu]p{ϛm$ph4udЍs^C׾\ \.Y^wn,1K'G +_dDf~HHxrJ_6WaaζKsHk 2?M~hA$TC4w\ tRAF˲04I#H 㑰M7Vd 3u$"g\ H,ҒcP*~:W`HݸUCj30EXOG4Dvw`- +l& #my06L o,v*du^ DE{wq^nD(H}m)OH S`/T]6tEiGA[Cc/AF-j3!jN aW15Q760n&#)[ئƌyJ//0v>&C +K6)F <6yjVD|lPC98 7;^F/XrU38ڔ="PKb=>wG +ПqQk1T*^JQ͎3NF%a_gYjBח&wv2 Ţk:XNyzm* xv'G?D7rĘ ,$\~?FY}) Xׅ\ǩt _Y,o.7V MG)FO"%k BXb Ju;هK~LWEr6O +)_6pǺt5o"Nxi!Q,V?8X.vAwH f,#`DY5`aRb12!)U!d ~}ܫ<`,4V W,LSKVQQ4Hb!exP3ckfas@෎cIs<> GE٣wݩr`X֤o$Pi' +lNH}4z@%[euv&2ՊuK?~LNi#:RM5j"h]_(b_wh5V'UyfmMl:冝4@ޥ:3WgM;D/fkۈ,|M[=yD>GBdDTYoyUi'"b$iʖ]G΄N eZx}{qoRhvfE"ng8aXl$!SX `3K3ʵE4^e=PЕXrs|w}"oYbWOb(+Q6^it96r< PFU;z g;oW_Rg\F6\uUlw;GꦘۢWh٘Rb@In1%Ƭ1MS]3؞yE8ͅW% xs +%,ddqp!@o!SΏq$*gC3TĢ0m]iyU L\#(00X4 cf3wpHԐaګ8TW /i'JdD38Ӊ@P$%hfFKak"-pIrF "_ +bJ~9`GR<O! +LϘ3v@qEn(.>2J0̍ }3+J; 3zU\Dww?0HѵJ +~ ڼtxwVY]"6 "ʈ?cja +H3,˺h5ҏ 8/v`; v- @ohsj䨪l]Q 8jng;xNfl)1ݱ۵p߂=ڜأ!|lmαd$'g37 rH@Vtg +}nt87f]6EшۉW)3Igӛ#-ض8C5He1eV9# ⲓc!X0avZ2f-GG@8 'g |Pi=q 7>Mʾ;% >4VLr REz=xnl* vڡZ%oj5boQ6&9M3r poSe[h}|\a#z iQc.x vl|a΅v:To!Z-=p:R.H`6`j;gߵϭk0!*c"8>kxRuzO.##({lTfZ6`0-WJS"iKnWeR>v[{Rc6HX:@u|oL2SFOEb;@>l:S(x'I(WEm>F>n8{UC! gz\& -]"}yivȓ;fwF{P;D8çdEM[PԄdtXGPρVeDCvtU`KOCC=Ւ%w|lEfO g5T < +endstream +endobj +1901 0 obj << +/Type /Page +/Contents 1902 0 R +/Resources 1900 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1699 0 R +/Annots [ 1818 0 R 1819 0 R 1820 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R ] >> endobj -1560 0 obj << +1818 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 288.8 292.672 300.257] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> ->> endobj -1561 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 279.336 292.672 290.793] -/Subtype /Link -/A << /S /GoTo /D 1192 0 R >> +/Rect [281.817 704.286 292.672 715.743] +/A << /S /GoTo /D 768 0 R >> >> endobj -1562 0 obj << +1819 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 269.871 292.672 281.328] /Subtype /Link -/A << /S /GoTo /D 1175 0 R >> ->> endobj -1563 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 250.942 292.672 262.399] -/Subtype /Link -/A << /S /GoTo /D 1111 0 R >> +/Rect [281.817 685.357 292.672 696.814] +/A << /S /GoTo /D 768 0 R >> >> endobj -1564 0 obj << +1820 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 241.478 292.672 252.935] /Subtype /Link -/A << /S /GoTo /D 1006 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.472 666.428 292.896 677.885] +/A << /S /GoTo /D 659 0 R >> >> endobj -1565 0 obj << +1826 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 222.549 292.672 234.006] /Subtype /Link -/A << /S /GoTo /D 1058 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 647.499 292.896 658.956] +/A << /S /GoTo /D 757 0 R >> >> endobj -1566 0 obj << +1827 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 203.62 292.672 215.077] /Subtype /Link -/A << /S /GoTo /D 1019 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 628.57 292.672 640.027] +/A << /S /GoTo /D 768 0 R >> >> endobj -1567 0 obj << +1828 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 355.052 499.397 366.509] /Subtype /Link -/A << /S /GoTo /D 1024 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 619.105 292.672 630.562] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1568 0 obj << +1829 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 344.641 499.397 356.098] /Subtype /Link -/A << /S /GoTo /D 837 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 609.641 292.672 621.098] +/A << /S /GoTo /D 1314 0 R >> >> endobj -1569 0 obj << +1830 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 334.23 499.397 345.687] /Subtype /Link -/A << /S /GoTo /D 841 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 600.176 293.334 611.633] +/A << /S /GoTo /D 1509 0 R >> >> endobj -1570 0 obj << +1831 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 323.819 499.397 335.276] /Subtype /Link -/A << /S /GoTo /D 846 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 581.247 292.896 592.704] +/A << /S /GoTo /D 1207 0 R >> >> endobj -1571 0 obj << +1832 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 313.408 499.397 324.865] /Subtype /Link -/A << /S /GoTo /D 850 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 571.783 292.896 583.24] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1572 0 obj << +1833 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 284.068 499.397 295.525] /Subtype /Link -/A << /S /GoTo /D 904 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 552.854 292.896 564.311] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1573 0 obj << +1834 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 264.193 499.397 275.65] /Subtype /Link -/A << /S /GoTo /D 862 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 533.925 292.896 545.382] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1574 0 obj << +1835 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 253.782 499.397 265.239] /Subtype /Link -/A << /S /GoTo /D 850 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 704.286 499.62 715.743] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1575 0 obj << +1836 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 233.906 499.397 245.363] /Subtype /Link -/A << /S /GoTo /D 1079 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 683.636 499.397 695.093] +/A << /S /GoTo /D 1181 0 R >> >> endobj -1576 0 obj << +1837 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 223.495 499.397 234.952] /Subtype /Link -/A << /S /GoTo /D 854 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 672.451 499.397 683.908] +/A << /S /GoTo /D 1149 0 R >> >> endobj -1577 0 obj << +1838 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 203.62 499.397 215.077] /Subtype /Link -/A << /S /GoTo /D 862 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 651.801 499.397 663.258] +/A << /S /GoTo /D 1067 0 R >> >> endobj -1578 0 obj << +1839 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 148.295 292.672 159.752] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 640.615 499.62 652.072] +/A << /S /GoTo /D 960 0 R >> >> endobj -1579 0 obj << +1840 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 129.366 292.672 140.823] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 629.43 499.62 640.887] +/A << /S /GoTo /D 1034 0 R >> >> endobj -1580 0 obj << +1841 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.249 110.437 292.672 121.894] /Subtype /Link -/A << /S /GoTo /D 386 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 608.78 499.397 620.237] +/A << /S /GoTo /D 1216 0 R >> >> endobj -1581 0 obj << +1842 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [492.973 157.76 499.397 169.217] /Subtype /Link -/A << /S /GoTo /D 509 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 588.13 499.397 599.587] +/A << /S /GoTo /D 1216 0 R >> >> endobj -1582 0 obj << +1843 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 138.831 499.397 150.288] /Subtype /Link -/A << /S /GoTo /D 862 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 576.945 499.397 588.402] +/A << /S /GoTo /D 1216 0 R >> >> endobj -1583 0 obj << +1844 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 129.366 499.397 140.823] /Subtype /Link -/A << /S /GoTo /D 846 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 565.76 499.62 577.217] +/A << /S /GoTo /D 1113 0 R >> >> endobj -1584 0 obj << +1845 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 110.437 499.397 121.894] /Subtype /Link -/A << /S /GoTo /D 904 0 R >> ->> endobj -1588 0 obj -[1586 0 R /XYZ 94.914 742.991 null] -endobj -1585 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F215 510 0 R /F48 709 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1644 0 obj << -/Length 4689 -/Filter /FlateDecode ->> -stream -x\s6BUWW#o1x}qyl6{ٌsWV%%){_(J2;*D«g3<{w٫Z -Ls ).Pf׫Oo/}~>>߹7ߺ}}?4c#z'RgoyF)n)MfOO3f Hu:{3_lT#D(y(<; K3b,_a -pG<"p2H t:_6& -JhV|7Q;ɖKhЇ"XT -Q`"]]&ϫ,,5[SVfE/2)#*B#.';-̣F$R4 wDOe;>"Gv6xûO!s}ZfkeťPi*nKw-$ELE4TB}<_xg~#D~,UX lZn~&w}27If\ݙǫu/QSt_CcxAAp5XC \nG7Uy9"AL"NZq[F02۬$+p`FbU&.qKS$Q(^elu:SߨT1(U24)Q`^}skaþ qծ\}lm-M ̑_EU~ePG fHXVXH "M^Ʒ3C,AGHk ֊kma5YEU@:qJ x{2,!S=G&bQ&F:jء1nBbZ ZP*ߪĞ`HD_<1e=uQO -3u7""O[|q%Aáuq>9*$I9ʁ5Hg>AQK:BΉ]az0G)2}8|??w,8:r\su. (t-mi\op.+S,CG&O1a6٪d]e&^h@4ł 晱\ypWNkdPݛW7 U0RfZ`pXm8I A="2g% -P"tܚ|ʷc -J8՘ d€FRE\S> +|6sJ6aBhPY9݆Y ln}gaӌNV#rD8[ME#ć^ߎ"`0Ѱp3h4Wf ! crd<СlĢߟ[g-^?.4G9C;7U҈}X=%EqrM:]<;X:ֵ?QLV1[>T>|<bV;tz2;zڛr&sO@Yyul/:ҍR9pZ>/q8X?aIѓOLf8V&ޥ5($6GZ4m:n/`F\>D脱^(EEމN^%To( -uA3KMq96ӈ+&qiܬ-#w:pGMdS#Z:(@u== Ct4%Ôʤ:`$̲{o`B +V{jEO,qv۸m*)amj)j(#5_TP]/5QIx]-jWz/Ϥ\X/!isD ; ǽͫ}-g˩:5naכgL-on'C.Ǯ7CπsBmA/.ğs~9ȗfLspm`SSS'UZAnD/Ipb޴ QH؛SmR|T-y;5.`mV6"`%iEm `ayJSMֆiJ LUF[g{IV`da6W7EZx[|eڈTf -^%fI $|&-hٹ眴%MLꎌՖ.(IX(jSo27zR*ަ"N @~>Ssv\pxeX?\2\XRqTqxRP2Jlz%+1$Q,}Wm]AT{;IT6oQKM7M! <}gɣҁ UZA/@)K %{[/8S _ubW4|$?un$@99ܧi9*bII,בw Y?Y.c-վ0]DgPnN%w;z@/B<4F Im;L p ZЏ-;!uhj9c@^Yer0S]&mjY)ֱ]5Ơ`|vJx= -C( oVjV?2ld}ʭ+4- GI߷AʥbPx Q_ -o2 0Y_SKqŐF`mDS. :*qЎ mHضMŨ=Io]6-]:s -n.5wQi] FV0~/WJ1%~a``qvcZ$˵uRӇ )t}kf!BG A0'xDdRuQnD`$ [[!GZ! 1c>u5kjÇRGX$5+4Ne8ItBYvkVMQ#*#8qR 1J3YhN&A$Y眎{ ?,6{qlP>'v]RNhhVuTl d0ZS^Z6U> >> endobj -1589 0 obj << +1846 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 663.937 292.672 675.394] /Subtype /Link -/A << /S /GoTo /D 615 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 533.925 499.397 545.382] +/A << /S /GoTo /D 893 0 R >> >> endobj -1590 0 obj << +1847 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 654.473 292.672 665.93] /Subtype /Link -/A << /S /GoTo /D 1180 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 478.6 292.672 490.057] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1591 0 obj << +1848 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 682.866 499.397 694.323] /Subtype /Link -/A << /S /GoTo /D 1054 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 459.671 292.896 471.128] +/A << /S /GoTo /D 1021 0 R >> >> endobj -1592 0 obj << +1849 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 654.473 499.397 665.93] /Subtype /Link -/A << /S /GoTo /D 1054 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 450.207 292.672 461.664] +/A << /S /GoTo /D 968 0 R >> >> endobj -1593 0 obj << +1850 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 608.613 292.672 620.07] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 478.6 499.62 490.057] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1594 0 obj << +1851 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 599.148 292.672 610.605] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 459.671 499.62 471.128] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1595 0 obj << +1852 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 580.219 292.672 591.676] /Subtype /Link -/A << /S /GoTo /D 1167 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 450.207 499.62 461.664] +/A << /S /GoTo /D 1113 0 R >> >> endobj -1596 0 obj << +1853 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 561.29 292.672 572.747] /Subtype /Link -/A << /S /GoTo /D 1200 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 394.882 292.672 406.339] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1597 0 obj << +1854 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 542.361 292.672 553.818] /Subtype /Link -/A << /S /GoTo /D 1310 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 385.2 292.672 396.657] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1598 0 obj << +1855 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 532.896 292.672 544.353] /Subtype /Link -/A << /S /GoTo /D 1280 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 375.518 292.672 386.975] +/A << /S /GoTo /D 1225 0 R >> >> endobj -1599 0 obj << +1856 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 523.432 292.672 534.889] /Subtype /Link -/A << /S /GoTo /D 1066 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 356.372 292.672 367.829] +/A << /S /GoTo /D 1298 0 R >> >> endobj -1600 0 obj << +1857 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 504.503 292.672 515.96] /Subtype /Link -/A << /S /GoTo /D 841 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 337.226 292.672 348.683] +/A << /S /GoTo /D 761 0 R >> >> endobj -1601 0 obj << +1858 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 495.038 292.672 506.495] /Subtype /Link -/A << /S /GoTo /D 925 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 318.08 292.896 329.537] +/A << /S /GoTo /D 757 0 R >> >> endobj -1602 0 obj << +1859 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 608.613 499.397 620.07] /Subtype /Link -/A << /S /GoTo /D 904 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.249 308.398 292.672 319.855] +/A << /S /GoTo /D 632 0 R >> >> endobj -1603 0 obj << +1860 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 589.684 499.397 601.141] /Subtype /Link -/A << /S /GoTo /D 908 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.91 298.716 293.334 310.173] +/A << /S /GoTo /D 490 0 R >> >> endobj -1604 0 obj << +1861 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 580.219 499.397 591.676] /Subtype /Link -/A << /S /GoTo /D 908 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 289.034 293.334 300.491] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1605 0 obj << +1862 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 561.29 499.397 572.747] /Subtype /Link -/A << /S /GoTo /D 985 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 269.888 292.896 281.345] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1606 0 obj << +1863 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 542.361 499.397 553.818] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 260.206 293.334 271.663] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1607 0 obj << +1864 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 523.432 499.397 534.889] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 250.524 292.896 261.981] +/A << /S /GoTo /D 1331 0 R >> >> endobj -1608 0 obj << +1865 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 504.503 499.397 515.96] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 240.843 292.896 252.3] +/A << /S /GoTo /D 1353 0 R >> >> endobj -1609 0 obj << +1866 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 449.178 292.672 460.635] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 231.161 293.023 242.618] +/A << /S /GoTo /D 1492 0 R >> >> endobj -1610 0 obj << +1867 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 438.053 292.672 449.51] /Subtype /Link -/A << /S /GoTo /D 1002 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 221.479 293.023 232.936] +/A << /S /GoTo /D 1343 0 R >> >> endobj -1611 0 obj << +1868 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 426.929 292.672 438.386] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 211.797 292.672 223.254] +/A << /S /GoTo /D 1203 0 R >> >> endobj -1612 0 obj << +1869 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 415.804 292.672 427.261] /Subtype /Link -/A << /S /GoTo /D 1646 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 192.651 292.896 204.108] +/A << /S /GoTo /D 1207 0 R >> >> endobj -1613 0 obj << +1870 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 395.214 292.672 406.671] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 182.969 292.896 194.426] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1614 0 obj << +1871 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 384.089 292.672 395.546] /Subtype /Link -/A << /S /GoTo /D 1171 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.04 163.823 292.896 175.28] +/A << /S /GoTo /D 1042 0 R >> >> endobj -1615 0 obj << +1872 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 363.5 292.672 374.957] /Subtype /Link -/A << /S /GoTo /D 1306 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 144.676 292.672 156.133] +/A << /S /GoTo /D 1046 0 R >> >> endobj -1616 0 obj << +1873 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 439.714 499.397 451.171] /Subtype /Link -/A << /S /GoTo /D 1310 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 134.995 292.672 146.452] +/A << /S /GoTo /D 1026 0 R >> >> endobj -1617 0 obj << +1874 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 430.166 499.397 441.623] /Subtype /Link -/A << /S /GoTo /D 1290 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 115.848 292.672 127.305] +/A << /S /GoTo /D 1127 0 R >> >> endobj -1618 0 obj << +1875 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 411.154 499.397 422.611] /Subtype /Link -/A << /S /GoTo /D 1066 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 394.882 499.748 406.339] +/A << /S /GoTo /D 1055 0 R >> >> endobj -1619 0 obj << +1876 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 401.607 499.397 413.064] /Subtype /Link -/A << /S /GoTo /D 854 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 375.285 499.62 386.742] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1620 0 obj << +1877 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 382.595 499.397 394.052] /Subtype /Link -/A << /S /GoTo /D 862 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 365.153 500.059 376.61] +/A << /S /GoTo /D 988 0 R >> >> endobj -1621 0 obj << +1878 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 373.047 499.397 384.504] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 355.02 499.397 366.477] +/A << /S /GoTo /D 984 0 R >> >> endobj -1622 0 obj << +1879 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 363.5 499.397 374.957] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 344.888 500.059 356.345] +/A << /S /GoTo /D 988 0 R >> >> endobj -1623 0 obj << +1880 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 317.64 292.672 329.097] /Subtype /Link -/A << /S /GoTo /D 1294 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 325.291 500.059 336.748] +/A << /S /GoTo /D 988 0 R >> >> endobj -1624 0 obj << +1881 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 296.345 292.672 307.802] /Subtype /Link -/A << /S /GoTo /D 989 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.248 315.158 500.059 326.615] +/A << /S /GoTo /D 1153 0 R >> >> endobj -1625 0 obj << +1882 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 284.514 292.672 295.971] /Subtype /Link -/A << /S /GoTo /D 837 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 305.026 500.059 316.483] +/A << /S /GoTo /D 1153 0 R >> >> endobj -1626 0 obj << +1883 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 272.683 292.672 284.14] /Subtype /Link -/A << /S /GoTo /D 837 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 294.893 499.397 306.35] +/A << /S /GoTo /D 1098 0 R >> >> endobj -1627 0 obj << +1884 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 251.388 292.672 262.845] /Subtype /Link -/A << /S /GoTo /D 1010 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 284.761 499.397 296.218] +/A << /S /GoTo /D 976 0 R >> >> endobj -1628 0 obj << +1885 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 308.175 499.397 319.632] /Subtype /Link -/A << /S /GoTo /D 1071 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 274.628 499.62 286.085] +/A << /S /GoTo /D 960 0 R >> >> endobj -1629 0 obj << +1886 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 289.246 499.397 300.703] /Subtype /Link -/A << /S /GoTo /D 912 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 264.496 499.397 275.953] +/A << /S /GoTo /D 1067 0 R >> >> endobj -1630 0 obj << +1887 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 270.317 499.397 281.774] /Subtype /Link -/A << /S /GoTo /D 1054 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 254.363 499.397 265.82] +/A << /S /GoTo /D 976 0 R >> >> endobj -1631 0 obj << +1888 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 251.388 499.397 262.845] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 244.231 499.62 255.688] +/A << /S /GoTo /D 1042 0 R >> >> endobj -1632 0 obj << +1889 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 196.064 292.672 207.521] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 224.634 499.62 236.091] +/A << /S /GoTo /D 1063 0 R >> >> endobj -1633 0 obj << +1890 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 176.01 292.672 187.467] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.56 205.037 499.397 216.494] +/A << /S /GoTo /D 1098 0 R >> >> endobj -1634 0 obj << +1891 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 155.956 292.672 167.413] /Subtype /Link -/A << /S /GoTo /D 1137 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 194.904 499.397 206.361] +/A << /S /GoTo /D 1098 0 R >> >> endobj -1635 0 obj << +1892 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 126.438 292.672 137.895] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 184.772 499.397 196.229] +/A << /S /GoTo /D 1026 0 R >> >> endobj -1636 0 obj << +1893 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 205.528 499.397 216.985] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 165.175 499.397 176.632] +/A << /S /GoTo /D 1026 0 R >> >> endobj -1637 0 obj << +1894 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [492.973 185.474 499.397 196.931] /Subtype /Link -/A << /S /GoTo /D 386 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 145.578 499.748 157.035] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1638 0 obj << +1895 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 165.42 499.397 176.878] /Subtype /Link -/A << /S /GoTo /D 1142 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 125.981 499.748 137.438] +/A << /S /GoTo /D 1093 0 R >> >> endobj -1639 0 obj << +1896 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 126.438 499.397 137.895] /Subtype /Link -/A << /S /GoTo /D 1142 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 115.848 499.748 127.305] +/A << /S /GoTo /D 1093 0 R >> >> endobj -1645 0 obj -[1643 0 R /XYZ 94.914 742.991 null] +1903 0 obj +[1901 0 R /XYZ 94.914 742.991 null] endobj -1642 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F215 510 0 R /F97 389 0 R >> +463 0 obj +[1901 0 R /XYZ 94.914 501.863 null] +endobj +467 0 obj +[1901 0 R /XYZ 94.914 418.145 null] +endobj +1900 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F111 493 0 R /F53 843 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1734 0 obj << -/Length 3979 +2046 0 obj << +/Length 3459 /Filter /FlateDecode >> stream -x]YsF~ׯa4vfۚ'vA$aEn߬ jYE,@Ǘ_fUAxt=£Ͼ<;#F -jd82H|owqaН?H<xD6R ͖gۏ#ѣcV^ޟ9PB Ҕֈ{É}"+"6u}Wx/W [P5FF|8!bF0?\Q}6m O0HJ4IFKx|Uyv>!Xbtz3 N *8d뿊.l,<~roTJڀpA%o6gEKZT3Je:m>[/mV%ޜO8d>4\ˌichg -vH!} *(؀U{=KQD o#h:L> GDZI6@#?[eKc(y1Bbhmm]ۂ;1)2ˍB*m@ ݰQ߮$RUd2Ap*Jw2|&"u8Ç7!p#ˤ 5<!&Ly\UA[[h_Uaf\{t{Qı}-YWw VnP/&Y6K -pP7LN|"x8}+)cNd_9a0৮55xᾌ& -{a"Ɣ =$_mg9&CD9p`0Ӌ{20Gо2pV$_"/IK[ɵ- ~ =+hI0j_;vV١Aۄ@B&qh;b 꽭7CP_*y`G@0*>d,7P#™B2"8&+b1KVAЄ~h< 2AecE?(˛y!* %@iK|/ТK{π1/ !!FG;a-Ro]{&SCӌ314 g^+E1 "0R@;jIfUCϳr;Jo".t(5[ mԡ:+&c϶dpSʋ >So.46|ft-uF.\tk*}A+Mfe=8x1#e&݃:`5bW@ifMt/xl2m&cS G5 ,D=6mG<3mۦ)L7](AOנƐE"KA]M]lh9i^>-O@Jv.j6-/ʻ4 -5nr2GjmB ğS^۞=7>5^t>UQ}K̭7goqրMyFbUKjXyJ It<0y];@+~:Vh_vfx/.6 DфsH"˫hC<H7 XlT)u4YVIQs$ۭ5&l빲"_gu -\Ǻ9VF%L -A_ F+$覮Ri<:[&VI앫`<ݙɿh_T[<+15aZ1yj#=`|^-:;v8ؒ -&cHh8+1K q@X'}o3[$ ܣ -3M܅CWw:4 Ԣ{UF(8;uM Qci5<L fL=PUŦdtֽ4THzZvDj7]APTtZ],4WP\]M pNf;K=] zd9t$o2f'ov̹͢Mfd !.Nsf|n>\lMi_pPXr1`pmrmk/^Ɂ;j +rk>$S+nE/֢YEzD!l 1 ;0ǕU'AR G'o`1u@UH_F/Cدmu(/IvRiق9Y5/t.ʙ/=$ dˤ "=!nFL/N gJ`rM/D%$RAF\2ۋ5K$x9+zBH) |'%Q~N[PpA -$ -uCVV.3Ϊ.V1`n 4! )d߮%CuP!EH,S@i g?\'Wd0l3R[Ooo*32Ai ~6y6ostt  $%ǵg#ov,>SoC\ xpO%@Ifޟ+@;u+?>$Վ%.slK/k'YWCO. %^(b- uP-lJMd~x[2Asb:"`C Dx"e~!kƛrϾͪW?Ja:*͒qs㈼0n '=}y빊dRfE76r~{vagqMk}0?7EݾG!gFreeWG(ZL{u3uj׈Y(uV}CA.\[ ݦp_K?Yj۸{spVvtۛ`r f\Ͳ{[{ճg {V;,~j-NZQ1bRz4f<7&]:Njy*b;ڜڵ%>Ќͻ_[[Dz mYqcg~aTnumlVjpyTH=sA}Aw/ -M8{ y8LJ $qč,qLs`+9oY_C—%ǖF„ Z»b9jsϕ mc -ܽ-?LL?4Ѫ ^eeaŦ>n*/dEp܀( %rسzĤ7o;])鈛8lfws~Ӵg!T)x~De&X/dod{PɄOU}{wgr +x]YwF~-%OJ;IgL;9sNs#l3(HZ%_$R^u낝{;\}usq2 +1̹;^]K#|}>f0"AsD{WbR qկcg ׾s0bF;; qx⼿v`Z)F&15"N'}(=1ݏvomզHYoWTc׶e,?= 4ۋ 6H H*o,) XBhV5,1jY;o_ 7.!* :%@;q)r6Z/LFm0y要v {T9$p?/Ih ~LȁCbr^eCY0HrYQ]APb $H8e;{|Gpt5 +ɞJTQJ }7p6 !C΂S~MU[ S[p{"="!XOC0n'ARԡɟ+3gϻBq~%{~֒. U RW֖vvZ$䚺v1k=,P0{Uo$Zr٫'kDAzbvo9TۼfS?Da.NAB[P=ak}P\ MNA`r}dc$9۴#iW: 8Jރ;tcaPH^Mbo>1o6:i#T!"WF|^|eO;7(GF #(CLI8 |e.wqW?걃$d13̍;va59HC{qqX\@>뮍J1>~l\m{\ /$-/}^@)Atgd7(WV7fHя#' ]a\zG8@6b^4@4D_ܡ0c^7XpA/ݣ /R+n5)XM#/SJn915W Bj23wFB=IDZwpG௹7K}yqF;#L%8ih}Q} gދ}1WmȅޝbWoR ΰR&=y%$LK$O$ށ}8=`zծK7K`2mvK]<xa] sڞb ( B0}Q!0AgFIAviZ&Cvy#FM~Ij:_oYj?$ oTfAެ1$D .'VWYc<s"p+LArzMY: Q£ ]i6#G )"rtMDKx Ig^HUnPbO&Yn[# Ao2\$"&@Mm?Hz\)m$Muh8 I>℡arg$ÓwgcT1c!+:4y625T`늗U4N;*I2dr<-enGWk$Ӥ59~ʫ- <»OKV.-%`w;jM̤BJ`w {dnI#aEA;H8RXM~35Y;rdh\nV| օO M-}7x&~ږ bU)٢kl}`U*]'C r4M2I.|%Y[,1?p&=s\PNv_!4C˶ח -xQ0Gy0HsLjsW XaKʭ2KUeӒ صyAl}p9kwcVSnW1Vagvo.MC'> \6kɰ0in.&x6_ Xjo<y42%Ain4vZ8FV(\j(Fuf)pl +S,&ˆN<Ӆi`Udߨb~SfKeM+蜰>,n"=+'!>魭y ! gb֙۰ 6%qd101@/mw-OW%|h)1<5TSZw +ZHG&k.ul?(Щ y&9kRu +Z 6P,8^\Ós +Z=#Un&렕Lͼ+6#[)z` +hw<%ᥘ%|b[elX*BZ_C +Ai}OSh*?J*ہ(\$~nr܌p,͂-[Ѡ6Te4hh6yE6=jj]#(Iw +n.7+mtme&[\fb˜|8앒ǢQMQ5?m%e>v"DsDlXi'i?]DYB5#ys[*X!;qbN2ym/<.,w"kC󭹠۶q<%dop(Oo endstream endobj -1733 0 obj << +2045 0 obj << /Type /Page -/Contents 1734 0 R -/Resources 1732 0 R +/Contents 2046 0 R +/Resources 2044 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1442 0 R -/Annots [ 1640 0 R 1641 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R ] +/Parent 1699 0 R +/Annots [ 1897 0 R 1898 0 R 1899 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R ] >> endobj -1640 0 obj << +1897 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 704.286 292.672 715.743] /Subtype /Link -/A << /S /GoTo /D 1062 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 694.821 293.023 706.278] +/A << /S /GoTo /D 1302 0 R >> >> endobj -1641 0 obj << +1898 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [281.817 685.357 292.672 696.814] -/Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/A << /S /GoTo /D 1009 0 R >> >> endobj -1647 0 obj << +1899 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 666.428 292.672 677.885] /Subtype /Link -/A << /S /GoTo /D 640 0 R >> ->> endobj -1648 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 647.499 292.672 658.956] -/Subtype /Link -/A << /S /GoTo /D 640 0 R >> +/Rect [282.04 675.892 292.896 687.349] +/A << /S /GoTo /D 1165 0 R >> >> endobj -1649 0 obj << +1904 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.249 628.57 292.672 640.027] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> ->> endobj -1650 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 609.641 292.672 621.098] -/Subtype /Link -/A << /S /GoTo /D 627 0 R >> +/Rect [281.817 656.963 292.672 668.42] +/A << /S /GoTo /D 1216 0 R >> >> endobj -1651 0 obj << +1905 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 590.712 292.672 602.169] /Subtype /Link -/A << /S /GoTo /D 640 0 R >> ->> endobj -1652 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 581.247 292.672 592.704] -/Subtype /Link -/A << /S /GoTo /D 1146 0 R >> +/Rect [488.542 685.357 499.397 696.814] +/A << /S /GoTo /D 1216 0 R >> >> endobj -1653 0 obj << +1906 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 571.783 292.672 583.24] /Subtype /Link -/A << /S /GoTo /D 1146 0 R >> ->> endobj -1654 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 562.318 292.672 573.775] -/Subtype /Link -/A << /S /GoTo /D 1325 0 R >> +/Rect [488.542 675.892 499.397 687.349] +/A << /S /GoTo /D 1216 0 R >> >> endobj -1655 0 obj << +1907 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 543.389 292.672 554.846] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> ->> endobj -1656 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 524.46 292.672 535.917] -/Subtype /Link -/A << /S /GoTo /D 942 0 R >> +/Rect [488.542 656.963 499.397 668.42] +/A << /S /GoTo /D 1174 0 R >> >> endobj -1657 0 obj << +1908 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 694.821 499.397 706.278] /Subtype /Link -/A << /S /GoTo /D 942 0 R >> ->> endobj -1658 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 685.357 499.397 696.814] -/Subtype /Link -/A << /S /GoTo /D 942 0 R >> +/Rect [286.049 566.636 292.672 578.093] +/A << /S /GoTo /D 653 0 R >> >> endobj -1659 0 obj << +1909 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 675.892 499.397 687.349] /Subtype /Link -/A << /S /GoTo /D 942 0 R >> ->> endobj -1660 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 656.963 499.397 668.42] -/Subtype /Link -/A << /S /GoTo /D 1019 0 R >> +/Rect [286.049 556.871 292.672 568.328] +/A << /S /GoTo /D 632 0 R >> >> endobj -1661 0 obj << +1910 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 647.499 499.397 658.956] /Subtype /Link -/A << /S /GoTo /D 985 0 R >> ->> endobj -1662 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 638.034 499.397 649.491] -/Subtype /Link -/A << /S /GoTo /D 822 0 R >> +/Rect [286.416 547.106 293.039 558.563] +/A << /S /GoTo /D 643 0 R >> >> endobj -1663 0 obj << +1911 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 619.105 499.397 630.562] /Subtype /Link -/A << /S /GoTo /D 912 0 R >> ->> endobj -1664 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 609.641 499.397 621.098] -/Subtype /Link -/A << /S /GoTo /D 883 0 R >> +/Rect [286.28 537.341 292.904 548.798] +/A << /S /GoTo /D 659 0 R >> >> endobj -1665 0 obj << +1912 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 590.712 499.397 602.169] /Subtype /Link -/A << /S /GoTo /D 1050 0 R >> ->> endobj -1666 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 571.783 499.397 583.24] -/Subtype /Link -/A << /S /GoTo /D 1050 0 R >> +/Rect [286.28 527.576 292.904 539.033] +/A << /S /GoTo /D 659 0 R >> >> endobj -1667 0 obj << +1913 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 562.318 499.397 573.775] /Subtype /Link -/A << /S /GoTo /D 1050 0 R >> ->> endobj -1668 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 552.854 499.397 564.311] -/Subtype /Link -/A << /S /GoTo /D 950 0 R >> +/Rect [286.28 517.811 292.904 529.268] +/A << /S /GoTo /D 659 0 R >> >> endobj -1669 0 obj << +1914 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 543.389 499.397 554.846] /Subtype /Link -/A << /S /GoTo /D 950 0 R >> ->> endobj -1670 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 524.46 499.397 535.917] -/Subtype /Link -/A << /S /GoTo /D 770 0 R >> +/Rect [286.049 508.046 292.672 519.503] +/A << /S /GoTo /D 632 0 R >> >> endobj -1671 0 obj << +1915 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 469.136 292.672 480.593] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> ->> endobj -1672 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 450.207 292.672 461.664] -/Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Rect [286.416 498.281 293.039 509.738] +/A << /S /GoTo /D 643 0 R >> >> endobj -1673 0 obj << +1916 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 440.742 292.672 452.199] /Subtype /Link -/A << /S /GoTo /D 830 0 R >> ->> endobj -1674 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 469.136 499.397 480.593] -/Subtype /Link -/A << /S /GoTo /D 946 0 R >> +/Rect [286.28 488.516 292.904 499.973] +/A << /S /GoTo /D 659 0 R >> >> endobj -1675 0 obj << +1917 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 450.207 499.397 461.664] /Subtype /Link -/A << /S /GoTo /D 946 0 R >> ->> endobj -1676 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 440.742 499.397 452.199] -/Subtype /Link -/A << /S /GoTo /D 950 0 R >> +/Rect [286.416 478.751 293.039 490.208] +/A << /S /GoTo /D 643 0 R >> >> endobj -1677 0 obj << +1918 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 350.437 292.672 361.894] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> ->> endobj -1678 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 340.695 292.672 352.152] -/Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Rect [286.049 468.986 292.672 480.443] +/A << /S /GoTo /D 653 0 R >> >> endobj -1679 0 obj << +1919 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.416 330.953 293.039 342.41] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> ->> endobj -1680 0 obj << -/Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.28 321.211 292.904 332.668] -/Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Rect [286.049 459.221 292.672 470.678] +/A << /S /GoTo /D 632 0 R >> >> endobj -1681 0 obj << +1920 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.28 311.468 292.904 322.925] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.049 449.456 292.672 460.913] +/A << /S /GoTo /D 653 0 R >> >> endobj -1682 0 obj << +1921 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 301.726 292.672 313.183] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.049 439.691 292.672 451.148] +/A << /S /GoTo /D 653 0 R >> >> endobj -1683 0 obj << +1922 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 291.984 292.672 303.441] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.416 429.926 293.039 441.383] +/A << /S /GoTo /D 643 0 R >> >> endobj -1684 0 obj << +1923 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.416 282.242 293.039 293.699] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.049 420.161 292.672 431.618] +/A << /S /GoTo /D 653 0 R >> >> endobj -1685 0 obj << +1924 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 272.499 292.672 283.957] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.049 410.396 292.672 421.853] +/A << /S /GoTo /D 653 0 R >> >> endobj -1686 0 obj << +1925 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 262.757 292.672 274.214] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.416 400.631 293.039 412.088] +/A << /S /GoTo /D 643 0 R >> >> endobj -1687 0 obj << +1926 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 253.015 292.672 264.472] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.416 390.866 293.039 402.323] +/A << /S /GoTo /D 643 0 R >> >> endobj -1688 0 obj << +1927 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 243.273 292.672 254.73] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.28 381.101 292.904 392.558] +/A << /S /GoTo /D 659 0 R >> >> endobj -1689 0 obj << +1928 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 233.531 292.672 244.988] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 351.007 292.904 362.464] +/A << /S /GoTo /D 726 0 R >> >> endobj -1690 0 obj << +1929 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.416 223.788 293.039 235.245] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 341.242 292.904 352.699] +/A << /S /GoTo /D 726 0 R >> >> endobj -1691 0 obj << +1930 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 214.046 292.672 225.503] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 331.477 292.904 342.934] +/A << /S /GoTo /D 743 0 R >> >> endobj -1692 0 obj << +1931 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.416 204.304 293.039 215.761] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.419 321.712 292.672 333.169] +/A << /S /GoTo /D 665 0 R >> >> endobj -1693 0 obj << +1932 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.416 194.562 293.039 206.019] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.419 311.947 292.672 323.404] +/A << /S /GoTo /D 665 0 R >> >> endobj -1694 0 obj << +1933 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.049 184.82 292.672 196.277] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 302.182 292.904 313.639] +/A << /S /GoTo /D 679 0 R >> >> endobj -1695 0 obj << +1934 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.416 175.077 293.039 186.534] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 292.417 292.904 303.874] +/A << /S /GoTo /D 726 0 R >> >> endobj -1696 0 obj << +1935 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.28 165.335 292.904 176.792] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 282.652 292.904 294.109] +/A << /S /GoTo /D 726 0 R >> >> endobj -1697 0 obj << +1936 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.419 135.333 292.672 146.79] /Subtype /Link -/A << /S /GoTo /D 605 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.419 272.887 292.672 284.344] +/A << /S /GoTo /D 748 0 R >> >> endobj -1698 0 obj << +1937 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.65 125.591 292.904 137.048] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.419 263.122 292.672 274.579] +/A << /S /GoTo /D 733 0 R >> >> endobj -1699 0 obj << +1938 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [282.112 115.848 293.366 127.305] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 253.357 292.904 264.814] +/A << /S /GoTo /D 743 0 R >> >> endobj -1700 0 obj << +1939 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [493.005 360.179 499.628 371.636] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 243.592 292.904 255.049] +/A << /S /GoTo /D 743 0 R >> >> endobj -1701 0 obj << +1940 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [493.005 350.466 499.628 361.923] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.112 233.827 293.366 245.284] +/A << /S /GoTo /D 737 0 R >> >> endobj -1702 0 obj << +1941 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 340.752 500.091 352.209] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.28 224.062 292.904 235.519] +/A << /S /GoTo /D 659 0 R >> >> endobj -1703 0 obj << +1942 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.375 331.039 499.628 342.496] /Subtype /Link -/A << /S /GoTo /D 627 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 214.297 292.904 225.754] +/A << /S /GoTo /D 692 0 R >> >> endobj -1704 0 obj << +1943 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.375 321.325 499.628 332.782] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.419 204.532 292.672 215.989] +/A << /S /GoTo /D 717 0 R >> >> endobj -1705 0 obj << +1944 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 311.612 500.091 323.069] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.785 194.767 293.039 206.224] +/A << /S /GoTo /D 712 0 R >> >> endobj -1706 0 obj << +1945 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 301.899 500.091 313.356] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 185.002 292.904 196.459] +/A << /S /GoTo /D 679 0 R >> >> endobj -1707 0 obj << +1946 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.143 292.185 499.397 303.642] /Subtype /Link -/A << /S /GoTo /D 615 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.419 175.237 292.672 186.694] +/A << /S /GoTo /D 707 0 R >> >> endobj -1708 0 obj << +1947 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [493.005 282.472 499.628 293.929] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 165.472 292.904 176.929] +/A << /S /GoTo /D 743 0 R >> >> endobj -1709 0 obj << +1948 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.375 272.758 499.628 284.215] /Subtype /Link -/A << /S /GoTo /D 582 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.65 155.707 292.904 167.164] +/A << /S /GoTo /D 743 0 R >> >> endobj -1710 0 obj << +1949 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.51 263.045 499.764 274.502] /Subtype /Link -/A << /S /GoTo /D 596 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.112 145.942 293.366 157.399] +/A << /S /GoTo /D 737 0 R >> >> endobj -1711 0 obj << +1950 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.143 253.331 499.397 264.788] /Subtype /Link -/A << /S /GoTo /D 592 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.112 136.177 293.366 147.634] +/A << /S /GoTo /D 672 0 R >> >> endobj -1712 0 obj << +1951 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.375 243.618 499.628 255.075] /Subtype /Link -/A << /S /GoTo /D 570 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 566.852 499.397 578.309] +/A << /S /GoTo /D 1190 0 R >> >> endobj -1713 0 obj << +1952 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.143 233.904 499.397 245.361] /Subtype /Link -/A << /S /GoTo /D 587 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.873 557.304 464.297 568.761] +/A << /S /GoTo /D 632 0 R >> >> endobj -1714 0 obj << +1953 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 224.191 500.091 235.648] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.736 557.304 482.022 568.761] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1715 0 obj << +1954 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 214.477 500.091 225.934] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 557.304 499.748 568.761] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1716 0 obj << +1955 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 204.764 500.091 216.221] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.478 538.208 482.333 549.665] +/A << /S /GoTo /D 733 0 R >> >> endobj -1717 0 obj << +1956 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 154.702 499.397 166.159] /Subtype /Link -/A << /S /GoTo /D 1028 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 538.208 500.059 549.665] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1718 0 obj << +1957 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.954 144.989 468.378 156.446] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 528.66 499.397 540.117] +/A << /S /GoTo /D 1456 0 R >> >> endobj -1719 0 obj << +1958 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 144.989 481.672 156.446] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 519.112 500.059 530.569] +/A << /S /GoTo /D 737 0 R >> >> endobj -1720 0 obj << +1959 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 144.989 499.397 156.446] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [475.599 509.564 482.022 521.021] +/A << /S /GoTo /D 643 0 R >> >> endobj -1721 0 obj << +1960 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 125.562 481.672 137.019] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 509.564 499.748 521.021] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1722 0 obj << +1961 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 125.562 499.397 137.019] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.285 480.338 437.709 491.795] +/A << /S /GoTo /D 659 0 R >> >> endobj -1723 0 obj << +1962 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 115.848 499.397 127.305] /Subtype /Link -/A << /S /GoTo /D 1280 0 R >> ->> endobj -1735 0 obj -[1733 0 R /XYZ 94.914 742.991 null] -endobj -371 0 obj -[1733 0 R /XYZ 94.914 431.132 null] -endobj -1732 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F215 510 0 R /F103 390 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1895 0 obj << -/Length 3749 -/Filter /FlateDecode ->> -stream -x]IsFWHOE=/7Mb'LLTs@Pˆ$LB  u4/{{]}}{o2 -v iN_'\ @c[ !?bW~߇$o j\3Ja!S s{oݕajB7r]h\$ɡۤ7 -[JxM3=jԞ!OT CW]nA l\̻&se@۫ppF-s&juIK11a-~-6ܞ -5/G f&$*Sr_RJ$ϟfy[hW8 DHf72ޡqGTB0VFq!ҺG.֟jv15o>19"09rSE脋u95]|B70qq.GVB#6lrE|*iLI 6b :or:|)݋*7Ir3}~W..!0O7ۧ6XK«>J=faj)۷-)[Pvo`'7~i_>IqB$o] K UdR BRP~ -7 IEy|˲ʳ_#% ѵ(.̉>[@)~ZGKD h5tlfbB -4 4t h2M>4ڦG'^) x:98F -+cL) %=wC1dR֙ R"I;?Um* `g7xqۃ̑dX|t K0.> S_&Ho. ,sx=&h$9 r!6Цb` -BӾ:PMTNLfLy 13bۋ 34:L7%V%)H`N9PT:Efi=T{!go;]v-¿VάAT܆1Hm9f/nl\Ekn&q۠8a I澑+I0t#=}ÅFPXe !f !ÔzsNo8I۹?(!ĦqNhuy妮-ykit]^}1Q PDXG)kn1T+Zk/Mڸ dMVQkFG#;؍$` 6Z0= m@kzD}':Yu\Dy"t,b\B1 T};cgغo87A -&/LAO4@og;ֹ ×dD\q ##}x(G>G[WI( !jŏ I J ni@VqGF~׊5.Ň"N;Ge5TcG# Eˌ=u53|#{u- 9;χH_N ucg_8\x-XiSD7p\.%*]n ],˓cD4yTK%#(&v7X1ZFyh$ϸEg\l4[QZb)/UK~U&H2Im1t-r~i 'Ypk\sܷ~&rV @gv4;Ց?yio:(5Uxӊ]2VI|Rkt=GW|[d}rTM:߇_^w`$zHw#aeD]$AԶ}-rr0uEj:CcQu>,ixs֏# R$O7o|uv -$ݺj\e 1Sc9 EV޷wޥӆI bdCHT(ˮ*Wj -:t{2(xdyM! -ю!47up5a~0 JZR8Q&+ms]|&T0:riQ|<ێRζM{7@q>y}eYI="l=L:ɡ6Ou.s=VQnGs[N/'">pu˙d,n͒5cܵA4G7Pr -!3blEs4v&d۹,dv(gɔ6:KSV_!QYv'FKӋu ]-Y^#'i;mC`fA#h\>wm=\SwUwF<1cqP}VT2-s -Wʚ|]`@!YV+t*Jf;H-+[QUHg7uChRgwa Jߚ-aIvJW&2l}i% -x e˴geL9 H(ʒAefdJYܩ]״$x~ly!1Gv-̇H Lw8 HJ&Z:ٙ:-ICJ4ٴsb3Wy.Ia0DʘНzt8HRB^1a5qN*>;G$?s*tTnW4ǩr.wQCjVijecHh ց-f)2ٞ"cX#dF4{{oSH6it ( Ĺ^it5i5(xo }iOiC(sqہEo mx3+mQ}h;NuwwݗmGQKX߫-ͨ09ߵ!=*^@P;i"x:qL)@?rG56GDI>:nTw< ?={)…"-o4x(M: $V‘7On!|e:W㒎c|vWO.9&‡Ԍx&j~?s@ -endstream -endobj -1894 0 obj << -/Type /Page -/Contents 1895 0 R -/Resources 1893 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1442 0 R -/Annots [ 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R ] +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [440.147 480.338 451.003 491.795] +/A << /S /GoTo /D 743 0 R >> >> endobj -1724 0 obj << +1963 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 704.286 292.672 715.743] /Subtype /Link -/A << /S /GoTo /D 615 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.442 480.338 464.297 491.795] +/A << /S /GoTo /D 803 0 R >> >> endobj -1725 0 obj << +1964 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [272.954 694.687 279.378 706.144] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.736 480.338 482.022 491.795] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1726 0 obj << +1965 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 694.687 292.672 706.144] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 480.338 499.748 491.795] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1727 0 obj << +1966 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.641 665.257 235.065 676.714] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.765 470.79 461.189 482.247] +/A << /S /GoTo /D 597 0 R >> >> endobj -1728 0 obj << +1967 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.503 665.257 248.359 676.714] /Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.627 470.79 470.051 482.247] /A << /S /GoTo /D 622 0 R >> >> endobj -1729 0 obj << +1968 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [250.798 665.257 261.653 676.714] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [472.49 470.79 483.345 482.247] +/A << /S /GoTo /D 712 0 R >> >> endobj -1730 0 obj << +1969 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 665.257 274.947 676.714] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [330.307 462.802 341.083 471.597] +/A << /S /GoTo /D 743 0 R >> >> endobj -1731 0 obj << +1970 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 665.257 292.672 676.714] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [343.504 462.802 354.279 471.597] +/A << /S /GoTo /D 748 0 R >> >> endobj -1736 0 obj << +1971 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [269.089 655.658 275.513 667.115] /Subtype /Link -/A << /S /GoTo /D 491 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [356.7 462.802 367.476 471.597] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1737 0 obj << +1972 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.806 647.67 130.318 656.692] /Subtype /Link -/A << /S /GoTo /D 518 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [369.897 462.802 380.672 471.597] +/A << /S /GoTo /D 1123 0 R >> >> endobj -1738 0 obj << +1973 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [132.856 647.67 143.888 656.692] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [383.094 462.802 393.869 471.597] +/A << /S /GoTo /D 1207 0 R >> >> endobj -1739 0 obj << +1974 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [146.426 647.67 157.458 656.692] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [396.29 462.802 411.457 471.597] +/A << /S /GoTo /D 1310 0 R >> >> endobj -1740 0 obj << +1975 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [159.996 647.67 171.028 656.692] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [413.878 462.802 429.045 471.597] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1741 0 obj << +1976 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.565 647.67 184.598 656.692] /Subtype /Link -/A << /S /GoTo /D 1045 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.466 462.802 446.633 471.597] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1742 0 obj << +1977 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [187.135 647.67 202.688 656.692] /Subtype /Link -/A << /S /GoTo /D 1137 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [449.054 462.802 464.221 471.597] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1743 0 obj << +1978 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.225 647.67 220.778 656.692] /Subtype /Link -/A << /S /GoTo /D 1142 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.642 462.802 481.809 471.597] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1744 0 obj << +1979 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.315 647.67 238.868 656.692] /Subtype /Link -/A << /S /GoTo /D 1154 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.23 462.802 499.397 471.597] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1745 0 obj << +1980 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.405 647.67 256.958 656.692] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 422.551 499.62 434.008] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1746 0 obj << +1981 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.495 647.67 275.048 656.692] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.091 413.003 463.946 424.46] +/A << /S /GoTo /D 733 0 R >> >> endobj -1747 0 obj << +1982 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.12 647.67 292.672 656.692] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 413.003 481.672 424.46] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1748 0 obj << +1983 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 607.164 292.672 618.621] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 413.003 499.397 424.46] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1749 0 obj << +1984 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 597.565 274.947 609.022] +/Rect [457.522 403.455 468.378 414.912] +/A << /S /GoTo /D 1021 0 R >> +>> endobj +1985 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.816 403.455 481.672 414.912] +/A << /S /GoTo /D 1165 0 R >> >> endobj -1750 0 obj << +1986 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 597.565 292.672 609.022] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 403.455 499.397 414.912] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1751 0 obj << +1987 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [286.249 587.966 292.672 599.423] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.324 393.907 499.748 405.364] +/A << /S /GoTo /D 643 0 R >> >> endobj -1752 0 obj << +1988 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [268.523 578.367 274.947 589.824] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [475.471 384.359 481.895 395.816] +/A << /S /GoTo /D 659 0 R >> >> endobj -1753 0 obj << +1989 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 578.367 292.672 589.824] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 384.359 499.62 395.816] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1754 0 obj << +1990 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 568.768 274.947 580.225] /Subtype /Link -/A << /S /GoTo /D 862 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.167 374.811 482.022 386.268] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1755 0 obj << +1991 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 568.768 292.672 580.225] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 374.811 499.748 386.268] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1756 0 obj << +1992 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [224.209 559.169 230.633 570.626] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.934 365.262 437.358 376.719] +/A << /S /GoTo /D 659 0 R >> >> endobj -1757 0 obj << +1993 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [233.072 559.169 243.927 570.626] /Subtype /Link -/A << /S /GoTo /D 605 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.797 365.262 450.652 376.719] +/A << /S /GoTo /D 726 0 R >> >> endobj -1758 0 obj << +1994 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 559.169 257.221 570.626] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.091 365.262 463.946 376.719] +/A << /S /GoTo /D 819 0 R >> >> endobj -1759 0 obj << +1995 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 559.169 274.947 570.626] /Subtype /Link -/A << /S /GoTo /D 1103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 365.262 481.672 376.719] +/A << /S /GoTo /D 1269 0 R >> >> endobj -1760 0 obj << +1996 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 559.169 292.672 570.626] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 365.262 499.397 376.719] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1761 0 obj << +1997 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 549.57 292.672 561.027] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 355.714 499.62 367.171] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1762 0 obj << +1998 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 539.971 292.672 551.428] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.365 346.166 446.221 357.623] +/A << /S /GoTo /D 1026 0 R >> >> endobj -1763 0 obj << +1999 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [219.778 530.372 230.633 541.829] /Subtype /Link -/A << /S /GoTo /D 651 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 346.166 463.946 357.623] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1764 0 obj << +2000 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [233.072 530.372 243.927 541.829] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 346.166 481.672 357.623] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1765 0 obj << +2001 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 530.372 257.221 541.829] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 346.166 499.397 357.623] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1766 0 obj << +2002 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 530.372 274.947 541.829] /Subtype /Link -/A << /S /GoTo /D 1192 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 336.618 499.62 348.075] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1767 0 obj << +2003 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 530.372 292.672 541.829] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [426.503 327.07 437.358 338.527] +/A << /S /GoTo /D 781 0 R >> >> endobj -1768 0 obj << +2004 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.105 491.343 248.359 502.8] /Subtype /Link -/A << /S /GoTo /D 605 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.797 327.07 450.652 338.527] +/A << /S /GoTo /D 819 0 R >> >> endobj -1769 0 obj << +2005 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.811 481.744 235.065 493.201] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.091 327.07 463.946 338.527] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1770 0 obj << +2006 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.968 472.145 257.221 483.602] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 327.07 481.672 338.527] +/A << /S /GoTo /D 1364 0 R >> >> endobj -1771 0 obj << +2007 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.853 462.546 208.476 474.003] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 327.07 499.397 338.527] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1772 0 obj << +2008 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [263.892 452.947 270.516 464.404] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.987 288.296 477.24 299.753] +/A << /S /GoTo /D 726 0 R >> >> endobj -1773 0 obj << +2009 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.968 443.347 257.221 454.804] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.692 278.748 463.946 290.205] +/A << /S /GoTo /D 726 0 R >> >> endobj -1774 0 obj << +2010 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [233.072 433.748 243.927 445.205] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.692 269.2 463.946 280.657] +/A << /S /GoTo /D 743 0 R >> >> endobj -1775 0 obj << +2011 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 433.748 257.221 445.205] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [426.104 259.652 437.358 271.109] +/A << /S /GoTo /D 665 0 R >> >> endobj -1776 0 obj << +2012 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 433.748 274.947 445.205] /Subtype /Link -/A << /S /GoTo /D 1111 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.987 250.104 477.24 261.561] +/A << /S /GoTo /D 665 0 R >> >> endobj -1777 0 obj << +2013 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 433.748 292.672 445.205] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.692 240.555 463.946 252.012] +/A << /S /GoTo /D 679 0 R >> >> endobj -1778 0 obj << +2014 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.968 404.951 257.221 416.408] /Subtype /Link -/A << /S /GoTo /D 627 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.398 231.007 450.652 242.464] +/A << /S /GoTo /D 726 0 R >> >> endobj -1779 0 obj << +2015 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 385.753 292.672 397.21] /Subtype /Link -/A << /S /GoTo /D 708 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.375 221.459 499.628 232.916] +/A << /S /GoTo /D 726 0 R >> >> endobj -1780 0 obj << +2016 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.935 376.154 248.359 387.611] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.365 211.911 446.221 223.368] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1781 0 obj << +2017 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [250.798 376.154 261.653 387.611] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 211.911 463.946 223.368] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1782 0 obj << +2018 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 376.154 274.947 387.611] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 211.911 481.672 223.368] +/A << /S /GoTo /D 1278 0 R >> >> endobj -1783 0 obj << +2019 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 376.154 292.672 387.611] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 211.911 499.397 223.368] +/A << /S /GoTo /D 1764 0 R >> >> endobj -1784 0 obj << +2020 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 366.555 292.672 378.012] /Subtype /Link -/A << /S /GoTo /D 896 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.692 192.815 463.946 204.272] +/A << /S /GoTo /D 748 0 R >> >> endobj -1785 0 obj << +2021 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.935 356.956 248.359 368.413] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.203 173.719 500.059 185.176] +/A << /S /GoTo /D 842 0 R >> >> endobj -1786 0 obj << +2022 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [250.798 356.956 261.653 368.413] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.797 164.171 446.221 175.628] +/A << /S /GoTo /D 659 0 R >> >> endobj -1787 0 obj << +2023 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 356.956 274.947 368.413] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 164.171 463.946 175.628] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1788 0 obj << +2024 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 356.956 292.672 368.413] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 164.171 481.672 175.628] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1789 0 obj << +2025 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 327.526 274.947 338.983] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 164.171 499.397 175.628] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1790 0 obj << +2026 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 327.526 292.672 338.983] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 154.622 499.397 166.08] +/A << /S /GoTo /D 1046 0 R >> >> endobj -1791 0 obj << +2027 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 298.729 292.672 310.186] /Subtype /Link -/A << /S /GoTo /D 1299 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.589 145.074 442.012 156.531] +/A << /S /GoTo /D 653 0 R >> >> endobj -1792 0 obj << +2028 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 289.13 292.672 300.587] /Subtype /Link -/A << /S /GoTo /D 1306 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.451 145.074 450.875 156.531] +/A << /S /GoTo /D 659 0 R >> >> endobj -1793 0 obj << +2029 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 279.531 257.221 290.988] /Subtype /Link -/A << /S /GoTo /D 989 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.314 145.074 464.169 156.531] +/A << /S /GoTo /D 819 0 R >> >> endobj -1794 0 obj << +2030 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 279.531 274.947 290.988] /Subtype /Link -/A << /S /GoTo /D 1290 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.608 145.074 481.895 156.531] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1795 0 obj << +2031 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 279.531 292.672 290.988] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 145.074 499.62 156.531] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1796 0 obj << +2032 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.641 269.932 239.496 281.389] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.478 115.848 482.333 127.305] +/A << /S /GoTo /D 733 0 R >> >> endobj -1797 0 obj << +2033 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.935 269.932 257.221 281.389] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 115.848 500.059 127.305] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1798 0 obj << +471 0 obj +[2045 0 R /XYZ 94.914 647.353 null] +endobj +2044 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F229 614 0 R /F111 493 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2163 0 obj << +/Length 4277 +/Filter /FlateDecode +>> +stream +x][s~v&Fq9y:$f;&LyK*ɛ("mvba?>.яFXMYt=, miݥOOo?GR¬ۥ3C]^0ݔmY4Y\|F~(DW."؞G-Q^HSCgٯ6v=DK(J] +FKݻK 6MKklt3ѥ% d09aGJOw16ٻKCpxNN(A N|j="ti 1%2`J +,!JjDО9cl.*{xd,ZTqrt5+Z 8;_!55OPiviS٨.r=:Rǣ&w6o\v肚|܌xhsP |3P+lLBBMe.W[4CM kފMWlT 0 O=jTJtKf&ֹ}EB17f]@L$@`>aYdlf{BQ0L6ojv$.v>j* +s( ,qb[a<'o_7'l8BAOgɑct(xy,S3+r8+0E.:UIF26`h_rćs4{&"v!+8`$##rC[ڷ貶,o*T0Ґ;@ KrMQb B ԥM$^Ŭor5USXS)d/8A:{*;aLIl*\)J uW̑uL>>[kMw52tXۣI@((cG nvV_?_H+v5;ENH Ԣsn=^}M^E\`r[X1]H/] 6񧦕 dU.緛=3]UdqYgU^ǀgC%@؋T*hw=R}xvVֈe &iᑿ\H_ے+eL>^_aI't,/Nqg:T|y~)Mx/yjRdpd&|3g+{2EauSWlǷ.ǷsLZ4V \O"TØ~rKx/}P_+/Z0@9Gx򰈃z9O(@*¹8^s,*ڔ5 - zv=n_^iP);΍!_o5p +;hވ zPBߪIa I|y6 +KB= 8DYH%3bbw2%%Uf1UAsQƴTî'.Y2NSBtH QL%\JT')xKN"\v>lZ۶*ڽF㾃hQ#N Ew`WACVy2_1a>,v&w dY:܀1E/JT9s.k\Q8"+h f*8:i|T?8'Ta[ob]wd9ݍ8rָ30mqealDۤtqed>9ثDX9 `O<,v + TBf ΢V6&Jep3\ W؂[X!hl迠l]Cs^W Uq6Şt\ƃ~$' %>(nKj܄o` Y4u^ NNpfPCs;@\0a·G#p'xZRvv(&:'>Vv[;8Z>n*)6V;Lj"qK/CDђ?q;[]|+5@u3H!TTjPx,V&ǧV{0aḃ"nѪW„AܮǓ@hr+;Lˠ`7usBa6]NO`Ix= )ϩEgT$cUFNQ naV,)C?ߧMA5/`p T! i%2GqxE/tabԫ,]Q?z*6~*=oѻȍBGMQ nѷ=IXq.-4CЬ72Rjfvӝc +FU ŵ5:2Q}+̇'7VC t>̕]xGЄ0^ ם|3\d.iدVd'7O(ݠލ_f((Y<As@= ++fz2Gf/M{a4<]'gq+7\mP΢^wgmę_"dg>aOn8<8P鸸~n8@j1sv]5}BV^F3v mPʖ޷POc[7KJ^fJ)ێ +lu%^ŨD[޷}Djq(AFl0ڼ(d(Z(Iu#n4T#,埶ODvm,C7>qY#tu¹pG|nt&nב5Ze9X$5Cv6D[q"T?^ĂSUDlVRPtiO>#ʥ@b%~޽#K\|D/Z,$+:9#̗`Xlr6g 9;r<3W|@@sS,G#NJKhZNfdDs8lmJ>oc$XqLJ]!\ߖpY{.K̆ilnJZ큘k)Xtd/S803Κ7Cl"f4ލUv@ie+1(vuU,7O\Cyvryb"<ΛJJұ|ofw!{PT|3JM:BsynqrX+4^,gW.&r4CgcfsK7~Z._J"ԝUA Iu^ :r4Lz:u# ewS='dݞţf5C#jYLft  G[eиDa)HMzo̝FB~t|Q;np7h> endobj +2034 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 269.932 274.947 281.389] /Subtype /Link -/A << /S /GoTo /D 1294 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 694.821 292.672 706.278] +/A << /S /GoTo /D 1474 0 R >> >> endobj -1799 0 obj << +2035 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 269.932 292.672 281.389] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 685.357 292.672 696.814] +/A << /S /GoTo /D 1482 0 R >> >> endobj -1800 0 obj << +2036 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 260.332 292.672 271.79] /Subtype /Link -/A << /S /GoTo /D 1310 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [246.717 675.892 257.572 687.349] +/A << /S /GoTo /D 1157 0 R >> >> endobj -1801 0 obj << +2037 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 250.733 292.672 262.19] /Subtype /Link -/A << /S /GoTo /D 1310 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.011 675.892 275.298 687.349] +/A << /S /GoTo /D 1466 0 R >> >> endobj -1802 0 obj << +2038 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 241.134 292.672 252.591] /Subtype /Link -/A << /S /GoTo /D 1310 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 675.892 293.023 687.349] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1803 0 obj << +2039 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.935 231.535 248.359 242.992] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.991 666.428 239.847 677.885] +/A << /S /GoTo /D 733 0 R >> >> endobj -1804 0 obj << +2040 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [250.798 231.535 261.653 242.992] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [242.285 666.428 257.572 677.885] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1805 0 obj << +2041 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 231.535 274.947 242.992] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.011 666.428 275.298 677.885] +/A << /S /GoTo /D 1470 0 R >> >> endobj -1806 0 obj << +2042 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 231.535 292.672 242.992] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 666.428 293.023 677.885] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1807 0 obj << +2043 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.915 182.907 217.339 194.364] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 656.963 292.672 668.42] +/A << /S /GoTo /D 1486 0 R >> >> endobj -1808 0 obj << +2047 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [219.778 182.907 230.633 194.364] /Subtype /Link -/A << /S /GoTo /D 575 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 647.499 292.672 658.956] +/A << /S /GoTo /D 1486 0 R >> >> endobj -1809 0 obj << +2048 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [233.072 182.907 243.927 194.364] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 638.034 292.672 649.491] +/A << /S /GoTo /D 1486 0 R >> >> endobj -1810 0 obj << +2049 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 182.907 257.221 194.364] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.864 628.57 235.288 640.027] +/A << /S /GoTo /D 632 0 R >> >> endobj -1811 0 obj << +2050 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 182.907 274.947 194.364] /Subtype /Link -/A << /S /GoTo /D 1103 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.727 628.57 244.15 640.027] +/A << /S /GoTo /D 643 0 R >> >> endobj -1812 0 obj << +2051 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 182.907 292.672 194.364] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [246.589 628.57 257.445 640.027] +/A << /S /GoTo /D 672 0 R >> >> endobj -1813 0 obj << +2052 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 173.308 292.672 184.765] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.883 628.57 275.17 640.027] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1814 0 obj << +2053 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.641 163.709 235.065 175.166] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 628.57 292.896 640.027] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1815 0 obj << +2054 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.503 163.709 248.359 175.166] /Subtype /Link -/A << /S /GoTo /D 704 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.707 580.838 213.131 592.295] +/A << /S /GoTo /D 643 0 R >> >> endobj -1816 0 obj << +2055 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [250.798 163.709 261.653 175.166] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.57 580.838 226.425 592.295] +/A << /S /GoTo /D 685 0 R >> >> endobj -1817 0 obj << +2056 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 163.709 274.947 175.166] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.864 580.838 239.719 592.295] +/A << /S /GoTo /D 838 0 R >> >> endobj -1818 0 obj << +2057 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 163.709 292.672 175.166] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [242.158 580.838 257.445 592.295] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1819 0 obj << +2058 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 154.11 292.672 165.567] /Subtype /Link -/A << /S /GoTo /D 587 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.883 580.838 275.17 592.295] +/A << /S /GoTo /D 1269 0 R >> >> endobj -1820 0 obj << +2059 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 685.357 499.397 696.814] /Subtype /Link -/A << /S /GoTo /D 1321 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 580.838 292.896 592.295] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1821 0 obj << +2060 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 675.892 499.397 687.349] /Subtype /Link -/A << /S /GoTo /D 1245 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 571.373 292.672 582.83] +/A << /S /GoTo /D 761 0 R >> >> endobj -1822 0 obj << +2061 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 666.428 499.397 677.885] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.001 561.909 226.425 573.366] +/A << /S /GoTo /D 659 0 R >> >> endobj -1823 0 obj << +2062 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 656.963 481.672 668.42] /Subtype /Link -/A << /S /GoTo /D 985 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.864 561.909 239.719 573.366] +/A << /S /GoTo /D 838 0 R >> >> endobj -1824 0 obj << +2063 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 656.963 499.397 668.42] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [242.158 561.909 257.445 573.366] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1825 0 obj << +2064 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 628.297 481.672 639.754] /Subtype /Link -/A << /S /GoTo /D 826 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.883 561.909 275.17 573.366] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1826 0 obj << +2065 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 628.297 499.397 639.754] /Subtype /Link -/A << /S /GoTo /D 1386 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 561.909 292.896 573.366] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1827 0 obj << +2066 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.248 618.832 481.672 630.289] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.479 552.444 293.334 563.901] +/A << /S /GoTo /D 1030 0 R >> >> endobj -1828 0 obj << +2067 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 618.832 499.397 630.289] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 476.728 292.896 488.185] +/A << /S /GoTo /D 1500 0 R >> >> endobj -1829 0 obj << +2068 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 590.166 481.672 601.623] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.736 467.264 293.023 478.721] +/A << /S /GoTo /D 1418 0 R >> >> endobj -1830 0 obj << +2069 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 590.166 499.397 601.623] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 457.799 292.672 469.256] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1831 0 obj << +2070 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [413.208 571.237 419.632 582.694] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [246.366 448.335 257.221 459.792] +/A << /S /GoTo /D 1153 0 R >> >> endobj -1832 0 obj << +2071 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [422.071 571.237 432.927 582.694] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.66 448.335 274.947 459.792] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1833 0 obj << +2072 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.365 571.237 446.221 582.694] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 448.335 292.672 459.792] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1834 0 obj << +2073 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [448.66 571.237 463.946 582.694] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.092 419.532 274.947 430.989] +/A << /S /GoTo /D 968 0 R >> >> endobj -1835 0 obj << +2074 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 571.237 481.672 582.694] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 419.532 292.672 430.989] +/A << /S /GoTo /D 1564 0 R >> >> endobj -1836 0 obj << +2075 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 571.237 499.397 582.694] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [268.746 410.067 275.17 421.524] +/A << /S /GoTo /D 659 0 R >> >> endobj -1837 0 obj << +2076 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 542.57 499.397 554.027] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 410.067 292.896 421.524] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1838 0 obj << +2077 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.248 315.422 481.672 326.879] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.753 381.264 275.608 392.721] +/A << /S /GoTo /D 733 0 R >> >> endobj -1839 0 obj << +2078 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 315.422 499.397 326.879] /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.047 381.264 293.334 392.721] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1840 0 obj << +2079 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [373.772 296.493 384.628 307.95] /Subtype /Link -/A << /S /GoTo /D 582 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.19 371.8 199.613 383.257] +/A << /S /GoTo /D 659 0 R >> >> endobj -1841 0 obj << +2080 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [387.067 296.493 397.922 307.95] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [202.052 371.8 212.908 383.257] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1842 0 obj << +2081 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [400.361 296.493 411.216 307.95] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.346 371.8 226.202 383.257] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1843 0 obj << +2082 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [413.655 296.493 424.51 307.95] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.641 371.8 239.496 383.257] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1844 0 obj << +2083 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.949 296.493 437.804 307.95] /Subtype /Link -/A << /S /GoTo /D 912 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [241.935 371.8 257.221 383.257] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1845 0 obj << +2084 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.243 296.493 451.098 307.95] /Subtype /Link -/A << /S /GoTo /D 977 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.66 371.8 274.947 383.257] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1846 0 obj << +2085 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 296.493 463.946 307.95] /Subtype /Link -/A << /S /GoTo /D 989 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 371.8 292.672 383.257] +/A << /S /GoTo /D 1764 0 R >> >> endobj -1847 0 obj << +2086 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 296.493 481.672 307.95] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 342.997 292.672 354.454] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1848 0 obj << +2087 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 296.493 499.397 307.95] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [268.746 115.848 275.17 127.305] +/A << /S /GoTo /D 659 0 R >> >> endobj -1849 0 obj << +2088 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 258.362 499.397 269.819] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.609 115.848 292.896 127.305] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1850 0 obj << +2089 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 229.695 459.515 241.152] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [472.49 694.821 483.345 706.278] +/A << /S /GoTo /D 692 0 R >> >> endobj -1851 0 obj << +2090 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.954 229.695 472.809 241.152] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [330.307 686.833 341.34 695.855] +/A << /S /GoTo /D 761 0 R >> >> endobj -1852 0 obj << +2091 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.248 229.695 486.103 241.152] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [344.757 686.833 355.79 695.855] +/A << /S /GoTo /D 819 0 R >> >> endobj -1853 0 obj << +2092 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 229.695 499.397 241.152] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [359.207 686.833 370.239 695.855] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1854 0 obj << +2093 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.503 220.231 437.358 231.688] /Subtype /Link -/A << /S /GoTo /D 830 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [373.657 686.833 384.689 695.855] +/A << /S /GoTo /D 1063 0 R >> >> endobj -1855 0 obj << +2094 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.797 220.231 450.652 231.688] /Subtype /Link -/A << /S /GoTo /D 896 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [388.106 686.833 399.139 695.855] +/A << /S /GoTo /D 1067 0 R >> >> endobj -1856 0 obj << +2095 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 220.231 463.946 231.688] /Subtype /Link -/A << /S /GoTo /D 1019 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.556 686.833 413.589 695.855] +/A << /S /GoTo /D 1140 0 R >> >> endobj -1857 0 obj << +2096 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 220.231 481.672 231.688] /Subtype /Link -/A << /S /GoTo /D 1154 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [417.006 686.833 428.038 695.855] +/A << /S /GoTo /D 1149 0 R >> >> endobj -1858 0 obj << +2097 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 220.231 499.397 231.688] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.455 686.833 442.488 695.855] +/A << /S /GoTo /D 1157 0 R >> >> endobj -1859 0 obj << +2098 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.934 163.171 441.789 174.628] /Subtype /Link -/A << /S /GoTo /D 651 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.905 686.833 461.458 695.855] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1860 0 obj << +2099 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.228 163.171 455.083 174.628] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [464.875 686.833 480.428 695.855] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1861 0 obj << +2100 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [457.522 163.171 468.378 174.628] /Subtype /Link -/A << /S /GoTo /D 866 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [483.845 686.833 499.397 695.855] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1862 0 obj << +2101 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 163.171 481.672 174.628] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 656.554 499.397 668.011] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1863 0 obj << +2102 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 163.171 499.397 174.628] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 627.751 455.083 639.208] +/A << /S /GoTo /D 643 0 R >> >> endobj -1864 0 obj << +2103 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 153.706 499.397 165.163] /Subtype /Link -/A << /S /GoTo /D 651 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.522 627.751 468.378 639.208] +/A << /S /GoTo /D 672 0 R >> >> endobj -1865 0 obj << +2104 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [364.463 125.313 370.887 136.77] /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.816 627.751 481.672 639.208] +/A << /S /GoTo /D 803 0 R >> >> endobj -1866 0 obj << +2105 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [373.326 125.313 384.181 136.77] /Subtype /Link -/A << /S /GoTo /D 592 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 627.751 499.397 639.208] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1867 0 obj << +2106 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [386.62 125.313 397.476 136.77] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.797 618.286 450.652 629.743] +/A << /S /GoTo /D 968 0 R >> >> endobj -1868 0 obj << +2107 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [399.914 125.313 410.77 136.77] /Subtype /Link -/A << /S /GoTo /D 627 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.091 618.286 463.946 629.743] +/A << /S /GoTo /D 1046 0 R >> >> endobj -1869 0 obj << +2108 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [413.208 125.313 424.064 136.77] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 618.286 481.672 629.743] +/A << /S /GoTo /D 1323 0 R >> >> endobj -1870 0 obj << +2109 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.503 125.313 437.358 136.77] /Subtype /Link -/A << /S /GoTo /D 841 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 618.286 499.397 629.743] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1871 0 obj << +2110 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.797 125.313 450.652 136.77] /Subtype /Link -/A << /S /GoTo /D 942 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.934 561.09 441.789 572.547] +/A << /S /GoTo /D 781 0 R >> >> endobj -1872 0 obj << +2111 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 125.313 463.946 136.77] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.228 561.09 455.083 572.547] +/A << /S /GoTo /D 819 0 R >> >> endobj -1873 0 obj << +2112 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 125.313 481.672 136.77] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.522 561.09 468.378 572.547] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1874 0 obj << +2113 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 125.313 499.397 136.77] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.816 561.09 481.672 572.547] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1875 0 obj << +2114 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [404.346 115.848 410.77 127.305] /Subtype /Link -/A << /S /GoTo /D 386 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 561.09 499.397 572.547] +/A << /S /GoTo /D 1698 0 R >> >> endobj -1876 0 obj << +2115 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [413.208 115.848 424.064 127.305] /Subtype /Link -/A << /S /GoTo /D 627 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.893 551.625 499.748 563.082] +/A << /S /GoTo /D 781 0 R >> >> endobj -1877 0 obj << +2116 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.503 115.848 437.358 127.305] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [378.976 532.696 385.364 544.153] +/A << /S /GoTo /D 653 0 R >> >> endobj -1878 0 obj << +2117 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.797 115.848 450.652 127.305] /Subtype /Link -/A << /S /GoTo /D 708 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [387.779 532.696 398.563 544.153] +/A << /S /GoTo /D 712 0 R >> >> endobj -1879 0 obj << +2118 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 115.848 463.946 127.305] /Subtype /Link -/A << /S /GoTo /D 866 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [400.978 532.696 411.762 544.153] +/A << /S /GoTo /D 743 0 R >> >> endobj -1880 0 obj << +2119 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 115.848 481.672 127.305] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.177 532.696 424.961 544.153] +/A << /S /GoTo /D 748 0 R >> >> endobj -1881 0 obj << +2120 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 115.848 499.397 127.305] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> ->> endobj -1893 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1915 0 obj << -/Length 4677 -/Filter /FlateDecode ->> -stream -x]s8_GjE7 M;Q7WuV<ؒO&_$d%~4M?w7 5_ݛ?if+o}ySy03krzjoo/H#S|qf`.7䪚A~(V/T+g7y;3JWYofxoTg;PY*@_+hsWvM]Wo/4}B3،p2zv+$n֛f[+\U땐+{t>CJ02øzֻ_y3k;7w5t߯7 "sNH)@F?G0~'?JP/ϰcS+"?Q5j T1 QIGb*3a-׀.lkWR:w{VʀqJe (QPO$z`N& zݿn'NR07яVh_Otn߮V뒯&a^_U;#I"4.v}GI.H υ^v Eg - $ߧǨOQPA$Mt@ -:\ ai5jp7 $ƿO[쏀lP= EmZqCl-lehB6!ਐM ׵H -k~u,.ݦ%J'@kCρf$b -M_~y,-~0nBAz#41zPr $pJѐ9)6PiY+r:י/k "vE0J'N9pUC0V uNfxzsu7WEN>+q 1% iTGYY]~l O-|~;f" Hac&UN4Kf̸li(rnU>~lHW._h?#mЍ -C>]"r͸bY\yLoCԉ9_ 6&ꎠ*fL*BQnTwwm9+p2Iv( nΠťLgȴ@v,! 68&+j'-2 v&CFG Mr{ `_Ӭ M(Z,+ c%e0*!>0,;!]|:{'5T%,0v7ȇθ R +;6>=gz Op]IE& -xL5O=U *5`&S\F $n@3aTYd{ + `;Gz ;ԽMWtdM1Cya>5/%Z]> :n`JݺXZ})<I~[ޝII=3d,q 4z|m`\JhU4FʓdEWh{FŐId>Wm":18x&VmMNLsjd5w`$UA G -&wGA҉ tdWv#1քe;΅k;TƪAbiKv&F -r5H"P>he*on7U$ЀergM/[,'Rlwd^+ -d4>]U6oL/4 GISd\o%6XfS>;c_AO|XnoۻMȫKPUJFp⯓ϞrYB@'v^')+6,lRWgtJfrPXoF*aEdD[۸5@XCHa~b—PZb"j dKJB ׷w7cRE(sB$r؅@FUBM Nt!>M[nY=2PHZP1qp yiڠ$FMvI!%;HUNˢ8@$AmXoV=uqi íKX!U#&Z~ ?swЭ $SeK\ovrNrA0 ZCs" ŸȔ$\vz+lJΜruM14n ;#Ѐ<&'Ȝ~.6_pTNR#^28H^jSTqtDQBJVb$lDGiSoϠk}ÞX -Ym;x$ -]IM_)edLmR4: $l+`s`+:IU&yJ(IL#dx82)-^X&}ڤ 4,l?cjO|A@3ǼX0v {g5E뚄1b"h~F5R^'#Mɾ&)鏠>O&! - Q $2ˍ G6Oxb -endstream -endobj -1914 0 obj << -/Type /Page -/Contents 1915 0 R -/Resources 1913 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R -/Annots [ 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R ] +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [427.376 532.696 438.16 544.153] +/A << /S /GoTo /D 803 0 R >> >> endobj -1882 0 obj << +2121 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 694.596 292.672 706.053] /Subtype /Link -/A << /S /GoTo /D 866 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [440.575 532.696 451.359 544.153] +/A << /S /GoTo /D 984 0 R >> >> endobj -1883 0 obj << +2122 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.93 684.905 217.785 696.363] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.774 532.696 464.558 544.153] +/A << /S /GoTo /D 1093 0 R >> >> endobj -1884 0 obj << +2123 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.224 684.905 231.079 696.363] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.973 532.696 482.153 544.153] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1885 0 obj << +2124 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [233.518 684.905 244.374 696.363] /Subtype /Link -/A << /S /GoTo /D 912 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.568 532.696 499.748 544.153] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1886 0 obj << +2125 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.812 684.905 257.668 696.363] /Subtype /Link -/A << /S /GoTo /D 959 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.73 523.232 389.065 534.689] +/A << /S /GoTo /D 490 0 R >> >> endobj -1887 0 obj << +2126 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [260.107 684.905 275.393 696.363] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [391.093 523.232 401.771 534.689] +/A << /S /GoTo /D 748 0 R >> >> endobj -1888 0 obj << +2127 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 684.905 292.672 696.363] /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [403.799 523.232 414.477 534.689] +/A << /S /GoTo /D 803 0 R >> >> endobj -1889 0 obj << +2128 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [268.523 675.215 274.947 686.672] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [416.505 523.232 427.183 534.689] +/A << /S /GoTo /D 842 0 R >> >> endobj -1890 0 obj << +2129 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 675.215 292.672 686.672] /Subtype /Link -/A << /S /GoTo /D 1200 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [429.211 523.232 439.889 534.689] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1891 0 obj << +2130 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.811 665.525 235.065 676.982] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [441.916 523.232 452.594 534.689] +/A << /S /GoTo /D 1098 0 R >> >> endobj -1892 0 obj << +2131 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.968 646.145 257.221 657.602] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.622 523.232 465.3 534.689] +/A << /S /GoTo /D 1102 0 R >> >> endobj -1896 0 obj << +2132 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [157.34 636.455 168.594 647.912] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [467.328 523.232 482.349 534.689] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1897 0 obj << +2133 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.758 606.661 199.613 618.118] /Subtype /Link -/A << /S /GoTo /D 605 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.376 523.232 499.397 534.689] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1898 0 obj << +2134 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.052 606.661 212.908 618.118] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 504.303 499.397 515.76] +/A << /S /GoTo /D 1009 0 R >> >> endobj -1899 0 obj << +2135 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.346 606.661 226.202 618.118] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [413.655 494.838 424.51 506.295] +/A << /S /GoTo /D 761 0 R >> >> endobj -1900 0 obj << +2136 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.641 606.661 239.496 618.118] /Subtype /Link -/A << /S /GoTo /D 708 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [426.949 494.838 437.804 506.295] +/A << /S /GoTo /D 1017 0 R >> >> endobj -1901 0 obj << +2137 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.935 606.661 257.221 618.118] +/Rect [440.243 494.838 451.098 506.295] +/A << /S /GoTo /D 1067 0 R >> +>> endobj +2138 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1171 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.537 494.838 464.393 506.295] +/A << /S /GoTo /D 1127 0 R >> >> endobj -1902 0 obj << +2139 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 606.661 274.947 618.118] +/Rect [466.831 494.838 482.118 506.295] +/A << /S /GoTo /D 1764 0 R >> +>> endobj +2140 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1310 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 494.838 499.397 506.295] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1903 0 obj << +2141 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 606.661 292.672 618.118] +/Rect [475.471 485.374 481.895 496.831] +/A << /S /GoTo /D 643 0 R >> +>> endobj +2142 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.334 485.374 499.62 496.831] +/A << /S /GoTo /D 1373 0 R >> >> endobj -1904 0 obj << +2143 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 596.971 257.221 608.428] +/Rect [430.886 475.909 442.14 487.366] +/A << /S /GoTo /D 733 0 R >> +>> endobj +2144 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.692 456.98 463.946 468.437] +/A << /S /GoTo /D 743 0 R >> >> endobj -1905 0 obj << +2145 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 596.971 274.947 608.428] +/Rect [347.181 447.516 358.25 458.973] +/A << /S /GoTo /D 743 0 R >> +>> endobj +2146 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [409.128 418.713 419.983 430.17] +/A << /S /GoTo /D 733 0 R >> >> endobj -1906 0 obj << +2147 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 596.971 292.672 608.428] +/Rect [422.422 418.713 433.277 430.17] +/A << /S /GoTo /D 803 0 R >> +>> endobj +2148 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.716 418.713 446.571 430.17] +/A << /S /GoTo /D 842 0 R >> >> endobj -1907 0 obj << +2149 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [268.523 587.28 279.378 598.737] +/Rect [449.01 418.713 464.297 430.17] +/A << /S /GoTo /D 1343 0 R >> +>> endobj +2150 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 615 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.736 418.713 482.022 430.17] +/A << /S /GoTo /D 1486 0 R >> >> endobj -1908 0 obj << +2151 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 587.28 292.672 598.737] +/Rect [484.461 418.713 499.748 430.17] +/A << /S /GoTo /D 1824 0 R >> +>> endobj +2152 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.091 409.248 463.946 420.705] +/A << /S /GoTo /D 733 0 R >> >> endobj -1909 0 obj << +2153 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [254.631 577.59 270.516 589.047] +/Rect [466.385 409.248 481.672 420.705] +/A << /S /GoTo /D 1323 0 R >> +>> endobj +2154 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1107 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 409.248 499.397 420.705] +/A << /S /GoTo /D 1764 0 R >> >> endobj -1910 0 obj << +2155 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.791 567.9 204.045 579.357] +/Rect [475.248 399.784 486.103 411.241] +/A << /S /GoTo /D 737 0 R >> +>> endobj +2156 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 615 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 399.784 499.397 411.241] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1911 0 obj << +2157 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.441 558.21 235.065 569.667] +/Rect [461.356 390.319 477.24 401.776] +/A << /S /GoTo /D 1274 0 R >> +>> endobj +2158 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [378.02 371.39 389.274 382.847] +/A << /S /GoTo /D 737 0 R >> >> endobj -1912 0 obj << +2159 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 548.52 292.672 559.977] +/Rect [435.166 361.926 441.789 373.383] +/A << /S /GoTo /D 659 0 R >> +>> endobj +2160 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 879 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.765 352.461 499.62 363.918] +/A << /S /GoTo /D 1021 0 R >> >> endobj -1913 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +2161 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1919 0 obj << -/Length 5200 +2166 0 obj << +/Length 5121 /Filter /FlateDecode >> stream -x]͏;rqfX,7!n v0oFcXxx#j dQ)Nq8OAH삊58TH -*n|\Tg@Zm;bùbTm,fTe -2?d&|\GB6A٩'z}x[#G.1~'èxF@?JH{ѤF85l:?Q-J쯤FH;7 L.A4Z^ Idc)/NI8hp:FxBV T,g̊ gϬC4q Ϭdv}sS6OPVvZ]N-&FxD[n, gEc(eIS$qSF0ϟ?`Gp-cץ987u0BP(zL c1\y"]߬_N N' g!&I"c!CG:%+Qa]]WH$=p "l7\&l*qT!n優n@U"r}c| - Dx8f<~E5#19",2AzBg+z>(NlQl3L2B~:/)S؂T1$M7@tmaW:Sl4[ 7GJ׋Wf-NLQedHC*:<3PA9C̕tٽѷ0ppg w.xB"2th|}Z?nۉS'thڣqz%rPZ!Ǎ-BȚG#)D`}9RL tg0#:ԏey۔LFmc<+N(WN鴻֍0r7~lfP2ir0(Ӈpɩ}a8_ɘx^QG&HcCi 'mras _:\\PQZ!'5F@WQ732=,#ӾDCxD>Ezt}uv>ZPPy1a) ;P'3feniҳƔ53:g6 ]8N -XθQ"!8k -B0Ǡso12G?C]N)en],j)D[J)W2wpwo,@9(z^}wF($eă 5Tol?6re { -9eU=#DfR<$sK&RwLtޱo! AIq ֖tKei+9҆k_Io?}m7xRv] ]&Kt`ёb'Pt#8_>7_Sfv'8%S86&=[YRc¡ J5Tgt%(quFGG~!S }\c3#;g6PH6b}΋2Ye3!Ƕ.G4N*is peb<Cb0kE=:}\( ]e& A|2;fm^׸K36|r b\"S QkB +>dSU?sϪ!U#cܔ1r4>W]R*%&/Pl@P(?_B_C\ rWvDŁYEۡ~&V=1(z -> -So($3k+6j0w۪E-z@BL:\.*+Y•`Y:SsوNZT5Pg,vC0 eiBb3tj$eTJPJb% -{.7*,eqrTKgW~Mzz ^K=k9$;aF9[و42ѢAguGUf>*'Wei}Y`lGTTAUy(I')ce'%>)A΀T3$ƥAf7XSp8ivM-=-:q&T㤮&GBHձB,Pnbֱ5Hl),ƞ@2 H_ -T *:jnP?U yTWr0ڱCq_6Q*U֪>iStK%apye{9H Bo<;:NkfΌ4VIXnI!"Un=TK?Fegh㋭ юBzEC_̺ۻp,mMYo\ -Yhfruic̕>6}{# -"8oB xCSXP N`zs>xm vKU`H1obN%V/@dh:t6&ig"LF&9}U.uCچ**Ip`T98ۧ;Ln괬NU't+Y)>@9v*R+]B6jwZDLԮ݇@Oh%R^,ExĦɁ\.K+wt> %_PP/TG KHJ]ҼӜ -.*O3pƹaޅ3 x gB*"}.kJUnem\F 9NE\$ض>r_ ĘκuV-`!ãu -K + ZwoVEu%9"QWr6GpGg&O&8')'kRC3~c\Ö cqrW#3ckiwMcv}5% &:*|?2JyS-#%S[qQf3=.ύ@x\Y\b̂d~#\-\)s3}8dq/9+/$2vdBSHl ޙݫo7w.44әЪU&ބ^?utqKyfAuXEFu hR]Mrܗ&AJbTjYԐO?tLejV%K^xpGUFҖQ]nu%߲Q'6Β]g2TNd͈:=} 5iTR;y8`bz n/X,amɞvYLh~˭*re*'<݋ KfI0F׶z0mk4D@M\202 +{&춹4DW&2@Y2l=ѥ6=D#d[OHե"Jtbi]XlaT%#k@dR[Qf4f-#LeJEbT4dIb) OBņc bp|&9_+]+ҼocҊ/ [rme4z}lt$ "D_'c3no\#2 d0]|&#eE-%6:߾UضsZ&g ٻ9qUq \?P?pzrA*ڣE~"1kB"=LJW ֖_GST/,spv~\ \Ȑ[kHU#ֲUkjUijDTBVBfU]jtkP#}M+2K%B]#G H:;taᖴiz.@V+o\e'!jiR+BGRG,A2akhLc&^H]G|n4&Ƞ}.˙mht,mBftS˵Ӣ0y+"*Ç4b%sʭȃDF3(|nqi%qaW,_[8ClB7ҋ$'PR:Ts+?V yJG,CqdDpt29j#@E}1~VOxYaIk.7S +a%UcW> xJY@.-d=K XBdʍZC)H8k"LȋsZ[S!ed9 cȕ<'՘e'SHLLSO fbfk6 +„)HcXfQ7hy pN` `J+Se qQ@ZQ# 1|qDNi!^M@6(0,é X `{۫qtC*8ߐ"(v~m> +VltK7|P@Of-_tc={'80raي/e)%Ys#rБʎ0K?Yԁhrv묟tv}>˺oV/mfHWd5kW9Y$ +DFN}NAA4|ePTE_7-`&fFEg8> g< DŽ9.aDnsĀIBed7Kaag +z.LD4>VS`8Hmz<\J1'bXHI?EUD;@pF()"C[bh4J:2:Bؐm~SbDLr;,h`5"y֟8f<(#h/&LEF֗@S +Ȓ~[(l/1uUrib M[*æ%]& +`3q LL;E8g%6Yy9Vp6!\V}Q|f63u o1XLf'd(ꍷ`}"5:7(VZ(<# |S;/k:{4*$kZJFĆ5Yl kR"Bu(==lG';bmά<0q +m^RvDwf.9x*{og0l:=cG+a7>=3KtzLrעUJN~|UV(<YE)]~krCHdq<84A.Im ^$Rik.Ɯ&^F;C#,v9sZ!uZM Ei/ǜ4Ր14r"/Wva$MUzBl-4M~GK Ju`,Fj[#'󒘬[oǖ+1ECZzTA**,EMat~kY{ CoXzq_uȐ0"RN5Z6Z/u vV w~Sch'e ']KTxpL=~WV0ނT&" 2;8.8,ږ`~{(."lwd@¹JBH1uyww wE>{53fkYd+XZsntj5 CF-,1BD +'d$A.Ēs%3|x5uSѐV ++Bg"H#dl9͑pH΀ eq{}H Րw I"g="t?t Ag9{-t:茆3`lX\+ TPq=xcN6AYA&TH ք`{WV0ӣHUN|< +78bH]rhn9Ki3ޖ\ r 2V3wYCp8?\3WXrE|iVcЬ fcc0Ӓ0d.C~Ro,&MAyZ +(CMUcБq4M /*~@~dLLŊנ<)ע(:>g'QfQHnV)E(f!X+( +\ tnr܈i9py,Wr9|1rǻz؝JȥIHpۨ> r"t>P.? ٮeV¤ef^q9pvY_ ZgK!Z/7b:Z#2(/KGk`r40=r2v4IeL7wzɭ]qcV{)5)pbJFwכ-Tc7۱C$$h"3V&v. 9؈S=Fs?ɨ,0@w gguk[<";MM ?P oZk@G0%Pބ0H5@S_XNEJmIbk)op3?~^{C9mXI\|m?Rru +&6hkWX#TA[ ox¨0yCt^~rIdTUdPQ(1cn/sLA')vR\<6T]cH @VVͳ8 eus5Vv^pQ5zYlKROn7,OHב>eDHAP}֓?@S7|iYf",j4r]cBma\O†q]AyUˊ&F>͌d+Xp5!d7۫cQE;[ )*cMˠnjDaF(vum?nYğK}8_<+=}c-OG.+Ood M2v鴈abpׁNCd?m^Ti\DYx1t E}~we-]CCAXΧP;^_>.F9qHUY/:ꃙgPZݡx¾*6'Pz˙&/A>9 Qb gfe0ؼ^8a4t?^|m$ab]gQ >o6<E&LK- endstream endobj -1918 0 obj << +2165 0 obj << /Type /Page -/Contents 1919 0 R -/Resources 1917 0 R +/Contents 2166 0 R +/Resources 2164 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R +/Parent 2167 0 R >> endobj -1917 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +2164 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1922 0 obj << -/Length 4913 +2170 0 obj << +/Length 5340 /Filter /FlateDecode >> stream -x][o#~_G e]x{ "Itly$MRbK#2.uc]XUg54S?|Ϗ^l㭂LJ,7V6W x a>~Q5X4S y7Wӌ5ȫ_>583\ӵֿ9ɢWI$'|{Yƻh;$BkvAQ":F=nݨ-X23?3372??>?>uu'֢> 4 -8TAY5m`Vkn}cDi#mX;" aiP7T7(OL$,DEVQ m6(o 2ȇ\W}K. !hY(]㍽h y,hm0l哨u-dN$Eӭ3 Y3 3|KgyW?"ee9ʬŜ62&zvRo91XZs6(8u\ Elx5Fa Q\s Z˒5O^9U:H1 Ю} -*Ћ3Fh?b),E"]"UEԽoT OVӣ6yqFw6pcl~ _YOÔ|w.ArpDʣQ]BϟO5dAC޽^$/k*^P,(2ݒhgv`N( m$> &j}|v> 7*NO[KP{ÆWip샟P}kq# ?-C1FVN4j['"Nbʮjʢ>\qwQeUU"f=|Ų vJҾZD ?*n; -2jgN],z~zFTJ%oaŠ5*o+;0J#4%VSrIk+ .png7/ bmA2ziw B@6(vg,2å{.Kwk PJreVVF6`V>߈n%'cuk﫮w^7TN/J}Akȡ5H,y~E%,::5T ɣ[B4N~NI05[wWnGdW.X`t̗9# _'*U ;h-ާ[.Dc'c_A]כb]^7q@3UqGZhʖ\ySCse.٘ -QT=/ՌY3;=53Ƒ$k+@żeYaz$ eQF ~z q4 kB&L]%BƠ˹/Y_@FK.X>sEtB 0x̟O:+`~3a o7jTMSlP&Ų|[FTW!TNiGL -ߤؤC7u*yJ%m.I4J]90m"69ߵ s(@r]YD\eя=|2qYa@EGznuG=I26LY(nob@~1c$1Sqi\~ĎCA]a'oeZ]g)7 cM[ I$@AEl# -ȺMd$&.&4|a3H:Hv2&SuR8Wqdlt*[H܎DYˊ̀r'8gp2Lc9$D/v\)rG2X$v$?Dod}Dt)b!4)*{fMd!<Y7N݂"__,#>F&!@!TOL®|M:X "!wr[> 6(;zt+: [IeQ؋4u$\?ĵ jM\va>|rE;;kP bS}l>CdᩝOd1 4Ky)2F-kq43+j+/ 2>ަEuAjt?v/Yvh%mъXF!c6-p靼dd듟o>aS6Fv|x^xRBC 5lwJvȉ,a|3}T E,cIj)yyQϑbY - {w[5j4Q^~f;NFӳ @/lJmWڦe#4v\ymFH`$BN;pۀs[DzEeOܒ^=G^ ` -C=LhޝWd}"-8D{r=w _1BgnJC / 䅢&܁Es' j+0Fc$܁Cq» -M%W5_+ ʮ" gJg^һo{$T(٪q%C${Ⱦ//x ŗ6g( gJ{WS42%7;Н^NG.>eA^g\*b3HM,i ;+3-V,.t>17[Ig$ H=XM:]S).M6w)>*\k+sҎj2-_T%eZ#nO-T@fJs"-GbRfg&3Lڗ>l55ƙ -Hnt -;T|zpQQMq|&)3M쎵d1lDP&1|$ь 8I-'XvWF+L>83`"8Dw^r޶8qS$^qAΌu){OR  8 بU#dj%q%IvƁQFpM{#40zjz\-v+о@#2_Y` z4|*7pT8{yIz֨z2H2vFya8ba8w˾j7-5`v:Xr;)}# 2@ - C جwOo6Fr/͘D™#A"$#k -ߘf/1pLb68ǣ|toDHk0IOFkЁxz 23[=(JVbo +x]o$9nnE[pAH =7fgׇTmOz]*"Hmo_1Mrty{@n~O1 vv<2&S1P&S{˽ M!T*Bu9@?pxR]޼*=ŐC;8l~i g `ΡY,H_ Z>ݮژLڄzDXq ^4gN\ICy^0Q;yo^. &\<`q><AvmgyA2Zs?o/Bb&I{pU +<~¨@8٤;!ȏBف a5fAJ,,Qqя`/6Ep lؐOCxpa :\oq<-Sp(?XdI'^% <5 ::D[(OJJ# 8:\0&:J0yt,񩢠,YŤd4һFR# dCYU_w75b9̌N<']U ηwS!H7*Of*,Ї*DW| h23/={zyim9Z7.K9S4 ֡5V&U}gs!g> 9:H,s|qђAT^>ԯ^P-N7ff +;Һlދm +DlRO6D9Zd“t Hi/w=CzIg ) YZO0yʡ`2h4-$6=3),TJ.n2:l\kq(PZ4/d@Hү߱UH.| H)Fsy864Nt"A{P8xKCJ93.W29h$F.?x03پ +*iY54>+{Y}LʣP5XCXѿ/)MjlxڸBNO'x|(ӮgDDkD`Ɇ`kGہ`0NR|p? 4QNu4&_Gxdf"E(,p^Wb]+Frm[vԞU cjba˫vQa9ìšOaW/UzD_ hBF26 ݏwJ>+1]׸1=%]Nr4 6A[zǢ +"EF߿pDLZ HA2dg1`$^nTŲX&[bBi,klRЌTZQ{ayD1Tkήeoc5'܀2ƤBplܱfhPFb#yY! 2ӰhFQ{kl(}*"˚E꩹B52لuQX%TyMnxahm+^aɵ"'ۯz[sj-ʻ4TE?MVD6:=@At]4Jq Sckє,l ӂr lG'E)*uGPGq2dz }HSۋۏ&D泘z,0v>zo^{&*:8J[=7-Dl Y٫kp7ՠx!ۂQX)tDV2UAEt[yˢcmNL~Ygybk@ +\{ADQNf9[n._&=r5~.7`\Z#Kԅ|yp-?.ĴhJl ]c8qU;ȝNNYyetDM:Z2" OY$7o?_x^FӜhʖ„ӭ`ߣ*V$-J\*~:-^3GXȮ8RWT6iD4¶E>m;J$e ȡơtLH<+>싖z?mįv.-f@#)S=@WCx<"wY뻗/$DG%Hj1_k=.ϋ,,ёê~'94vWv-H 4/i%16G h&_bM +Rk%U;)~#DOeQVxsXi[CͻnxE+a~4 8 }޼y]>*>|E $WTi{C5HOe;/59 cu37!J~´Z+l3} ׻]?GZ׊r3`B'CD"рf_”Ϻ.GlΈwmm;Q~ kenrBpsa.Sr-,'/+u.$ !3aGbE,pK'WN?_0Npna멃6ŏbV!x{'bXu՗XB2Ĭ],e1ٵ' fh05%+!O7S^6_%;5-L247mXYKzK 20r\VO|^ + i4.α&QɆ(hgQb#%yLLra(Kq1f9CO!թiu;8~z1c!Ѵ Sksڋ|<-F俚V1 B釶e@R؈).9Nk6Pi9 +]K [ pQN%Ԓ–~_v-ѽcZUrf:V7תu&LgqDg\<׻ʠ`;r]qb#-KLdZ8a o}j?&%#if@0zAV~WS VO̱S&)#Y'ل۟~i:q$nQg>_Ee L.Kv^D.>A>˚ tv)t>s%˨>/a4G%كx]p扆R r"-LkoME [rQ,phȩ?9`mA N# L{.6CT@ vT-d4FG~L7܍|ٽ^lѢ74ztHU{uǃ9`T Qvk[? $Y&Uߖ+Kڏ(ZF=U %DŽO&NjHӏkL>v:(A{k3@LGv%jT-=] S!|ѸWϱ 䞸+XZ`Wng|,m{[@VƯV߻WW>{A| +RQJ@\9Oho +#k{,$ Vv5[і ôoz:} ++YEׅ ¢(x֝alEPS+$>j+MwF l|NMc-#Gǯ[3/=_14ui}2c& xS7pE&Ӑ`n +֖ʭZC(hiiyY<)˹+4Au%CYbX œR1UB9#Z@@U6\9xCOyCL B'"{EuRGho +U'0wScZJa TU\M4|ֿԦDIpO񽹳ݔxMzGsuNb=kObSCb[R*&Lb…*vA'^GA]_B&Hx]Rvw#Xv]+4 p +x :(dTTQDF$XXRr!ituhEnNݬ^26U8k_:iyS6}: |7?@؊pkY اh? R닡k;&{=KU^>5![5II|"sNl@v0!M=ڐi"syA9=]~{ݓ*,DK$9z~ss{Z:]>bڀ(  c yz?1s~.RTzC4lgl[/|_v<;RtM N,x 17 ' #c6azU endstream endobj -1921 0 obj << +2169 0 obj << /Type /Page -/Contents 1922 0 R -/Resources 1920 0 R +/Contents 2170 0 R +/Resources 2168 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R +/Parent 2167 0 R >> endobj -1920 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +2168 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1925 0 obj << -/Length 4654 +2173 0 obj << +/Length 5079 /Filter /FlateDecode >> stream -x][s~ࣦ*\p{cmdkJ6[ݪ$ԲU-$5=@lݴDX"=/&T?zig_?3s*8 ׳*ij׋N[Q -ɟK_?;zE.zv%3(oXbd|;ӃD ؙ^B{>~up]5qJ0tV?'W|޺}Б -"SSmk'qZ/J0y&!Lߎ VyUA]U#h|{ÖV\ 2 ]|/~]C;d9彭Xòt?]zZ|*_⽯e w?G/hw}ܟ嗧#8h6&t#˛]ir /D+;Z䯵63Jkj)Us\[}/lV`+޾WCiMMPںU셃4z F'o$AaY׉$^c1%qthrߑBٟSHu_VN&SG:+.b[8# -+0M:LCC: :mdmNdnޓXʲ,ˇ-Ӻe(NCf`C`Zk@U9z!IWz^VjFU -\1Q7ieS_1[Ƴ%9߂d4g4oJd[k1(7dJ9h klD[3V!QJzCZ`M\gUM澩k%QBo+zY ytr - }٬ XdL7U6Yf>o> Xn/2W*3AHXSŘ h^B {XiC))ߝJ0N2Ԃ摉OH|*wGL?E$%FhDZ3>:[yí.}{5ġko*[ic8Eb\N jBoUare۫InX[a贲8>!NT;m'xW`(3exfq9/W";=v֙q>;TXCV޻=dDgpXC6ft+#٘ مyT/P]&—=?Ʊ)$ZBX4Gиe'3IIp]/.Hr,n]2deAc" kt9%r6+F}9)Z ?NhPexkȻp;zOGx]'9u~fem~mnO1qlsR36';1E䛁`91eXNthwUyGFEUqGXcRl=72aTE7͞,j:8巐'eH`|Yw23YۦxS G"* 8 - TcK{V}QO @FkpUlD@ %ϵvj]1df53b#H l2#Y8 iŜ|4* >ȏFl 2)BQ wE)ꞿjGP!p|YC8p8@1似1 -M# ~QB׏x_I8H*N}$'+fܬQuR`#4F3%$Yt}$2oQC_`”0$-;ؖͧպYG -_Ø$s; -U 3M˯o bOPy:Y:d%+pRzLS"pI`@3J@ PHaקE 68Q6U``ӳkP 6[Kvp+ n~|_%c~U[*&;kKu/ņђtb &!4 ^n,ɥ)&qEd ֑ Jb=Vxr\GHf~Pqё2jm6KsW+HdL䇲Df٬ͺ&'b1I61DS -Eqpl~< -B* MSt"]zgbdE_A2%64!=qHhߵC ۍȴj6ǛM3Ti݋ ] E满رд?[n;v*{H`g!JhH>g R[iج(%UpM_m& /+MƀN2Qq] l4dH?TzGԔfJ|xp>1B˻F [bL">R=bd}L⯻}SDAb3S].n1F)b&vJJ"qAx[L8y;L\X㤜˚ #Awȏ98elxЂgr鬴X] 7PyS[FrG`esJ'`1 UFăэTTST g>3<-:|ĊTD&wB -611MU򿑛0{Kp[NPdNXz%2q񱹝H2>'dh{n܍S( {?f1qNѐ@ }a ztIÿGZ7D׊xH+Ti%.)= !W1"7/xI Όп(6lh+A g[)Hx,Ha\Pֹ*>qi YN!lEE*IP҈dZtu'2 u#dӺ,nψ>륉ƣ$HI '[>x:N4&!I#OSXE`M ijPYzqI\Xlnbj|~ۯnZ/oy\|+8mmit^$\ Tdu+19U)fIDN/oWo81{)g7Q[k[柧e>O*v D1#1rBro`&̄B5h쾚(:D]]v"iHF;p$O">uW=!%j![h^c!LXWHK.N]EqXŦ<|i7h2DEXH:Rʺ_('Sca|Tؕ(>d⏣'oT̽-SiRU?6E~ex3hnpL P -[ekp7pDCJ+ 89qbOP7. - T5P0KbIfbGV%B=Nu0O#b|%!0D[Ƹ8xE`KC -N&\W5[yŷyx$'Q|~x -xKXmcuos+BsQ m.{Pߍ8_+MΟQ;JBŌ%9t_̈E +x][oȕ~_GֹMrAd6[/73ϕY֕ٗ߮g;?yF^UIn/Ga|'Y5XYݧCͮUfDzF+7 5=fؗdWKAʎy]XVUZ箼tJwWqWm+g a17>} w""]/. +aKc:(Ӑ l7nU@ +E䝁ƠMJ+R:Jjڞ( c.7 gAzI *SbŨ!?<Tk*.ND*ʊy: Cr/z`$Dy8)ru~geLgL@r.|·xc%;͏w"e!.WFCϔe| yrߟVͷס6)c"+k `bh]6;F"=u ݗs^PEBvB$©{Bn@ڍm/"g[CXa}.vSBfǨl7w#ʏ'$Y%Te#ЪdX( Gb ,\M9OƺcT2wUr_ 2~Dr}?nˉJ( 2`{2k$SPnYEd:%{!2$5Q3Y封 }m^5e-T <"h+#o7EO +qޭk.~4a4m,G_4>]F3" +'i!K*8b}9̎al٩0ZM>JHqF$+N!c&]24`$w4I(~*7֫{ohHGut'd͏_cI#!yg-bz7qojFm%;-ځ:*ETf|Y],mFWヸFyC/$|'R&O)Tjn|A-W9ĺ5Ϻ<Ԕ!CS RT0/PjB]Ҭgγ6Y>= E}za7{|F~ds +zW:-;`gα }x\tN"6Cg<ԉ0C5(SM9M qlJeo븽yn@<q\8t˕9!ӡeQeQ0*͂0 I)fHn*`M6X չr^ 6њb5V:]$hUGc>xNLmjl}^" E"SKM/~_,?F ͨZog{Q4B_x^Oo~Ut#,-/DolbLL;^6"p1J]h]ӺmeI[HPEᅨO[he,9}o9,(+:ټbmULCE+A~3NS [x{(|<} >~iha6m[(C0BH;F:xRΨ#/{b/!%@CO `lсnu201*1tui׋ooVˍlDvYYj`úaa]KgJX/<̢R^aDl*Gߙa:1ihp,V\^L(/@_u>*Dk\K4pN'ADY# $x[ +61Ϋ>y\.v[n܄+ڌ|] YW^t@v&qt4HNi?hF:UqJa`5Gѡ, AՅ +qE2jUHf=P'q,󁕐 *dYYS̈cFlVc4/[pjr|ΫV<|a"N$q uWI(~Xۤ@B??Q*qoTZ;`J 3h@#̞8l8"Ґ+mf;Jo}DQ'ǝg'PKdSI!@_92)Zv1<+&и`J0 pŸ8)v}=_]-F AP&Yߦcn ؍,Ae*G$~?_W)lw`z=7%ܯ1s_#S ѡ7Б+7УXƒg~c$#@Ѳ3C;H!r\}_lvQzޒ(؉HN솑^s%朳S( +9Qjz1j#dN* * qϋ|qu2\  ([d +7:D#11v@E64xFD9ē YRq7!b\^]d|K"!@v}X~׋ͷENxb&DVDmvmxe-\H_OG Ct/=7Tcn|n^/q?QK *yT>Tټв(8b<7jeR4x̼y~i|oV't &f%\/^fT2MIzU09 +V'١M}8P +ŭ/6#'̕-p}JS^Yn% ` +47ˉ{3 Kx<-du<A4O VBK*WFzQ c񳃝; 0u_du.հuźRv&Z'\jѳ۠?`: endstream endobj -1924 0 obj << +2172 0 obj << /Type /Page -/Contents 1925 0 R -/Resources 1923 0 R +/Contents 2173 0 R +/Resources 2171 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R +/Parent 2167 0 R >> endobj -1923 0 obj << -/Font << /F95 388 0 R /F97 389 0 R >> +2171 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1933 0 obj << -/Length 4524 +2176 0 obj << +/Length 4863 /Filter /FlateDecode >> stream -x]As#WW 7U*ԦjS4 -:?%  ɇL} Wn[<}gy S*e2;^yy(#xj12M!тY>ʸpTHa0NMةɢeƮKh x+w[>I Qt5LJtd]EwQ+'~KpH_ڛYmo>H踢b„Ź;2Vk<[,7U ~H~[`eh'lEgiϢ EǪuViM>[V멱6,Q+?'kwUI婀:5e@2(̺fwUTZcFe04ٹ'uv/<]2;"v!b #ޑ2vʂ=n]~9F&_=Qc0Tω0jƟvJ/uyi&, G@G=%rQTH )o2W$r{yk tz ȣ B T/I1uPg?Mg`>g4+FS|}8W롵@vqYοZuG#,;1d>@y6R#8<ʹ]~Xn@GY xBͪ^ ޥ( {CG $+dFU1s~gCf -d$n=A}\WUUs〕(^MDV5cܡ\3ÔN'ȂR.=:& /΋痫ӑd_6!$/锵xqj+ -t(3D2ФQbخ7 5ajVSP);{tàP|~"y. W03oI!vC#~>cAtl.G^P,+X?m/ؕXʮ)m9 Edг"WݗS#XQOLPb:'a̻;!,-.YN\db`Y_K(4+L l囻p|wŒ}n[=VQio-7Cm^cL.͕"3}jdn筬VGaАawW!&R!Dٻ(fl6L=8_lDw ~5zOC,@ F"4W>ĸ)KQ]x#>Jp *FJRr )5@DO -":cKc8fe8k!XII~^^Ms<)+}ɖ=P'v)Mj}ƦmhEpO6"b[8?֔VSafnR5Z.o?h1)W #N&݆ӊyM$B6E:ʻ]"NTIt?@W]/.E >P>pZE"jgP ] ."Oʊ׋ϭi+OJ `hϔ[mȭ ]nuxoSsj}5xAдId֓"_zSWo}2sA{.vXvoJݖ*a[tIl^#5f`M`K˶f"b8XD?< X\f;ulbue"vJ!Ӆ!d5RGIqo:߬gj9WpKFl:(' -l;ؾfC;9/ S`m f7߈(Iq 7-$?˻r7k,Bx!oqjw?IVdXlO)(TrXn6g\eח1"Lb=iYj {u뾆﷣zEy)[[*o]GF$sot;rZ?nq!C|w6" [d5ְ=rstAs:'1ȗv9cIx *~|Xns;}Cܜ{u,;miAoDvQIwPc"|VgMѦpD"FkiOQ{\Y}]x&WZ~qMdZ@&zG{wDȎ\$4W\rDniyE+~+_gB)ܩlbG D~Ձ͔~(y:ϭ-EBzc2rVDf )*BpD -R7:'7fճ"mx34o#\ݦg_,'DPUGx|خf5v9.[|^ۉ:bNTݺ~T3Exmj1iRw~TWv5ŗf&6 ENOe>DcE6O*1 Hņ}ϓAXD[IqM}DJOD ~#ڝSm)C6hښ~/.‰#W/'_5:Or;[W[[ny6s>ݚ{;4ܳ^bA/w?t| +x]s9r~_Gm-4 &Jru%ZT%Iק{~`8C`$y͋7zJ?ʫY^ETʣS_t?H/Q+-_ (~z / +GOѫ+߯1V +U +Ǩ82@߂A ;.d_0 RhQ+@d3?. /~<~=4X[FYc7MN̯;.'Ztv/P9YOf yMChgv_uEl~L+~o.6GyqQSVTNT= 15&6|ު ~ KӁxptt[4Åo:gdXȫ ן3PX?XNtC]]_77N{vIJѯKVHMX 94,\kgg~._ʳw-t~tB!CRaM ]\1t.vvhm2j^d_p +L´1c09j&vÕ/G ~|YZaM8_K;r&Hq5|MCG8?ΐr1/Y%ڿIP|g'jNR0l`‘n}_x&zWQ^9(5Y@׿nNx$_J0_J{\?C{$Oyyʼ=pϺ@G0'Q}G mv.c.$WKKC-zD(hE<}>7{'g}3,-Ф]uA6C-mv1o 4;hRhx:aLC0^F֓~NbP0DRYIax `1(EA)@6Q| ̄kf +^qԨP< Xu`VD&20n)4!7(Bee4BVDw0[P">QoQBE~!uI>\VG-~8qs_XosR颙J֞&.$sI! ^bT28i{NW3N1(~!U׸I6AB"4OeDp\~cMY"2a~P7M05/[H!ëk/?.ljmRYȨrX>%<"8# X(s)H3w-׌cL vA2Eΰaj^ +&BYOqTxzi}Y[cz^sH a"3]ܲFýCaҾ)'!+!vZvUX|J &)r˘Rj?z@I8̡eCmbH6s6}UιqAi`VJtv뻧;mtɘ p]Nmً?+?jǘ +|\ ]/ViVS<^]/Dy@Y2<@5ZN9HضP¨QZPk8,RANt;B^_P;N؍|P9[.%)."֗Q*};ot,ݬE zCiXc+þ^S}OCm=ŮaLmЇ4 P"jP-ئH«62lfA7Ku]7 q e(qd%l3Ic"v1o̪ۧw O4|w0HF|6rp"l3="aawqTyC'nI@~@MT0 h>s|:t rD-V]3WnalR 5\CR'&!;e&tNgl`@0x=Pplly [ګ5@m_CW]@3Q'~s5W`p؆ XI3\N~)д29_3$|Sʇ.:aYD!Ѿf|qf`BH(\h}Vfȱ9 &O㛨'Ǚ L,5u2KM8J|+5Pш:u֍J|K@*89_ͯՕ7b0H/B]vǑB]edU e2lS&7.ElD7KЬ8ZV^F6}TaU-bUnK{YBH6ŴxHЙE⡚KQ{zYT2'y uy{H‚ ;h G]'?VsMk{7DlC_",4_Jf1xngk")]uW]Ri޵@im񯝔ҰCP{fiXp:,%~Vmַ|`"(Ku|o@~d0¤Sp!:X&K:&hԤT*f +AaIyFEM5 a.wI6+_JV^`fƋ;o@r[Z8QI!Ov^ a`*U4%nӓP,ABit]5ϖ>b;x}@|&JCPֽezprr3S6XzԖ` OyZcl~{Q0 ;=j"#$ 71C]\wĥB/Nhv\jT ya)QQ: ߰ H" B %g;Qy6ET>Qֆ#πT݉ d N(@q! (J4-brBAL mN&ոЦMMDen6LA-fѦ0LVi(̐K{N +zKdM Xau@R ߀0r68٘f9Vc;eBB%Bcb!N._4 +!&*D~>~Y&h߉|ڦ/jhYl:d2{_߁hmZ5=^wN41s)P5]6eRl udU:@mZvO6GJɰݕ$^Kzuj P౳3Q?wC#`b[hz 34D-e }b5Bəb®i )XzB:.,ϑ9m||*FjFK +B5Sާ>$y?oM8c[*I<^ 5*7Ԇ?W&N*/A!iH-@Hd}1o7(IcJ;j# K!Y|DGoE?ylHȋA<c8Şu'@ɳ7ZR"/1kBd(qxRݤ)2(jyX- 1stObEk#jrM` ulݚ}f{I IMOU"!k%S8Xrj'[]Y !2BlC C pyf*^.DIǗuX#pw 'װ8ɐ> endobj -1926 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.934 153.778 441.789 165.235] -/Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Parent 2167 0 R >> endobj -1927 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.228 153.778 455.083 165.235] -/Subtype /Link -/A << /S /GoTo /D 866 0 R >> ->> endobj -1928 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [457.522 153.778 468.378 165.235] -/Subtype /Link -/A << /S /GoTo /D 900 0 R >> ->> endobj -1929 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 153.778 481.672 165.235] -/Subtype /Link -/A << /S /GoTo /D 994 0 R >> +2174 0 obj << +/Font << /F99 491 0 R /F102 492 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1930 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 153.778 499.397 165.235] -/Subtype /Link -/A << /S /GoTo /D 1386 0 R >> +2179 0 obj << +/Length 4576 +/Filter /FlateDecode +>> +stream +x][o;~ϯУ0. ` 6X,03%'#^Y>_Ev7 cGXUbcYEɇo߽?0q*8 w*Oin1O?zw<K7q߽7 zKQ7,whEO>'&IwB'oo7%R?q+@hflq_hq!۽-!^eޢ( VY0CSmVNaovϻ +qbI~l0f>( TP$ =>EE$p)7*QCt2vB@Gyr$|3@/GQoh<ښ)yy=]~[ΐE*3Wj#3cIs"Av]Dt 82C]n>~scZ`n"S :(z̺:h*$Wqi/b#`JPO*([Kpp(Z:j=)^(ˢ|iqA^iB4c<g{#/Ƶw@(kc,pO߈3(áN+_ݜA)ؖmm$MmoݛMdAsDQGNs!]&A +i3Iݷa g`7Ul3AWh+lbdF76+lF0K-:*rrss' FpJ5Lb! Ikpnɿ "|ۮv|N&p_b 5(w9!jqcP9 +_y?fMug ^vj[?^9o1l̼+1rųaJdnz]&FDm-n& [x`&Rr\Bݍ L^*??P7%2q8TZ qfIJD}>I@b~;x!4\t㬉Ф3(,a$W|>- >v6_~L//#JGJ"kbXqI|;0EOaa +ۚɰm"-nr"Y3{ւE؛ի=-lJYI89H~_Xcթc^ 6]iR]:,E0zPڞ0ӇeU E1ٟR׫ӶĬWpE̲V΃ Bq♲v KlA%<`_20dtJ԰&5aCȝ1ɋs̰Bnk*&la8dvAJ{wqh0ЋW ƛ!w>yHqb}#~8D:c/X8] +Q1&,R fRKƻ(ihxPyz1Nv .tqӤhb[_UVg߮MzY7#u6ʫ_VpY8_ZڝQ^eDxƋPgE:~=.n4fNxn#,0N:_P*8Ny*ĸN%mIV-pzq[n;/~q|;c9R=Zd8|,:ňg{܌o#b)1v@BJ\<@ˆK'GcDFَna ۯm{<1s41+&Wξf\+G9W|F?,YNveCP#$FF2^cMbE>3}zxrq! + +<6B4k5~Ua 0vc̗[aVqck=Oȶ>E 1Eנ#qx8ΰͧ1:2J8 E7ζMhdQk YF}jOSfBzuz +eҕ <0vȣU.y˼- n2.]ɧdoMyДW1Dm&-L5;|*ICYS܂u +,\6PeX\he2E4D3.E2sK *dުP^%L6(`!U\u@@B<7w2kn; c-0ec 󨇁U_q.g #;2/ży.v=ifQI6>Kr'F8zo4wj2`NfnKŰ̷Z-2j>âqocv|1l~FhO/6~WQS gy'핷4ع+K&OTs˔/ڗ);mhu$@i1 v +Q32LwMY!V3lD5Nj 1~Kd*tyZN)Mmb(+|cKfdya *zڄmI3hɨ*l- )V Өx_s:grI6ƶnEМkZGiJT$HJy|aO'?'Apƞ$"ݬ_uH>I Dl`ؗ.afagxcmKhem:=`jSN,x hiH7'Rw`Θ!(8-rӐH҅8݊R`(]Y"4E;p!~1cS 2&DSp+~=6 9o3Eu9o}N뷗 &8~CKonq^8%0HjL-ԎΥvT捚1a /1Ur4ɗh\z6,f.Ӌ0 k/xȈJv 3J>G".6{J(1s˷:S=rvo2Ya/]}aYoT%d [ R6jx[!™"a?=w(SŮ\VX OTߍÖH9)4ob=yX|{_W]t1PvE xi˽S8϶ +!V T) Hdc"I2٤Hc+ב u@ڊ_';jfG\ }b@-s{pr?(K3B-L=JfG]6^Z9.HqW/ʃZ_-6􌷍 . ]RF:?Q&bXtHku[ʪ oxuegνVs!{}ҧu:>\`qOYJhȮZgH9嚇msj[n?oO#>3/G%MleCT +endstream +endobj +2178 0 obj << +/Type /Page +/Contents 2179 0 R +/Resources 2177 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 2167 0 R >> endobj -1931 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R >> +2177 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2016 0 obj << -/Length 4123 +2280 0 obj << +/Length 4087 /Filter /FlateDecode >> stream -x\[w6~{l,mSIMXimq#*Eq.HHNlw,C .xÃ|o@!0 #C@q4 ǃ_S{rx86=)I%퓔 &sT֯g)28^WJ@T[O6_μv/e֫qߺYYՏAVC'Fi;wp2<F2d0ޏуKWs6!ӃpC) A@aHɀ|MӋXɲ = GDpQqDZAܰUXC)zOG1>:&y8X(fd0~OyUZT}"Ut7swjlޅ#E/ۍ "4,E)IUUy)8pX4)K4%hEjM5F 0D9.fP a, G0N9aw9p=/-"%!HjkUI]*?m*AXě1m -gRmn3{a,,TL? -yKv~,t^6(zJ@6H4]fl':ٍDv9Dl)*iY=*HOx '{ [0y\Y~ 7M{#?UC~y2]&ۤDj0ZfboC#FlP31hOQ6P_fBH2ӊW%Qeb02!7ܰN T#dd| CmJ}d+v0b^i n>e╲g㻞䚃:.)&*GUY% 6!MP J}$fBN Iqi{Mxnmviq K*&)6*R7NA6r_kImÈ3j4(h%J ܡNzEB: Њ|GFJdjkqQdr?2rz-3uuBe&3 32ۓiLnif6M:~ѵAn-6rã$7L,"6l5ȶؖrfv K=w"vtf@4bWa.]bUG2QՃpza~x=ӌt?jMEDǣRDx>A:o^ɻzڎ.3<+Iߗ]alݓ !az 8w`[2SctwpX1ܟqZ7q <>fw%ct -ˤӏIɝr'@J}pQn>[]*"5lWv5A2 -kJ|؃R[P/ː7=YPYըK#!Tէ@vR7$ 1> l2=LkS/-^sU"!ϼY&*Ӥ -it?b, -ILYjF%l.oFB}To e[Wki7J#eEQ+̛{@>&YL~ۢ[41;-fhniɟ҆L-PǸ~II!7 ' ش!a[a-!$qV YVϟ"y[@¾TTmʳ&":гtK`D4C -arW{а(I♅بR,8 `h1 z$[\|1֩w^c2b0pe~SV_fw˸h_="cMvm_QFKݕN;]esfT.UGt]&cO,2U*[} _hW澝QHveG$ i8fɼ8AOe=h(>MS`2lcyafrBze0)r$M;g^nNA<|? (<| fk >+\o:ȿ^UFuE|Hf)L - Ǫ\8lo!S:7=4-K|'y:+OM%*APt6 R|䶨I:x5BAw^ XM';b6*ld'; -[';w*[<hʲi~e֠-q"¡S>hV,&s,yB<O\f_r4Х=ԮߑI6, -8 +u(\@kkV OڱxR0pd=Rv("΋t4Y"KzR` ` -&PMSZhhU LwV9Ćdoʏk+<KO]J.9ROݬt%wGCΕ[! ӢH8D7n) nG@a`U8@W& /x;wD~tZ< gF/g[{S7ҪJ3>މ*+wa͜@uӑh )8{kyӗo=e{v:|7Ó>C'i]޾|1"z;vN]OgON^{@@qH(|͋5{/ FǕ5vBDcQӧx&_y2f,cW`wU1@d}&8=Y/Szv|?-} WHo ӈEA}Wxي\C -8%kc;qdo[~-56,E5BQZWDe e^&ө-Rk' N Y'`ĥ'=82Xy ,JkE@,Dt0V]y{t%{|{A]<$Db!nRVY7Uӂ"M馷bѶMM̭L7cQgocmYZwJ NmT8P8ϓd5fpۣ{ռs׊wM dH*^{clȸWuFd;>8 > +x][{]>t·mMiL}b@T븿$$i/Aw~盃qtg~c"$D#Cx@EqS<88~>// ~pO +xRI$%H`ĤU qNM{Tm_zQ[יwGC=}IU}>_WխVUyU1vrp3|Y"eH4"ѝsq L +/g) iS#5"~&/7EY,t~h#s!}xV̀TAQhZ%V;mR.B. )E2Jy )S؋hϢLL"0>MX&< nvBgHBy1x%4<):!9DPu2ܰ(Sy(NrC]2N5r2_d_ 9 , 3)̷Wopuy=XG0I)u88Q<;F{-2 +nD72pVSjUP D.Z)¿tBV#Ӽ%$Ȟ (- I`ȋ XL?IQ^ rP-a tޗx>Vq,9jmҿeN%H ~<$ >KF%YeH=Ŋ鸙[t4A e? C[a} ?ÓpG+0 od>%?&ER*y]TU)3e;VtlS\ИrNI_%奝y&/zg+H1C{J0Bg||a;jC-2 @ +#x{Om6H"#l fSFW ~uY@Ѥ7 #IDAQ EBtn5Ǔxt-c/FG`YJ0B춤^b8B M-B[)l@/4r;5Ť1+E'E8r 3++L8VuU{9tlc0&I2/7 -#(2WS>p-p^1e=#=N~%ug׆BjHtR +lP3Ð&{| +gntjdH0"гjaB^EدԵ'@#]o,ZAn,z0Inm/6ٔr%QRck#I}#c=.rzt5u[7 g nkɟ+ uOۣվ|wU:xFd9xwZfPf" o$Ίd91Ouр:SZ ćns]GٲsOӆ{ Bc}BkM2f-ξ%e[97 8i;.'_;+A<`1&H5՜!Bz;7& DCnI B UƢu; 5Bd :V"%luG߉ydT/)w߻t̫hI\6ĩo۷}aq 9_X^`qAq>kpue{owŃ"E-xmnsub0M:m<4`;5&? nTdmn[z?GQwS.gs@vqZثiv}e8\/pEs29Qa02HTREt6g7*cdžied^_Y6N ˰>ϭ~=Fm_^Z< J԰}5!Ó6BH4,<ήY^/g7%I#+:<Rx!̇_*WGڱEG_*ei_ljW5ڶW6>_ k^+tka~LӋZ]Y0@A]+ur>Nr_/W]^ _~C!Ψv$k$ ]nP->SR/s{]Grcs^HmQDQ o'bfCA +`+8ay:N΍9 l5{v-Z?#M'G,x'_cCH|/kD);b|g&t]Ftj7]ZZokV@b`YKi92"<[Iסb1tiXzV{zг~+|ͺ7Fk^>JT 3[=r b Aa4ʓО1L`K>pNRVWJ";ٛ57`SҶ +&n&f,chq _.S +,y1\+ztS$E0J m8#B95Fù/xRpM~q.xp-z۱wy%.?"&`]hCQDڏsl;+c +@Z??||G_W߾\vB6!G[QÏt[zuBW] : +hZk6B=VtO;C0xVf)om(+W(:zLVgl`Q~ȢS+bi[=H7+0-L2[cs-V~8PL3mafܸ~5xT궇fv+Z 1unm5XQfע!NsaI*vaU՗GM$ljל ?8ݒ/6(AM~İ7&vv" dnHI( M]&< Ah[$ƨB&W@q6L%9co,ߗqA endstream endobj -2015 0 obj << +2279 0 obj << /Type /Page -/Contents 2016 0 R -/Resources 2014 0 R +/Contents 2280 0 R +/Resources 2278 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R -/Annots [ 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R ] +/Parent 2167 0 R +/Annots [ 2180 0 R 2181 0 R 2182 0 R 2183 0 R 2184 0 R 2185 0 R 2186 0 R 2187 0 R 2188 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R 2193 0 R 2194 0 R 2195 0 R 2196 0 R 2197 0 R 2198 0 R 2199 0 R 2200 0 R 2201 0 R 2202 0 R 2203 0 R 2204 0 R 2205 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2216 0 R 2217 0 R 2218 0 R 2219 0 R 2220 0 R 2221 0 R 2222 0 R 2223 0 R 2224 0 R 2225 0 R 2226 0 R 2227 0 R 2228 0 R 2229 0 R 2230 0 R 2231 0 R 2232 0 R 2233 0 R 2234 0 R 2235 0 R 2236 0 R 2237 0 R 2238 0 R 2239 0 R 2240 0 R 2241 0 R 2242 0 R 2243 0 R 2244 0 R 2245 0 R 2246 0 R 2247 0 R 2248 0 R 2249 0 R 2250 0 R 2251 0 R 2252 0 R 2253 0 R 2254 0 R 2255 0 R 2256 0 R 2257 0 R 2258 0 R 2259 0 R 2260 0 R 2261 0 R 2262 0 R 2263 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2268 0 R 2269 0 R 2270 0 R 2271 0 R 2272 0 R 2273 0 R 2274 0 R 2275 0 R 2276 0 R 2277 0 R ] >> endobj -1934 0 obj << +2180 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 609.406 292.672 620.863] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [224.209 675.743 235.065 687.2] +/A << /S /GoTo /D 761 0 R >> >> endobj -1935 0 obj << +2181 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 599.912 274.947 611.369] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.503 675.743 248.359 687.2] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1936 0 obj << +2182 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 599.912 292.672 611.369] +/Rect [250.798 675.743 261.653 687.2] +/A << /S /GoTo /D 1051 0 R >> +>> endobj +2183 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1735 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.092 675.743 274.947 687.2] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1937 0 obj << +2184 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 590.419 266.084 601.876] +/Rect [277.386 675.743 292.672 687.2] +/A << /S /GoTo /D 1564 0 R >> +>> endobj +2185 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.817 599.678 292.672 611.135] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1938 0 obj << +2186 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [268.523 590.419 279.378 601.876] +/Rect [264.092 590.164 274.947 601.621] +/A << /S /GoTo /D 1021 0 R >> +>> endobj +2187 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 590.164 292.672 601.621] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1939 0 obj << +2188 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 590.419 292.672 601.876] +/Rect [246.366 580.649 252.79 592.106] +/A << /S /GoTo /D 632 0 R >> +>> endobj +2189 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [255.229 580.649 261.653 592.106] +/A << /S /GoTo /D 643 0 R >> >> endobj -1940 0 obj << +2190 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 580.925 292.672 592.382] +/Rect [264.092 580.649 274.947 592.106] +/A << /S /GoTo /D 672 0 R >> +>> endobj +2191 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1321 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 580.649 292.672 592.106] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1941 0 obj << +2192 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [268.523 571.431 274.947 582.888] +/Rect [277.609 571.135 292.896 582.592] +/A << /S /GoTo /D 1500 0 R >> +>> endobj +2193 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [268.746 561.621 275.17 573.078] +/A << /S /GoTo /D 659 0 R >> >> endobj -1942 0 obj << +2194 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 571.431 292.672 582.888] +/Rect [277.609 561.621 292.896 573.078] +/A << /S /GoTo /D 1289 0 R >> +>> endobj +2195 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1122 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.753 552.106 275.608 563.563] +/A << /S /GoTo /D 733 0 R >> >> endobj -1943 0 obj << +2196 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 561.937 274.947 573.394] +/Rect [278.047 552.106 293.334 563.563] +/A << /S /GoTo /D 1318 0 R >> +>> endobj +2197 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [246.366 523.016 257.221 534.473] +/A << /S /GoTo /D 733 0 R >> >> endobj -1944 0 obj << +2198 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 561.937 292.672 573.394] +/Rect [259.66 523.016 274.947 534.473] +/A << /S /GoTo /D 1318 0 R >> +>> endobj +2199 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 523.016 292.672 534.473] +/A << /S /GoTo /D 1764 0 R >> >> endobj -1945 0 obj << +2200 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [246.366 532.928 257.221 544.385] +/Rect [281.817 493.925 292.672 505.382] +/A << /S /GoTo /D 1190 0 R >> +>> endobj +2201 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [184.55 445.805 190.974 457.262] +/A << /S /GoTo /D 653 0 R >> >> endobj -1946 0 obj << +2202 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [259.66 532.928 274.947 544.385] +/Rect [193.413 445.805 204.268 457.262] +/A << /S /GoTo /D 692 0 R >> +>> endobj +2203 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.707 445.805 217.562 457.262] +/A << /S /GoTo /D 701 0 R >> >> endobj -1947 0 obj << +2204 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 532.928 292.672 544.385] +/Rect [220.001 445.805 230.856 457.262] +/A << /S /GoTo /D 838 0 R >> +>> endobj +2205 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [233.295 445.805 244.15 457.262] +/A << /S /GoTo /D 1071 0 R >> >> endobj -1948 0 obj << +2206 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [281.817 503.919 292.672 515.377] +/Rect [246.589 445.805 257.445 457.262] +/A << /S /GoTo /D 1136 0 R >> +>> endobj +2207 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 1028 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.883 445.805 275.17 457.262] +/A << /S /GoTo /D 1261 0 R >> >> endobj -1949 0 obj << +2208 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.758 455.923 195.182 467.38] +/Rect [277.609 445.805 292.896 457.262] +/A << /S /GoTo /D 1624 0 R >> +>> endobj +2209 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 544 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.262 417.262 270.516 428.719] +/A << /S /GoTo /D 692 0 R >> >> endobj -1950 0 obj << +2210 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.621 455.923 208.476 467.38] +/Rect [259.262 407.748 270.516 419.205] +/A << /S /GoTo /D 717 0 R >> +>> endobj +2211 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 582 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.262 398.233 270.516 409.69] +/A << /S /GoTo /D 712 0 R >> >> endobj -1951 0 obj << +2212 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.915 455.923 221.77 467.38] +/Rect [259.262 388.719 270.516 400.176] +/A << /S /GoTo /D 679 0 R >> +>> endobj +2213 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 587 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.262 379.205 270.516 390.662] +/A << /S /GoTo /D 707 0 R >> >> endobj -1952 0 obj << +2214 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [224.209 455.923 235.065 467.38] +/Rect [171.033 341.148 177.457 352.605] +/A << /S /GoTo /D 653 0 R >> +>> endobj +2215 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [179.895 341.148 190.751 352.605] +/A << /S /GoTo /D 701 0 R >> >> endobj -1953 0 obj << +2216 0 obj << /Type /Annot +/Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.503 455.923 248.359 467.38] +/Rect [193.19 341.148 204.045 352.605] +/A << /S /GoTo /D 838 0 R >> +>> endobj +2217 0 obj << +/Type /Annot /Subtype /Link -/A << /S /GoTo /D 916 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.484 341.148 221.77 352.605] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1954 0 obj << +2218 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [250.798 455.923 261.653 467.38] /Subtype /Link -/A << /S /GoTo /D 969 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [224.209 341.148 239.496 352.605] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1955 0 obj << +2219 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.092 455.923 274.947 467.38] /Subtype /Link -/A << /S /GoTo /D 1095 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [241.935 341.148 257.221 352.605] +/A << /S /GoTo /D 1298 0 R >> >> endobj -1956 0 obj << +2220 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [277.386 455.923 292.672 467.38] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.66 341.148 274.947 352.605] +/A << /S /GoTo /D 1764 0 R >> >> endobj -1957 0 obj << +2221 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.105 427.442 248.359 438.899] /Subtype /Link -/A << /S /GoTo /D 582 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.386 341.148 292.672 352.605] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1958 0 obj << +2222 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.105 417.948 248.359 429.405] /Subtype /Link -/A << /S /GoTo /D 596 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 704.286 499.748 715.743] +/A << /S /GoTo /D 1418 0 R >> >> endobj -1959 0 obj << +2223 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.105 408.454 248.359 419.911] /Subtype /Link -/A << /S /GoTo /D 592 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.873 694.81 468.728 706.267] +/A << /S /GoTo /D 1021 0 R >> >> endobj -1960 0 obj << +2224 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.105 398.96 248.359 410.417] /Subtype /Link -/A << /S /GoTo /D 570 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.167 694.81 482.022 706.267] +/A << /S /GoTo /D 1109 0 R >> >> endobj -1961 0 obj << +2225 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [237.105 389.466 248.359 400.923] /Subtype /Link -/A << /S /GoTo /D 587 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 694.81 499.748 706.267] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1962 0 obj << +2226 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [417.64 675.852 424.064 687.309] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 685.334 455.083 696.791] +/A << /S /GoTo /D 643 0 R >> >> endobj -1963 0 obj << +2227 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.503 675.852 437.358 687.309] /Subtype /Link -/A << /S /GoTo /D 587 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.522 685.334 468.378 696.791] +/A << /S /GoTo /D 672 0 R >> >> endobj -1964 0 obj << +2228 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.797 675.852 450.652 687.309] /Subtype /Link -/A << /S /GoTo /D 704 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.816 685.334 481.672 696.791] +/A << /S /GoTo /D 803 0 R >> >> endobj -1965 0 obj << +2229 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 675.852 463.946 687.309] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 685.334 499.397 696.791] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1966 0 obj << +2230 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 675.852 481.672 687.309] /Subtype /Link -/A << /S /GoTo /D 1126 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [373.326 666.382 379.75 677.839] +/A << /S /GoTo /D 653 0 R >> >> endobj -1967 0 obj << +2231 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 675.852 499.397 687.309] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.189 666.382 393.044 677.839] +/A << /S /GoTo /D 838 0 R >> >> endobj -1968 0 obj << +2232 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 666.374 499.397 677.831] /Subtype /Link -/A << /S /GoTo /D 1245 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.483 666.382 410.77 677.839] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1969 0 obj << +2233 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 656.896 481.672 668.353] /Subtype /Link -/A << /S /GoTo /D 875 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [413.208 666.382 428.495 677.839] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1970 0 obj << +2234 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 656.896 499.397 668.353] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.934 666.382 446.221 677.839] +/A << /S /GoTo /D 1298 0 R >> >> endobj -1971 0 obj << +2235 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.091 647.418 459.515 658.875] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 666.382 463.946 677.839] +/A << /S /GoTo /D 1624 0 R >> >> endobj -1972 0 obj << +2236 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.954 647.418 472.809 658.875] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 666.382 481.672 677.839] +/A << /S /GoTo /D 1764 0 R >> >> endobj -1973 0 obj << +2237 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.248 647.418 486.103 658.875] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 666.382 499.397 677.839] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1974 0 obj << +2238 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 647.418 499.397 658.875] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.189 656.907 388.613 668.364] +/A << /S /GoTo /D 653 0 R >> >> endobj -1975 0 obj << +2239 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [413.208 628.462 419.632 639.919] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [391.052 656.907 401.907 668.364] +/A << /S /GoTo /D 701 0 R >> >> endobj -1976 0 obj << +2240 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [422.071 628.462 432.927 639.919] /Subtype /Link -/A << /S /GoTo /D 704 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [404.346 656.907 415.201 668.364] +/A << /S /GoTo /D 757 0 R >> >> endobj -1977 0 obj << +2241 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.365 628.462 446.221 639.919] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [417.64 656.907 428.495 668.364] +/A << /S /GoTo /D 838 0 R >> >> endobj -1978 0 obj << +2242 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [448.66 628.462 463.946 639.919] /Subtype /Link -/A << /S /GoTo /D 1126 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.934 656.907 446.221 668.364] +/A << /S /GoTo /D 1265 0 R >> >> endobj -1979 0 obj << +2243 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.385 628.462 481.672 639.919] /Subtype /Link -/A << /S /GoTo /D 1441 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.66 656.907 463.946 668.364] +/A << /S /GoTo /D 1289 0 R >> >> endobj -1980 0 obj << +2244 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 628.462 499.397 639.919] /Subtype /Link -/A << /S /GoTo /D 1588 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 656.907 481.672 668.364] +/A << /S /GoTo /D 1298 0 R >> >> endobj -1981 0 obj << +2245 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [422.071 618.984 428.495 630.441] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 656.907 499.397 668.364] +/A << /S /GoTo /D 1903 0 R >> >> endobj -1982 0 obj << +2246 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.934 618.984 441.789 630.441] /Subtype /Link -/A << /S /GoTo /D 587 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.167 618.494 482.022 629.951] +/A << /S /GoTo /D 1013 0 R >> >> endobj -1983 0 obj << +2247 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.228 618.984 455.083 630.441] /Subtype /Link -/A << /S /GoTo /D 627 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 618.494 499.748 629.951] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1984 0 obj << +2248 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [457.522 618.984 468.378 630.441] /Subtype /Link -/A << /S /GoTo /D 704 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [403.947 609.018 415.201 620.475] +/A << /S /GoTo /D 743 0 R >> >> endobj -1985 0 obj << +2249 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 618.984 481.672 630.441] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.375 599.542 499.628 610.999] +/A << /S /GoTo /D 743 0 R >> >> endobj -1986 0 obj << +2250 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 618.984 499.397 630.441] /Subtype /Link -/A << /S /GoTo /D 1126 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.987 590.066 477.24 601.523] +/A << /S /GoTo /D 737 0 R >> >> endobj -1987 0 obj << +2251 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 590.039 481.672 601.496] /Subtype /Link -/A << /S /GoTo /D 871 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 580.591 499.397 592.048] +/A << /S /GoTo /D 1161 0 R >> >> endobj -1988 0 obj << +2252 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 590.039 499.397 601.496] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.167 571.115 482.022 582.572] +/A << /S /GoTo /D 1165 0 R >> >> endobj -1989 0 obj << +2253 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [417.241 580.561 428.495 592.018] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 571.115 499.748 582.572] +/A << /S /GoTo /D 1824 0 R >> >> endobj -1990 0 obj << +2254 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.837 571.083 500.091 582.54] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.365 523.736 441.789 535.193] +/A << /S /GoTo /D 643 0 R >> >> endobj -1991 0 obj << +2255 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 561.605 499.397 573.062] /Subtype /Link -/A << /S /GoTo /D 998 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.228 523.736 455.083 535.193] +/A << /S /GoTo /D 672 0 R >> >> endobj -1992 0 obj << +2256 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 552.127 481.672 563.584] /Subtype /Link -/A << /S /GoTo /D 1002 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.522 523.736 468.378 535.193] +/A << /S /GoTo /D 743 0 R >> >> endobj -1993 0 obj << +2257 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 552.127 499.397 563.584] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.816 523.736 481.672 535.193] +/A << /S /GoTo /D 803 0 R >> >> endobj -1994 0 obj << +2258 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.797 504.737 446.221 516.194] /Subtype /Link -/A << /S /GoTo /D 526 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 523.736 499.397 535.193] +/A << /S /GoTo /D 1257 0 R >> >> endobj -1995 0 obj << +2259 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [448.66 504.737 459.515 516.194] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.478 514.26 482.333 525.717] +/A << /S /GoTo /D 733 0 R >> >> endobj -1996 0 obj << +2260 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.954 504.737 472.809 516.194] /Subtype /Link -/A << /S /GoTo /D 622 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 514.26 500.059 525.717] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1997 0 obj << +2261 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.248 504.737 486.103 516.194] /Subtype /Link -/A << /S /GoTo /D 673 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [475.248 485.323 486.103 496.78] +/A << /S /GoTo /D 761 0 R >> >> endobj -1998 0 obj << +2262 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 504.737 499.397 516.194] /Subtype /Link -/A << /S /GoTo /D 1090 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 485.323 499.397 496.78] +/A << /S /GoTo /D 1149 0 R >> >> endobj -1999 0 obj << +2263 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 495.259 481.672 506.716] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 475.847 499.397 487.304] +/A << /S /GoTo /D 733 0 R >> >> endobj -2000 0 obj << +2264 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 495.259 499.397 506.716] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.025 466.371 451.449 477.828] +/A << /S /GoTo /D 643 0 R >> >> endobj -2001 0 obj << +2265 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.248 466.313 486.103 477.77] /Subtype /Link -/A << /S /GoTo /D 634 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.888 466.371 464.743 477.828] +/A << /S /GoTo /D 819 0 R >> >> endobj -2002 0 obj << +2266 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.542 466.313 499.397 477.77] /Subtype /Link -/A << /S /GoTo /D 981 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [467.182 466.371 482.469 477.828] +/A << /S /GoTo /D 1698 0 R >> >> endobj -2003 0 obj << +2267 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.674 456.835 451.098 468.292] /Subtype /Link -/A << /S /GoTo /D 534 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.461 466.371 499.748 477.828] +/A << /S /GoTo /D 1824 0 R >> >> endobj -2004 0 obj << +2268 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.537 456.835 464.393 468.292] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [417.241 456.895 428.495 468.352] +/A << /S /GoTo /D 672 0 R >> >> endobj -2005 0 obj << +2269 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.831 456.835 482.118 468.292] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.228 427.958 450.652 439.415] +/A << /S /GoTo /D 659 0 R >> >> endobj -2006 0 obj << +2270 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 456.835 499.397 468.292] /Subtype /Link -/A << /S /GoTo /D 1645 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.091 427.958 463.946 439.415] +/A << /S /GoTo /D 838 0 R >> >> endobj -2007 0 obj << +2271 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [395.084 447.357 406.338 458.814] /Subtype /Link -/A << /S /GoTo /D 562 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.385 427.958 481.672 439.415] +/A << /S /GoTo /D 1265 0 R >> >> endobj -2008 0 obj << +2272 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [448.66 418.412 455.083 429.869] /Subtype /Link -/A << /S /GoTo /D 551 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 427.958 499.397 439.415] +/A << /S /GoTo /D 1698 0 R >> >> endobj -2009 0 obj << +2273 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [457.522 418.412 468.378 429.869] /Subtype /Link -/A << /S /GoTo /D 691 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.816 399.021 481.672 410.478] +/A << /S /GoTo /D 1009 0 R >> >> endobj -2010 0 obj << +2274 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 418.412 481.672 429.869] /Subtype /Link -/A << /S /GoTo /D 1099 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.111 399.021 499.397 410.478] +/A << /S /GoTo /D 1903 0 R >> >> endobj -2011 0 obj << +2275 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 418.412 499.397 429.869] /Subtype /Link -/A << /S /GoTo /D 1521 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.542 370.084 499.397 381.541] +/A << /S /GoTo /D 748 0 R >> >> endobj -2012 0 obj << +2276 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.816 389.466 481.672 400.923] /Subtype /Link -/A << /S /GoTo /D 610 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.478 341.148 482.333 352.605] +/A << /S /GoTo /D 733 0 R >> >> endobj -2013 0 obj << +2277 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [484.111 389.466 499.397 400.923] /Subtype /Link -/A << /S /GoTo /D 1150 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.772 341.148 500.059 352.605] +/A << /S /GoTo /D 1318 0 R >> >> endobj -1646 0 obj -[2015 0 R /XYZ 94.914 742.991 null] +1825 0 obj +[2279 0 R /XYZ 94.914 742.991 null] endobj -375 0 obj -[2015 0 R /XYZ 94.914 367.901 null] +475 0 obj +[2279 0 R /XYZ 94.914 319.582 null] endobj -2014 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F215 510 0 R >> +2278 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2020 0 obj << -/Length 4693 +2284 0 obj << +/Length 4859 /Filter /FlateDecode >> stream -xڽ;]sFr+fJ7vYWIʾ*C$(t)Y>"NB 0==CyܨͿݟ&MTa$n:dvsj}}sgxLitSщ 6 q3!87v3_~S?23_J:ܻNFt3I~ب5$yG.ZrDBpiml&ۦl/w}fPWݹ.rϫGIr,rW[gVP҉2|+褛TB?!+GE$P3B@XRXFv*O2malk?6&f-MwS_v'Bb%R"lLJ#)cWc=4-ߋ󱼥l ';6j"9B{碪OqVU]gok x3rcW~ZTnZǚ9lqO8{Z%R7׼[W HEV}: hC4aO0uI|Zuw,zsڧnTdEx)/ۢ&-~ߩlo܌΂|=a~Fx-Njé"kڥaU'Z36!!T?WqWeY0̅m:20 -wy0YΚQu}.yjPp 䐵[U<9Q!Rўt[EŦ3.$$N{xGm_W@KpNUdP}bJbu &;*6ur'pzx -.t -N{1`a}U%.g}#jʙ@"w@fp5ǎQi@ 64x<1ZttnB/ }1>˓|?ZVNMbʑ (Bґ\ZMOb;OEGʲ^&X -D|_`3#+Nx}T3}ՂFKF_￧Q!I@͈ό^/ P^9M -FN5XQ'!:$0Ysq</Y#qɗj/'F+Q4Wil Ny18~iqzcK5LG0誙Ɛoe 8k %#!\,b?M}A0a˒̱ `OYe?MI=U6`]wv0r H -D¥m 'pщ.u`SG i|"l5T Q|PS7'pţm.EиqâSba@3E@uCO ͿGzc PbVBp!G۷ )IpXr8ʶح\ĊSںmBHt̑{.wk#؊1.S&+TIC<j˙MlUa7u$&Yb+㲉ryH gtkxC17t[GG}6]G;ᄏ MP;'BCylGqIQX}@|7= -q_fӞ rq>FA gՀq諄8KoW ;OMi҉PRD i.ub֮Mi!tXupdEhjj'ZLP-nJhTC.J6/'G!4;v;ߦɉdՄֹRPW2!`h8JT˱3Eec/bW"yt")GdFc_Y|P?/^jðNRD,.ء.3&} xhZTY5DX~hϳ+޳vDJWt-84P -ͺ©QK§?a;S1Xv7 -\W^uN1g^Hq ᓓ":+>?|ʌ - [Щ:hӓ#I`Ǩxfg%р 9]w9-ʫ -KAlw,.]%lkm 7f¶ٌm3blœH5LMh=QZ/堀i9?)n#;l_ScyAT^hGJ#Yҫ#)AxDD9q٦} Ey%.v4zAkO'NDu+F@M5tz&I+E9ИQbg6}2uXrիݫ`8& ]^p^9C䘽ks9~x*^X#4u(+21;*r]J=&,M Ux6ʣ˜@zR5R#}^Gg`L1Bɐ`\|oagohٓh+j&6¿[qS5>ODz)V<%U2F%.\-И*06ZGo#(d86WIS]C'6dR[&^-!$%1?.*84 -B(CN mГIᎺ#N3ۉs;/0Y߄F34_Œd]K"s-:T0=`X ,( <~y3BA'gqRc'zȚ IYA{; @ mp͞yqs$B\;"!VB @m ߲(2>£1c6qă$ߍ8>f]Imvrll/<=3mW|M ~ $V!Pg}H֌xvxC` JTKa&I2D$TDCNr|NTTh,;UU="muM -wH2Hc<_76%-!PLSgkr73Ϟqp#ouu .) 56c2Ua8=Tج)%H~mT'ZdJW85hh"Iē][7g*=+AlA,6.g7)F,$::tœg,"_icQ◦z?rǺ[%i+\ZKΑc=#`Rq얯4Ax ޜLSQ?Mɣo0tQ&Ϗn[nt[*D^̂w% ÕC9 -vO*FfH9%NshA -·G48?W@]V֠܏O'͎e]0`$-5ٞlYT$?$fl &I.{z>=.Bx57-F n )cG)׫4EvyG|^;N"X)[:D,t/TD9ߤTk]Iݞ(dTL@("h*"(h vKh&'0;* kv,o\4tdc25ɛ]7!W~ePr!cy%_:y_йMSK: -߿( +xڕ[[s6~_\FOIRIv[; +-2+%%;AJˋ4Ahn8_V^}s/[\VNgN&+nu}ws[7ʘ7iM[Rd&7+{Wbu;A@vyd'{r+W #˃;qy7a(gB_%n=\^{W7Y'Vë_U)WJB{Bd}>/38/W;9%onneYT ѭvK7%?{D#4;3tM+XZӶ\݉C]S{ƉTǦ~[n=ў=?>iwz օߔc*Yܔe6kϖb_mim·=wg3\="d|‡lTyEKC϶' +1疨rN3}mpʀ>N^%*@Wp_ ܺf,(@:r|N. pj #")\!w̢9D2 +9cGZN}sFa=t==λ]=N& V.Nҧe|&B2c$nV +-}+)nֿlIB0!"۠@}ہ&_j_}>伅!vUdfaźdl , +\۴' @JS + MWwMvZ/mMm" ަYYɶcmw~=oz4 [fZ^ʵg*d`%6=+}#a*gHQY D]Y%k3m8w)vC|éjZ/دZͮi)ߨ 4[A(Mn[); ͮ&e.Ǯ=sqy/%oE<=ԁzSy00 F)XN}*j?4<uW\/U\liE, 7*U x$a'1 +a٨+j`WXam}"Sn:Shͦ;6APX$qw"ަ-!hCf]J@~ mLx+>jxc7eXHĆŅ2mh%[9~MO'lob:,}`Fbu@h X2?}9]lH7c|? 4Ěq;cX!ZCSdj)) q$67V6€G\ >aNH6Qߎ*\r3XG +=h5zF:6|q,('ZjtO*Ν޲m<9T/`+G3G2ϧT"Sé@ 1r -=JT9?0ʼn5@(dzJ[Bs"Q|C]pc/}DIJ2}nBfZ3jb[h-q>ydD;~W(jqKH܂FRҳxػ^}$幍.NSsPf~O#/5 &9}wPx/e!cJ1wp+ET!s 6PCZj"l9c6ڨx"X|33o OD})N*Ht i2[L:;*nyiD{&_'2Ewz6bnd¸R.Jv%8^.4gp}pW Xޫ&s 5%8֒^-f{$ت+G%EaG8XOQmu{ pkRN9 zh',g H_Yy@Y`!SQV{ /ñp.葏كkIqv{ʘTPL'áI3p_&i!s]Y )7*d~X!FoH5z@ӄ*x˄RiB:Pse|퇛a@}J7 +Q;zߵE7̈g2P 2b2}AN}N?adc2`C &1S> wZ_LKYԏӼ륺HDX_ŲevR@ +~$ O7PB9=UBpiܼx0Z"N+*Hᔡo_GٴӖ#, ȯ`yk6حůPT;_F^vޜBaHїl0NٜU#"mbC&D6xXye5zOdC2 !P8g#pd/Tcq|hgh|4 #CP,) Mf˹ϰN_e3s1V_b=87=Av-|~)צy azSs)#yr!ZH{(**«'RD)JaSoW+N@GPD[|ozF8$) شFXL5Ng:+Ya8,BCoCI k^ ѵAt˙Z2I!qLcApI3$YH* 0vbeS)Tg:p*1OMܼ(h-/u2sgi={3߭f6%n?=7\H>xR69IK՛mM0sʂ`DKRZWKj&@]gojc +yE95Oyz$h_R)`:!f1(&sw3'v-b#Fp['B]( )p!$|ʼn/^X0݄ec뜧GJLagL%ttwD(O()B5_LYwe"xKOO1oij/lpXiVicUA'Pqou:~4u3!],&:LR=VoxIO/``*X8cS ` E!5,3nZI\aLҚ̕'4Q#LBw rSWb$KʙS$r3ӄ3U>GںӮ=@`3(r;5Yx +EG pdZMi41vĸQ)ztImQOD x1^s ̖C^w1F0r&h\+  99Lr QQxGuK;y uY>йLW 0†<w17 +1}ibA_զWM pAr:3g4I3c*?Ld6:ÕNz-4-. Gسa +x%Vµ{753JQa4|ɆAsi./$YjZ9ipU$kmfSȵ. [Phռ… sY' +Kx Vj*Fi;pb qUj?u +s!b;ٝ@s{c_pr#zi"`]v˳T״9;ftآ#wkUac@F5L>h|zt_^p#W`2'K_dD bЂ~a+ D&IMp|X: τW /yJ<>0B:M}+I> endobj -2017 0 obj << +2281 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [231.727 301.881 238.24 311.449] /Subtype /Link -/A << /S /GoTo /D 2021 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [225.472 258.776 231.861 268.345] +/A << /S /GoTo /D 2285 0 R >> >> endobj -2021 0 obj -[2019 0 R /XYZ 94.914 387.228 null] +2285 0 obj +[2283 0 R /XYZ 94.914 342.43 null] endobj -2022 0 obj -[2019 0 R /XYZ 94.914 254.235 null] +2286 0 obj +[2283 0 R /XYZ 94.914 219.601 null] endobj -2023 0 obj -[2019 0 R /XYZ 94.914 119.684 null] +2287 0 obj +[2283 0 R /XYZ 301.639 363.175 null] endobj -2018 0 obj << -/Font << /F95 388 0 R /F103 390 0 R >> +2282 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2031 0 obj << -/Length 4684 +2295 0 obj << +/Length 4779 /Filter /FlateDecode >> stream -xڝ[Y㸑~_7"8k4n=aמrn1, Ub4EjxTu $Hc@$DxwwC첨b{|6*e6r{<~?=$X?7x3KM"ٝL};u?o";99 IEavx~BG} ~GϾ+gA=0-]qWY1ީo: -;?xwvqd|F=;! mzy<riAg0~wio/|N#e4%?`g \o?4ʕg3x[ޙ>?y{}y8^-x q<,яj؂G櫓`T}3J~]_4_[e\ɢIKyD3 ft*NC7 -Ǯcϰt\븱}^_nDE*-uYh("N`aۋ^@#iZJO6- Nmedݐ{:7U0#9dX]fBű纷 "06dSfjoXV}eʯJL jʳPu9XŰXvnE)"~6]i^}j_/w2ٱEpB -ӹ;V_v@}U ܈WV 'z$M0z)cdM46VHj,AkOS5o -- -"@Ǵ`([&HH(/݋p)Pz#jw`N^ֳҼ3!ڷ<9J -*5f=|1Tf\Ն(PWf2tFgm2!ihӬFM#*& 7ˬװ68˧> '+k,4>" 3&B=l"OV1,O嫼?Hlɵைk6•c Mw%IThglnKIn#c Q+1JϢCFp;"W fn3)bIN'N'&5 c/D ABV&esEUcbjnMhBP*Ͳ!{ݾm+'΄M1 -W3d<: dƸ6O/Ҁ1E*H!+]+FWa,!@\)&+u8͋ׯ>B/ .Fle#}G>B椓44h.Ḫ_VhQ7ilв&Wwy26@AmZV8qCl;ث5ZY#H ڂN\o`3ո3=ͧ\}eo&o14[S0أ-P枛0񜡙->tgE];$ KjUɡ)ԉ ;&up7r$9n}O(U]1gH0 $]#`ߣc]W6 r&daw"bb8>Ql\GJG;X8@~zpoG`ǯlȻ6{HMbQXIl_*{*Bc{y流?5CxCR1:`"x!,[X$`,{& C|OR,|=kۚ -z -]W(?Ԫ9Qqn E~ul -s@`N"IʱNgסʧw&R> hڇFN-Rʪo~DGH#8_ҢFGX/U'p#xXDLaJ.^q (!&*_8i8i.1@n#S_aO+"J3X1^d^44}?RhOuxhO8;OCuF[&Tx>#@P4O F$8H,# Zb';1G?K(px',&& 4Pa[B2H)?#N2!0;Co- bȥ(My!IܐbN\',OS=?97 [Y`v',ufA] ;HvЎqeѭk~wՉi].$@|rS6Nf|`OǪ(yȶU%Y)|Μz_dvî]^i:,MB/B4zSIߌLېP cg|-jY`HY9)]Ig<xtB]xХ$Ywq4|+ikeQ' ";c+\ 4l&I -9 -=!﬿*v <.SHH!(|cxk75@hn'3:˰s5v}lCe&[?nQ,缝z;(WM??sW& -OXOpk2<Staoy49nsBj.P K@W)6;RF$fM1E.$.d;׃v o"W'c[I\>Sr®"n[E? [ +xڝ[[㸭~_᷸ZQn'Oɜl%v*'Iժ-Y=EV.b% B:ܽ}Ӈo~4PN2AwOck?=<8O'cx2MHqTzWnzv'<̐G,a2 RoG< ✡RV2xh4klD>3[_9=^JP P-GZR E(b+:)W?Mkѐ?19&n1MCYML6A|P\ +N(`qSԱӥ楪,&Bs<:vYcf͸X֨?ֱ굲.a^D%x5+H=n.ohxlTpڮBYLXE{\|لA2<:tpJ5**5ȱŇ;",#RyZ9Z,a:!?ǚ5Ǣ(½*HFD#081BCi+ $%Y+q}qIzՓ*܀|aʷMqkڔ/.k{䡯QH kv$qf?fzvWl"u\Lg/AkƬ>ExH%P(NwQ _ - +\`]92l[NG5)^#w130o1RxԠSvjG_bM|܁n4gˍ:J#-9X;bLתO4ZWn,]*6QќXtrp@pҽuk01gy"6/f^@Sż@2 <ȕ"HQ>ኳ*tB@GbQřF +*D6NcItbc5>Sx=$ϱ^szgBpݷ ? e إ ]9$:r!0T w ڮg2|IDjrFT- l RN$$F lR<3 <ѫv筜laХW#ɼ)@G*pDJx 3M3Ī 1d-<6)˜_bꞹA +{U[GAPn>gu 3 ȩ&}G d!ιL~AKP `UVHHUs=V7ycK^.#8D|֕=sΆHEf |nE5(wN`s Z{ߡB^Gl{ʗd3DJLB"5<QROVF +&qn":R؂%z1J`wl&[5jSeo]yo]O륆K|3#;A&F?d%p\nMR*5 +Wеa _{D  FKU% YۭY`5kW!: c({x8YT۫z/c\7(іqFcYWO'޸䱒XxN" c >f3Sz^[ ~}E{?M0f! [+Y*BRth%$B*a3޻){߃"5%Qqo=C[V'LǯSO8N_ʶ0]Ue ’}2}[aWCտG6=놯E?03e,`.f[[u. >՛8WFflf1i/2^}@>*5QD3arS4i bՂNx )e^C Ί&{:_5-.$TDpUƹt/t1Em'|͑hZgP!/P\dxwA(PoI| RkbžܓTO s:}sqTc8jaUcqؔ8&\S,am)>';]t W7?s;C6 zy+>pGmRH©Ws+UOv{,pޒWĢ1UVpQ/}qr|LZl xNAc(jNqvwGY乪$*_AR nt K d]8?KlEaQIr~O.Į|4eAe^͝%>$A?^dGŧSRs4 6ژ8)*h٥FWFw?knC֝~uڳn}}'D%SL! 0t,W6)x#섰drƦk<\gI3Lwv m;ʳQ_˕Kw}3|SY_Lgu *cHq\HA=?PT8)H.O@)ذ\ar5)nڨ +S gBÄ&x%$ bW_mƍ\]㪖ʷ=*tt<*ob >GX$jm+#uKAzqvoMU[t"%%ZYk7۲[LVa[IQsEX$uFh{L0_MI,3#1bt,f/ҪmDO +:~ $.a tUus>Y_r8QwỠJ,8x`ge6Бʢj]mf( D{x]S|Z[]I$huRҵf$OcWC;إpM { <,˧jZ6 $w|s"ԫu4b{S:*"q}̖7$̦έp*fBw`hyDV6bMxpcE*3wzJCHQbﬤ6t~)'v 7"cCdٖ%rio6qaJ@l6Ř8]sQ WauV_Z89Vwv$2&(?wPkHr/?4hy'3+. @> endobj -2025 0 obj << +2289 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.567 526.128 236.991 535.696] /Subtype /Link -/A << /S /GoTo /D 2023 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [230.679 465.079 237.089 474.647] +/A << /S /GoTo /D 2287 0 R >> >> endobj -2026 0 obj << +2290 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [156.778 458.191 163.202 467.452] /Subtype /Link -/A << /S /GoTo /D 2022 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [363.503 686.833 369.927 696.094] +/A << /S /GoTo /D 2286 0 R >> >> endobj -2027 0 obj << +2291 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.282 615.169 441.706 624.737] /Subtype /Link -/A << /S /GoTo /D 2023 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.347 581.52 440.757 591.088] +/A << /S /GoTo /D 2287 0 R >> >> endobj -2028 0 obj << +2292 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [424.231 543.812 430.744 553.38] /Subtype /Link -/A << /S /GoTo /D 2023 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.806 510.088 369.318 519.656] +/A << /S /GoTo /D 2287 0 R >> >> endobj -2029 0 obj << -/Font << /F95 388 0 R /F103 390 0 R >> +2293 0 obj << +/Font << /F99 491 0 R /F111 493 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2038 0 obj << -/Length 6336 +2302 0 obj << +/Length 6342 /Filter /FlateDecode >> stream -x=]s6+ref/LjeʤJ,]$R+J_7A4%43<@ht7O'7_ܽyDO"/`r$K5b9[L~]jTb_wߘjF!Djx2z -'`r[BEDI"'?ol;{-Ji*Lߙ~4 ;˻7~IPMxQL7˟, $<ۉқ??9'{qO"xڟVZVUBwKF0=23i`Ǽ: .]1Uܶ*amӬz~=C*HN]6u<&d?iA~0H 1xY@n#l -؆E~X6k)[ju֋!kX|{ }l_fOTLX v]{aYS'5|TԐ"[)T^f϶ݰvYZR@ !h>$S AiULđ+1wQd'+໲'5Ah-bt.EgFA;EW]p-5LSzJH<\XŒ -%Kú8F@1w)j6Wcs)CXueI21XJBƶ3fcae -,jnȳm&cl:G1I" ے`K֐ϴ,}ckAt{22&,n)k|G 4 !KΙe8G-g IqVUu[:l#@>13 x/ #+OOnOw X*rym5*~I͹& J21FP+;J,'I0HhdhdEa(F UeY^y$0D'yOo4utTdf I2],GXIԗbtg߃c̢? ܬY^f)iK_‡eS5}[ڒkpłDrEVoFcYOOnfeޭuΡdl`GPܔS7۪ ZT ˓Zjx5vY:z"?_' X -at %B@]Y'\ I\CqHk^CiiV] crfHgbͶL<]؅IB xaF>6 ؂K]L|]3yM|DhZMTb5%A-muX0[eeFκiM'X3kIϏ WUK3y"J$&2+UQ4Nv0/s_f -e$k--"E4.(UpHzeI54ŹPGIh(S}IpU}[YN|z#(.BTnv8hV[kER5x8r}}1 -,AJ:#V2 QU$[f64 -bm <>d:cúhk;qh`@ Z;Q$.5d1j804Ĕ7} VF*ŋ1MjC}VjlW9|!>P;48nFNG^\[K3iM )֭]RvAˁ߬˾1бl6cO|JA=)Li~ ʑӕ%M8jpMNsA{'w\bĉk)S]-o8tzHW“{~2Cp >1OX^uևm0Iqa 9ו0|W q,O=% !y@U i|tJY.*$kmW.8A)|SN@udVCt@,vپ,rTv4,)°-Y!]1j/f׋49{'4a._t)gmF'c ؂1ݳx63^YM\ -F!'L9a=xgoE ͒b%ū;ì -$ lWu43!s*H:QQc)=P!Lq=Ϩ:oj<kYcL@Z'ox} ~Ld.٢/ll2&qVFǚj{Ό?%ƤC7uܪ!(vcڌv-E˞XCS(4t{czӹsUAnǾά}o#IlFE17jrG+=>x|"?7IErI<>,/jh _ZwZ8ɽ]T@ -| 58ྉJbO&E7Vx0%yNq"1񃸚6n_bO9b;\MH4~,GX,Tjp4 jڃnN\}z&ZJ?Hix ?E -o|ԟ,|_0<1~+_zU(7K(? ka~-}2@7CGx!#!Ga?cp8ž /f51La@= b6ˆryPҧV2 zR7zK{*rX5,P*|c/ƈGQeа<#p8¾ ƬW7G}k?Vv^T}z}R}!UiSdHoh)uw3/s@M8jWj;` 1PIGxA5G<rv~%QvC0kosA  7 h{ 9mc?4db2{EqvhzG$ AZ|ϫֈGPcjh8a_{U~m6Tg6I4|XEzB5Jo,%(e -`$GO$)p؝[`lq&)OgRf nJ-G|#i/h2#ѰR -cp8žZhys10"Ydf]A֙'pDYKgFxIg6F<ՙ_2_𛙷x8B& eo$P6Gh ϭ[{^^ғjDǿ7zzjx4 km2 #쩞B2gԑ'H lx E{2N@'9/SWhCaI1[wRO+VҊ^ҊǡaFp}x$ViO#5?  9 +dHA;O֚z_)~^S_'sh7kx 7 +u5 #O@? }-O݋z -ǃc(`~1/@qWhvZHf{ 4՚9DtfsB{nN \mNh39ѷN&20v_ܷ́u~h>:Rzv:H6u%|1r3puW`esBE({W3)gZb(z:cS1J'WqFŘU{Qiɧ}B1t,M?*%f4ܠq 7M,<% dnjT/j=㶮[Sr -k9aUy`?\0 75?C d6!OAG)ψC=x\f% ݦa$ +Xt@*Tgi) +ݤutM+]3ȇsuXNDaîHS)վ&f} ri%r}:ʭTlM=MdPZzѐ\ɥPVj85m=h)J-Z߶W(^ۮnͶÃ/Aޱ,UsmeY:aFJ`4)5Y $U8;I̍78&0 זRˇkCޖAmr Msg,et/nYs5`auJ~J>d(F˜O㚑Cְq9L)۟Ŭ^86س D(-5fR25|h;Am u{_P}eEO'Tjn;DBѽ۔Db_IPIlsB.c)* [T3, ogJ؆mK~;2'[@J0l :v^45[/VfUvC;v{CYhopbv +&+tBZ]TVcaJ·O]l9\/0Ulam&G=R_^&1sÚcEͿ{[f\CL$jm a@\yx2z&Z)\YXb!fصקiaoFϟMW$i5#խzĦڲGplZ6g#I+*i`zCwKNs2ٲ%*t UdIaڙe^<` Caw[?$3#AE'& mV^腹LfgbZտVKfwBgf;sû2+f^/a<)J P:JA#Itϧ)9sb +Q4\+}phcƹ(TUwHjMḺ1񼷎x\Y68J+t(=-jM5}f#> i=`<7` rEE[Hnj. +$2P,՚Հ!rM @prMY|uݕ9t͒t#t1{t/U} R ,%'h,,hp cnb e`U#x酲#]0TF;2UQjsVJ4Kq7 x%뽻M!L!\8r-SB:_8}AKYHTwsTt&^9-ʝ%o$H{r^bv70`үMRYPml$.?|q;>ދ>('x /xK޵ 3xII`*%X]ҔVLׅ}a({J{?U[/"MB{_G=uS rZqWj}Ej +^B򘔴"y/΢ipZNf)hadN;f j6L3|Dف ^e~fÄ +z=HVnwބ-t  +#&심Zw9Et{*UCQC .\ +%N]_KŃ[,t7kn[ +`9(&-D6pui6k#FLl5aWn\Z;RD8mf }9\ŽҦgcFX"-dwDdŋpPs5NXlwv7Bؑ)TL;]%rȓb,NCvWcHE` &omNf3LEu/'C,#!s+?{/=U_? +WFG;_!#5"qӦ5{6pY kʪ晰ߠmUvc!m3nO]}wR YܸEE\apg0XAYe(5z;1M8:rnh e]"S޵; qi>öۉ#u`y?k6/yA L]d kؚW|)p~3w齱ηX ]Mm;ExճJzF?-?@hi#c H괇}v-Xŀ;}ظ;hhʎ̏Dd +_F?d?ʚvpi#Kl+n 2iƢ RvPYv1),Jݮ4G[b=[H[K6;3=^ܵ,6r fDY{*jYݞkQL!߷IJp> 3gt2Xt_o?UyUZ)횂w5P]M7 +TC+ۃ{:C-3emyސ2XK$2 i: =p_TL]$x&ʾF3ܝ@`'|ɻl>(D t&zEfsMX±C$ GGHT2C3k$@r $N`I&HzfnfsasH `K׭ʚ_0SϤ:;^m>7"`=fx_#rWWTE&h<co$z >D2,R.dt^YқXmt/^eO0وiOo$ -#q,^N's;xh=Z6񩺫aD{@3;i)WzD{zc!O!>j(=@G@|uO??? │,ېR"f݅X50^ o'xqH<<ZAz]P:GZF68QK'lB\᎜IM e>v o'xqH<0<IoTyDž1 C7ZLZqx؃k$^N (?[VvClOo$ -|#ce,^N FD-?U9e=+tǪRKpGn,)|ޣ89V(ka wo'xxq@H@T_pն{PZBA @V$NFnhVaw`KIJMtpOPDAų9CAA=^rlܝ5%8Iς4xejYG=$0d Bfq@bم6f;W> 3 yč +١Hj_ 5TOn-8/fkchW^x>w]霛Q'c iYBki'F< +2^9~H2mEPl4|pis~},D?AW7M.[KtfNSe vWig& +7PQ_(($?ͶG+nMr326:A¯@OA1͌ "L(0S daZcB?:ǀ?k +Y pQϯ~e ɪq+^$\bR Dћp%%|Q>r>ԢQ2~@9 E"48׃ o ](6\"ko}rOaXq4xM?ԓG+v endstream endobj -2037 0 obj << +2301 0 obj << /Type /Page -/Contents 2038 0 R -/Resources 2036 0 R +/Contents 2302 0 R +/Resources 2300 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2024 0 R -/Annots [ 2032 0 R 2033 0 R 2034 0 R 2035 0 R ] +/Parent 2288 0 R +/Annots [ 2296 0 R 2297 0 R 2298 0 R 2299 0 R ] >> endobj -2032 0 obj << +2296 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [148.256 537.087 159.15 546.655] /Subtype /Link -/A << /S /GoTo /D 2039 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [325.245 695.991 336.139 705.559] +/A << /S /GoTo /D 2303 0 R >> >> endobj -2033 0 obj << +2297 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.915 644.484 463.635 654.052] /Subtype /Link -/A << /S /GoTo /D 2040 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [451.163 625.754 462.058 635.322] +/A << /S /GoTo /D 2304 0 R >> >> endobj -2034 0 obj << +2298 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.101 644.484 479.525 654.052] /Subtype /Link -/A << /S /GoTo /D 2041 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [472.328 625.754 478.84 635.322] +/A << /S /GoTo /D 2305 0 R >> >> endobj -2035 0 obj << +2299 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.503 537.087 499.397 546.655] /Subtype /Link -/A << /S /GoTo /D 2039 0 R >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [459.582 518.656 470.302 528.224] +/A << /S /GoTo /D 2303 0 R >> >> endobj -2039 0 obj -[2037 0 R /XYZ 94.914 718.938 null] +2303 0 obj +[2301 0 R /XYZ 94.914 659.791 null] endobj -2040 0 obj -[2037 0 R /XYZ 94.914 603.687 null] +2304 0 obj +[2301 0 R /XYZ 94.914 560.1 null] endobj -2041 0 obj -[2037 0 R /XYZ 94.914 559.432 null] +2305 0 obj +[2301 0 R /XYZ 301.639 718.084 null] endobj -2036 0 obj << -/Font << /F95 388 0 R /F97 389 0 R /F103 390 0 R /F215 510 0 R /F362 552 0 R >> +2300 0 obj << +/Font << /F99 491 0 R /F102 492 0 R /F111 493 0 R /F229 614 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2044 0 obj << -/Length 1843 +2308 0 obj << +/Length 1782 /Filter /FlateDecode >> stream -xڵXK8e!Qv+ddnk#INEɲa'i&,*!og7wDS*c8JDd&-.W;7~gZ ƑoEFTEwE3Z8V -xh3w6^R4PL'*͈W?n(#ui2ZbM$ɳɯD4"R7.̄"Yl ve4`!VU Vdz#\(c9])t04E(|<p F0,݊߁^vʓ" SD|u؆A!!a9Ք# 4.Z2cr4M< lyt¥X8!>ä[{ & ϐH?5$(?˳ 8J,#FaH/y1b|]-$@ʴWr_eR^āe~`Vb8 ->q+7}z/?V;ߪါ*_O՗I|Su=Cxy0NkuPf/G=jc0S[W/T˃aվjq"^Z^ÏML}J߶ pNd+|>Ep> ) W6DuB>?GzeBh}v{Eьrd@$Rɨ T]@=h70߸ `F8?M_}ɻ=$s\ U̹1Oo +xڵXKs6WjF/iL&Muܙ$,6|HǓ,,rލ'Ͽ%$RygBaT%a$R-V{1;>_(_?.^N&1 d)c>d4" w9nZ&`"ω +ބ7 )~ߗz~5ĭ"S}EWVk~ WIHTn|1wS[KO +mRvnP{7s&B Ph-"}UteSw3V`DRDKGbhBfsoXjtIidd0}ާ. R VkgO@H %itzH}8x,aCCfOVn'7&8h\k=>N\el.(Vu34Wa՝Q3EHڇGqaH8]Ꮌޗ 撮Hc//h$"e)GܸKN8wԳd,+5gCIB=>U@MVa @`\~{cU/K|%h,__d׍GËt7.4X҂܊5ԣ֓rXM" ) _=Jj|M ㇈Pqv*$4 KB@F}57+ D CŸ1K>P^AyYSQi||ޙd?Ȇ8+Z9\D ';ϴĶ17+=WŸ ЩAad'ج ;mwzy䒖ȱȣ7I]}kW +/ endstream endobj -2043 0 obj << +2307 0 obj << /Type /Page -/Contents 2044 0 R -/Resources 2042 0 R +/Contents 2308 0 R +/Resources 2306 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2024 0 R +/Parent 2288 0 R >> endobj -2042 0 obj << -/Font << /F95 388 0 R /F103 390 0 R /F215 510 0 R /F362 552 0 R >> +2306 0 obj << +/Font << /F99 491 0 R /F111 493 0 R /F229 614 0 R /F102 492 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2045 0 obj << +2309 0 obj << /Type /Metadata /Subtype /XML -/Length 4853 +/Length 4833 >> stream @@ -12540,8 +14278,8 @@ stream - TeX, LaTeX, pdftex, typography, micro-typography, character protrusion, margin kerning, optical alignment, font expansion, font scaling, hz, kerning, spacing, interword glue, letterspacing, tracking - pdfTeX-1.40.1 + TeX, LaTeX, pdftex, typography, micro-typography, character protrusion, margin kerning, optical alignment, font expansion, font scaling, hz, kerning, spacing, glue, letterspacing, tracking + pdfTeX-1.40.4 @@ -12563,7 +14301,7 @@ stream - © 2004--2006 R Schlicht This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.&#xA;This work has the LPPL maintenance status `author-maintained'. + © 2004--2007 R Schlicht This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.&#xA;This work has the LPPL maintenance status `author-maintained'. @@ -12586,21 +14324,21 @@ stream hz kerning spacing - interword glue + glue letterspacing tracking - 2007-01-21 + 2007-07-14 uuid:82b6759b-6267-5f20-a339b6c905f7 - uuid:d1d18205-4620-5f7f-2005467fd7f2 + uuid:1820a333-39b6-7fd1-8d18d1390a82 @@ -12639,119 +14377,110 @@ stream endstream endobj -2047 0 obj +2311 0 obj [500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500] endobj -2048 0 obj -[413.2 413.2] +2312 0 obj +[1062.5 531.3 531.3 1062.5 1062.5 1062.5 826.4 1062.5 1062.5 649.3 649.3 1062.5 1062.5 1062.5 826.4 288.2 1062.5 708.3 708.3 944.5 944.5 0 0 590.3 590.3 708.3 531.3 767.4 767.4 826.4 826.4 649.3 849.5 694.7 562.6 821.7 560.8 758.3 631 904.2 585.5 720.1 807.4 730.7 1264.5 869.1 841.6 743.3 867.7 906.9 643.4 586.3 662.8 656.2 1054.6 756.4 705.8 763.6 708.3 708.3 708.3 708.3 708.3 649.3 649.3 472.2 472.2 472.2 472.2 531.3 531.3 413.2 413.2] endobj -2049 0 obj -[750 847 869 833 1000 729 813 833 406 292 476 667 500 250 375 375 323 385 333 218 417 375 188 201 357 208 563 375 375 385 375 292 208 313 375 375 563 385 396 417 340 527 340 667 0 0 0 250 869 375 1000 365 375 333 479 750 401 1000 0 0 0 0 0 0 375 406 350 375 1000 333 1000 375 407 521 0 0 813 0 604 698 875 684 510 527 323 333 747 229 354 667 181 747 333 400 667 279 271 333 556 620 250 333 271 229 354 595 616 623 583] +2313 0 obj +[254 323 531 479 750 427 531 375 375 222 375 600 0 0 0 271 698 479 1000 563 479 333 546 802 489 1302 0 0 0 0 0 0 479 466 500 427 1000 333 998 254 571 627 0 0 750 0 707] endobj -2050 0 obj +2314 0 obj +[698 802 646 802 646 698 802 698 646 646 698 646 958 750 802 802 802 750 802 698 698 802 958 646 750 698 375 233 375 600 500 271 479 479 375 479 427 323 479 479 271 271 323 271 802 531 479 531 479 375 427 323 531 479 750 427 531 375 375 222 375 600 0 0 0 271 500 479 1000 563 563 333 927 802 354 1302 0 0 0 0 0 0 479 479 500 500 1000 333 998 427 354 677 0 0 750 0 271 375 594 600 500 222 469 333 800 348 490 600 0 800 333 400 600 302 302 333 531 781 271 333 292 350 490 583 594 604 531 698 698 698 698 698 698 1083 646 646 646 646 646 646 646 646 646 802 750 802 802 802 802 802 600 802 698 698 698 698 750 771 479] +endobj +2315 0 obj [466.3] endobj -2051 0 obj -[500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 0 0 0 500 500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 500 500 500 500 500 500 500 500 500 500 0 0 500 0 500 500 500 500 500 500 500 500 500 500 500 500 500] +2316 0 obj +[500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 0 0 0 500 500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 500 500 500 500 500 500 500 500 500 500 0 0 500 0 500 500 500 500 500 500 500 500 500 500 500 500 500] endobj -2052 0 obj +2317 0 obj [388.9 388.9] endobj -2053 0 obj +2318 0 obj [399.7 399.7] endobj -2054 0 obj +2319 0 obj [574 579 167 500 498 275 500 500 0 500 833 0 556 440 500 287 0 0 0 0 0 0 0 0 0 0 0 0 500 170 278 338 331 745 556 852 704 201 419 419 500 833 278 319 278 481 556 556 556 556 556 556 556 556 556 556 319 319 833 833 833 486 942 606 588 604 671 546 509 664 712 312 447 625 498 839 683 708 542 708 602 537 565 664 590 898 569 562 556 421 481 421 1000 500 201 525 507 394 523 424 292 481 551 287 269 514 275 815 556 502 516 512 398 370 333 553 454 713 477 475 440 486 500 486 833 0 0 0 201 556 403 1000 500 500 500 1225 537 245 1007 0 0 0 0 0 0 403 403 590 500 1000 500 822 370 245 750 0 0 562 0 338 556 556 606 556 500 500 500 900 394 442 833 319 900 500 329 833 367 367 500 547 484 278 500 367 377 442 867 867 868 486 606 606 606 606 606 606 873 604 546 546 546 546 312 312 312 312 671 683 708 708 708 708 708 833 708 664 664 664 664 562 532 574 525 525 525 525 525 525 671 394 424 424 424 424 287 287 287 287 500 556 502 502 502 502 502 833 502 553 553 553 553] endobj -2055 0 obj +2320 0 obj [622 627 167 500 543 304 500 500 0 500 833 0 592 495 500 305 0 0 0 0 0 0 0 0 0 0 0 0 500 175 291 340 339 736 581 888 741 255 428 428 500 833 289 326 289 491 581 581 581 581 581 581 581 581 581 581 340 340 833 833 833 487 917 651 628 638 716 596 552 710 760 354 465 650 543 883 727 752 587 752 671 568 603 705 635 946 637 610 592 443 491 443 1000 500 255 544 577 476 596 524 341 551 597 305 297 553 304 892 605 577 591 575 421 447 358 600 513 799 531 515 495 493 500 493 833 0 0 0 255 581 475 1000 500 500 500 1287 568 255 1010 0 0 0 0 0 0 475 475 590 500] endobj -2056 0 obj +2321 0 obj [500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 0 0 0 500 500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 500 500 500 500 500 500 500 500 500 500 0 0 500 0 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500] endobj -2057 0 obj +2322 0 obj [574 579 167 500 520 282 500 500 0 500 833 0 586 468 500 280 0 0 0 0 0 0 0 0 0 0 0 0 500 170 278 338 331 745 556 852 704 201 417 417 500 833 278 319 278 481 556 556 556 556 556 556 556 556 556 556 319 319 833 833 833 486 942 639 604 632 693 576 537 694 738 324 444 611 520 866 713 731 558 731 646 556 597 694 618 928 600 586 586 421 481 421 1000 500 201 507 539 446 565 491 321 523 564 280 266 517 282 843 568 539 551 531 382 400 334 569 494 771 503 495 468 486 500 486 833 0 0 0 201 556 403 1000 500 500 500 1225 556 245 993 0 0 0 0 0 0 403 403 590 500 1000 500 822 400 245 817 0 0 586 0 338 556 556 606 556 500 500 500 900 380 442 833 319 900 500 329 833 367 367 500 547 484 278 500 367 404 442 867 867 868 486 639 639 639 639 639 639 866 632 576 576 576 576 324 324 324 324 693 713 731 731 731 731 731 833 731 694 694 694 694 586 558 609 507 507 507 507 507 507 725 446 491 491 491 491 280 280 280 280 528 568 539 539 539 539 539 833 539 569 569 569 569] endobj -2058 0 obj +2323 0 obj [850 667 651 548 651 586 471 588 644 636 897 647 574 606 339 404 339 572 500 186 517 495 434 534 430 266 453 522 275 245 480 258 801 536 482 512 497 382 388 312 527 447 678 485 446] endobj -2059 0 obj << +2324 0 obj << /Length1 1456 -/Length2 15448 +/Length2 15425 /Length3 0 -/Length 16456 +/Length 16435 /Filter /FlateDecode >> stream -xڝstd-IǨtl۶mIŶtl۶mcctN}ιQj\kר"#VT2u06w13‘8Ef# @ `ffaff0qq}./_; @.lea 7`0;ZXmƞ/ ){zZ-@N I/ ̔_{s+S3{) h :W -=@BA]LY^NL^,,%*& -PTUQr8ݍ̍L6u5_n__[-O zɿ88L\Ll\\PjZ$̜ -+"V&D|}u 0wpⳲ7 `dlf/? 2 )ؘ陙9蘸&TJ毷'89I`o~ƶ_}}_U_._^r~!1.F&J0(+ׇLl%Bo~ ldtpf3wut?OLlq+g @` Xfpma4sї"01}Mk4_p \__W]'A58ndw7P"F_UlM#;+[t0KKB_bb#+q+3SE+%Kٛ9Zٛ):X/tL\aZL{3} ?r̿3HIJU>wx{90322}9~ٛ8Z[|IkMBvx1YL.ve55U7ꠙ ƪ ${mxJ7Bc`p~=f鳇v i:Kb 6 Mr ->8g/ HX'e낔K3CÇP&iJdj2ΘJ}33!oy4~F(0376a(!R^U,V=p?+UWp[XX#rUH?56g| 5!3dXv5r:,_r[m. -hղ'.X"Y@Js" 2A`̱@e88%}aU-?mZtyԟqp!rJ܎~Ƚ 飼X f4܋6m47g[̩M{I6J7Q$}q0WeRPKbkd+l`ȼK~?Xࠖtv a`W >Hmιن2:,3ssm+rgBA؜q= =G[f~"L! )xlw[?!@J#?fU2MVFL$l3m6tAul,;=1񇡔ga 1B(~>}b RhJW$m|nP.snh̢F6A)N]ړ\P!‸-;}X\.-$̆ [nx]:4ng` -UFc90GŸXx -<,VxFQ=D<:E_pY]3Om~? -y:JyRpWE(ͅY( R(sMPЩ\y;'W8Qiȭ(C(ȑ!~8` $7÷\_׏=t+K9u] 3ǜoS0D (}V.Y9's?oL d[W򨗶MJMZ픠j NRvgtHe& -Hy[QGʖ@xM :J詎?N``O/ `D['oċ"&kRkp5k,y銿΍:Op͖Ab_$Oz8(5гfANbiEq"=J8e2b&T&lOwRK僝՗u\Ɲ[lw }Y?=%_W?9a/ƒ.? 8ɱbJZaiOO2j i?,쉑hV;poㄅ1ɼ$s6{W8pR[Ex.1GW=]\ƕ殘ALWEv3eZwZ"ζ,sv0؃{|i%rT޳cp,>Y9VIEL[5nRw9;&$f#DZfb"fB8WhZEe{:5 ^eXi3}fs=1 -J)B(SE8_ٯaMHzDZk zC ӐkKȏx5h&rI#ft!2D~ɡ}qjmyl!?M`{y>bt!ʣJrܮ%We=Zt>/Ex:Ra|j?,^4{eINY|'cINVsylٌQfb d(cԴTA]>SuSS ԸYNeZy_O1ia;+L˜T>"²H*g%a&#|k!{D(53BA`V,%ƨ&a_.5o d-=sTc(7 |aRe_: XRՄfaU7AE0fJwoTCO!5,4S- v6笹ٲ`l9{(E Ir4ߝ_?.@~!hHH;r -ኇQPb#賄K q4w*PKS%/xs2L>3 ˺VbaSj}(83=壱1R"38̝gܛRƦ'KF}#bP:`sI+nQÊ-$ɲӒ~!ģMLؕB]MX5%b]T&iK{P 2z2~ޚB^9˴Uaz~GE{GP"$ -`Zx%_Ax ;qӊ_^ ɃFØqMu3~5db򩌒#lT=4p]2Y[dAW˜KbZA#$cI7}4?%v J4nݟIWChhONlI`ag*$he80dܢ.^@$?HK/Yi: ܡ_F[`GJ|`ۮ>9^aĊ^&oXQw@Raax+ 4Bn b6 q"&Vέ;czCEݙ@ޔx KRHN.HgI0{}PzBd5Y .=9OS|)+NKw稝Xإ)/٧YBMfa @Cbzi`5X9Dm[r*ѼZ̕b}~/h~LvGu^1<4 "I%MJ0 -iEhKA!Ie;3>M>Hkw?o:W/nr12_$bM0N -2X^t>-_2x%שhs  -6}QV$P,y`<2A~mT= DegQ'2/H) -P BNnD/SR`|mgƖgq4i{^†<ѥ9|ӗ_ygPC5L@ \=yҐKej2uqfVi [Xj -ҲzSVRrO5rp IKW4cdfM.e(>XwG+'&vEtE}6^S\1.̑pbŭ0 *f3{$䧱64EDJ}4Z{A9y>F$[QdV sݒ0ex,D!&]FqUdhV$%N-T#%&ЮץM[F {~C(W <ȊU;%Z`Kaȼg'F2eAEL>7-4QӐ (14`.>v?l6[D %Tt]->/Zo;tȐKa0uvYtD31:ȽL/YR֏3%WFI/]r\ɞkqCztJ*ɚqa`^}qu- 0'ILp,Pʋ\cxOIW:Rq "aƏy$5Zj뽻%iPGS咛 3rTYh?8 -'EƙkaDw7&V2$OWͳ$ɏKx1զrJ*; 'K$JݘJ8B?pr5R#gr|`Z-W*-! 1zf|7nS -[);C -t ܓ~_boلJ%>!Po^VEM}_u&"Q&)Cn2ck\ܵuŖ툦_n1GU@dTQfp&-&+ƁY͏\C!A5cYoGzy0>C_p;WBknR޷@MPzp P>̃  %u h?|߅ﭤҩNM]:8eϕ5$jo }[W2xW-U -2eU!k> -ЇY5:Bj-dIzY/N2јR?փSI=tѵ9^ RpY'OlgyC;]}={YjM%Cֆ]eRZawB{~H~ &8sҊe<|ޔ>] mO8Ӟ Kal3Z^SyΆ`vF@2,/!H bou+8=e zi!Gԅs_1V&,bcm|m}6ňky / ~\*}<~S_Y WARofF,jҷF+Ab-sr?.`?=B\4qV Jh% v -GDEcsXohU|7@scn-cdm1}|<yt߻Yxk4AZtWQvlS_ܻrwU{\ x ;?NKmAv~[IPew!^ +2cCrn덇9{k͌X'9EO> (ixO'ן!\yPe-UQXD {Gi) #]pS-:~i:B(fC?YA.,ɼ!5-S-:9Z}}/GO%OK7Cryy*"+zWR{l47X%H2ZPnR=^;WQ*6`5+~oadU.S_>id<"+z!f.^Є)Vc!x>k͇hl-eMKK#l< ?O61pގ;=c/N[w\ o2IR,v*n2ˍc'|0gUd%AqN?#zynt+Ӎ j !Ty'T1ji>N1k!LxE&oNd8Z IvQIҝNP, eo5܊D{=CMRltr}\RerWXW2 J|Dm\.3/ёV*"ת;ۙ/ؠFR{jH;_+AxISTWsEY3&Ӗk8'Z ^`+Z&~#9Cq_r)X! 4@VRCO3b˭UG< Wv()a;zCKq s47_jJEU6,ruoHs-0 gwQil9ZCc-,aEYꃟ;xh{U~b~nw1CP~(Z'R.S-@^Ԭ\fV_e}GcTRʾ޻';Y7gj(7fŞ-.¹dA8Q -f$qoS:wbxG2[Q<᣻&9M}6*LS`R*l*PDCd48i{l|E 6,"fBc%NvYU"z 괛qK(WdحhPD>Ȫ_9Roڹ1:%0eX0rqtsW S9|JG^ķ؊ͼ!,/EΒIJ3:PbnGU,;c6mMU]6Mb\d"Y>m:@$j \Q9L9@+Q7pEg Jk* -7hFn>>zϥDSVݒ@ۻ `Ma 򾌐vƒCi/OG%>[y|Fɣ)LjY|0uX{ͅ?UqJ@/M0Et,&e-"0U׋DJ0Z3Y:t.ܝL2pF;1ycSBԉ]L(J墐VSI*NK0J -\H$V\id\X) ->J!`)ix־Br^bpkp3g1 Z7f+[ -*zI"1-&Xjg|He|U)COV.q?R@|e  Z1L,?ٳYl $r}TP;#Gg2w;QJkt[8ګ5RX͔MBLEl&/6Ix2ǿt=%ا:l|7?E+Yw #R{LSib &ʳK('c]DX(~k݈=CtpSuSO۫^LDW3fwٜY 6Kk[jlUr=bi7cJ u1dm3?7h̟lMk dNURIšH>EA7Outb@X  ]E!Ӹ7` n|I>_u}Q[w -GUv!"\>~ *yF`֍PP8JZ-K5K'.as=*PG8dV`[ ױFݩؕ <)1 .b$ 6L.';. (t#u<f1ZzI"b8^Kڐ՘1yb?0JOR-[*̂n[F@wsmuwKv|.ѝlI,YryjÞu!SP!YQVdȼL=g#X(?(N;=0woz= ":iea>g'wj !svvf3;.1w:x|U-; f@EEsn*'Jtf܌1-'FQk-q7fW9B?[Ms M_|fhdҹ]ۤ#qY[%%P痞 -[JjV} w}`L82׋]ؙU "<%ܫLQoi y)a" $?cceQZEiy -dE &L#UE%^xL( *g*kz3Cn6;T՞|Úor8wA_KAFG+w5K ƏURDRgK]-B2r x=9Gu)Q+j$ț$׀ -j1׉=vZzŧ0Nޠ\]7Ӏ[?@pZ=L@գ'Ѳ:]m),d}d l`Ryv#>‚aJ#.ajKO넦 "8Ev$_jR&)-ddĺb16$ݖ?w+4tScjbKQN;*@fٚH~y#ʯ Q/d2UFLubYs׻Z7¨ Š1w[㩂9igXְ.l -Ic !x=Ǭ-AVzP=t%޹s1w0cܾò1FSrw\8O` ; -5xzAoM~xr1:bXה}鉊;cͿFd%Ӟ:zA݇k^"!!ȕ^#[<:'M3k)Sga5r]7ԯH`|ZՋ'2Du u 1_mAm]IG38|iwb?aMϬT[f›k}u{$z6)G]SZ[2l#쒹s&?WxޅE4(ty*:rֱ -#EB}/a[Zѕscw,`aؿKF+森4$/LשrD J<]r7E9 kYa]P+}A5gxޮ VfQ:rڠ5/]uBO9%=/S0,zU|AlדrSWU(vyb Y|DֹÜVU -Ci_E5&pwy4gV\%8%]&R ЉQ {FMBABQ{r\W -da*v%Đp+e*43_L7=x(ҕ ™s;!Q׆pv<A7ݹǸy$~$6S[#]kO5WQ2nz$^?GPL= -gE*.` H _p=r6~k|uB*eBQpX뉝XWk D4"q"HLLjgKWNyd^VO=mOWy`b^N{S[QJ\R(ٳDӊeHGvwR;LdDvA@7b00Z6B$JlY3BMu"d{*.PRQJn+֢6 GA:/C+$r\*쯻UjӮa&/_Ez6w?C}H0AY]iƍf<7O,đ* 4s(C)4/ևrK<^?=؃7??ˎUe}R,zRNX;O6m(>)\ -8TrtH4N{V/RkjVrw CX P3,/IV'/6;k-e;C!R|~G8co?YR%)8U`1qh'rJ G>bMU%{ůsEb.9$̕T0Է6nH?i8șg=^z OB۰쌩ÞEև@}}R$,]#@>Q,ٵI]bG&4c(GlT-9Ř-gCB&uNrqlў9If#\g\)cI^3 P*L|Gpy8Egcw<L^YvS7* -JRUʮ -TpXe3'c^L=!mP5cd?d췃蕁89v8gVR]xͲ\Y4tej]K\{g!UIiPMF굾H[OrU^U^߇뒺{m +8XӞCt#)}heL/P4SO~|P^pPDJQ?{7 gX8с^YZd˛|ŤUUBLqYyWOxg[26#dG@7&/vLcb[^1!q#39S6 # =EȩS zfȕx7?T+ₜ;~.YԊ)\ +xڝeT\[-S,ww-\ + ݂[pϕw{ߟתjk1FCgZ*L掦 )G7&6fV$jjqAJ;;?;?;;C fkv`T\-]rqG'okK+ @Wnjgj2x:L_@f̌q%($jgrx̙%p69Y>N.N. 77?p? 4ՙZjJJ5Iu 5Yq I +}Df4mn~z|~ofb04]AHNvf0v5stu@ +v8 \tȜ+ `g2Z@B@g@q)?<@ӿ}ÿPEGh?xX8 tV6/яKScn.@37G{G>RO_ ePlg?pvu|dȏps>Qu$\_W\̬ +7dĢQ8NdrSpo(q+G1G;Chomaڠcɺ?zIXkU dbff} ;k4u GaEFSZCF-vpwbVc_ϊ2}(~|J:9[;X~]Bs2qs9l>n壊Gp#  iyь^*0΃̥}T%Z^hm}uqv0a^{v0U1Zt/mb>oo,hRuK_f=wxv̰ST(=K52]THC枲q[cuanukQ$ X j`fP4 oBӼ̗z]ƭtش289qSouXEBIP4e(aQnE;R"p|mm )/6?GNDac^WQ$ѵjDw҈ӗ _eI~0̡^I WmЀṅ)` X1ɺJVlT`V@EjOda0%?Ȗ7/9Y&n d0D$}xX +ip:`L%Q>)0 XB/XX)(>SGj+*)|7R~wPBnDo/Tb=ow2Qj+Zz8şL-2:XZqS]G9`GkJ9,=%[H'! _1p2&G$ƉK ]OV$Rٿ3 m `m{.% '^\{ ftn/1|m' AM2ȇq,a:rI,0̚++UeZ0iFz`0f8hK5\,ik ۤR߯'7EE^X@7gӅyAQEvO0>ei*/-8dXxULNY'c'T +jx{I|c!i W!_$YjpC6p I'V.) ӋΘ!;Fz:9%3;x-h(0_c%}NxIM j+/[c"{RKCk͞X^ʫ Q5:JMtLmr@ᗊfaҼA~"KdI^v#oke|=l*{`t3 ]MEZU둣 Fдi5V'I\Ts >u0+0T0<+I+mo?~0^rN"{@yzNL)F`Fi9f^jM`J($S\T\qh-*5B@rBrϨ[;I!V!箶@/5t\ܫ[ }, 䎽Y" j<oY.&wDW&"Z]ƹX{t&jIWdi-bG7C3Y*;QWm)j3cp)26N 4Z6WNl&IXEȇq%ErϦnع؅%2cpJ.gL8ydfO WOq?I4d}"1øܡw/_Bw"QoOVv=T+bg+qgo 붕/!$;e/5]3D2vP<_?p@`+(݊ OV ++f. +2. =$ ^)âVn:ю VNYb|zԠaKĕomv\e30Da{5XZtP=PU]|CX#Q֝x6W&qiύ8'}~sBd S |g(݁(!tďHH,t[C/\*FX3+ $f_<,VA>2Z9Ĕ[@ W2U ;f`&ʌ}Y_тgcpxd#d6`=3h8?3WL4Kp+&DnQU;}0NBDVnrarJMg cvI Pŝڄ0tIynVNWl>?\0N ~7 +cw +Ig{B^43'xc?ǴoA*cqݫ/>88f[w1V8zkp. IhDjdO]t + +j^;C#\-J^ mCʑ +}s=nfϯLrD,1DS[O|HU*ÈʉX[jL6 +ݩ6 0[W!'W?ʹ1hu wtA\u,4C).«7%1˟z"Y2> ?S*|f8=9s .lAr/? qeē6]'ߦW0W{.; P?,ϲew 2P (梃sL0'|Az'9_piS9UL?*.AxȠvn8ɸ +# f &=4}ĉ[ w(9 +6ze[W[ T )k~g_\bþ2׽X~ѻ EHM'H?xCO(JY >l~F&Ciffhl^N=PKk.0ɏ}_^f%߸/&qFd肋 Ї߆6Upֹ% TԷ 1BgYo U_p;1fF\mg1[UI"I;5q:]w`f*i"̉W0 `opO5]7BpT}],R󖺑KoC!gY+I'R(buh|co4=\vbC1^قkYvzYk(t KbAYӒKZ=sQPL 9LW`k a]PX.5kOg9j`2/t:%^h"zlkpHK[s'-e\).m߽n7cbER3S0 CI*04OC!eq P`),\w<"q_zI CQ"`/U*f@2C~_Ju9pA-;ɼv ЉeDmFEL,)|@)4s\U8C]b. kzӱ)"7 axc#ru{L\O8!>'/TS8sR[\_SI]#ڛ~y|>&8$=B_5}f&؏dqLuos.#*NuhT`JlF>xH*΁}v,01rK.nnk.Cmg/:N-8x d zN |,(2L/Wt7~ i10 L:lU2wT' +q'hgpxnp6(n.abU=`/_WJ&Dch65w\l\ZlLgAD+n 51ZZւloKwFo&NJIgg{*aCm*Ce?l]L%Pl>|(w̎+a(NqqFω^Eg!'魙πͫ%@1'G' zHn, F/"IOirSJq)V!C=aD0Vdn D:R=W!8F|{x(3.1є8f{Ų!)]T9酈Y yʱ0 + FIR0*9f EQxW?W:,5|Ɩm>J&tv/G#*O*)~Jmg O Lc?YZNTe%]"즭09>-$rsWu%-bZzB91AkQZ.QTWkǀ)sZf ɭ|P>3~7ŭ%#K{eePk|i|eqƦ=FA 92#S12/ģF5_%%{3UD%tgJw}*V&tH$zmp8>sP&m@ z3W <Ֆhk|KŸicn@9%Kq+%Q[_,l$cK%kN~m ~D!2*cZE`KU|1G5t1h͚>ߜ{gOn US)C|JS^hoh}K1T ݟ%pcp׈#B"kO b8,(S%(քSGEԜS_o$稣Vt }/5ba/d~,ؑ 'cB\w2~.]53o2c +K6M+l I +=i6&u@íP$w" e +nb1KNxE";oRhFv-H%6sa,/+֪TfjYIIyDVc i]ZSoa]XĜ+⺥`w.\da:a>Jt t_;jǰODP҆TTݮAhW+ˮk ,&rwφD™MIA3ĥ/p% hc4 J5m_Ӿ /) =~B5n X+,A =|owNMeLWcӃP[4Q0<.x <|#9_}. C&hJ;Mp4!D&olt"_kHY<ÒQ7\SF?f%IIm&xn$H,&!XUK740)Hzy.C7P][o6ّ^S1qf锱MLA?k>+wh ֪7 }#ɷsVl[C]rα܇.>yއ\^GC%ۧ_*RR&c'3{:."&LP#=d'? *}v]u7< ]޳"un?e$$&kX]p;bAQ&*,d:"i.)O^~z;3Ή ]gȶ/9qketB[ 7JέvI]/ҟdym@AN1NLMP!hDhy߲ + xq?A &4-W;`GgӐ1tS +5U=l k tԪ2# ԭO?z7rwSS$-ڑ$κ[)ڦUʎIq!plbryDokPA~^Qv$nDٍ[Վs=E#˩G˿tc}x9TsrCr(/\b0-+{SoE1i8j9Cw܀3+JLB#*7?Xq$= +_Ppb|=A9Öy_ +C[#2OM2Jˆd8EX}gFi)zmI|l O>nH92>"`Dlv՟BD%)3ػG_oWW05[e=hV s-m0WN+k"SUSΠٕ x}]BԶhDö^0A{X6v_#"r/'x$_!8`>Juj +B0u5)ǔ wZm/s>ma)Uz5 9S9 vBQ~wy{>.ժh4=ioO,+ao.r􎓫p߻KsH|zȾ1>*}U ћQOEX esgf:Pt[}6es4J?ogoau'C +JUqj'q,g _`gKzI_wF]eLڊ_~ZAW؎ ՛0zޗ4g~_phԥs%RIڸ7b殆[O=@sbՍ+ wKŧ߸Lۥ2V7W4]0~-&s,(g^=3j)":v8lr N.`M^c +\b:+8sU=F})t7]bSh æ#4zÊ:)1ߴ( 8xMD_Ⴜ1E׏Ep_MłΌl൛.UOgb|l틼Ty)hbA U,Lk6an iu I1PZʧ]UM#Hs"41(>_#p s/t#Pp(o2\C~O +O.7Y R)c\.nM֮]Ǟnm8O1W/5ùCs{"%K&ISvCs 7C|\@pS@O%֫O7!C,5 +E>&Op U]|V?!Jon,xx0|Nljq30j$=q6#G_QWWrNx/+S~-g:vxڜoE-L (_[KZ4l])-1\X?Ed\[F19Dy~mDj"/]>%^kHooP 6 b)j`ק4TpF9VOhy0c׿?joJuZ?`\(- y[LƯ/{ 4.4?&i781Z.tOwf>˝'=Y%M +}6%2ٚ]\3nRwIM:0 oe#YQ1UC;T%5Fފ[&5Ըy_M04_{h! lu9ueAfD^Kѡ ]*G,\ctiERGy[?Dpn%(4y4u SJ_yllH /7[H\+s'FJa~ pBg) =;i6DQz? ];{`Uǝ+b"QFt rQ\E#G{66jbom~xݾ +zjO$eACY+M3smuLQnu]| :0),|N36MO9ǔu9D*sjN|C9hPXȽ^+ҽc,0W$*:9M y?1(O ̶~ze&N+z9~]4&~E#b]X ?.J82I1XF'f*)M֙Ζ*o0~A`vWzFq]q-;ZdjCV_w<)|fieD+ȱ嶾LioyEeLTg +qx{f0"w7nJ+WK%CYGR<{mpNǼt*+Z we;>X?uopn{6 : TWЭ6TL\$ߑs%.tl$ىo{q{  < "ز9oRkuKRr^B><%hч&p!ޮ>R\oP|Ţ[< ojiq\%OUR3uXH1)V@n]}Rh}hLt4-I44zbwW^tzFtANjŒ>: []NhjFD0nNSC[e= ~uvkvD N0;NJ523AY4:5H.jdP@Ssg|4]R/lIJ'G-̋tD%tNk-݌}J|IkBj1O~^#ș,l՞z LF^*k6I/*3BeƙqbFȮh,%9.os`[E#1u95Xxd]Cm8‹ńjs ͜g ||KV][h\j˩$y5Uhk-x0G26x*] *I!a嘅0Z`KLeGْG;u4=Va|NSm4ݖ8wk"AY?挍+gVD/;JI^(j:&(q!z($?hx_*QZtU¾"hIdh`M:NUXc8~c)ӕS7ն1$(tb(wnD]H=c|w__Ex?4֢gעfpBKc/;;Y#I5 +/!9Bظlg0ޜ\*}%yZMcY jVg(xN-cr1gdLUgf[Y[S Bҡ$i#G& Td)yBMS-FV߷2qT V!;]CƢFgpKNrpӝ dъ9J6mFxuP\n(&nʄH~j՘;R'] r0?/6SgK_Q+ +in*I<ƾabNKvѮ42 );nmn*M!ީZDG#LJ5Y[ً* ո{*CjU3 zg +Euo棒yr./:Oy 24;x{.iRk9~Q77o47#/sĎ=F"IV("IطL_WcawS]m4S"[~6l,A[yAfZv:ܥ*paU3/kXhJQdL_N: Κ7"N\IT gk_\0'Ԙ޷^l+FJGXCn#jP~N~`?&i ]L.KaQ~hzX.CklSOrVЯxk~-(`|p/Xz{[sN n9+NAq} ^N|ᅁt,`e#?þ (? 9UI-ØpO=Xs^Sw5& ~ UӮ8;GS)Qbe!E 2N}"2c + +H;6vcYe`B$\uZV]axaI{GL]ߢ IDXFWWf7YߊےTοAq^Po5V;/ܹvSKYCRmx &ʵC"=MaT6_ftvU;s< +l)2LڀG;IK d!P?qKvsVKI~Y5us4aλmj:dSꋠL}n鄭A'J%ۨ-99W##dFM!3mŢEҾȬ=}e'3Yg{zHABDXZ\O˂iW8MMȈF#vݥF[|PlpXj0QIѾL+3g~u/51;%ォ˸RD`M]iϊ},Hv@lHE A)>!$]yL+4+& Dl̉tFKۉH\99R˃B>jV׆?pL[ O̲'0JU"IȐעS$i V2an4iSxLx\v:UpS@ߋ9% 'mHԼe.xϹ:)lRgUW򋸄\ry%s5풿F GSx \\]dؿmk0_`a,oo1p +6t ^hCr?aӽa/H'-^)xWž:FT/r +y2H0 +>wʜ8B#4sTNю p5^+eYlPM!UDItSj *>رte+(1 &>1iB2)օϓjrlQ(?3GzP endstream endobj -2060 0 obj << +2325 0 obj << /Type /FontDescriptor /FontName /HUGTHK+CharterBT-Bold /Flags 4 @@ -12763,111 +14492,112 @@ endobj /StemV 122 /XHeight 488 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/b/c/colon/comma/d/e/eight/endash/f/fi/five/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/quoteright/r/s/seven/six/slash/t/three/two/u/v/w/x/y/zero) -/FontFile 2059 0 R +/FontFile 2324 0 R >> endobj -2061 0 obj << +2326 0 obj << /Length1 1454 -/Length2 21331 +/Length2 21169 /Length3 0 -/Length 22342 +/Length 22180 /Filter /FlateDecode >> stream -xڜst%-vvmV;m;vұ:ѱt̓;;أzZs.UEAJ/lbod*aoBGA!d -t$, -n373 @` -`Pr7w~E<,-\ @; `3fm,MM _H66NΦNn& ؙYڹXmMNN.@'O~32$5U*j*ҢjbiI)5/5 Kg;UhWc+KlJd`cio+NKgc{g/ԯ],LnNv_jdeW.ND:}u`fgio)hdj/? 2JYXX8陹,_<Гk\It7?#>9*`oQLQ_tg/9X''ӗ0J0(5Ok&6s}މh59ө?Y0$,]_Si hsKgSa~U(kz_1rcGvf:2} ba`g}QMl<&fp -._P܍Mo{66 -@/%jtrZxt47}j{'[Z]_B3RY:KXz(Y[̀6_\TegfV[ۙ:;85~?ʿ3Jk*EU$_^J@K;WL'h""ozYX9ܬnVe5Uz6j1ʒ1kMSj7"A#`pYm&em# #,- H!젇.x}I$;\)OJH-؇e?QϻOqA)K ST/5d'8a)jLN,Aa'VP` -&\֣b:KJPW[a3A)íaaDZ &> o (qaԝhkH1K85.iτ_=%.>26qK-mb5R;DVۓ8ĭ I3 UI ˅`lIz:YUýfm|dg^|2*sO:aT!l.1v$ei7'J[. S+b&M̖Hԯ {xwUhԫQ N -Ѧ\wf8QB0t%Aqv5No{E8}:/ z-xE5>UJM$d74;}Æ'GZCSfa3O#p:(WQ0 B[Yce,Լ@0n'!(Z -oD'y(A8b41~8r"ڶSsw/Hg)oP/*GwP5PPN{eIѓt5]pWKL⥱6k=N#6>< ᇈԞVQ>𰯜@)gqSӎD)ڰ/ Q:y#C -TЦHl -zaBÆM^YEQYLm*nŁ`b]'{h=u(#V-g@LGgw>XdZ' -Ku%ۿ.?qR Mu4<b}ϒ~l̀P{R -*h` ->91xJ G_q_ / ~X.;.'2.P3pjJwogcqdbwՒb>&X]Y'_<[V4 O~j *K4W8ȦOҷ/sSF|JLIqn*S(UP)ᗨZNJ:1`L+`TSg C -!W>؛:Id=6TX)õE΁6􉌐kݛ~Bp|NPaUtF2l%A99 ;g[zb5@*nnuUZYol"UM]C&;>w#?X`#،u;>;M.pɈ:ҰSt%њw8\sg-؊(%3XIV:/E`@sw ^̫: :lz-ʯL-yxsli+J5_ֈ)7;OnVIPUc(>un:ĮPC_H O}W HtR!u]MYݕ~E"1)U4>B9uf2`C -J:ʇd& =%K pTzpbZl/z?v$ȶsֲȭtVo?dՐ ãF.+J@Ki|;!?7MPyoJ7=r>70I\bţ=eVUAR/Gj5{JvSD87}Vi(80^6J: .y&  -I[6Lr?Lzfl gEI|/wgA CK.+#[ewߢ-Fd]pCo(Tg5?n o C⿜J)_ǘ^v#޿p %/^>Xvs -$7a3qˊas? Yd(pItE:*Vݳe?IeXuwAò;HR]?cZr_!En7honjl2} ~e F03#w2HCEɗQI$Ԇ^JLHmLwj7|^nOg-|ߥuHZӣ%݃#2SCҤ8钬(?6 jV6A"+*7#j}-W"cmP-⡳;ɂ^QIDa 9kF_k̀l9y/eթ r#2@s0&MYhԑGy0rbHGbXP/5|Хj]]B+3t"[{#)jzuT J\Jl zPxu+YhcUjg%o$\)(u/Sn&O84,(L SlD:"UT5N*RvMT?Ov=To5K9j:1!N -._%޼z̸{JxrǠ0l/\+9*<45!B)w.y ׂ3;L[Qi~LTl."3=Pv0 TPӳYֹ[c*<+JxZ O[ 37C9X^7c0ƢPeT@yvλ_$Hҏ(V#8f#f =dOB5AG@pQ}=b&[ UYlML`8.ހ L-Ɗ]0טB .XvrdyތX Y~J0`RmX}XGk.m.?ScY@7 ɷʐqomZC -c4:m82[ŷEgrޞu;fߎ C[D(-F,{Kq' `PW6@ҖBhf{patk+δyP6)cV!tՎ]Mr6CwIW2I39Jy ТFyU'OIOm).H VB2" -B;O-?υg kdɏeE)Y=J<mHQ=O4H+d3!_>TX -.ODpTЦITy ^u5e{pmha2­,ZB2S4 o{{}*.Gߣ٩&9.6%2R6w pĬf/0„( m ij&Q0@tBK`۳./b,F ڤ&]`% -$˅,Aъ'p=3椾\+pADL|6.X :%ZH831}&˸8JMœ<9_X/0FU>V.iygT ^FlV*fr'pbR;'doɟL2jf t`4M~wU=7Jix.:%#]YW]NVEdKdrd`>Y ;d(QI99mGsى= -vSGN*Ix!&^܎ Ʉ -7>n^N+|mnE >SS0FX3#S릃D+}b*zvovjS.QQ$fDFiՌ `:sEY=*!)?~ z19UNElq*tt%?h5u1m: {e-#/ mR1~S-:v̀ 7f -7ѱr)ZC+ .b 6Nro}M˶A}LJ{x/xE'7ȢY&!X\ SOb.e١IŠݝ=iMd ^&)mCcVtzykFҝ =rSǕ4ȽdED455-Y5|ŮFi(- !^Ghd) >1 \NvttC3Oi t~6=?TTa0ވL:;;V;"IΎ+\F*^m|uNp̺sj36r T0u ~A2J2]L7=R,tu9`dzLzz5& TVVIg[w՚7Pb> 8zn6@;O;]ksc"kw=1Q=Ptv2Zh-keq#m}YЬUph-Ǣ"C9 -WjfoO ;` sυG*g%kf[u;Bjˤ:+r0Ю"ء:uS#'yF0)ܮodp`m ]X ff!v^h~&)Uٛ*R9jidai 4,'v]e{q9;zOh7xKPrX3/]o}qN08 -OKэr‰ 9 =J;hn_5n7VL[TSd1*Jg -sX9BjLjwaIC3F %lf;H pZ/ݴn(ȠnkE*Lk(2(NfIi9X}$6Gzb7-Hlj~R$5")#l‚ˋL!1`o"L=A `jɵգGMBM;"=C|+̟ݰrm VB644n -z+8aJXD42!UAc\a"1fᱡ!I`Zm@B# ?OԦrrۥ=Y*-B1.x+.0|0-(E2 Kgdm53Va^Nvb,Oe',sҜ+pyĐw L܍k] NFE&t}j%!]SK2WX3yaZ\Kt " 648(yۙ` -)mP,!|5n+STBZ4bo"'um)Y .yõ!He tp*U4zՋٳ՗2L61r4?#>ή! 1E=-)Wm![{}sGzYu=,-"pq?S.9aȇ׏y@z^ :+K$.87B`;!59~?|ͷG?5o1fCImc-I^1̰LyEu|4y4!5nQ -2=tiKCaVҸɂd&2u5aWK]PdfR9МF#bnsRM@n+nz&3&z⾙88ui.Jgx4徊$dڂ0Q| -mXbǢ.C;\wXԑC^A.nN d]eqDׄl E}(D#^ )J ljL[[d _60373t%:*,{MxkuH.^%v(X<;-z7 -n=Z$RVyMwGz)Ϧ%MDv8sSt4ɢAS!3WJo\{'!zD|l%}<C=3,CDүiu~R1EYwkGqJ¼'KDV.?R/A͈Hj [sF,Y5u>UI$O -h@=Wg~`ߧX|!$OC3:c˜K1'ilޏrEgUU)Nއvh/J1QQXrK;Tt_'?68G/L Te;[;J@-ԓQ/ O"Zu4hPڒuixTO n(ε=0Ò -6 .RKmJ;:Bkl Gk|B"h 2uP^MVf,;*ڢǁG ؼ \ؼGv ~Lz擦BadA08J`52rhptzszl TL2o-h'{| ,tj.k,}3K@xi$E`EU,vcu98aK|ѬdԩDMj j#t{ 9ѲQ|sZm4 gPkN:[IJPBJvKY7t - Q~ǡ+O|fu~v=![ [HRulSt y8>6`;~=צO' -d!2f<(]IuY]$Iԋ1ybG_q~-V˜[0pjI̩< +|pg(W,2jW?U]vcǛ(=3om|4uYUWk(tPW,?SDTǶn`.OL[oXh6a=/a՚ɽ%;o}% XrGÆG_!NWο6Ң;[^Q({ RNwHdVgQw> +Q{4sB|Wِkup<>}R"XXK0}EƏ=AX/ jYt;6nm]ȝg1Q.}f$$S!|F!kW`I*J "dHDS! gxV3-4|7xBȦCNҟf~?@3^_B'%CadP - "H(oC2 -44۵ŝP;I><= mNasGȨJ_qw~% -˽.P ݩrSX(cJ FDŽ|4A\S8-&x|;e6 Vm#gFܫﶱ -uQ˽#}=6/j_БTJ4ͤ8hnx%1oE;}Mg{0eli'݊6b݀nFjp,tvdte;qN -6'b]a+@{NXzBkF0Wj*?=dx 4liV<5as?ǰ_S N|VL+֪䄒;qB϶mo -Ԡ) bGw.6>b:OW g􋩆/Vjؕ"Ox[w8*F&-sUHDM>OoH~^-tuAO?u!Ds-YuC{JOuRu37R*aQu@,~'d"j;b9ɭh|zk8)JEWB@g aNc7&kC!8,(haY6r^gjH=փ+b^_hIm(l,zzґbo@1.Y0AbdI_ro#*KK&Paƒy--No8#azu@Xa_ck'x?P 'fZ 5u@qAyKL2DE+`ZgRLRs\u"~KTWJ*34T@ja"<Ŵy!}EHQV GU_jJz/#/F$KHO32B6'.5nDw,?wC2? LEQzIؼ4ZOe$kAt[`3 mANVs 4W ' -:N+.fw=F~ho,7\%??pVCBU3ȴ7lECgoJّ>Y܂QMM!Ɲnav`Í%Uʈ= oY7lFbs~O!I..~_̅v8h Fp? >?V'izc G:G.uXJ2 Q9s6@Zj$퇗me!$T0bF!WGpSuFpT-K!21"ky: ͜«8"Sj^J׺WIPc,ta pS+^wCeyi4_u>ݮ7`!߀S+)^6T!94Oiu8J5MҨ]*A;IGDPqRKmj3x -9XZ\#3z 0deG7DvIKKRr L/,[۰ d¹`q`e*.$8Fo>1T Uw˸e`.JH"vqNvx -R.j -H4J-Z nM&`(3!aӥ6tN~OaR礊TJڰuhǹy1QcZ쮢0ў'G=Gl톝wȨ`8~mqw@ uPY /(U|bn[̱ W#G8t1)R4GZY;Q tO)Rn-!*I#S0VHhx׈olXt^)h03'~ ֌ e~cy7(֍4e郎^x2 -!^lFje:db"Mk+446zwa S:DTᣖ#=4>lsOl!Oiʷ̈G_8*>'%I"Ьb->1\ -z&rpVCϬaf,(7 +76hm)"0!8H.KU]v-=UQ1YMy#.'-HĖ-X*b{ZQѦ'Kԗi,#&6j4&L*o͎loG. X2d9Pd1 $Α UwɎ뛟Hfg?^iOUis - -Q҉js 8Ͻ., <.I~ńZ-ƲUj+6Ix=ӹdy7€pc -0ѷv.9$ߕMP}]! 㕄VO6+9z  -g4X_#@-Qh#*,κpm2+(̩T53OGv9;U@ OuՆNC NI˯&ğ2Lܫi̕4E^~"c;>38;KiO@ń/G#鿱} OaqgcB%ۭU>KH:뺬1_YU?w)*%z0ðrb Wl5'0y%i G*إ&Kߪ}l=fϙG7>e VlFR4~+B2 Eu1Qv7Q!8?%K0 X!ޙHZZӽĨr7w7hm]5k ū&-K -'S fIBR6e)|+ZS>΋+/IPٖ\ӈ̓G*ZG 1-`Cj󟉏@Grl+8=Fv '{[HƋ^c޼W% yS+I?8Û"t]9 Pb4'Wߓ箔zBq*/6ZG9s(P1q?zExJƼ8!ʸSÿy_4&ϲjCĺDj͔2N`Sǔ,ݘSrQYLpwS'&1'WO>*A)Lb*5nձFmg-ĤuCa~Z$Ɯ6 CQN9t+;³2Fc0P>Q۟WAIq|R E .qPn7Itwѫ:b,;"k]^Mr#>pPR:M&L۵;O qĠzrQtE:Z+o:' -iB)-ˌ:Yxy}GfJ}X2dUF;;%V8=vr}ϳds;ReBWڃ]Y'  w&wsy <4"N0˂pQuyy|B)rZQ/}5Vx0#h>"dq6B'PJL6m(YU#εDd\#;\ }=OW0\|oz~4-0~M;q 3 [UtM -5fYJW /?|gj&tom56I,+z&ϟzbO,@BM4^qޓ"Lu]!![.=ӛ4nK?4cp׈h@XG!ovKUZOBzf}qToFe VXjr &|W1X96bͤG7Q0Bz++;%zcA\!Dm& 0@菼PVD -}5h =f@(Pˆ%#GL#KB\qK^DЫJw>3u}q(Y`"-N?>xJԤC`^n}vhӶ^ Bi+\3%iJ->؃yKnuS+~'V,ؗ@ C=\t`K¼tVU$RrF3mq"9y᳑\ -ksfR炔GLܭ=lLQ? %2-M3c GKGPt$ r! (T_Aj׃ByV{FQmWlla{ZJYCA6f 3]_W_elrupw;B8z8;e,ZMQڃJv05԰NTC/S 4~{x'aW_hQZp{#eD%ȈٟX #AC㰩meDHg ?*nd@*,1!]ȁ~pOUcۆx|W }XC]M1im'z j?pP"|1oY:D'O}[ϡ!MX]/0K=Z*m tPf!rM(8q 5]ĝ"[ 9U$Rk\ ݅ӈN5Y;[Xg ;}iW:qza-c4޴ )PydhҵDLP;*d:ةhDr-[ɶMr$:V`E': -5He [_; :hŔQ - #eS2R!˜1vy9F_ze"о'a˂ي+(0+}\ &u_ ΆG`=w*'z{ΜY`D=2Ie=,vJg$MQ(_ݼ(\E-&pvoƞQ :&tąPG% -k>$ s˖bz&L<;<9^{D[xfJ\ ?J}#3c5^i]B,<2@w.rVդ%_=Ed$G~AKR٠9 ı)ZR\W&p6Q^jC[( +I8قĪ0 Ll$~ЬX F~~AI 4dFM;bMӒ9Ͼ4ik Ps<ĹnGƖnoμ҂3nJZXЪ!jDp(x*2M`3K%Dzt| (d38֙ 7*mnp8x!|#̥0 EDzAżJ9  -:L'dmX9kAR `7)г} -*̵^P4xB'ND㈞I4OivJGm;Vغ.P\q𹄆Pn`^CK:Efq=rYXsW-HI@tQ8tTZ)Yٟj\_RBY_m z5.iyv o!#e>q#ߋ'{1 &^+Kcc+?hchv-|EZ'}D+LodPlt읞smғL* o`?ڲpFE=N0{mz+@ONq'SQα.uIFb5 DkL 7#՘>@pk>إfilKK5фEwhQq%1=tr~"Wet `mW&mvc߭ɲ/夬kV1WjG$*aV3Jx":4|7]6</UtsC`ou"" P0~q7mR^Xȯb--#s%a +%ue~qJZfD}k &Z>[ -oXdWc/8DN_rz1 gD9$o=TaR^;cE7\ހV㥭^>#]q+ 6 -Ρ$~jZ1%Co+A.vp32twko4x*ڦ MC~7t|oCժF6Zgw_(l/RRhk'/f癑*D2OAzNTU#,CZ -t lBK2Nx4!ߜ(y%]jmb^JGtѮo>Jg^%FEqqbdnNln)>{񺔹Hס>Tp\v)v2|ƫ3l 0J7Sԋ^.|*VʶekGw3']޿U:*Z O=>zYB7*h~uvmeȌɣ@=_N?_#^~[GD&3p025``k[q$o,TEc($V)uE(cU8/]#qA +xڜsteݷ- Ƕ];bN*csǶTl[۪خ7s;v[k1{cWREza{#S {;=3ׯN@dpۻXml"9LM\MM%341Ym>MNN dT +reqUeiQUq1ʧ3 t2>33mb |?o]?i?Y 5gSO$KK wX:;|~ 0Hڻ:~&'gI, Y9gS߽ȦvΦ(! `ga`agPY>/9g8i t7>#:/WD7( /˧׿H,S)X.5𓕙O'6sC{q|"? rmv.M}J^ a |LA! 3 ' Sf~?({1tC`GvfZl6}6ba`gh>)&v6S3Fy{gg$9`OF y'CZ>\6/5L ZhViSHvJb%Kg KwSEK h)LLl,L-zf&}N3_#Ϯ;* +\D^SBbm借ab`bbt;`373LAwx3FN`ffpsO(c'g MMMV썿IaVG<Q8} )A +ll05ߕjINZh7nn?E f?H#:['%:KrKV? GX}r2x%/kpb .:~#(!jH/xѿO=b>#al#m:~˪b=$| +ȃy(O6' h5_vCJ`G=PW6"L2`];*q t6(οVp/{`ƪ_`4Q XfMh0*P8b8O-Oý\#cmY>TBG2F"P'Yƽacy]ѳ8EsOÔïCpDH%̜@?TKhkiP[j +r%th 3>]8 {fi (L"` sX@zVR( lK,B($^|T%e60gSլ_͔ .DCikSodKuL#V"f5aETQVjIu& ňyχ!}\O 0_l}tJ:hɊеۧ>_Dsz @w>5T~1{ +K_BgkR~7I.~(C6&cS *#`#nxCKwvb`,suQU#TA1Y(ElN/W=ZU?~F=ʠ3Fi[ z^δKDx(]n,gUznAZ !$3GAX/X|&NK乫'ΞgXrG *d`(Ɨ095 +TǓ<.X$dPC#y|d˪sdQg<)O@H"#Bܠ2듊4ƿZI6[Zi_Buʭ^̜X^o0L*ri]XФ N5|n)45*P2?Ts>ϩg*!DiB adBH7REL.{fI$朗L0Я&XY l. ?UУz&0"TBxFz2h!,G-O-Y7:ɷFaNd[.' r_37Ks>vj.Z&)sfVh1v1q*ݦUB7ND1}f< +ٿt'Mm/N(7,ȩqauNww|YgvBRa[O2f}%7i_VPSVr|j|}("&Ȼ=4pyΒLD]?kr 6صm[fDq+!¡I+B*$[|fiWC7I GQENgyhxl68^c` E\EQ5(ʏ~&jDo^j-}-XNFs:mPuNwCЯ?m,tDש.bFdM!9Ii̷bհfšG͈hi^/U gL!_W7 vŦ|d8>A m]0.\m5[GCW%A \E:^.p*yh΄. +ÂӢgyV _~:/,ŭFlø*ΙmԼq_=(6%/+㪖Ӹĥ6{U2=SC}fLTw4L!$pBōi++θBu(j;Stь8/:Y:?8ѹUI|eQpr + doڰ(tfʞ [aUh"Q3Q7]\ٓbS A)g=U V%fSwFɐXUӬkL&^DVBTH?ݙU%8q p֍cF/I}O5~ɑoAm_fut}\"؊Eb{=?NT!_6nVi EvR5c;miw q0\ni Y{#Łkn/BAǵE'>U'R~ILF]a~_gz˛##\m?<`n45A(nLKW/E[5h8YCfFU)Ƚۘ-q`gRma$2 +4+-ݺCW(!X>?2!`j6'&X^9'МMnNG:] V&YST^\X!ʯD2\[~6!bs$Tcsjc6zӌ=r2 Iy +%_Lz[+9ޒP{ +䎶$OL&w!I>XDmk10b,%3:gHhFrol(kF=Glƣ}Hcs1T@tMC/C1Q(nQ@Yg95!{V@)`J <{#dސmBj.NY?qM_"dBW(C%qUCn5GFFL-hzBx3ʺM+/۠; o%Oֱ<,Z>cn4=](KnL{SI ?m$Bխ5md,tslBY\/ +0 y'z`!Yn_1Ik>] 嬏>OXoqFQh5ɉ}]S M;tWOzaէ5tw):141#cMoL)wk,S(]Agqx#L͑NxenR> B8'6t$m XP $!Tmb}HyijH=KCQoKj3aM/2aXl@Rb, =x6BAM|6Km$-qGa+xKn`ށkkϯ,ᭈDg 1(]ǧkh8(^ݻ_{W|&Ȉ'#EZR;:84x }L)? 4t˔1xGAsu'ٹG&cI# +eFth9"7ËVHw3X$sjL+9~^(l_ +ek9|%6TEa,%x鸲%e2B7ߌ5{^- +13=B^XeAHr]rS(-/‚3ɜ52HO58z斅g+ -G^4s<0 >U͢$p'Ag9PsظOfM''iA/ -ט-qK -O_NAc0VyesO^yH>?@WC J1lWq^/WNAJRsAޡ50SR9G&$&l*?mR3_\?@ӌfLoEQ4Qc?Tgt"A#WȢrӨh-sR;Dxj_ v; ?G'9MDx4UTMl; &Kw@Iڻ>ry3zp̮Q3 '#RGo{sYF8*&Z}+ją3赶V;bʂ:\\xp΋!ӍXGOo!BQ)c /EޱeE`Pu5w˅2gV+: Tθ1v̊,YSSuD,Ignm[ ]By6 `/AVJ;W6n$>ixT6ٖ`ҋO1mt6)I -!,&2e}w׬~o0ҏ׀:0&JQ>o6ztܻ6jr(M +j> +^m)7ɮ/Qc-b;kS='#8+Ly`2v2:]|Ma۰6!Vu8< +hhЛ&7nM/Rɼsi/c6eu;6QQk%g*с{&3}p}Hh|LgK/0NE`NrQF/'Fiy{^w ˒P&Zm9^LfkJ6r||qk/=oX-^gQ$Q,lyElW(geM+[k}İf60Q qEr foP: %1&Ⱥ╊B۩(D8 z`;8 D?fm@.HI71iYG{?/¦Պ:i[-x'xhX%)ۖ٪U~ȥvsk/Џ(v|!nj]CY7 Bw7ޢm{)*!~.~Imֶ&d +290 m=hHHƲOU_pk,.,IBϻﯙ0aJ8U'9<頻FIEx'~<>9L KH +i%u.!8zi['(&rf󣎽‘_!M*Kd4s~xx=k2wU) .)j!c`B Y,Hgb`k K7`m->@5<4(NٿJšFAURֹωn;bz=m[NnD9e&H)^-Y50>JLb}(ljb + +KE2 +4KH&&D0{HKxpz)qjdfo>n`ۖ{ҕKSPB]s|^d`TkT\|^Q @s.UA.Bg+s, dwXl޸PH x}V=ߵoMNB)))6 \1)ylz H:uxKHGn){6HYj>7ָVK,ָSQ.BTt#d/M׵k="ɱ ӐFtMn5uL ?jr&|^j=g`^Mi_+J,Izcs5V ,Q:NwrUO>Qbى8a^ޢS%@ד}{K0<\;o{1NY9>bgcnYv%X)=$zPte:Nt$J SO`$v1ByA0b{"L%2QFg`٤džf1AmɨeyI\^բk8Y|dVCL2' ;澃|:sruҎv8LT fWK\H!66+MFn4Xnչ!9-x1hvyr}${|r5 +UZv*𹲹 s/Gu }; +vP`{^ߺʖ+B᪕^?gͫ)t5B>5k"j7/ТAtWH"|Uȯ9[z4i$|HRқت?#4eyW`a+Ԗ#,k( N[K^@x1P +UWj;Pva$kEtBx4ث~aR}γqHǞ,S(::VcS^I +\դ; 0h*ViWe\ttPk/;'jsMF(rژtp$庁S ]?f4A❡1!*zr

LO@ݥr1 15~-nЭ(&/&3vfĈ|tynWrJǥ:ucVqM`T7h1I>:!W+̝1ya"F3T(4p& iwUH֥QT +J"C~ҭ>X~g1vJ !+]frSz\Vx9*4Ja$9r_Gceetز ,UkLA hY=;΁(;a뼮P |By]⎞}aˆ) +N0D0dǴǬٯ>`e-ɦ0F5-S6S5 dnl0۾OQt}єg+YW9*F9(&普 +NTUDe/*/Ny]۝QP%@3g`в:ڹWz,c$WalG#9}t4V8}܇ +*j.XIc{yǦ⺹ ~*ny.t*N[ pU'xĊT4r|XFx9ޡ)A&Y[O$6):L cP[ +_ӔDspL:9pB&zR^G_UI cZ5O}77^-jXDPYm>n%G ``oq{pT~ R~ɿ]$&ĦͷƏݍI + +G(N}W:8DJ~ %ngEX[C6J2)hȹ.^fNr}eT_vޓ[<'j( k{JF?N(=vƌν)C!osb[z3M W/*"v[sw1źJ0~-1ń{L~!oļoP_w-)Hi_̈]z9 gaS҇Dex~.LPRgCsӯ|r2w@FJ>vwH@oY c*؇!"q% +dZ,wt QQyA`HA'P#7e~8˜/%@Nz ֕ask,ܮ[)бQ&\ZG +P;U | mKh3 @ZjOb26Q3ǾUkhѕŰQ{?۹|?Kq\ދhE4PCkAVS3+mMlo{Qc=;Yicf4jB߯?Tly>)6Z{;GR!d_M2}Gq^ňqFw\̾r؎Y1s.۱TY݀Ǣy{/wڿ20@/</{Ad/ ׾ACwnCz EmV{8g8T֧_|$\;-Cӥއׁw-w8}Rc^) $(bZۖRts{ hs@!۱ڇM?|AӢ8`oϐa4drd~ICZ!$)Um\0+M+`w*mI$7$8/r[XMk\ +M8#)m欬rD&JVQ T4~ 8<)9< <.FZ_ziߟ0FVn6_"l+)CgP'/xEз+]uR01Q&նD҂jgHe0e#g t}s6 |jjduU_gwc0c:298\|=+1M;`g\uTc : +\YUqW{ܪ%f6+o_ ~N: $$ 9Io/Af1.F}Jd}z5rg7%`Ž_'fP2QR눽KkaF7$`dh$>N:AM{܉_ӮErRяNIut1MрBw&r`%:X!7<™vɮWjeFwQm_8UJ2>7cy%ucP2V+3J=.|@* ыG +!&cUyL#L тC諌XԳX"ULEuMԠ!8_0^C*%PO@(MBtؐJ}{AG2&e#V2XL8iN-*R#xFu\kb6WѢYAMՠPM8AT TUSƪ|lkTڹ?dž_͐܎m +8 +-Ha+_YDGu Y-/5h ܻpfŶLW!1OJd +"U̝\\ [HUm &4/UBn +wgj;Ż|5ep ǣ`N)dL`I?0'$b[=l+5AXJҴ7[|R +u.20 sp/`,*]hx#93}:9ZCj#a~=wvo?Nގ-(f;X7x"e48OI).5( LZ㐂g3BT<1QŲ<~9hZ>"8 K _rX<''H[! F/1ʡ1O_Q PAb0]]&Я`ՕX#-%x|IkFKZc! 0bӢfg143pQ=;zp"v}&Yb!$l[sp|The[I^ u0==D rJyR!{qtˁҌCZ8YW֭%w# +`-=u D0"ԮI׶]v'GGЫn6ܔQg;a{p%Btݩ +W6P:.K z R-+CT 9 ҥh)$\mbJqM$=,zT#ָN7~AR%L.0 7|+:! +dS}4jt \uY*>f(<@2+(Hƌ0>0<>EO6"YSO'u[ KV҆8*|;Ҙ,R` =gzy tNR'WmfcIsGpyŹ L6a 7=۹$cid 3f wIK/d{B +Mi՘CnNsT}Gi\y.qꅝumQ|u,ȖZ%cЂtm4Y>YYF̼+a(j;TBa~`;EzNbXYaūvy#;ς1CMuoE_v;|L$i>1scT`5F{)Dw!A jnƪ Xf)?CkjB`)kR0 0%?[{iƪX<@>"5} ),cᝫnyV+.YGx @̏po)ֲT,}t{e&bм">lڅ[/f.gp3!<_Y+}|&x})i%LT`;vƭؔDJ1QFI2M:3w뉶ta҅3;4j Fwb'v,bF>F[ *'r +8ND䌙dAq}oh#*WϠSWsAysL7bDejE{#'@O.1ռRG֮XYo".!Dxyd?Q r}~eT Hyᒙd5b.dͬ NNm.w]RDtCm`7&LU +߅nOD=% f 420dU-88)o0ZfwThqBiQrUy1:l!rl61y`P m{~(!ep`m4/{_HjIA^vG ]9j]ZNtDw~nM}H29-wwೣOgX _?IS @ؿq{|m2nJ #  cC7%&Qm/xs研'b*\$Eu b/6@m0| ٿPL)*r|T4hQxӁrK*_3fuI;"j)XU(KCE 放dřp/?c : +cѓ QK!ߢK^0-/"1tPÔ:6d/e[\m|JxfVΈ!G|VQ_Js}۔ +͊yJ-P1^6M M_Kp>@>p{4CWYqf?hX9ؘeusX˃HN }i5F>!s1z/$ΙϨw}%=ڵP*r1.YV9l/asV9o?k8̝([T!}mi,-|]]iz")AOS8JؿW9Hӑ#|%v_))Pi߲$׼-vr2MIúk~a=i&UZ('Xv pS^.˳=oJ fH(I*3@߫4p^oP_J{46LWUL3j^ 2kNOaPFV9 +'o/%R`љ^OC@'q-!_@Vn2f9OccDE /đ+q/?" JZ#ߏTR&C|E[X +4Ml VhrzQ?1쟹f%,*f>CWەҌ$;a{ bggf^N;N$M4k͠2PI|hmP.w XP1UaOBIfg*ddyn_9 H%JfjS"u`YI=28ztuL_ʱnMMx;&o@c;NʙĥE/^⇦zuyC<Km!^$$yTwe ] Jc tWA˧3+eׇ^ )w&3^ܠB(K$zxa6D {dDwF Ϗ k@6>2[eJhXpu=nnJ\5R2BJ/gK5ưF ip_"RW Α9Mi US ?j t_n]a(RsԽXyWb!vAk"i{ C񯾊M`!uz+8`0ts/"7'ƻҲ*`.vb&&ʂL^:m (tY0d.!`d._MZCàlHW5XVLaqb|+d(`T=1Q0 W`)Ew5<ބ Jd/6{ҽ| ;-/jNq]=CΌ#^DdQ梪(%TZru^ BKnBSUl-+TU71hg!oiк欥<-dSRIZ}*JjߞfބfõiOPuץAoUS`́qB|Ef 25e(qKa^Y5$l߱ Շ Cu\^JGq߯wR{:7#4/A-hzw@[ӷ +Upڒi}jC*PmWל'6?EL,fю@M< :p\CN ] "'hՉڔC:%JQ4կYekRQ1TCSZ<>$S`,c +.Kc̬px_ XuNFTP +s0`CJ4 +A,T"h()nCrA0}Hy9s?xI_38WJZK酞7^{%Hkr9FqFt!TQG_/F,{C5/ ]3JWrdKHߝ[UY'@x̠R1:ʹWK[Ã(z4GB +dX)IA/TiLYְx‰[w-ɲ'hcmw :faWF" nɳSf<߷:lF&騬NͣK^J}|!'xe75zK9L V%C$nWG [ <$:<7PXyo.C7Sk[ewpm4:%M)x0[݂ +*'b+a3EKY䦓w;/7 as@|P-GL-իnL!(&Mb#RB'oiнXCRofOBŘ2 8C fb\ ܝDjC4Θ a6Q tAZ>4_!NC37Ck[)$Wگ;&7;Ou_C]E G퀤csו'r/P^wI[?@ájEbgE:4 ٍk :OI{ȉmꦒIjtqѨJ̛KX0?=PfBo@$Y810N<wA`J]t.$ (tT4+ +ws |9?y%9S}}xު pe|ߨ oҵ+]a,tG-X >]L!}ڱ 8&m# =[)V8UP6_öBs>9V +ݛ ( dr?= /#^^bL5؝:Y#UkHó27X!w!/BaBH7tN~yQ7B;uf-Łg&̯T{ QXcι\r q^Vw^lO[ΒIkT)ODYPE&O?Q=@С  B}P(S9RKm?O(R |Džkvl#M8loL1i 7*A%O=K|p N".Foqƨ:kݼg0Fg*0Q<@N>EzF徾+%Iނ= *kg'6RNtjdnMDC'L>U/+ f}Ւ 'lmQZH~.mB2H :+˯wB]T';{ߍ[%AUѬk^=ƬjW+a\+>֝L{4-B^~Ugf+-L*G`c 3U~> endobj -2063 0 obj << +2328 0 obj << /Length1 1468 -/Length2 16574 +/Length2 17172 /Length3 0 -/Length 17599 +/Length 18192 /Filter /FlateDecode >> stream -xڜeT\k- -A7 NhݝC#yw=Vf3֏ QTa6529102#PP:,mAb@'S^%@ -`ef`X:9:}TL,0@Oӿ#8윍--LMV# i1#=@hc`ibnJfDp0u4up15adfib -rZbl,M' PcTaH*+ˉ˫UTEUҒR*>G[3'W)23?&NO'gN7#@єVl&ֶΟ5;Y$m]L@6l3",t윣o')4w05|%\ ,<jc5GN7?Z@3g~[ fEwtpq1SOV/OM%D?hdd9::_O, KG'ʧf'斎Nb~?'O>1t!03 3[n -?M.VF։hb v!0:} -7fp|ro(Q gi'W%濝5LZh?,%,LM--f@Idhh00sE@NM_5|JoL**rt#}U7E%Ӌ~.@3O/Zq%s ?`n/4[7'++'-\nfS볼򳓦nk˶ƴR/5ű.DCFx[;LE2nJ[5BG$G'qk-X~o5]ǝqv“GtJL"ŕN~ތT"aUzuj`pkK*HIdЕ`Om!KV?[P}j*h9n 8?uـlTհA9YEULp"fZ.(=9[9+Aœ .?f ouD ;'b%tl֐k{0 -9fyb:pw#5G̤7iRF|O ֘WO{Jy?媵F:#)a}6T9rE;덩4X8]q>sTㆫ@@oFT:I8,E6(x!ŞLI4W줷BA?վ`C -.BΨ D.Q},l 쏾ףl,CE9RO`c=H`t֫KnGcʹw7Cj/ee 0Es԰? @mM?@"c % “9A%rL87͊ib@iIhIgyXP#.6q99#5sϻB{ -V\߿]9rl  Oê\@ܹh=~_mPmw|Q|.92A: R\Ju bqZd98cٯm%4]Q窞1/ -p`=Z1B$V=[^<AHu¿= qpVޒ~G"q0X0~!xlmFw97̍Fp RW}`W|ɩ(ǦT]5;g'u~y&[6جi+3>e7pY*Ǭ@bCΧ,#bt=F>d+p.MtZ/Ԝe変͋ݓ!8s2 /amv+|2o2eb ,&,-I8x~EHW=In^GPl,P)ue@gh.,o1r9m8NC).LiĶE=1||S]1Q9icZv( 7T>ICn?Gw&+A隖mQxK{*:[(CNyN gԋ:rו%$qF -:p11lZ:`R9W:h[Mj=@fiqd^M[_p^Ѻ;D0| -"Z5#ҩֲ a,pDO݄1E\JrKNE}eˎz:hֺ;јG{pe,{ugN[RfOC%x17r~m*ftԃ:Mvou~ a*t;_)W -e=bEϰǦǁBfwCDzU|TYmQql3PI=6W{RO="gv)(V";Q/.Z&dEo}&;'$exz&l3\ ݧW%C󑰋]%EtA/. b~i񞃡m@W mAL|NC~ef_y?RUC/CҀKBA,%8Q^KGHR(! r6aH=E^ivz$2c<+B!SMxWǮNRuW~/&ǟJGpykC[jQ}9d뛾WX}@ݱB*8A-t:v[ wqzkhԆX$qؚku!<TsMWƭ6\@*yI3("d=W)o=%+* Ѫ=gw! MX;콚L7KƙtB"%Feۗm6-fŨFFG*/#rKa_̒YT"uټl+0|t"CmSk-P.Az|D@sMve*n htU"tdBlE?]k[鲺sfsq)/bOug)W\psM՟J)\2лL@g?4LP~~=C-Musaÿ~^E3Pȋ8 - 68[r kЗ|W3?UR|L!A2PxƐD)ϪBuuOvBj $<+hhgA)XS*}˗ -yC.̌z&LNM0\t2 USB{VyS,wՃ Qq,AbiԙZkr*8HT1QѫL8bd`/N7Dłl{Fv Á.gB& s]YE+ues| λ_  4m8:ƈ]=qel%S7\8' m"%|tEL,D= -X5aXdK6_ m~޳UɅ05g]T,u@=s_Xx1uFu&!#G2z!y;+G?:`/r1pgo' lPU#'M7ؓ;15cX~Ub,KnJi F(iupJ]W'Ak. +!}8 -?Ayc28`b -X*#4 -i~-.!b :7w;7U++KJ 3~[-+mNᣴf4i o09(zr?c1EF)|4Ta*fyBC֘2?ˬ `!OSAxYhLjl۹GȸKr#:rQ݇,_ iZf7{u&; Oͻtﵓgb;#KRa8|/='&^ʬ - -*R]$֕!Qy;;25%6 5 _:(dAp/CCyz˖/R\JYwa"G75%&tX-}+0#H+ݟ'%J~*8\qo d+V"xwXF-ĐI{ǕtD -{ru%(u6 -v䍢9hq(U -Y=*l]~0xZuM-ߒZG -;5yy2oj #j?<ԅg}^-X4 uȔGfMҚU)#+^̇!sg$_$}m$G=+LbUd3]JYnd>r -??FwƁ RLL!cVئf͓oA9r;  -eDn0}T -lfުqx=`.G_D ƽy'U1BRws e6=&0 >iM!#f# ?pO_=7MJ$s2Fkt,%d1E+BrVxwRH~fRBsU"/DZ+EUƳfk[2B ,cGQ/F'ʍ?[UQ$ -8OdlJV/d\e.ēx3jAu4)mYƍLn09z^[~{| -!ϪWQp}6%cau!8l0:&Pb+o`Do"[k`>KQȜWt۵'O#b0s0Dž{T3''*\:q>F\?zFeƷ]=ݭ PR^3 3@7YUλk$s#ƫz;*)zgϿ'dԠ^➦~|avĥ1݊aIլeT] S#ec!9V"h2Z)K -EL;வt{7}Y᳡HY((˨ΡT!tfql7FvMV˸^DSSᨉ{Z{-6 ZN&qC;s8{)Fph=R!HA |8 -IAp$~< #``ƦxDt[k|Kj^#L~#9 Wt6͜wbqlHNqNwWD?嬪ۄ7^,_;ޏ.FUF2f)XĝCʠREEt=[SFX[" ԛ:~32LJg:ffMF[Iz1KRzW-tڷ/yB}Lbȼ\/!>{n뿡?PgCy;+=}̼ʬ!i[βWC "%uĪc#'ܚ4'G!=ܪ`Jȏ-g0-5L|4h[gpvk",v!KjGbqs1m(>wh#W)#7dR|x=Z9H{W5Ym'>_S,(M Erm"kf{?J -C4^3!mna1]0%-&6RQ_@w^?",Vbou|k=43$?^T6rXGp'Cr~4{ 8=LHSt:y=zv/C3kd=:peV B'^>Pmb\+GTƃus"c-Pr`N7 W?aZ:^K]hR$G6S!2xFK#2řDj-UkډtNQW"4])<3U$#46+@m>2.[a 0%&|Elm Ӕ|{6^R9NMAujဤ&z'iS1,OԆYzY|1L˚*ga,9PVw*}kǝGUD"AÞ-_faD4Kf#B4㲕Oz=uQ؎eLāz.FuuR\gԎ{!$W{0.IzJ߽>HC"FaCSH3pa#Pw&vp1oLJ>rF} y%T*HɌ#< ZM_0%|/x4 -5x"ĩtn⫫:@X?N~m]-tvW LJjity&H0@HkEȂ'$VU/*?ss4d⌨wh#LE 5p - R\>yfLO2GєuGs8ڈF^ '(֤ZcC`dPZ5Ap%ːm?}tgBUZM$Iv#D~';|ŀq^BZtU~ZC.98&~Kj(w[u]#:}c>q0l\m|Og L0އ(aUe$Aj+y}qA c @ :8% PcEOd->V=ɉP˪X %Y&wip  `IktFJP}G3b3CiJӑ>eq&;; -W W4TtKD<ҜމmRi~BbU@' `7,(ϰξ(NyK? h5/b 9Sp>D~śK(V\#1iSxV>~(o*!c7hej95jQ MGLqO] \Cl?p65:Gj;| 5<"8E,< ldQ!t J9ɬGɰ[8X - ~B3RIx1UF1 a4ʭ"u[Qs%PnrIR2~ͪTƣJ ji֩yJ٥~N:wD'9V9\k륀KմP0 !,!JDfG%ٳ|ĵ}BH%OqavF{ͅgcdĉI5 iF-goZA5m͆;TzSgZ.51=K)0G(}is4y|zSOevwūT=s}{p>= JN.H^2NJ馅]i7b$VDI^pYAF|&l} -;F l\L8n GMg@ѝ ׎/EuDO߿0& _Wc9J/{qܧ}bUt;=PǴ}@kD>鶼K YQ 839_Ь.pr7Bʛ~hhމq4?E1lp6a3r&p9gwj}d/x?HDP,k."KBp[@EG2" &)RJH!A>޽QڈL+rFŢ/B<5!z8p)Sz1Q ǯAQ{Xjw6!aZ{E#H }s# CI8 JK"*e3X &+Nrp: -H1MQ2KL\b5qgMzuؑil0.kcE0='4H?Ly{ν-КtϛU5ҡ֣z/6Ax$Ȝo2 V6&ĵ׌d>DIs؀#h Wvcդ;T@S@;-QlHe!Len߷﮳lf[Fs!dk|S0.<%YӪ$%RxW@,CJD5$ӑ>cQ36Ӕ,!h3+tm[!Yԑacat|l‡DS$62 -q<5+D0D %mpRl`qfpxx523ϓv :Y@4m& T3a[%1_3!ƽid*O-'~.E^O/ZZ5cyX,NnrM#_I Xѭ–԰TV~Y2L9C0 x_=U2t1M>l,6喉ͼ|I6`~Ԣs09i&/D_BfN_:rN-y ĢUߕ9r* LN>tjH~>d-JW~!5uIfҞiYS!ÕM]Ԓ .M=Pf7.B5q7,Gas+?dEz0BGoe%_nLQ& 8(E8sX;Cm;A ҫf-d g;J61yvNxu^(fÞg Kc/;aR[1V r3t>| B˯i ^( q?rN"ZZK[! OVΠ8nDdRᕜӽ#7WŷhH[{rBt,k0C2¡i-;:H1 M[7@0t̮,@&'F&eP׆F6ՉaYO{+iɈ1)g'7^3NHL9J,=H:w9pKo‰)A%"2X])mtDntAH,IeX^^eg_2/ٍfDwľWltmfɶp >hN>3hz!]WW=r^ 0":2rz9y7f"_whEql钺Ɖ-cKJʊ>}sz:dS/oyaTGM2gx|cG&1c ౫&mz2эSrj3p$mTj(VZ-KD&;D[^jG -?dml&0"lf80z-5I{OeH$ҖBi9ŒB+Z9W1ǭWV5`_>r*{9py3؝"-ɦJY)^3$P -/pƋw1?J%Shw ұHjw79ҊyѺB2# -`@73z~Љc_HP"_@^_O&,N]\ ^)Dt%+ÍJS f &Ϟ]@J)-?ZKoKl1rIA?IUZ"c4s [ Ӟ6lk -7?V=jWXmMߛfl8R]TӅ-Y14)PiCZ^l;3\lƳ_`\B70X~? -a$߼O9?^S@o ʛDO{[``ZucrM$zвK{!eHJ%M]q!Lf9Ū帝CI%rύ+NEGjQ(zP%TfRggؑqR"% B0]sV,ar G+1<,$HB )}s*IrC+BO.$SST7_ -~FjPExWޟ&j -q|T6ӏxS45JH_dHٍ>qci}a@"Kĥyw M(٦KRWU Jgl>:-|pJ7wQ_8p&?͝tgtq/)/и<5Fp~~UWoK/**X. HoüoonD?TRdS3M{@DD6yYrO3+Zm]e{Ei]o x0c@ʎmL|Wm<拋nmyL -˰de ĮTr`gJNX`mjip_c'=gh)mǙ(UT9 89Ԧ&_2YQ 2MvU褒*GkP{V83sjO<*od&,ay zRze:SN?!9C+)wu4!y~d]ïZt^|/U!PhT Ϫ'ym|tr?dek=’ƽl_d6r-j}Gcu_~ٶE*ɣ܁ 07%[kj7"uj!6֥55ۆOʷxs-\1" ym ᫿{)SeQ`b-*0LO -\ls|]D Spj\"1 -% ъbW|3FS8ge)6^Y0u~^]aV;`7 .DQ=qUpV[WKX~> -/T-e-;.XA;^WBIV̡N MC%%а+-ɯ(lӍPPMNo:ʄo ؤ/G 4(ɀRl &ؕiUĹjF }RUJOKa%è [̳/h3( 4wMݳ jP$bUR- C,̳UQ5gw#l<B $&U*KM ZsCř`\vD- 4̒'ĕu7L(Z C~. =6(K&:yXu_y N1Qm*{ߦ^;Є{fڤ.a9~LSuTv[I%`rtћy|C7ۚCH*S w]rfg͢*a~485]չ)p -LQJ\1x_V>dPfX5%a u7Y; \Z|DB0Egꇜ Y)Bi\q@DDqSk^Z9py<5k -!}M,o0dI4C63Bj^j7E* _|>۠\#קF=jtV84ftlj"Gۍ._ͦ~_^HVOCZ-,lndef*.>TІA -GwNOe bMDz.7eנN Hl'̒!gndh00Cbn27A;7:_t}E|D#KXQv1Rn'|Z[}ma -77EOs&a.Vb|DpC!|44cM~OS͆"APH,& H+c =PjcH?@ #EѮQޥ}^Uxx\p4V)Z*בb"9L8}XӶk+)>2/Fp;-4ȇ_+v.L"`HV"01ce{K>봗ViM8-+{pGialj_e~2+U/dCX1T+#43-cz_5 *z\qNy>E0˾M`Ӿ nXŚ;^b&SIi;'& Oz}1ndY9PnP($|dP\'~GOP>7/Ǒ!o" [tE7?yof9Yk`^Ksc2Nuu3^nP,/$k 3/E 핸\}ʜM\z5 -.聭L1:%#"_5όZB8M/>w`pOe7)4"b/xmK=){kZpPL'{D36LӇi׀[d_UC}`/7=c{L}!KmC^>iYS\ NL6 /LSŭm]O"??3|k=h -Qt=}NEĝo c9H.zH3/1#k|<6K T$44<_ T#1Ԭ (#j5??&Xd0\83H[)D`͍.ZvJ2*Du` C<82F -t)@xhe+\l_Wו3\פdO;ChkfVʝ(Ml6āO|Jb["?NBy>ڶxEϤsTųMCxCϊus0:) W-$'7&L{χCŶ0#cF, -wq{W@S*{.D[|,P^lIí?'uݲa]L XOaiؔ!ؕ<567 'A0c4>>Id>cYVw dHb4כDp(u Q}h$|0:;ǽj{ uihϕ&g!Qsosˁ3oi܉OkpBj37 w\xR\.GX4/?*|u֕+U2`Ϙ#m`0SMF-\怱IX/!'1AAUj]e)w3-lnH' 1% 4hKiJ9Lр+*"Lg -y '򏚊4E5QnI|TE'L1lR ]jm:iz!-!qF!husMj ׁa99=0UDoS "ϯ? ĿKLSHyڑۢ3e[ϲò&.ua4*?.ѕƮem._`X -Qp^R'q1Ke묪jUd +t? MlȄA&@' ;[ 7@ ds0YX?>BNN6w{   ٻ,̝ @[1d0t5m Af&H?"9@&& c lM-Ml,֟{= r8g*2=@\^MTINVTN$$)"*PPQQ1p8ڙ:A&LF&@;9>.[8UGO$cg{k [ -?Q?kv27۹lm> 3"@FD:~}v `j䳰74 O>b?ltL\J#*%ON'?ghAG vEEEwtpq02SOV&ϿXKIA#hdb::?y' &6 i0q02323l SO2cD~_ާ4p ̹?ǟBOӧuZML>P܍39[[m>979Y5@ )vogufَ bn& +NFS${jkl5QswsFV&vM&_5|Jo Rj4#}!7ӿz~.@3O|/ZQ[#;c [1\G /4!!;7'33;-.NFT,Z|vneΈZ20҅T1`)͏PP/uxSܬ:<&><[%`\@q:) | O*'6gBRk#~Xl D_..zq+YLixbDs4 + +LE-USyzA|nT{a_ +jj#lz6z(o7+N#;K :n/u$vCf ;vvr$dHFngd¦=^ȸuAd_4<$[x7`$A4E\-L=.@ւ"bF]\!VDc7uIA%?bW:⋈BA&x:d;X7+7c1{WkW77'Áln݉"?dyZb-Vx █B}ߏ.-4wR+1Zz&ϵqS*s;\*N_ l_dXnƎd{&:Ez{\^"zH&[ؑBXnSQ(=8r*Ǔ:6ز=C<ߡq8bn7Į& Mkq,U4;a/oB.ٹ[!t!hEKtZhk] + +& eIHp׼ϗ֥$J,д$ +"~)'}A#& "Vvƌ?kC +⋱oմErw"|a=tSeh6g} #IYybʥw-혫6HT,ƇY0Ёdz({<^<*q]н .7[De~gL s|&{QG@,;gm^;8#$\!kMEUBSQ(y\He}UEUb:Gw[mv>REXq z[#nig8ތOgIrU}-+fLv+;ⷽvPŒ'wto̸s5U&򮹳T"b0R|E3^w! 611)ϻspoȱڴq6MƢcD]%.HNF"%z[\r OI-ū)[Q'zjˆ2d2X-358zj 0bSt"E'z z2a}cPJMRQVPsˇ ]as8S +d$iD&mN6Nbgpu\~*)Q~!ЙX ՋڲqwPF6$&ww-Xܜ,ib靂/ dmՂs olp^1LMw Y: &%t2!N{H3K@Sy$>_wEdΒGX3ڤaprI6Xz39O<ĺ]Yΰe9[\ܫ>^xfg@a7i_~|+vjb +GJD֬.d̤͢i=to_̣A|`uFM?uj3~ 4)סOB +.|e">$m0"TFt0kpaǾ{ .?دXFPƻ wp͠.A!Ob._7u +R`O`:\ 翖C!Ma1=<'6ZӮ%F1{?_3*fr"QJ\ܺţ&,ticw *aM\J:#~ ;}~EشOIZZ$)w*U!A8Q;>d3ҜX/y<ˬ0DͷW7K5ApW3l 8),pzW\)Vd1jj:2>SlAytxҨ.J7u# +ޤة9AMD}zً҃EU )B#gt:I]s*.a4ʲWs3͆iOX-"pv}S,8Ŀ+98|r&g8Zfj +(o{D3 Q  4ΨO!vbY/U-L5~{f+dҾ0f ۓ m{3.4jyY"D[*ciǸIoxR9jćą]޲vZI@\MȏPn+*vun,^k,wsȆfWR>%\o;g)E9BF1Ҿ=pJB,fC22$=dy\b"A]Dx -OZP2& &~_|-Pܵ!Wq8_ā"ީ7bnR8o CWG2bTvl3kO8OnR+%@З64UEn- +`vh.aŨ1l02շraB ?Sx(n^ +^K`qocFW_agzmi@vZz1=o[1Xɹ8h#_-:e\X LՂZnHcKeylɷv&WRbqsŒKKNzr]SJNCf U߸+k"[u/xh:zdv*~Ա;SaK_^kL}Bt7&-F!.'3XJlw'SF!;jJZ<=|O\ZJ 4n (0OkqE~7_Æ]ܢb^e'UR>m3GJq BV?PܹgU"Ȱ28qh@ Eޡ&d.KKG)V)ؚP:[֓ Վ6JLί'ˍuqrӊ#oy\ZE|Yp#hC7:B!.I|{gܦL߽,fQc#[rDhWt]{˔a\9?tFc2ҜTIA:ٚKDVH%),;奈K?-$ ߏ gQund,_):_ 84)ޛ_ﻬYmdJwՙ\HmvL@e.8w}Hײ1nl[U0}fSEIE,ʥ}o $Hjhdv9T0b(1>z!gF_!KGpmCun.'Zx? Bp Eq;7'3Q(\/ :L9" R{X NJ6VI71_Sr~#OsR4uQPT%3VDإpXIS;G8k&RF,/R^H 9Jv"Շ5_ݠVq@Vx h2< wMy-\yj|dJ+'TE^|30Ѩ= 4ʰdo52KC!:(NSRc5~H>?v385-탢Tټ׼L\8VO|4 H>;EekKj|o_~g\ɸ ص8V1b5MaӚJ}߷0u:4+,1&X.]/,/[_ >3P_v<P}sGWNK@4W<[B2rř׫c#bXM$.Թ?K]9l! eԫ?^[9[z򝾒p`vt(OYM*x#YoS@M-ntml"Ȇ "qsG^!]o+̊_yQ U&k ,vaLsx%H(\H )GG^Qn6lܿ<>p^W7K`6`ReB24Lan +0ϊ;d5o;XBp6__ WqD}AYv_ /f~WP="J@U.ba6h}!`SdE~:oP4G$[jbZb 7AٚZKw n<g p!-,: fAn IwN?I'qokzP7_r2T 3E ˰&D];yG9XdҹòlʊRh[sFpt_Q'M#c޷t|Q~O^KFa +NNr]X(5PHo ź&siOӷuyfQ^JUV,Ex,:js&rU5c5%8({pY0Z*F,BY~DS?9;Qfш'1D#ٔ fN7~m2Jpfua|:-qǠeWȅe+ d pe~Ksx)p,%Ͼ-ަMdK,3) 9/~ld3+g~ޠ{N%M>EIBK[ֿN$˛BuWjP#0Xj3y.Z˗uA TVlJlZI # x:#Slb)YN΃F+]$nUU[wijYܾbqtڽI!D$(34py0r:kF¼"V ?k_nXSoµ\RX(ЉWsYlsW;/sq^2k׏Á{J#ϤpF`'&-[JGr LkѦl^d|C|sk=͘V &T+5 ݱ_J PzQER\Q;ʱ=j*ݨjEhOpزϲ}_G]w 'LdYE7^ i[ؤr} +?nvO3g. KDp]{3U/y-“3*Bă"nEw?+J^#RFt+- N,ΰ-Uxd#<2,LX7i_N%G *G0O WزaGi|Z A_AI A1͖V=5T&Mbμ؀Gߑ`OKb/9=~a9`5V5w-ふ 3G> &t${RU9;eFpO5ɉS3;yiUb0"BWS$lsAUH&X(1hزrA`oh({ `_CYL_pC=YSޱR}=`<ړչDit r fr:{c ~""M-:4iIMAx$6!Q%JmsGsY7VTbMToM֟؝9Ku$`~vgc`uȩ!lzw}Tci{euOܧx?n9› :V-0cgRx'vsw[%C}IX]'lyZo1y`(J0ƻ5xaMtRHR WfVkdpXVC΄ bhaCs4`2ٺC!0.m,9\ h)OJP ׯsq9{d2E,*+/D_-e4lM)R U);Jdn6|EiUTԐn_?dF6)LȻV!~4[]wXHE_Sx۽Nǂg03 4'q˪ٯdQv_&?֣iOD ƩA^;VJtGu +Ec-Ʋ ||޾eg(b֟S@Ǻ05V=/G\|?43mVP1N^dVj>CS3U_J-X)׹[_/GvHIcPS'!j]+)[fs^kZlQkf 򯿱Y%Ehl͓0H.LVށ r/7UQeq4CN 3=E.'+,E.>9#LC 7AY =Ssf =۲1\ħ[U?7/m.1T"O(pc8YkhIcj].F@uc);z^'Fo񕸊SϱdE Vg42,)͍ ~T1^ԠMisZ:L:d_u%Rӈ{I}I%&ʯ͗@MN,v~Al3+L:TPP„2:V-Re Ms`LjP2F&Y >:h]\Y\,+M4I{cw5̮3dU;ֈ tw =^zʤWcQ +T3?.U&+-++myj{MQ‹g4 L$=s`Ůma!O!ͳ$hgez&nOb-DD8GG`=EbObեS2:04:-U_Bq[K~I]޾L0E!R9``AI1YBȿo$t{k"~e^Y"$Fj'4 1f.If<+NF+G1# 9mT:C^N Ò< Rhl5}/e}Q"X!ܲM3+)Khc<Ыub'v~CV˷cqM%e1"Qt}i C'bdC\B &G^"v599|SAX#3!({ +q<[,VN?&Eim+C,^Œ.הy!1[Jd޺^o>:(؟[إM[dwiwM>L'aL83)vcٸ>>7X|!wJ[%;vd\oe5'u~gHkzf_dV =T<\LïGě>ta.-8ރh=]*H#7o-6F0C!4}ăї$tc/<;Le)y8w&!&[p Fq7 ;vN;u϶//L³fI] Aݰf+,^06~cz;,XƠV=z؀BܹgmGW +)aL(K6) /_<s 〰ţ0aczcPWSIazDwҹ=25EF eX|}8HLrޏN+lerQw-Hn2?pK+Oy}SCHV}PCeW:4_]_ c=EwcU= |Ҭ#kQ?W$91d`t!,YaCiԺ}!͍D.以?w6 Rt/Ǣ~IQ<_s&3ݑv4joQ-ZWY(G J"aZ= Onqd*w<51k5"l-`̺ږDE{~.6Fu3)dm)!_Ns]C=cqw8rE3Z +n@L#ysΖ?Uu,MX!N}0?:hϔMnɒG1&IG?.Lnkr4aQ,_CѼ&&z ~Ry:_8Oop,O\?{KE$q&ɧ2ǔ4.DPvncF(XC}waȣG5tn0L&sY%Yj$[1(%o<П1ra h ; dAYwy;&[v oHTyL{7ַi{*ED l 4l,M$\r2e\ꐥsR7Y3-gƤ6eMǼxbAahO:…Şc.݆O\ۺ|5d*t0 Nzg9@Ʋv8G%fxhVRq"c + {d$NYKE v- LSJm)">vX: dl}^pVj^W; +Ʒi +?O>Ji*AŸ|V,YqP1q\D\9u,cc][ vtkwUB7M%cnB7onlsrP8Z!%n#uQ)}WRqIxP~h/Ik3\*)̊L*,&Fӳl-cCKV9Wd<ᰩčpBVN k0*;4w؊9,M:HVz=ͺc.=NJ] jBU'nTЃh{F2ǡ~2s;|T{hX +OmG2[n:搻 @MlV=%bm Rhᕄ!~FǓlxNz* $}|pm#mRUEU:}8_fݮ#ʸeқ{RM!+7ϓ@.9~kd~_%_KS*kuPh(R P\L?a*Z-V^=F LP^ |)Sg}gn[jTm%zG%LZ)5 [xʄ |F_^ vA)@(,@"[E {qW-(gI%̔Մ(ռOxlR +P3,THY:BDwtT`b/(>sa1V*o +Sypc8}KgO2 +w|wѣV,OMvד55v=Je>1({^#/YRa-~;rwVҡr`Ub#idqqжE e}GuCCa6oa91ppS!{.wx-n>NnComr|P9uqԇЀBn4/Z_/쥞PE+'Kc>H$&TpJ߇=ơQЮ*ηxxs-YYL9d(.j9HSJ8X5,geJ"G֡o8qœbCn .UjG5} >nշ"N?fn'^+d s4%\%ؖOKZ1Lr!1yE݈c>riQ% +u~-.t6UsV>>& ҋ7oqO㥴D/f2F^{9N/ja˹a ~ q8_/Kt!_4gu?k-{AiT'v^ iC} '!$ rwO" s. E1pUl+#FOh]\8wqK`t<_W3 +&Tv[I[QM–HTX4Ads?JFn]{/Aj;$ yOe"Йg:)DPzߏgƮ{ի_?XFa<'<+BGF%gi\P'OVt3rv48) ˉ\аjyj_YuZÔ腰2 I}qk{i-rk"+qg׸8`W"V?Q`H R=ҞYC&YaAeXjD<}1v\#\*f1PjrbP*cSCcyM}l-j t0OX"4YevXӼl'Q~7K=ptMcQ/ iS;âmZt:L#juo ˔COalj0mz$0|*DKh/)j{|Wij720|z5Rhga0ާ'9 r]/!,gFο:ruk8{aA)+β|R@%xSQ"ZWAΖRYp7;u5<[Vw^DaC̕35ޓ3#5 8VUw?\X_q +첤X bJꍀ_'}e7rjވqMQ\iLq >{@z%yuYbaqDqX 2 BWM #q ͼ[]€mJ9ƷŐ1ILŃAӷc&RA\;vf05ݙRbmxT,j"P%Fd9? %ABfS/t? +n)"Eikƾjs&$Zu҃nm*8keD, 'm3JK L3RόW8=ZGtB42\"b 40fڐGuqSb#&b'7F#ό% US誵S*~S'&e͋0ӾeSlt\XYa?|GLւ T(.<]&qtt~?uifVEFKee_)HIBz.G~;3l9F68Ie.;TP7ଷҝNιĿY[s󟖘׫/q5Aӫ@"fa a&+e)Q1Y`lu梂huAN$2k擯︲E`Ac_QUzL?u?{ h۶4cC?^66%>nRpˬ;dCox@uTl»%[ 5!~E)=˨"Nՙ"2`ŗfX[|t3"Eݒ`yN- 1t1Ed8m+3} 2W/V3hdCr,U<$XM.+O}Y-=I^ڨ!B.,ĚD6?x#8m4嘓)$⍾լH[UGrvD\vF\puM:P}P0n{՟:|Q,G0.]SXlf~]y9E߹e5 uYzz8? w+Fr 'gq4/߄FUd6:¥s]Zm_^vath% M@R)k:b Ě?58"Ck\]gʲڪB/aޔ hpz~\S;ĪjZ[d W$q^DAobbI=|rovmnC˲CN?0Jڽ23;\pM+>*kㆀ*F%Ujin]yB.8S˶JPQ_f}lyy +ys)(@8 ]ڋ~*d$m!7n$%OmMxʱ+13?PQ5JG9J盗_h ^F }Qζ6,.A>{ .3 1GjP6 +uN]P@Z&i1.zQ +Ks1>eV@ ˫;C1?Dy;!b\$J շޚ5ӯswL#184 D]l,VזhIXTzfcf-CBm Z' ˷Ya# O*/Ҥ`aHr֦&ܟ v]iļv<3y~ebXÀmUm+vS 7慘ˢaB ۯlݕZ.Y14V NYm!Zyrޅ*;1RVՒo{pU˖i]ޓw7~*caq;׀JT*:haOY%npInsM(h30Sxy@[WU+3Z''e~qK1f~}WCDb|dR򰟞nV+_T_ch6TG(KENqa! Z_^ah݂uq̂ܽڪHl6%,I.H3pUXgX_7B_lq'h2 (7Տ(7IaN%?`^=daCjFWETU +P :_ksg4{xK˱akDfXpoTS)r0wO#ϚѷɺNm꾭q荒+fl `03[feiKܔuD>]f0Q[$j ɦpCTh =I]cP Tqit4_\8hh8CA-MrfA=F ĢEmUpǼYx71CV0>fe*LkTLO/@C_O.W7_?= 9uTpʟR/>\$Xp}W؈lJ"Hy˅IptD*\Ѓrz|U;G< 1kD<۝O0gU^՘W5Kz2Uma|jud:1Oذ2P R(n )Y"+xhb) vg@*MfvO`rߨcۂ>~O?'l v{}h@ Tb2kv}Ӂ?ԼLY=4W)2=@ŦEonp{։9-}aZ?楪ů@v@\0QXs> a0tm̅х*O` kí A2آBV됺Q]Yp 95U veWF1h}`?S| +CIBOn$\U}YߔI#.k2b2=tg``)T7 þ.vy +h2Rxb$`1 W <@*r`T`SąBP#(l2'uB_ѯWNC +N|[~ZuvfNm=Qո!ZA-kx[? F#N ʺ!z9oCFK]X.ATd[$4eX>̄l Ud;~y8@m]aZ3뵛:" k&A#|0]2u7S}bqE'ņWn_7o"E(SW&LE9 endstream endobj -2064 0 obj << +2329 0 obj << /Type /FontDescriptor -/FontName /SSGFMN+CharterBT-Italic +/FontName /JIVQMY+CharterBT-Italic /Flags 4 /FontBBox [-226 -236 1174 980] /Ascent 721 @@ -12975,53 +14688,47 @@ endobj /ItalicAngle 11 /StemV 82 /XHeight 486 -/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/acute/agrave/b/c/colon/comma/d/e/ecircumflex/f/fi/five/g/germandbls/h/hyphen/i/j/k/l/m/n/numbersign/o/one/p/parenleft/parenright/period/quoteright/r/s/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) -/FontFile 2063 0 R +/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/acute/agrave/b/c/colon/comma/d/e/ecircumflex/eight/f/fi/five/g/germandbls/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/oslash/p/parenleft/parenright/period/quoteright/r/s/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) +/FontFile 2328 0 R >> endobj -2065 0 obj << +2330 0 obj << /Length1 1544 -/Length2 5517 +/Length2 5494 /Length3 0 -/Length 6537 +/Length 6509 /Filter /FlateDecode >> stream -xڥUuXF[R$6KJ1`26FRJ7J -HI ! ܡ{>ٞzFaG\ D=8hq.l\TMUHG@LL\DL D˫Cq4Jhp $'!dexCs}O,ob2x1aqx 7s~v@z5/;>X~?1D3,\D~@cGDc=q.p@ Ǡ b= I0ع'< Ga8/^bHE`i|~BfH GP9 uwߢ?Yb#Nѱxߜx$?@)8"xP<+H 79ZI N伹8 CcDݠ(O|pa+׼G4,p_3A`\<_hg.fnPDkr@ |qEχ]d -?ycPG4 - 8E 8|ςo 7'iu9 ߇p!)oh:8(~TP#B`5>p?0?b3#DFh,Jo)b|Up>Kս{=oܷCXwo4P0#匟InB1 MU b2 # -w 'Qçw'pF>9 jӝŎ8{`zI&̜hnսzn^WJ.5\噅nGaqZX'j,2I?f"R72/hWN(xB OAkr{-Wf&`\3 =~Arc!5w4o5WZ9͖MLS^|D[v:9ᦂ^kf}&=`oڬr#aw`hѭ!t~!+ k58•x{vdu 8l/wQ$r*a4h)I#%%?iAJFTSJo9COԆe_m!4_U^ D烹VؒsM=j$MO$b>]X~ϴßx nk#/eD`['){G# %%[z|Y^%ci@J~.XG7 }%A7o ?Ci^t6ȷ8|Q5Vqiqt F~ r?nGzwmSp"U{_t\0nlDPy|^>[C=Q\4ԐTA5i1cTξB j4G֛Wh-([\-/®kľC0 -JlC̷ZYT E5i 3֡I Ci -HGd={[r#DEs杋zw6rgȞؿhb-0n$fܠ@\ /Ta6M}uwqܐA]Ν|+N>%`?Ju[iE2S<^ #WFD#Չ{omh2O{;Pڬ --|,kuZHoWk -.gG ]X#ie]k'[ʬ8e5B3]:nĪ,>p}>yԋ"b=t<䑸AٮG_WDuNsf (utsD2Mz!cwû('.k5Γ;*Qۿ~EM`' -kfW$w9pi^J>1k0,4XԾ_+ku:S&.F^jba% (:H g`L6&!zS o>,1>L|ОSeuTg:)r8<x]fjӰzl`\%슖cC_灖KZ1uTW.m,)A\۲L{-:et6tݻt nR0@vxb+s{3Bڥ¨S¤AUʓ>4> -,ܛ - ȀIE:_ <']"j/o{?ކ\ -y[E*S*}p]!.|pkuFCX%=Aԅ;V5QDtDUw=SD_)x4v*}/j4sl}0˨feDNTD,hxLy٩|DrNgq&7ޡ +Aޅ۔@~\.ICk5J. kx 4ԕ<`M -_KVHx@x輜(P~YyU[߫9byԣǦl-UfYRR3g*QNa0#i+97WhŪg"^u_.M>(%;_؉Gm4FR`Ӟ?|59YV1Ny%CPZ*s`t፹"$e)9hB;2 WiE8ƪĻ,K-GV`挶 4yMM -Mgo7w9RaLAДH)-idz-GMUc3cp7i'[ -9H?N@֭`'I?YzZΰn5|z \mAHR_K -%d,SEr͂-cB>f-d(3F-XoX4v˦sN\|xP\n|1q{q&}Zh3:ɷ^-O375D궔$"~P #o v ۸XǒX0c>@uYZcc"^` .Be72Y]`(Tkmyx[ffC/,<4#x2TnǕ_0~\v FlI ag[:9nh_̔ř@jUq6/6̐3JIxC/rÌZ긋;V%}(Nʜr+a{.YV'UHH֗~KY9oůBYV7.<:/kUલFN?P!x1Q"{4C/ oNm|ʕN? d9hD=Y"[2R䌔W:ESׯrxC]iU9q tlƢ-HKU9) -뙼DV^Ph [Pi(Mp[YWss)4ؖ[EJֿLaO{g}|ԢSfF.Q<?r@CM-n8ɠFPn{Cw{% -8kYJ}vɋ~@5&u9l+jG+P-ΚP<+4/QyOM˻8kT>k~<6B s=цd7OSQ8^}7B+zȻ^^fՐuo _ n =,p|]qllwԑxhbƞYTe-kFsmh~JN/ѭEt䌓+aSF_r -0S{y9SԁҸS +xڥTw<ԁ(dodsC8pƝ.#el{2+ޅ~N~{^?^{}~6M}#E;-B ҀC`8G$\HX;*A.v,891Fpi@]a @HRZXHZTcaxa )Qa@,*JHpn@81h WFycs90rsuAbv' z4M(\m1H;?)E`<v,({C\vA"p07Cw0u=UC* +A 5*ouDb, >={qmx%OsO `E\uxT|8G@`PaN<>p|8 ~+E{4χD##PXs ! W)b aa |8/#tafHJ@0ٺ댏EĞG+UT~cV9H `Bb?E|O\~K/@a`p# +C㛀×s^< +!1@ #k0ů x2;+ ?t!!|śχ]e +?ycx0;4Cؓ B8|ςoVs9 /p~ t0ENC𣥈rUCz!Dø#Qv GcG@J/~K( wB]6q;Ð({oܷ}Xϻ7fW(8r$~7a |D$ &"HJ ;=_I 'Aok\;*<D-4uF0NAiXwzwcyp׹5` K8&Vrs\MeYF5z翦)k +ԢFx>yK̓iQj7=9GҴa4f\=jQfoVQ8J&x2)M00jZ)f&ø?Tzٝn9njqj[+no|;];2/ V]˗MD<Պm/YeaœzА׌oNܘBxZR>g>RQ{y#ob['L6kEh"%"ZZYH(J$F=SdiK(-yesLл)/h 4@Ǯҁ̨%lYsM^r _țni7;H/]m$^ HCGލ>m ~r|A4pc1wկ:ZP, ޞ~4bsk)׶wOIqgŃ"\XՒ2)=OLl.]vsCq~s +Ǝ"!+>3/+BLI&-I=:qa698(MYR:qmDPFha76`hwaqw#_?~V|r!F}%R9x1BOrieQ`63,邾U:{ՠ/uAsATGB" i+ӔV J'"O)>b/MEΑYȒͼIa1C,oK @ +$68Iʇk,?*Gdo;F3ʫO +?8tYVe`LTllϾ "gC-Y.t&P~Z8֚qOU8kC=dڥ 5Թky#kѮX6aKY+c<8/(܄{~-ia.FO)k}*<ݛoI?J'ړNk9 +9 +2E~O|@rkMM>ۭДJVW\ID'=_x%vKfСGJ/CxR vn;nխ\O 8'l;,nBJ@ú@6'v9H,3'!Yo%h;'`c 6>݆N!RICz2c1 i\z]ѹQ24* mRyqqĊf%toN4NF_0ja8D%"r6Il<؟_]o ""|6ᾩrD9ĕZ%IDj65Ct]/=c(vg8lpQU ,_{ D9@+I?3Kq,BYV$J6JRp1\xر?4ty{j7O}N~HU"/&uqEK'LapQmx#T6M''1նUCQ3il$S|k\Q +܅~lr{^ Kg.* tF{D~KTd9|Cy8tزdh5q&_ǵ[, b>D[؟ؿR!!ι ݌͔z2Y4JV}i9:Z1'y +p>*g#ll@dܕl9%hʐ]К)߶rj%wT)ҍJpent䶏u:Mض7n8g38: do7W3)<(^H|HU0 &:+*tshd2RzcVD"6%@mՙ$Պَ}Q#"5 5!L[aX)sg(m'5w;+n.x>KA">f*| p؛%q*дjJ*BF>S뷢rnFuC:< [w^7p}c49l4ގvn|!#7dXS۳ay}IQ<(fȮQnJtWz>k]i_ |g\|J~w& ^fRH\!2hKґuj,C~?bXlpڽIqH+y`2xBw`ZٌAp6UUךJ}}JdGM)#":޷^4^ bXecaE0mɶό-zXEM-K)v2BIe-G7k8N| Y :F7T(~tԛ#%eNH~-}[I$2ÁZh[a`B>$A%oac. I.˜q>s5s3 JP&2O* |NVXG +&eb3E1 yw< #U W;i` o\4Yqy/6!_dyq9#:p +A4|lbr*5ThCok, #&|BT|ڳ:n򂆏 +;bwI#-Q$C IS9 -sCߢZFHq[V@c:u+=Q^ Kі)|V..#J"Z+U >ҎUXI+C{,>{adUߚeg;9kTQJ4zL@N\uXQFuh׍^s\8SZ0ŵ3+Utfn^0:e2x->Wr_K\ +{eniEyJȪK:l0nJe +=RFKn'S+<8tg{~2E*Ӱ?V@OJ8Yw۟L~Z=8ze?JYYWm/ދU"uWY̾-GIWJYeC٦jk_X +퉍*@@yM8HcUŝ-Wlx,uh[X䱎sArLV +ŪpګUpfx\}Z97obٶ>o@ľ0AI/g?t97@.|b[|Ԓ_g# @.1/la' +WFkļX*4'U)Rl”umBeoW> 2,I4Xx⩉DF=+Spi?0NkDNt}Sqsv^cȭz )VOl7s |}T2E-4 9iL-wMgY}w-fh3_2uOw)'S5ƕh0&gײH؞EZYpo}}$N*/ֵ-L¢ҞHYBV_e UWH<zrOIJQ+cOšk9~r`IU25%*$iպݩ\ [į`ڕ,e ]^\}6⺓*ٮT E%>lb2\mYKڜDݦ7 endstream endobj -2066 0 obj << +2331 0 obj << /Type /FontDescriptor /FontName /KJEMLK+LetterGothic12PitchBT-Bold /Flags 4 @@ -13033,90 +14740,95 @@ endobj /StemV 120 /XHeight 491 /CharSet (/a/b/c/e/l/m/o/p/t/x) -/FontFile 2065 0 R +/FontFile 2330 0 R >> endobj -2067 0 obj << +2332 0 obj << /Length1 1543 -/Length2 18236 +/Length2 18213 /Length3 0 -/Length 19286 +/Length 19278 /Filter /FlateDecode >> stream -xڤP}6ݭN.EZܽ}?|93gD^+&LEId921@4Ɯ]ZLI ``e`feeCM]m@@~" f`Yl||Zn.V:<\VNvV$*@ `@ :|AN^`+kpX>bpstr3qZ<@`; Mќ n`2E?D¹@ hGK  r]M^W~h23$Ք%4jj5Yi  k  ~gij!tp t2~ Y9ۘ[g q1}~j H܁`Guq3~x#IW?.@s,A6~ ]S+0/?Jؙy>5в<M?'4k#???YdPBY_t}~ _O^c>\Z@K$%q8nL>g? lWo`c6lh@`Sʺ~GcEh/G݀9tm* GD#jntq EϢ!+m/kbj6cc׊s gŏ2$A6V1`u@&^rW^>. `F(% 4GZ]`|,u }4S BR wxSܢ>2 -!=2AX-l^{si1ZoW">dIdNy5.[ك3NqT"*5\˔7JvhMN,<3m5X@ȝC sۈ"N4(g ,̠\kbALO؁~Y,'>j?hVfrɱ5P?_YsG4w< w2ټ1r*neH(q*۵1#W=sgvꐚx'Mz>xcghtt[Ӝfws 4 Ue_ϲiZlQ ;4\g 2n~#Túh=6ƫoT>~VXoqznu$,U4yڞ%˸LpHc{M﫪|xlQYlB{3z+ "$Lھu_߯%W:ŵѫ_| k |?VH$7S~X]ʼnatɵh38}#4`bEw!Vg1ęupAҼco}:M9$LK3S^RXT焂nn a0S9J?%rB|u#s+cw:NH쯧mI o'M]e@VTk]ζ. 11کt84DT-ʱ}5c_ҩHMg_ɉZP* Ruf)ۻ0Iy'd_VGmj>F#oVi26_-P`"tr߰kg&.wyf\fihQ;ЊNT*TG7!gf`?|J{[gyd["ķ-^WyUB'"2beMaޔ -RiOj%j"sS)_[m60Ơ[ aO -*ʷ Pn[eR-۶5;Eun -x6ʜuJnfj_}9JX*|vf2o++[?JZ۸7!eW6y˞K5;bC"U8, _߱Ƶ-.]\Ngi@ p۶;*6^v2m{bR\"ܚ!>za(j m6<.|+댮҄weB%#*s9ܿ*N!ԷЯhf6L). qvRLЄ3(NK|gdRVG#6_ -_ia{Dخ%D ,&>-_dQrˇi6]Gڊ? -ao 7QӨFs؆n}7%q˓[i=H-¥mU -" JbcYa`3 ؑ^k«H>8dѵK~bc -l{R~em3.ijL/T+ZM3M~% =HS 7 -!.4~_ d=\qfbVɶ11Jf\H2aAT"Nb{ ˒ujIH +2\>vDί"&c]oxv܁q=AM;[/kGւJxIA˲w}f'YދCl79 }T ]bH0{6b*f'&>t4U\]%WGfL5 T"~4A^Z_ z洙0sn!UH$ -_!C IjM$15JƦ-G>* axqOJ)5Q5:vC!pZܻӵQۗo raBG`*hѪa8i?C ϻW~J9nu?} 29vtR.CBy Ss!^tG;G -2|^~Esg- Kdxܸ{hv?Æ(3z;'_ 8w ĩL YkexӢٲ*;ob.ӏ2mm͛PKO~(9M:Iދ!:?D q\iE -Mv}6ÐzKFX{"Z+O!<I$j퐔^Hxzz hH1#4{Q$~\:ֹw=+We}hfn]4 -ߟV7cfيe,^՟ۑFL2 mRUMׇ7|=ڱv6 **Ṽ@SVQjS:XcUѾa eU6-m)rb?Y,wɹDߞ -{2UVŸ‚z:_rz`0L[;}J&`A}2ajx'E(ekG>ڬHx7Ls?P9M/=G -\BcL'p?{&֥pZ2|mk!9S H)jD̲HMW((^D][0(J@'r^>2k yLzimu.!G$׏~9R5)ؐ2xjwrB}V3,'6R&!"3oB7rb48 ı֘wwKՍ_"-*tP:{B0maA -vY9eF At Kz1I i9!u&_Δ6 -1Cq~gвG~nG\tM0ʅ"ÇfL -dwy -$w -2kiHZsdt-Ƶc 0]\Gy^e\--I,Zx艶u6*r$8c::nY32b#'OLf@5m%R@Z /8Y3u껇 dSZQhAMPܕM0XjT.{ܯw/! Vniޑ\$+4BȖGĉS燉KMyeMre5 r{H &*hU#MU5x9k`\J FUX~`uζ @6n4zZn'>ÖFBiKYJH&Si")ۂ>P(1YEL34_,$/F71ɿ⓲,eF$fe؏9c܄K' c6r_m=dp4a<æ|jM2(6M#5j 20ĉ@jwlJ6!|P5Ud_ä(ϕg|a)r+V+Ir&b{z]hkEG~L6k[TZ`Ү XTmC'2ܶƿ[ܠHl-uBYF\OE0?d&ۙ,ZyƹLٷ 㯱h ;:DhёayO H֊`;y=nMЬ_p%1huD56j&.\{0D 9nlg4N`=K -_|PFr &fg(CyHLT[bk*a ^w~idsV|ƍ!{hQh~̛Z4j`iLF)SXg4^YEͩ{R]0+<ѭ#}MtrŰ)gN0 &'?"F\;F$_/E0K<<1I -lNϻp1 =E|T/$Zs/ZVX[?JRo,83i\׀v篬asSS-ԣX"%${` -|24}falNQ1^̕/ٲOէ{d!fG۶+@-X| q -]TH #چNFS|i+]08ka-lQ^n vvCF$S5~mּU*3>Ʋ̍/_{vpj+2n?mH8 /ea02]g Kh-<)RBفx[.y3yJ\E"PoB|O!L>ؕ0/ P[T/?/b2t75t"Nh=5(7t\)_ryȝ_aVlm5HWH+1X"m= mxqjxmF6жm?;i_@Z C4q8! -,K폇/(C(l3[ "f~k0gA1{ӉaR^kmhCTEuZ\u0< [ZiA UC,Rc=zM mF׈DNAT7r1;ވRkvw&cK\z>UʕK5Sh -  WP^],@ZNO]jOF_OTNc^2XwPX}$NWh>Oﲞ_7i!^!>H-u9] f+Fc8LVtn'U$ -W,e^p߈y@reuSxZ} MP^^Irh"!d >*LCR"QBMa>%Gcgu_s*1עVq6yw-IWHWQn_aL|QUc} K,h#bDX):ѩ[ߏXg> ;JٟO{& )cu)/qmɓb5S+<|`Vh(E'3aJ_kV 7pߖ$KwJذC9ߛnѡ[}$ս5au|_O*v`=iz)|7GZ oZu;1ުC>qd*w-#ƜKv2~"-u2j1U67Rv6Q"w&ױ!e^;ye{?mW}1Z^;'N4gAvfp!oh S -cڐ*@w ֐iCIˬeW$FbRAtECCyu2 -IiyѧQ! }4GMJ<+' -w͓=k UmO*s"h6f5O]`@X. w',ZEBߙԨ`F7K%RVne~[>$>.,Wg1IKnƂ\D;iz6\fe[!Uh.I}@?su%XIOup#@ ,@ּaU]c>,mv -JR9 - Ccyw\2g9ت x+E(,q qsXa3(YОs - ^zN(qI_e6e:Xhw<8 OH_LG#mnܴ6Wu$J&\%.-O9Hø|5Į__Z:ԐtY#gh,'CuڳI]1Z~,fW3@k^*Cc-z=ϲ"_?W٤ј7"M@~*3| -GK MٝOoz/gZZ]2d)sZ\qopEHpkӠҌjJfd0[F>ˉbh?psTBjP_|X4؀]}8Nڔxg##Kw%ze?7 p#mul},kjEŏ(2~⬖.<5>oR b#gE)/"a --_د%#~nP*f$u_ӲauU\ѕ,6f9=DM^KBR8Nc`A \ڎq xLIM,u:{xJY -vwsmbV2B6Nmp,*`ۢFX˰"`0tF^ÒD$vkV_+f}!: zɬ{oˆsh.0֯;BG}_I)X׼6Wt +I$\7U'hK',7Z&*JeveNl+ş\>t? fqwhnȻN -UCDS*FkՖ CzC4Gg&xwK#(.`N7$2e(F5XℝR\,GCZQAK싲t%^HZzK^E oS&i*8`m׵lV"Ġ;LY |~Dpųݹ1$?T~Mp/N_NypX-Zu,;^≏qABYѳ:3`!noF9ĕ]?!wu+ɾ_2Ԟ*bX!0Cʤ+yVULrmơd87H9qdﶥOecMKpeԨر!J{ez:+?\@yшu2}.dmcbky)z@)RawoX1HM~eP*(?EشmMSH}s7*7]EWy@[@9 bLg5 -b= */LhQ^Zx BzKm61QyX}mM=(Y55 $Я7榲2Ҵ-pCHf,ݧh_'R?*ƾ)Mk䐔?Iwv.F kp㨹wqg -݊x*,<B!'<F!R8q-VmAEf!g*>?!w#7D$2܄4sھs7ъ~r_yb edv:[o.~>y@|'=K mlE}G0}[x­}4%̜x6EA%wt3ΩJZ7kmbua.S46߯c@A6ajN%N=*C\_X}ӐĽ~ݔOZ""$R)e3ZNZs k,N(pVgj|Xh ' {ejC4rl[9*aj-%-";qL@ p9E"5EUƗ3[^ziE9麫}#O`}Ɲ0/`SZzzRq04wjှ D/,cܣj;>$Y;~•lW;jڟ#u,Fv]<ƬqD_-v%D)ɐԅS.#hDӇ4b"DfКp5ӛ|GCV}yJt{nAvډʥ"5v53jr!cC{էsXs=szͼSB7dYy߾4lg:m8U[ʩq\Os -dE}`Sl.,[Ot$ZKbY<'XPv2CO E=}$ƴ}옙mHx܏&k;x6WXf||$P6Iov'p+Y&_XzwȁMn7٫Xm4čO[sl|_)iX,/bCd^dE.-ikA:.^(xLɳ׊\G\׏87ٺN7c[ٝ_4GKxU\Gc+7h}c4@2;%0HG'B=sIbJ [ïze [2l֡b%ق(Psn{` gFۍ],#y -٢ =v)zm7JJwޟïʊSZoNhC$Y(t7Y^:؀dkljDfu*h)}h;+JzV-}9=3f/ V!}to]>]Sl,)%΍y:a?ֵz{s ~"{nվ)fW;gΝ]o}*YB+|{ _-cXB,c(S:DBՏVm K) L:tGcZ*W}hV&^e<4ŁPDrF9mKꏞ|TJ_c ;(D#b(aߥp_I.1iKSVC^DN0."[ZZ,>I!a8,-Rߦctw໋=[&Ci+0vA{1|vHὍӷ57:BPWǪ|? K-?Mxb$bUDKy1CD:y @hIѕӱ`u IX#}L߼vK rMe\ 7uFӉGֽwL{ϸhIh"AE$Cvޑ1T' Tf$~ 0?jVvs1ӰTۡx ` 7`?\r4E'oZv/&#T "#cY_dI]Vs.L!LF%y޴v\gu0C -_b~ץ1m_ DW|ﺓm]&4ug /[>aL=Fu( =SWamQj"SO'h3OQ2'$H?G5F0F/н79rLLis1U\@} ),w -54#z:Y?EDʡ.\``Z(TswҧO 0RU2OYQo*z,;rIM!W'_`; <=;~Y-^9͈;R46Y}bgL~=dx$A[3pa$2E*q7i?'ۍ! ҏ\SClQ^5z+r/mA] d%r*iw`UP8rJx+ůҟjY,jE›ծ( -^SŎ8`sݭY*X#/C1Հ!Szڬ0h -ZgyJiM歰)#KפtmrUwad+Nc_5w3TO:LM*Pz'W8 ўI.`s5>2::2Zx#u EyYO v*stہiqfC*/#uF,S'Y:k|7R'n C )8O:Q59ֿu Sْ<]b5,]@`Z5ri\wzEsVI2Tg,J.Vئ=<1-le!D04bh1AHA_P١о=Ypf7KEϊCa ܏e/$4M*0Nzn|^GWjx=PRv XLi si\ߗSvjw!~t^ X*Qd,A8y6O Ƣ>7ȂYd7[܀^>l>@6yݟOW<<e7 `/*SW.ei1oQp8tS(;23*`AwEh.GXZ*+*In}Y:L\Ay LTL{ ub1 Y:/ԝA%k<,f۵ݭ>=gӕp݌jI_?1&N~/88Fڲ%_oWPW\Z=HIH\*L#>%F6vjRx -U\x\.!Gfl/c&3)8Oq#䑿)fV8ӝfZA`zFa _dTމ\x|0iüKROjyœUL\Z'Gx%T@z7N~#Emt/]ozmN1'Y) 772nPӯZls (psMϺ9FЫb5˸}礬TξyEsÈP?NxؾLc<)f6 Tg[(-'c$?AJHa!BQSBne\T(rYʾox> xd=qG?Iվ Ph 4i]9XOd ; XSINd'el"=LM9`L2\hИT5BK4}V9r@f!~!J tΘ֗eTn/$j^ jv*G+ U% ۴C*g Lօ!0X%07恓+iE濎-?f-y "}B%5]r~]jݮ}>1ˣ\-ӷWD6Pl!*8|$f '3H\1EEVi0.9L u"4z!2To?  -׎:ZLUU k/V2x9R':rx5h@knܜjkUI*-KsasV@IuvEev @'D0dR͚PQT{v'?}+T_55g/Y";bx:z=%UdGT{}-#{؃:1*kO(mԪZt,U~=;yAJi,K7?|S-Rx/JDŽ[-Yr!d$g"u^'ty;(:-^t m3K{7[켵w(Dr{NK);2a3$\j~7;{!uU= ̓6\XoEe,5~uj)[/t;&~ԥn'C.Jڿ2x=ؼ*pDPska0#DEV~I]Q[|EZlwy# -10^OhJ+єe>muվpɴaN -vE˥0] 5<(BncMMQO .% -*A -!(6= mmjF}r<X.~#,8ÅN@Kmp}~0p5Aq2 bd5p'k2>Ej -ݭϔa\\Kx?"3Y 1pS{Oϗ+DA4 ZѸzk}܈ -鑀p;zd|r:+Ucs a1.GDE^j ՠ@*ZRMىA^@l{.ZF1念|V/,0aUDϴHkY?ib7>&ƒ.nm&ҟ2u&3wE&'A3[wU$!xZU"[eU|[l-9lOӋ%t`vY' Jb[B>Oqϥݼp KW>I2瓁7B` -Zy}ZB7¬0l8j=}qKg{y#rfFFؖ9mZ~գ ;l١P OFݪ!9 vh!lF˳s;ElaE_~$߶WG0݋)O;96&6z,,_m̰Dd@l7 ~-v'heO1]>o1qXf(cpuYvFV6!hBn&/ܽw )2`Yۤ 8%K~Pj"KGfEם\s9ب, Ehc6ŗ0ؤJv;.ZR!%G= qպ̲QlD@'>@F`w_ - Y -lZHƪ_tJwaZ-6(֖ :*scewP(CH\ljVCդWG W{4n%5 h'Tv +xڤspm5fbܱmLm$;'&gb۶/=uNڨ߾{uTIQ$io],,MXٔ,]L,DUmvv&VxJJ1'Nd\mlV7 QCh `g`cZ8|b<@V?͝v1{O'Ks pX19X:[LNc @ hkdijbȋ0}‰s8ANn SY,MAv.@OlS% p/ LL)E y 58@EZꛚꧏ3|g4mj4~>}~obc0ԝA H6&`0t6wvDw9~&3$],M Y9g ߻ ;gh O>"*N6&66ϲhLh4ly'ç<ܴnΟ?5+/'fae'S?YY9?D>5ۋcG\'g~Y:*_OIK'g_=`ac`c?YhsKyd tsXY?f3Si?yYxLAf +.h J(m?YV6+ZxrCo64 +N@J?JXsd,i2ۙl,@JΖ#/>G +O YCKYMZ^m!v_偟seGO|$LM-?;s2N{yl˕s^yx9}O W'OUm/[~Jo:Ix%ܳ| +QApȐJ|df] `!36 )~߲ޞMy$a߱ o;U7^ sRĿ6oLL ~)$(Ipx:iwՔW[n_Yl;'  +Z"&)Ď6Tx8ΖH!5A(2i\0NPl)ap +2R~kL٩Dq*? L+eSZz,h]*ϒء:"ޞGPT9}>y2LC͗DDm:͊'W +7kh:+BfZ.{y4.fPD_k=THux;W>3M MW;ԻnZ1}FLKuHa^ouϏjR}#g}x 뷻% o6/8m_l]YUDH}ES[@IAV:Kz}L& V]lx^TKN +Xl9TI$lE=iW 핉d?T Ә +_ +썤eH2N Mį%I?ZhN7濗v:t[_]d0݇*v?2}]{f^EPɼ߉T,Yx?zB2aM >CYf2 _FŖU5-Pzlpjʺ5Y¡yp\*=`9REݙ:bfGI%.6B'܊Y0Bb"'^1rШf}Ln!&hazuwoJ]5\~|T`>ze]7>޵n̦c{&Sc: ed(Ap4C#|i*:9| dt|h2Y!#iy*vu+~a|SkĴ|TWZ VWճiXqKK`gJ)I. w~9l U9)їK|2. #\-e ,gJc[RR#1 >'4F묳 T,<mx3+ك'ΛL7cZV4 (f=NS-FW9T4\?Ⱦe54N?4Dv& FQaeyTH~D4p1{w7$9 7Uewd%{j>X~^k.2gZ{O [@ƽ8W{ !NNFeiQJ}Е-VC2q@>.4L.’k. :LȾ +VmHT8*'X:U32""vgq=FA57W+.-a84R0ZGn4 ny^aO +*)W"1S&)rIrd8~^*3A99NYV*.zO: jma/-XmB>^K3?p/ը}r%_1 _4O9.2*[{% ELRuep0F`*вf"hkH$iw,rDq R$\9͜m~2Prs;kUGl(7{;VRdZ͹i2k4$'G]O]~xn^F2Ĉ +9nZ9n*v`G==0wH^ jm+M]%27xng3R!,G՚x>6d&M'_-pJ/؂ td(N#2lv=?s*17PG5ernKC"0՞,Ǹ!UY{}ݞ}E8o9FzE "+/Xa ;Q!4!l$/zdoypfO*6.Vk~K叨ǦzajxEka(~ 8JW~7P+ nZ$,]=}/;[?j"=B4ކڌe0MOQ6ڟ6_l@7#Dh݈Q-no)Z+d74؄.W +FfI>AN29/0A>&ZDߧG&#Vol^ʉd1px=ջIIkPaaqcxf{e;?kC^/K=5 wa/`'Z5w;77ܯAcd e9ev>Jq 0ޏgrcRHϘe = ӊ޷d7}`B>GM̍ʺ.w8ѫ6rfcE%"Cd'8-$26=픻4"UdĆόOъnWhLs/㲆2 7WkQt;i?r4Қ({=Hl܌lNZlp#W-;cCkrهUxHER+fqrnth+(Ǭ _35r_`/so@3 @ID)^ֶ[>M@3TZfK4qMWQ^)Sy3{β1-V-UExAu}]t}[qjSj9M?L-ܚF;kTZػ|׮IIy[zӃWOe76MprD$Q_X~Bf 7N4!@v 6[$7W!ʗ:;) ~͓_v-h<;̓?ME73nS,KSEN;[*؆pqcmH&}Q:("x^$^ݍj(p;( KQ^zE qԪM!fNHXh`D42ZP' 5Z19%}"48#e1@ XDk0+5pY;4c+ 0hH`ZK.BZxa4 ҿSQCMmY_@D R\cF䴃aUҕv%f !gvMcslkAFa#4T6E/.(m%7ac Z"/g"+x.y=Úfj ń Ukon=Ptz@rlr;mnP}bIfS2]Rbj &Dj, A;2:b׮-]̿m3UpOi18t](~!J4~٪N"א8ah"2Rψu-2kOz)c?o2Ί!r}tP7-mҦ6ͱ{<m(9Y_k WfO.R:k.m S Q*咏c-}K9 <|x(#pE,NNPF#;&yl^o 9(0F=,ܻYe|"5*SX:媃Z4(VlKA2 1^rΓZ{S*WKkU3oXą&o}G c yv,Έ;Juߴy7iB`BW,{|kHD1h&z>*{ҏ;|׮lWŵ]Y[GH}N!iz%'YPvȗl l=]s$.]6#\c9E4AsޑZBKhI3pvƃ#VtQ2&UBRR%VN([ΞD]j4ZaaOB54^F'\VE;欣2uAV! +Ъ=yrx5< 3X9#ىUa"XuOh3PJe͛:{_輞X v*!yl_p2GJ쥦 oJ"q84-9к„_k[l00<Ol4D ߈v@Xnp+&H&^g}mW齍*TTeяLe1ZԆyl&-%Z >aպ$tqCq]Me|? OC%r8j/cyTv&{gȑ!ݺ߸brә_8hq7Se#5G^ m ||օbyt%dJ0:mC/} &rh\EQMFi_.G͘3I {4['9 p*CºlV#kۄDY*$zp%UO{}"RCk^ֻB4S^B{6e>{cV +B(;:o$uNjnq.55, +9=E>ʾdatftHclvZQ jpd։RJzLIͿR BS(M@6bi Y~/1Z[UeJpqÝ4oLI20w˻X/LZ9:(Fԉ G#qsHŔ; :xJv2w˭䫷e3a:N#?|j{Ҏ_6r ++ 3I.ɺ!E6L7<DgEA/.Yᣎ 2뤚{g)ŧqqZ5{"j +759$WiηEt"`ks`5"YE[)MPlHOzI'%^`$VlB)t0:(֫i^lT#j^2iv~}.[oK; ُ)ZB zC렂.=<{uz +>&pX1$*x[9f@X=$OvҀ.﵅veeY*~ u)gp$mFhe>yR^239aqP +U`GaTtv-Ld&SH!&}PCnjHd<UUŏSxr'YY:I +N_(dZك5oǭq5Q/i#@mE,)Vux3#̆Qf5F<1*dr +7TtbݣoX­jywqZy@Z}GZ~f`)#H}{6cQ+EtQs*0z>Bl?ʢ5UW]R(K߯!=40^GS8Hf lʥ WAeNMD_~ >V cVT2c|~&~qzIB +H&uJZ?x`r6 ?zhv@&[/ho /4tਗ਼F}\g~$zχ)@t C=2*Wz` qLrQ̦M 1RS%aw4'd9 !b.~_hG~&?Nyj% $RvySD"Gƿ8P |Z>C̹:`^EOfsL~<}SzpG4P~z#<{]gG@Z% _51qfVI.\4 {I~dzkUl#ڹ io +!Ó Pw:nCHj?t䩯YU.byf[pbMEG^u|^=FD<#8HLX85 3σWL{.9dكec +\| +9$R4K*иgPekp[ϻ6_ڷv8fXic<-\wiȈt`n;PLd')M((43q -75SϝYnq1@꜍:<%MJ:NE\z]Cl6&k{0RC mEvnّ@BIk5A<3e1]* k;ơh.,:LPj$SģI}9ңxL l"wQyZMi\uT,xp=|כ& +UU6i8.Vi⚋9#Rg(o%.dŷ +߰5.s8`̪(d^(ϿET*di̴_G2ֲH#gueֽe~ݨJQ ?Nd<EۗOќx?~퀘Ş/XRG~RpA24X 2Z[~,Xx5 :bWW?P5g_VSƈ_@8ӻFG_x}/G CV^k&?Jylܴ)_L@1 '[ΖjҌ\)39$cvT6geQ%+dT1|=vA"\ʪ38d˴_Tf|BCaͪG0BW}kW[i %Qf2eӲd>B]7 7=.(>5&,ddZ?90eq49/Kj}1, {<%!EuݲBͳK)[9ݓvJj>F@ 7YGkV.9v友 +;vQ5z]΁A|LBg +`{>)Bf1ǯ[ 8 V<c#BmyT?_vVzJHi$4e/-0Bv|)4WpRVoj*|^B@ΛNH*e/!Wwm<X Ђ{Z*"/QjcAWq᏶"Z *ȸuN,$ײuK<=iezc"8|tn>^ س Դa)scErIFIA -oL15;w& pawtIU(Pq=3IUmryC-X*GboL>gצÑGZtdrVo`o ދ}* +\ +kдXjȓ\zjk l{+qh :|.R [m+ `R]d*¸4'6^0dgm?@`a:(T\*Lk[a6{od2/s6mV4+aލIabB)s۞LHmxfi^~4: 8 Fn1GjX*pȾl"2$T"(7-FFx;s֯Si2On !O>Fũds`t-#Sq^ & EG˥_&A_z۫80sVeZݘ)%]&ijim; }R7vvHg:ӵbv aZ 6-x(/3/0|[ -~.}(@_Pxb(")A+U>706yU{>OxM ?:nwW{J`{_ݳM($^F4jmO2>#RGEoM񔨃F/4 #)wV8կ[T+M3܆D"WB@zx0ugV1ts>e1@lw/Hve2q@&\kO;;pH ŚyTT5 +捗-jg PtRydWh^7ut]Ȃآ@d㭐cL p%sIG/96~Xx x 5>`8ԓ m[0K۬x2WExZz; KkvܖЗ8s'+7u͋Z9F[A h5(<:&HszInSgZfX/K?xbXsxػ +)0>qPwd)&iҗ¬߰h'Wnr,IzH.q5(4ΦX ]rodwP;`Nrx兑Y܋chQbe\wx*7Ԗ{MǶź:"q0wdʞkL׃[Pekwqڂݽd1>\zc #zh@WFُ$YA&0CN>5 oxa/W#\cuX$*(J6⊐LtJo %> E9-~ZC; +|`9e _4W<;01>ÐoFz31&/N%!ۤc.#T1 J2<{̝Z7%E.(;W&i9oE:%=So4~[,mr|9ME`it!' Ub#Fz}Tx'lc:=%)Z`ކE658'P 8B`¿4;?ɖ2;%%3vg D5!$eQcAh +/^8=1KR~ޓtz&Tjhsg tNPo;) =~~}Q͂['dx[O/(+xi#6:]8e"ιXZ#>9E#N!r?ɱG`ʲC0PIiRO9D`͌ƄP -}:RLcS*[GvQnz+[i3.,g;*IE)9dftO{IYY"dk6[|0M.heh269I#'O;A]p`].ŕ+ݻw*5״FX )Y1 .0A_lE#$!{#ṋƳ׌oo}ZUYM^$Q| 83&c^b",ӎ|ŋCR +dywD(3"9O#Y&k!\rƲ_< Ms5O7Ny!%<)@= իkÈ!uq>Q/ڳdrp[GpRqSCSn6%y$OV+rbv]m2'lxH(:,%4!?YU-7"9^tpX&cI۞D}9  bo1[9ot!hӨ;s;CYW,H(籄q?D/{ 1\ɹbX= 2Eڹ[.Bi*o"lU4W{ͪZ8`7/F9%{[8K]n`bʺr0.#'{ L1uNr""V(y`AZjQ2c(0 -wb~ȽCNW_/<<_m\aIv橒;*[X=sW} ~%0[aKb۞NG!qGt%zx)[P#NT[_Pb#& +) AE]O!㩸҆%Қ25VSIj[P<ؾ)g^WWm0^S@DL\8:\OǰaVJB9Xw[A*;m'H*! ё*Ct]cʵء{q& í"x,z厔iV?q;])}Q)״+qyB(w&xY-ݪ+(潫kK!:yN녭T^ +h+6LÖK5ty9}Oan^1LLXE^teOÞ>*m iQQw)qҍ٦>UY6y͈9%bmH[.[C_m6K-Z5ɬ5Li7FhQݣCQv{QTBqth痋[' +#[&/BmHΪQҒl{:Q!gfro. Zf[Fܕp4댹;F0\tiEV+_I0H";H"&HHC!ADZ2_L ?r!c%4tj(MU7CGJvDJH_8Qm_"C(2YQi0+UqefA.03N{Snp!ݽք jT,-rUդTWo{ ePH9mX`)MMb6"ڮ&=cB7߭RZEQfusV,Qo߽~fZŽTWK^\ºp,bQwS`a +!DU~Հl:xb.z "!;b$v󮋠1Ϛc*9aU`9*-?v˷dx?) +Vȅ3\(0mBUlZP\Aԋrq4 8\eYV LDot+?ZSXK!Oɿ-Ote-HIfyq/cە͡2ktE}9 + 6l%kA|g9WP] \( M0-_:8rz +s" }7>ӆES$z]Ɋboԣ<]1`?`A4jYnrq4Nl28n,pe)eZ<թ~f#Ej~]"ям7ύϞk^`ԷQDQ>Q-sVWoWg`3D9,֛˚ |!F *KbƃZ\&drEM4 +El8bN;д +7vVZ(E4D=ۖĂJ!?{J Txb8Re׵7#5ϋp оyf~}ip|v=t 2F":,s"8?ËfrW4i3˶T&qQa#0,̣QuCqLn\uQcs+.CvԂ6*Fdy( _Ȥʄ'V&ѦD`jg1[OUpeЄh{h=,Tղ +j-~@BPgO(P8є>{;IVu^c0q]m xsE˂Ʋr)yHb%{GgZc6#/՘@B |m?-ǖ2<ɸ㜻+]i՘d%g*ZS(ֶ:.=A]4Ab*8qf Əa]X5Ɏ{4^#gZ N}(q ƿK}{6 +r=PI4hNz['K{{, KTC+@ya&MGG͌ +Li sFރV A%8ٻKC$Uג}hs>ʳVtu +v~?'u@)ιH,گW92k=s|"ߨ+\{{ c8B6)i) U&QaӠt'#H"eP(bYˤ#wJ˭%r/v XxmI3Y>B0OĎM-1q8s>/8X"4}^y +/ u+ ЋjE$g 1@r +2{IGybK,jW~M6mLxC!SFawKd =(}{U:xc4W"b&2(s}p_u./5,,X%9=Fsjw%5tRi?qwrB:+0# +W7)Z7, (Dq[`O#̺7kkZCYx)`^(> endobj -2069 0 obj << +2334 0 obj << /Length1 1558 -/Length2 12523 +/Length2 11558 /Length3 0 -/Length 13583 +/Length 12604 /Filter /FlateDecode >> stream -xڥveT &8)ŵ@Cp+P];w/P(˽wfvΞ''9~JUU,krq0*gqrZ@0 YC0@d p -qq -qr8^ /6\\\n~~>wI+#p -^RnP+ K_8 qp2r\6SMbcHLVf` -o8G:f[!0+ jÀP7_/Zll9mue%eM4@]^Ƌ#́ _fN EBb,/HfN/U{(dk3 wC!v/ dj ~ax %I - K0= - 2-`E)+b);`z*X^!Wh.`w|/u~/-'Kǿ"؛Vo$x̬0_X9y_~$^zb7_Dӊٱ\C&^JRZAappqp}ea^BfLKNΗװC_ b0+^`Y:e`72B^VB7:࿓bPmEb2_\/Gn(k -6' X bZAV ߿T/ -__YTTGoUiq] }b' ٛYA,^eMP+% ryw$%|7z( -/ك>ˏfpV=~AP%Y^YgϫYب<0'70B\)fWǕǺY?ws #pOr %H[U ej'-gvB'Cdz]ojU+Bߪuk?pjPMuV P\oa;Qcn]sq9}21B4~㭡@řo؜Njʼn= X%kv[Y|Jݝ -&6h&^0v9<ڍJ\-dMzVnf{+x%_^))2։ ZHwie/|$IťW,DؾZ3/YFE$ odIG*MnD"X*V9\:X=Qڰ Z3HĘܺ{Ʊ1ĤOPdN< -q}** -ĸhAfACk?liK]!H@%'IX K;8]}gJ)9l[W@\)xl/5} C1ڤM#w`I ke 6 5Ό.9Wo\0;j1q84~X=*7U7/#_1 s*pI-:f~طoƭ vs'tIH"l^0!YOݏ6 {N>H"(%6ib״ZQA6X90}533A^v ::>䍧E\ ! ZRO@C%ipD75 (-g_Ȼnk|<]s"RqL^/-Ç5??:ckOEo%^H nx=dq:#W`M^Y6`(an҃Y?*Ɍ1[?,rd;D^c[1vhbFNx};X(ѐ HιTma8JGZ'%'-:jl(uvZ*e.9.VһҚ).ZS~ZNa~R=!Oїm2-Ǵ֫w~`a4dQRcmDq6Gz=gEJE@%u3fW*se*x\#E*򾨠U'?}>3Ґ'ğ޺T' u}OÅV6wXL_KH5s*7Q5~b7cn{9r$gL~ $|HXʼcMrَttdo9_I!aËݚCGk}7GebmמE܈u\&e]#X, < < J;p/ȁL!캬ĥ*>o%Tnj Q|>O#s_#[$\"OjʁtU5qP'NY>a+1b)MPSjJ{_gCRC|Ƥ;QDfO/У9b)H==l7L(4kꌐ!H9C̨6 ]/ iԣuP]dlzLc=,T":YӺ#sRIM칣]!54>0,w/oap:]#ԡw!csk *`| - t=o"7ǫSrXGu 1c8'\Wg=X'ɡ6TK&Ղx7,JdX>zIRzK%g#iPrF^Aƈr;sʆbn cXSֳs9fp(Q\fc_HcXG݅{IMEV n0G|n-վD:"S~Z)Qa,򨱔GۤPAŭ Z14?ͩ.} vv߸?Wdug.]o"X|gՇ)5>!u6ߦ2;?FxU%M:b`hhuv$'Tɩ2No {XhI:xԯ٨npn?%|h#?:gvh Z.@oftڇH" !^8~8:Xo-# o//~|Vnp!K$1&|}D(rA@$Q>˲:hվ:@/a5C{w=9Rۮ$M z*?JwLaA9vh̏;B)\iqELSDfq%@Uc|xCBFMS^X7{ZR9mgh.yޖTGe Lϣ7đ)H<_퓐]hned{s_CKa3m揚9ܭk;ԙgx:\3ǛӨ]Lڡֲas2 1{ů2D4 MW(UĒ0c5uy8Í3=lQ=II% ه ꫹e_2Wb"{(M5C5Kݫ-Di`EUpXrT5S>F~Ne:^.rDD( ih2A(G9:I&'%C?^P"q}G{4Isޱg͹Tk29 qGZx N|#^wi-0z)ѿ2e"!qçV*pԼ$^ -9 t)@ȁ}{>G?ş5N{MB'EDC\bC],m`,z rIjAY}un<}>7A߂™ nw^Hfy댶АV΄M!xHᨍOB0:qz&^Ɖޥ(m7+&TߦJ~V{"o  39&^ȶ_z3Y>8d~2OOHDF+.mn{{nA:!ΰоk:yLfm -љr 3|} `ՖAٲqY`^EC k:03c`q%Q^wNX*LҬ}rRTCe*d1y2۸UB8+q"~ bU*Zۂ\忯?@O;[b0B~+vfҀDG#]Ԏ s/WD4tGcRw-R;-D;Y,Nꇐ]ߥi=E I Ẃʿ6_pyEF#dR,;u)8ub'L.-4!"oʇF=Y^U{^Zo|MigLF-೚tF}2LPO*{Ź -]j^xy11.)ĝb$vg'('22Jgׇ3r.0#dj)dƓbPi/Zd~s]1cgtpC0Ѡ7Hp)G eɀ?k9_ -A/.φ6s`cwU1g~DHZȌ;KLz?CC+~GNh+fA* S2*w,3V?E~VH_{rtg#'\_ qjۡ1Phq4hV=v8+ƦOImGBynXч+ɋJ Itz?(f4~㛣5s=!oUj^6/ᤘ+Khяwtک}<יbRzIh7Z>qW:'0|rlu -4YL̋-dzR;4Fi K4Ԟ>Lں33Юn0۳-ԕkJX Z);${?}TFW1_}j& :^.)p:uKFi9?ؙKSwl`2Bx+%9ih eTC!pbR%w8k£8_vqF;QH[VQT5lەYqػ΍;D2ɗ5wHޣ``BJ-irϬ-? -cdžP0? -`$yJK?d!yszT!+5Qa< >"*fC/EY# $Yr< C!4 e2#\JӜ*Lj+Dho"t*BdT?5cIĨ:B8NɎش~QF8q83s9&39 aSO/B[\ OgD_'÷&lc9!_y?rY^ať1~M!\9J0\'sM ^A}ЀWUjMʐ*AͲ{xU:Yrxbњi`Ѽ Gu0apWG Rs~ Oǜ"a cq1;N&"yiKpؖlL|%vtM-0F>[q RPQq.?PTn?~*?+c8Etz4_lﵦu"=4gcO-6 zAr넽Dyx.fDk39JW a{G3tlIp[ޕS2"Z8Yg`>iX}B"8JjGFi3m7½θ
X,wmT6z%d(fs1h1 3M z!?omk7 U$)eKGɢ&5oknZIΥ$X&\zD}ڄ)JBa&IBjUmVnm!jJ'?_Ұ5-C*' UE[UEVbz[fOWmx, hWH1 -14}½J3^"li֌&biaT~\jGH ¿^)0`x# K*D Ę& &bH.0Ti^+thPj@~EJ`Pt14S‡*'S?KQX#njm.7W -^<*?ڝ1p1(a֪HXFOO˴d$L2H!%}fr{C =Q[dZɩQpG8}%ƸDnAN n(6 z%|nvdĄ߰<<[T# -#lGwcMKQyvH7C+FFEALQS W>y/Hj;!Ɔ. !'< T|D}/]YQtlrEdS*GJR!6s8&:1V jW~*V|~ʼ<\rݸ0mJg'5@gEq &x;|H/.ވozÓg0w acMpWZc#A]\ -P"(=3S}jLClNZ1[-cQO#5\WsY2ӄ}乨.qNIO<>F*/Ku!3^7_.Lj d{'g lZ~Wkťa&Pb]a6b|mLahx#(p0Zx)z?u:UlF~t=JG7&P|6;ĺ;8 z@Z t-p>V\ʃH/}[nQ@Hv-4`xZt|s:PkT많snCFʘ{+z89:X|,24 -i*1&+=Sdh`&9ɀ=l`pqxC -nPϒchMJk9-F+6H&54bkbmr9lmZ/;ifCdcM\ۏb>=l:aֈ@CqYyp&-''?WEQ%InU\ wCcRG}\y`.&ߧ"Znp%'iZ,g䉟w4G*%]V*F7idٮB˶}ywZí#@'L~sjL -S %O2uVS`B,)sSlR<^egz@oٛ8h8P'8}9 5TϒQ)+̔Um\ӛXM1 ")\"[ |0w Q:V4^#NI@E~E 4#'lSBǯr˼1آng>nCmN͟l0=W:d~oAVh)_!"E`XS_FSJM־:}18,]h+X,i%'L o-\dÖ[o2N/b*Lbj\YXtK4'',F{zZ'DL>>T`||WD~Nu˄gtBh w^P]{ChEU@޺<#gki^pGnt>ǁ;;MhfRf;}V?8'#r/0 g}ZMk6XH:` -+͞.g Z]*E hiz"B& ltb]8yxIfnzF<${`qw 2)t@I ƨ悓aoiv:#2:-dG 9l3+ؽ{$ _ t;IQZRk<{~)_#I%<<*{pt_7:8!D)x9G 8> yqs Zt^}vo>/V 9*v8g2Nc9 :@f(Y(zD-Mc뀾l`.0 ͛"KhlV͈ؓ6[2&0먐x~M  d̑Ih]ouv!K;({Ϟ$TO..2l%JJb1*&ܑi]N7fPկ3M õ1iQ'qw&d{.2Su%U|.-?K} 26\" aT' T@N53c/7(Sv,{69+ok$@IkH2ۃҺ,g^DPfAUޗL,|3 6772 -^BgWA_$$IDa筚[f͙[ s.|(֚呺qZI[:{N9 o@2b C"o||[9l?GGU4X.b#)? 0D$gY*m9~\ŷ@EeGBOhQQfwﺁDԇygj*RNgn:co~d /Re<]GA.=*֡r$; Լ -x7%zp`zdJne5&&d^B!N@+.,}|JZ#jdRٜ{~5;vW2lː%esL>@_#i= -}cACnQͱ崣qPUg^Yr4oi0j`oαrɯםswNʓvELq}^A|h͆LLGNyuPN{װJPy.*nN]/h7ꡯhoF=YK c35W7XE9?s3hqK)'ltàotb\XUUe>-垽^XVIyҋi׈ҭY;4 ʶ] -#L+zIkM_R#7aw{m1IaVsU:lnUC l9M`:# A^]qml#XbU-ү@UW - ΋( -.?MO IZY8BC[YoTwd@` Taxߛ.IXk&WZR D?9/u'lEy4}v!Q6+.,iV,؍+WoJ7CNɭ5f{ M/ VK/pɖ}oL A)AOm!8o?p0B*IpƋFCeWk5TdWj~!ݟFIU)g)D9I~W54S9~k]f\xH`2LO;Ydm0?Iru &,ߥ./b^%܈YkN0:ܦsZ+6h薹nlZ+6o+5KS/06uz]U'ԕczHi鏈&D7}"pu x|mVM#@ QYʨ$^^[\P+?.r~~"%7Pz_U¤__64DEދ"f&чDj͙~@r~ ϘvFǠWQ$04_9hAZZCC&O^uj{rq7L*i%(]+dtjp:. ?0y EW Hħ3(&=RCYKi9=hxt7wHV^%V* xV[J~G2Ye J̥oϯ1ak$tzhgEhGre,TDs牬4ҳvN+ Y&CITUea u/]F טu" C|5ے} $ -KёJ,a^Wr{/ ]!!%Cq*,ē( hh -rܗr R:<E{BA]QbSIAOWֽ Jr*~<{CUhf c[m.5Sk +xڥueT[% nm 4%X܂Kp  yw߬3WSU{Wծ:MC"nh +vtpc`e(.2nVfnfV,rn ;k3;;+;; fJyw;'_C ! qVrwYB|8998\||H4 k7W7=@ @dK::yX[Z +9M]O.SM 7u63Y!pvv\.`W؜o ks5mprqtr\n…hjdTԕ5RrR@Gh Aʳ6w7s@G-$k7 +r3Cݝ ]G;R vq IR_ H\n G߱d+t:vUy1Cc+OV`L }>J׿28ZmFwux A.>v@J0' +@r@~!Mc 7?ֿus9ك!"AZW5/evquh@ ` .i+da bB DBpp@ԃHc +qw@bk,COD]cP` $6eG7p[J)!\nd## dom +w]Av"` /NH9v;c-sX5b f`WW?`` +\TSe^7\u,'/!>+)3GskKxBb_&! adpxx~c?-!=fHKfXOqd.5o!0 +"D+lW?u"dD8 XV.@ &&QH:mJ'߯Fޱ4K.4۷ͷ o&MxKk6Sc Z'xcӖ?S3hl }y-m[EJI|tQL[a/[`&fF6 rO ۯmZB@\GO\SXER'ш){F {̮oI=5%b[2AS k>NDcQ$5բiDh!}KF/9XYKpćժtqM45Nō`[i*9ҘTm.%P n +(+tS-?18l>\7}Q6'&H6- hd/$*c˞A7W+i93D#’_MlogT] ~{ۇ+۲x8/'|e; N3]<>0ָ["XJ*L962d$Ai֠6!5s'm֪"ӑD/`mp38G Dn/ Y[ +c*]?ER\Cg9>"t1PMyD'%3٫JE66tZb0m:OHNiۿUĕXxejV]V ڸ ?s=L |!,@KK ېQI|"ّ|8>}%VOq+-%H8C ngEd?%gf+'spj6g:b%T[|1kL3Tv8ڗe KSDU}ε7'c+ %W"vrXelLq#NˤmO_fUVF;C Dyi:ڠH;T%<6"̝,y/5UgcY*(kZah<"$e׎ԽGU.8*=*oX6BTp\"T4bUpLM"Sbb/汒Yz+5L| {_Qrq4:ZK2FM>~ \7}é8*jɑIk1lzH-E㥏 wfDrZcUWK0Z +%c)?=0I'_aXn$׫MaG1@!l Y8IEǵ,#kOhm˽L;3]%u[ڟTuzNB~Yn-Ή#¤'Hpi6} ^(ْu]Ƈt-]U!FϷQJ1 \Z,^2Os]Dg#_pH|js]4M5k +j;)SK݃.btuh3½nL2QWGB 䯆ZrÍ4/.,쟗瓠FSУn3Zz+McKf*%S5MBA#`5_z ~WƩHsCQ'؄+6|(2V{b ́s't*Z`8G-/Nx'm* ,(\Po~df9'+M蕵F^^;\pw*Zhj0Lrqde(-l6ru͇-\Qcڒhl6.ޝw6DߐciMc/`DVğ +lXvsrjȼ;:uk5U'V]#_"y1}:FyQlE8c.b؛1&BPs;nŅV`'XpXgBW3>kG"Rw坹]\wLޗzΊ.0X~!̮U丫M`'xEN/U6?ĞiQ Z2hO#U> ShG\q<`:ؕoAfTBi@r"EkVԻ"O~VJ2:$B^U9D|esQr^Y1ַ7nQ1 zX,Em^f,NR>ᾩ&@RTϵKv)Es\eªU ۸Iq6rȻ*AAz~[xjqïռOZ_ }z=)e+QǪ&4e>cNNчDr=Jm<'s0O.K2& >OI5!EX_E0ߓB,8;r(ғ7Cl8~Kșp96g¼NɴOQ'vOD o e9^Gk9 D[ +IY:2$惼g3à0̹]{l;01I<]sdx6Nlܧ@>b~>?Jw xQ"إOʾ2Ev.S xsp.Kl|wApSE(验1Nu%Cu{` O\3_?6:Ѯl%}\vK! i5C(cr& n' fAnix Ati[)wZ&+$aW/TF{0lA*-j2![+4 cm +\:MJVkS Զ;xȪR[v{ϲܴGbDcu*&qR͢X$W`y#1/O @BnKc-Փl-^$aJ|$\:u\e%Ŭe!qc +4j1~E8{b,.ßhZW蔞># y sdɋg}nrH82FTL~^Duvl}rnI soQq|pۭ8?5?aLvlzt "o3r#XDXBH?|t8*i6-KD@xbLCܺs@#2untC _+ga-#uM`U'TYtxio*sFva`)>*$b(u%)nߙ!x(w^*Ag>!?r|sOTdUthyO߶(Vm&|P韖HYQDm )#Fhiy>nC./KuͨD0GG9e>lПgN"Rw4resOdVgH~Eoվ%Ȫp{OڸvܻjF%%*><["rb.38{ώ % + GM,@dQӖԗa}eYzpVa9U=Hꩀý|Bպʛg5o 2G,[J'Y X#XVn`I,e1JB[>|)&ſ݊Է&$@YV%(tZ/+oS '#-U.N_fIچ$ O|5b*/*E\yPE!+Xмw9_z2Qݥ.C7x:J+Y|JB,ғ>{൲5e.9}WĚN3MŮ϶̈́LvBR#hu^B^R.S?5tB;|vCXQtMou} 6H.. cIRswψ<0 ƌ,">>?*jpoUile',945׷uI0tGI6^{zX<˳!W[M&,w1^dwQmy2O ~&gǗ_;^:R7\ƃbBb7!LJ,TXbUQY^۹`yM8MQ1ቇwa|CweB~ƙéCٕ:_*< ~,/goA8OO@gBĻmS_5 3%A^d1J<躿s,*@b`Ϡ{k/2YxA+ZI=!{qDwecj#/zɤ+'oVF kWY?p!\;b|ġQ">7bwc~&oE)ߪTsCFf[TJQ́amw$ O+΀<_qbqGԷm:u\SFXX1; +whK8ťeڹe~|U)7BT9hƿVmH_D/e$?0 Bn_oW I/ x!aDSfڢD&&5i ~捸YiIczǡ&d]c&;. kP%~*~|IxU]'%: Fnu^zkDϋveOiRHS/LUA![ƳVt]{Z7MUCgRd9]SolGJbQDž҉,&* *еts[s]ޡ-+X0G_ ?,F(@Qk)-U F6J91c5 _Bp-,NJ9Ώ'zŇ-{z`g\m>kb G,99n|sClhzSDΗ)b"4 F#ݳYj&ʶ?}#FF>@f O+eu2^Lr]_5,>ݗ홣oןN+SB++떴pt.f\Cq<U[$\ y #WCSmRCmeOBl]~/OIV-E$@p$!aFF_p ڥK5=h>Jof$b1楩WW"co6|}.ă^.є^"web 0Oڊ^'L]X#l!%dvQ +fx?MD2x$cDN,1Ulv\Ć{pQ'+=+=?ab~Ks(Z ^#`]0, 'H\tG^IW1U{\!hF +;T0EX3g1-H$T {;2=mb7q#uD3W*8!^}CܫGР3k1*ٻjZX;p_uD8DE`h~n1*1uG\ʄ}rxARhfsC,d/a!68jI9?) my6W>@+(rJ>H<#],z9UPn֜,{Q=^GG{{̑\"ϚF~v֍i*GrnNAnk iP|kgl<8S ,Tȝ6 }O$XYԈ`\> ő"g!Qr5,M@5ہ^8jnYPƪV&Ek;dqh@#m/}jna~Yn/NǰjZuΛ_k)N?f~jzG穼En/2`M6}y֡'L4eL^Ӷǔ(d]:SaCv\o/~ICTm,[?>,pV$gx0AEG߿JkpDj{l'8ܿO{:hٙEnưU/è&++F(o5O\6%#|OA1UjҜ/.&)$=8ۇ.3"c. _}}q5 +8r@j#0y +HXZ^?Z@G6* f!3MT9vRf_vwh{M!P;I$GsQMNם sr{fn5 O +y'mmwyeVLuGqǎoZ~wȴm:5 ՈT ʷ|z݉iq?`~ow=mʄ{ӼO]< +g\-b ڃIqxfKW0'Pgs>)^gɡ &ɪ%r.mH.85n;i,¬:Roab!yFb8 “[4-㹚 ϶&d*-wpFJpH׼sxљ2Xy_%_ʦÓ*Yko׾#G~io!~ t\RJ 77 Rzk)TE7:%n.gā2;(}<ĢP&JO-3(UȰzwK]zI1Uj$eX- 7 b f Z2EsUf'P3|A^@q\ 5Q^=%rں{ٓ'a$tE(b+6֑Յ "X0KO}dL$?}F5:qD%浹M r^lKT6y +=.>LU h.ej5 ?w=I.q:7+˺T܈4~GLJF}`_dQz'Cn@ HtS13?֟ǻ|`';jDTѓ^b/sOnei=>*Mi|~Y !n4(UE#̾o ~QM*bVs֓[K Ry`Y>N /4-Av@X rzD+MO$rM!%sF>m^kyT;!N0+:At FJ>.~5U2<+noyjƅH-PcZO=@x[RgwZvY>a) 4| Ur[> hM6s/D# )z夽hL~{b9fOE.Gx |GN!~Һ:@n̟r.sʮ)}%_Xu)L +f%+3\l|2X1Xnϼӆ>v%Y_|Ax}URjtfmmTmͿJ#w#YX fVO|H7P?#s5M + ZX>Cm/i5^L`޵d~Ȓ$')M<ʨ7'bizX&cƩK&[*\>iR2 el>qct'?5ՏlZ`xjy0dB/]0 + O#VV:Wۚ2aGY씢 +!t Ayo8^yz,_?HM;+G.]b$T̆>@׭AJZ8VnW(rjS?ZR&ndE{\Ǧ"}Sᢅy-*\ | >"^qY"g>6G"rxm39''.rsYwnd= 5ݚ&IF"֏]m$[WR#"VS`XmAjrr`Q4=%A_w=w vwlx3-`Di鱎j׀;wӘ7/Rs4ٜG$S7[K~! +?k,1 @$[X -8llOȄ~+ zx49p|*0]mD857-O>PaM2e VA'-1wU~ ddA7Þ+8R+,)2&8MvQ4Na, (j~di9^cDzjhZ@bUIJVs& eI"9*UO0d\>B'H#HJyiaO,bWﻊ|tJNi%"2-mF$,k%&h;xixkEfM&t 4`Jb,̊-i'3 8YhnXW]̡n^:gl߱r0״ܣiIZ/u endstream endobj -2070 0 obj << +2335 0 obj << /Type /FontDescriptor -/FontName /ZUOVZP+LetterGothic12PitchBT-Italic +/FontName /QDQQYX+LetterGothic12PitchBT-Italic /Flags 4 /FontBBox [-204 -285 569 892] /Ascent 702 @@ -13197,30 +14899,23 @@ endobj /ItalicAngle -12 /StemV 76 /XHeight 491 -/CharSet (/C/L/M/N/P/T/X/Y/a/asterisk/b/bar/c/colon/comma/d/e/equal/exclam/f/five/g/grave/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/percent/period/quotesingle/r/s/slash/t/three/two/u/v/w/x/y/z/zero) -/FontFile 2069 0 R +/CharSet (/A/B/D/E/L/M/N/P/R/a/asterisk/b/bar/c/d/e/equal/exclam/f/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/percent/period/quotesingle/r/s/slash/t/u/v/y/z) +/FontFile 2334 0 R >> endobj -2071 0 obj << +2336 0 obj << /Length1 754 -/Length2 1136 +/Length2 1114 /Length3 0 -/Length 1670 +/Length 1648 /Filter /FlateDecode >> stream -xڭkTSW8L(!%/H <{W{. &( -uF˻ZQR5`KU -Q(й`]]C:_>t8/1'C i,J\ N%\ -W(H -W})tk )/!*ʵPMPU WPk`JbNX (\.@P$"0%|_M)$d1 PIa \SVSC]FUZBHqL:N -TYUB 8>hC$*RRJy!3IH9+$$F;]Vf@]=sIT6pXn0X -@NrDd\b', גGv \}jQ9T@KBBp}7xdgsP#i ǛXB -RX2;ʖ|,qY?ADw2ǎ{'LQ'وCgY2{:-eR׷6x`nOv\(Kί2µ.pmYxxJkH5,+01+{QG޵ #DvK?-5EnsQ_gصݴr]ĚgʜUGi`M&u unM.v^?:#=6$ҏ>8>UiHfrj:ߑ Ff{}-A=8he}pAYF ^Ng-6„Ks)o$tCwMfKW+VPsnK$Kξn% ĉ2zuajC c;K1kiYe~iN2UiBDSv2r0,g<)jx*,! -i#+ͭZ$t#S/23x>OLyx,14|ufȾOHӄm3eyw o`U¾ ;O. lxg48Ƌ稔erT zȹru3qo xX],R7O]09M^/+LkgnU",nYDfv'&oEW~Uz UYXt;|[gLZ8Q/i.Gа9,祳[`gXAޚBMu"n4si+/eNS|tpE&hܑ;2+>]gZ0nl=rêoLȊjm0A] vN'o[ÝP> 8^_ +xڭ{\U!lHG 3uD ؐ pH2ߝ; 1!0tސ$cX\CJ"O><<{~ϡQ]x|req_( a1g2)4_cbr)r^\;E>ԨФXȧOU("ƀPL +"hA!q<O*J\),$0ƙB0)ޤ%)ʷTRP`&kJ) ,[U;RHNfɲؐeH7k)JYָjymrE7"&J|6`ٓW,;;SM3u矺йʴ3Lu/3ZS=Uٳɛop

Xsu]4NDmg6_.{c[B2ps,ૄ{ vb>Ӿ;,sbQdaX[scN#hITV]OCw.Y؜WtDzռ/ <—a"~_aHduTvb䒻{prSO[F#]z{M ;Z&s }{2,y0:ߓd=# 3Z/x>X?cAhwݺ+}N'eOlcGVk56&2Fr]{ˎ1:O;o 5JףjE<2eb xl@{[raRӊG{` nM|eƇjQXG!kz'1m!sh򯨶XOX~}?.ѓZi{y'9yB<+.NXd)ķ?R޵|QeS뾝*'Fd{$ =ˋ7qjh6 -v*Šfqgf5ni}#R tKUś{s~fCfӅOxs)ّ兺sZ}m ̝v^K]ws +3T> endobj -2073 0 obj << +2338 0 obj << /Length1 788 -/Length2 766 +/Length2 744 /Length3 0 -/Length 1301 +/Length 1279 /Filter /FlateDecode >> stream -xڭyPW*m'hń,2XPQݗBc -9F+"xPo JRʀ - --bG-݀-}=%r b/E2|D y"@ı!2 )""M"/J e,{9LR SCPL,T=0TF@F/2 -vhA8B:Ixi- E)R8Tp; $q*U06K#U*;1Airk8q"N=QgPH ->"VHBK J0X,P*-[$>o D^P z P)фl D"5 |H R %.iTa_[I@":u,P@R $EsL׊@ŶAFN[Rq==)]"]]RIXMC{Qlhk bc Lߺ,LωƳF.-~,O>HIrɑ%Jd_qGin5o[5}\ʼݛsϗDJ*mr>P`iYuvv,p;v}aKUWLsQ,yO-<".SUs^ "{N=o${8JL@3C2.vj#*M3 dMXx/1b6 izYLW󣸶Ӧnsp~Ӄj3%DX6L>zG {yȍBxV03w]cݳhc8ö̡u=iXox>uL Ď6?G>~W[dڽ˜NEerEW9ym&/FU oIIlkYQ8u̪ v[8/Nlhbn̈́(fs endstream endobj -2074 0 obj << +2339 0 obj << /Type /FontDescriptor /FontName /RKBYDU+CMSY10 /Flags 4 @@ -13263,27 +14956,25 @@ endobj /StemV 85 /XHeight 431 /CharSet (/angbracketleft/angbracketright) -/FontFile 2073 0 R +/FontFile 2338 0 R >> endobj -2075 0 obj << -/Length1 785 -/Length2 767 +2340 0 obj << +/Length1 808 +/Length2 893 /Length3 0 -/Length 1304 +/Length 1439 /Filter /FlateDecode >> stream -xڭ{PW ZABo@,d7$DZ3@ٽ .,&P*-/U|V"UU *(B2X*n@?{s~u+} Z huG(*@x Xb,T&CoH"LN3:NFj!CB06j8 -'!_DoHP$%TOh -T4II᠀ 8D4z@@OJs G@lфbZc{cHȘhmR* BFZaHڑjiHܗRk pGC2,)$IC"Fp }G/pOyo5C@ "@3rϻe#fͣp )5I<0pD HCIP -(.tq("BR+ OX&6PѺ4w˸(%R,?FW3688|]7x췴e[D-.Җ"V)6Gc -b"uYelcF.nXa'h~фh39ɺfd4ؗ1}"bv+{ ^2=2olu -L2utc3>LvY*-um|rX۵|=ڻ-4Im0u[aig2XUbNq9g뗂Lk|>tǖJ׮S[Gi%+`/ڜ&/_/DK+dUa9{7\=VGljk*rGm57[W7nnR2}]~0t>:l`S鬟,Q󗇬~j6Xȷ1-;3r[8qOF\7 u+QV6tCgQ>o_' Y>c⓵qŗq͵CO|nCMԢ3EWbƏ}C.6(u.5M̘&#Gʑ Mk*fJM4sxBv;nu^ '׍y^VQ*?r t +xڭ{4ye=Z:c^q;5Nw0+=t-)!Iee;EN!*jc#ZS-D%9=?~sϫCaH:Ā%L$c0X +vpmmjj Q& A}9E!ʅ1H5 ERv hAx %Ab49 B'.J1MA} +P<Lq-"?w8jn\H_p*6QB !PQRՅ(  3fq% >P̓xp݌:y(F b/5Ɓ&Ʉ(#-qqS Ә(S CxH@(`@%8A[*4&0F)@Ě:{{<.nt+,YͶJ+"#3*ŚR#H¥u\/&:}XDruP^K;<7t"^}wZWM +qeoT* wMf`Sҏ+ ףi}xcF'7A{)~giQqAN*F],hR^͠! #G'AS~u2oH~+hX-$i}OSU%ro]];\_ z&ɊY:i`kXIr־0U! ֨ fѶIf?EcX#ixSyE_++Mv2 u<~MuGNWkNll+M$NXHQ˦RlEC@A1_*nM1Ttm?eҕ}2fpKZvpՎ09 [Tn(n#j}KPWi\>ZK%_?aG(e3Mj0LQ-.oN+0x!79f惙{Z5jͨ$@-Hɧ+!,}{Ol䦋<lj.[DV>p,=.@)YISF/eJAWS^8icɥ:MZ9.vކ'TVO=1u{B{Ĺ,I@hj^Б[=hE}Z7!5gu]Y+cHlv.]/8Σɹ sJ GgFj/K^h/}кw H jQQ)Z5v/;Oq\o Kֈ endstream endobj -2076 0 obj << +2341 0 obj << /Type /FontDescriptor -/FontName /AOKQCL+CMSY8 +/FontName /QSFEZM+CMSY8 /Flags 4 /FontBBox [-30 -955 1185 779] /Ascent 750 @@ -13292,26 +14983,24 @@ endobj /ItalicAngle -14 /StemV 89 /XHeight 431 -/CharSet (/angbracketleft/angbracketright) -/FontFile 2075 0 R +/CharSet (/angbracketleft/angbracketright/arrowright) +/FontFile 2340 0 R >> endobj -2077 0 obj << +2342 0 obj << /Length1 785 -/Length2 766 +/Length2 744 /Length3 0 -/Length 1303 +/Length 1281 /Filter /FlateDecode >> stream -xڭ}TUKr<(_ׄ;lf `|R݉%V\,PAH @Gd(dI8Q<͂ -s^qJI 4ĭ xyH^q0(PDxp&ĒZ|}-&P!K b0N|@3I@Bd3 !( H)PK(0@1M^J5P<"Д P#.ȓPG)J--!"cz2004#Y'[[ $H~a+i-?* 4DP2}HQA˗G':1Mi kψ%3APȯ_&A AZ b&· -A -HfR p'cX"2 hm -ᩐ^hkmX`EeA@Pcč, in=񙽬5$3t_aмwx`}DZk?" s|l-oqK(y1ݑ=2Uqhc]cޚț%WD OK=ݒ|~ffY9('’O?~an춹oRt{m{{DEBN;v)أ*M%+sJZ'~myL-zaGlgri;Qg^cϹ'=3NF!ى큹\јc>Gԋ/+樣tk-1:t.}fY3﵂qN gUh}Sʽk]PӷD  Km6lZݮKJ**Xٜtj˩bfB׶7hW#EPVgӚܮs]cu\ݖk=׊ z8dX4 4$)'$NݴgdhcWEħϏQN:r%om]b7ݦ\%aY{Na}^AԘ_[\voL-a[Esdg>Cu}iJlk;|tq'> ò]|1drveK#StQvX*URڍ5G<$?nP +xڭkTG[E\.R@JewVݰl0xhRӈ((ժXzJm"Z^ZZتtzloowyMt2)A ,RPc ƒ45ca@Q ѫ*87WaȐxM@ cz(iQ$ X`9td@BCQ@8 xB R@Xl3 ؁eV\ L-v>\n|C@Z-g'szTn>g)Ւ-.Yn)/HWNX9'ט5?-g endstream endobj -2078 0 obj << +2343 0 obj << /Type /FontDescriptor /FontName /WGAVVH+CMSY9 /Flags 4 @@ -13323,75 +15012,156 @@ endobj /StemV 87 /XHeight 431 /CharSet (/angbracketleft/angbracketright) -/FontFile 2077 0 R +/FontFile 2342 0 R +>> endobj +2344 0 obj << +/Length1 1071 +/Length2 10098 +/Length3 0 +/Length 10741 +/Filter /FlateDecode +>> +stream +xڭucxfmlm۶|mc;۶mvҝcZ{}ι}VQU5INJ/l`pwgf`hZM@g gcW7gy5z1sg393^PtM,fN&V&v377 7o>J leaoʟZ@#¶. hWO+1 hglp0 13̬L]&@ +{8ƿ:!mo`fGs@g??[A 3{[/QX25@h7?^GUkCVOGj?HvV^WڿR40p5o\$[>$If?N">Qrz?ps[%5=:vgE D;!cʔ&KAO\_אZ!O3\\\w[MDw'2A/O%,"[[c-uD'w2\Wv9W[iF" .-rdr2폳$,d)p1UG(NVJLO›w?c"WevNq>-JrUB^ˢܾdͩ)@);50w! ]dV{Ј\۽yC8 ۭvMt㕷Bj>\-PL% ?,D_UO@ؼB}WJҗ՜䜑ru +%{)=q~+̛j-dC \'_49Lʯ'#ÈV{{oRP(atr"Oz}iU̵cNh%%LܫZ&o }Tb_H17m(7ncRT-5bfFKG,ԛ S)1)ϵ$R| iq{uIgi o:V8):jfZӹ})]edFWX^&SHZhyѾ^ o܁`CdQU7M̡e~)ǗZ[!Xq" }"˒6jXQ)w?lEke"TYT"!JLjj s~ T& ħ&]A%e.?b9JjmK;)=m3ܚHCyDzc%o^ATt +7U.|eW˰ +7ިs&lϦR +C^zKm=J[^y`4,xo?KZQɯ,2bG "忓8bS'SX:$@aA_-a*ȧK>9-Z.+4 ~As<42cG*iL&gMh*tP/ %) vo@ C(Mu8fC\eIO1lJOykG+7˼p7* + ΁pW,1_zGڛfաZmG^tG34"b' =ÍHL堆cXa=pfSXQvn(K{F5G蒌EWmn`[ ]AT|08*a6WΌ,lS8sʷK.!DGȑ(yѲ_OFƘBHI::Tȑd#s؄>CGr~qגaȜ2f* +m×e_[ "Z쉡DEDO>NN|R Oa4$T$b0$e ԦāhԨ"?I8DAv]"@?;ǥԮ68(qSՅ5o'\x&_hUSG8ڃn`{>0#y7rj5WӳhZ]Uu*ﴧh-7ɄNnID )6ا2jmxZIo;?$1,rLoe9Z~gEBh +2]{KкU)r'tjZTbS#B/u=S +Fp, +\}@S)ZYR86n f +5jOMQYM[ש,xy-BG@#30jY2R+h"7+n +|9| +3_~sI|uB #5B#HU#zT ܪT֞/e9?kZQuhg幌x'o;i_"ܧ:_dܺcB2Ahe]X.fɡC8gLJ0 Gݺ@Wd)Z=-fpցBĚ|x4 ҍ֔2&tpσLoDb͍jW+.F~W Dڐ 4n@T1ڒ%_9?"$ϯ^<XcE ̬X?Q^ +]MTЪG17`iP 'KЅq|/,;Ph֌*DSkxIFQrA0%q7^fHQItMw? ?4 +ֶ5as5[t_d'OpO=RpAϙE#%KηJsgïQtsC +9*<l6OhcWa˪[7>6)ߗ*[O V +MyrHjUadE~Ap=D\(oWFuPڭju#@n=^M v6߾ +r F5h$ +,#s_Q~ V3F[UhKߥeϿq#_>7Iƛ8r +i%Vs=Uc-[_q~ɇA"'ǽvF;{"+Y4tJǮ1<}w :*ib]J׃8_zRn,-UYU5x)ȦY v6FsP0{_+F?2P72ZB؇y + X m'0wi%@[Kx3;%_+ +/yn@W2`&A,΋弤+r*bg[O}YJ":N` lYʆ( lhBzJ (/{WO +ځWRt1$.}Z|`zj۫)(@HFMkCٲ {{8*$?UbB~\o%UWZÄXoL6{t.NDK3dŝdh*:WL4\+}e~d6gC5#-76 2#%?_wg;oSp%0o&AY@?͒ꚟ9|&4Ȍ2&ZV}[ pUXY[fQgß6_uf7sV揺S-:L|_0cga nku]Lۙ&%9uoa +q eƛri^˕wQgb{R[ϓCylusWزLv)QLsh&% B8! Mk?q~ +xWKHޢaa{$g^p +QvҦ%X̟Lnk{ֶ̋iSo `b >(ojZJajޖ]9Vg'';_i?#YQ]n@glaK+Zʲ1qś|m5~SF#Jaz0&A C;,'DX`cmbyhQ6)OX7Dg}1U.!f%{Jd.1eh,|ʗ1_?d@cG-+~=W̙+--^p9:hD!f{vUz.e^k{i9>ʠK儿kXux3nI*x$hIKU J=F4yP%QST|܎G98?zRAaQ"d(Pۡ|%41͐G9SFp|,$xO8uF +4ʰ,JlT6]t&tϗA?9aa4$"d 5DU^wc$v{g.=k%Y2E<${]:CuLy'1Yl~N2B(!\qfw.6sjDCwI"y(Zz/[`,)]Sq]HHv dNT8[ BF|/[1A:eԲB: ro}OHR)\yVkA#gŎk  K6֊!x)`0W|/Ym%ɼrt*ƭhc?TpH2)6TH;_PgꩿeJB2:.$L_Sd*A\~w}[.ٳS"ޮ0n@b*ns ^9XڝՓC[u TƞR)9D;b .gPE1zk +`pZэs*P+%^o߷oXÀ.SχXnyGZqQBٛd{?w.hVeqTiӻ|!3 P uƌ#!Gfh쨱a2O"%|  +*>T&?EYc7|%y-K "Lϝ=FND)\aȄtk檆LV6ֹ[TgGTt/Rv)Ȥ5Yy!ֳ8{68>70sw|xL|@>$g {2z! +m|QXf/79؁sN #pp0f>(|JyoaQh%Qs4nd!C ^ I>eV}cYoc$liۈQP7]`j[rNPIu>B6y=-24i"*EgDpbNh-_z[}*LC__]?bh + 06oE m,/h3O%7h8` FSZVF}!EL"\or<&\sF.[%$s^b!;v穭|b,FP$A+sy(]EmOx`I"uiYS6$;mS SGvȄ2"Vz5JU-:t` +6]4w Ҿ4PN2bCUÓ"9Rh(Nyh^g&Ԍ(Ip䠜KɶXCL}#s3ʤBY3o 'a1r4sC8+OgB(-!v=6nN1>ī[s'M$]eλXg#y[cPdadXHPr]Lif+ȣȍ5 _Ɖ+'ʡ7@;|P5n&rDxۃq?[ kdpjő5=5>?O⢋ʢh/| 6j>+c4ga9erf3vR/uj #LCy5 +p )Bps.829RP*dE%2-ޖil՘nLb ]VQq˴A/$DI9TF1{џ뉽)%e=7&o΅Wq ܒ$OLPA5g!AU~}4`F6@zljL\!,:h )Tq NYqr0p|;ӻy!CIC +C*%.v8߷@<*'m]L=2ڹ_ wATdZr7 ͰW횟yϰ%A,ȨMY)9nvPXWce-%&B}ȝXQZe(&BJGe-qAJFwKs1SN?߿a1dmFoy|K}8$qiњ,;LXB {"<(+|b +sx{eP} +Rm;_ 5T0&U'R|| u;E ~͚n4ou.)- ?6gXrkaޙP4B:hAVp|v*c7=.␹8k7Ӫ }rs:}bǭ"jؠq`:Ic,a:`\݊B%¦CCU5)lYkӸ'HzPogЖ +C@ }t]q5컆:QxB[?j[d8鮪clg=KT*%Um6.3қss+@?˽&pܝ90;-{ gW8ˤYX.X# +5ת 8C$ [x4|gf\y²aq +{ƧFs,$U%X{oYr Ԉ4)&- Bbö(  &q1J)}kMY޻zA=z-%IKP5iIOѾ~cr9E'EHi^`ܹsi&y|OzJ䔪wJ cd& i˹L13a` C0m;@Aic)lw 䔞 U +o4[qVnt%jjX)+DhYgɻ"@=НJ{ ؏ԟu}*Iڨl͌ S!ƶxW(mҵ7 ^woaJ.%[7Cf/Aw%zvHIH3"ExP[Nn50A3u4M )O i7jۤ׸PsH],ݮ;ųA dnPΙe)x=|UgO"e ◎ 7GSx%ܾ:+W $oZGۣ/r@OiK{|C㢜i ͪ6VsKO;!m"hK>ue&lnr?=A fɥ +0ZbIp#5_mg-HVEۙ +28Weji;|-jC]\L ѽН7?7ݥaUEsE35Ryhi7Ev-9tO +̇MGzŀ%MAjX>6|e(y5_zAg1#M +!s##'XA%>ӯ +`Vb80;:k~z_ Z9ޕQEp9#ftsptad^Oآ؎M耴&io=^3tk>ҫ"<>Tv,[Ԟ\Y|/}5+|Þ"(S/uy#_ڽSIT h_}q" ,>P~AqkJD6oZCC=zk7+ZD[ Jbاe O՚ie;'&O&QϹӄ|midbRժQ\ +i5])\u*JYjR1կ;P &3-u5y!A$MWP/jQ`ƭQf.gǮq4 ^e;Cs>HKlG9"1x[pEEcr[{F<--3Xr6V:p"J K;j3\`J#EOJ|ul6]BH=s%\av}"}\ev5?>%q>\w$:&>,f#y2mgx> .oS!<,H&mOL Aօ~$y[@r` +endstream +endobj +2345 0 obj << +/Type /FontDescriptor +/FontName /RFHVAO+WittenbergerFrakturMT-Dfr +/Flags 4 +/FontBBox [-31 -250 1269 911] +/Ascent 697 +/CapHeight 733 +/Descent -181 +/ItalicAngle 0 +/StemV 72 +/XHeight 0 +/CharSet (/exclamdown/perthousand/s) +/FontFile 2344 0 R >> endobj -2079 0 obj << -/Length1 1146 -/Length2 11331 +2346 0 obj << +/Length1 1059 +/Length2 10599 /Length3 0 -/Length 11992 +/Length 11237 /Filter /FlateDecode >> stream -xڭwcteݶm\۶U;ض*Vۮv6+{^{?n[1{s$UVc5s41rt12̼=A -.?aVxJJqs A2>lV>6.>+//+|8-@ -nePptpy9ɹ89Δ jgP -P5w5wq77cX b p[Z]_hrYJt0۹{X -06Lqg6Y G+?fnN̹,8HgqYW}rƔoW6Լw:?&kɿorW H)8+4Av^_Z`jnf:֮R֞f S+eA@;kSQK;s?Bf.vʎ+cdeל+)? ?7qfE UuIu.FIi -3kKϦ]3wZhRj -@'@& %&<+ 靿?9㓹)꒣)MFWP-NЄT?<ȞVIeX1>o12p$3TɷRt`^Mˬ4"u<ƴXpNaFPm+v qiS*z(U~D#|-.֐D ȉv -{댆uA@,^ۄ6TA!ڀݵlE!xJUcA?<E_$iY3,/6F,a~cF*ni"JCvN^n,oJ^BWt -b`03I-^ځYΚ%gך򌩦cZ,Qljnr+XKsgi@| O生 ݫDؕ;gAD"K0_^sG<{>Hy^PALJf"\-X8jHm5{T{W#dzF%L -Pd#Y3<)z'c0K4& >䦻5e+ӕ!:RQ6[-5ړ 6S~ez\ L=1r'ySMm ShIqMZE 8Pɱ?Fʒ0^N`vq7,ctACVj*ԋl,|ٯP;Dp0`Փu`Ed6ԏhAKNjV*T1E٢\V)#e+GttchGN4D2cE5JȞKEkyk`}f{V1i:D}B5ˡ!3JCM{4=]aOz%%ҽĥsF ڳC28Jҁ 2]P6s%Nq.gcbnk75p\A=az^-ogY3?:4;6[Y_ʾޝ\%5܍ -.bgTٮ{Lbś _Lt]}^6RC<#v~E/x,xf‡V쯃-XZXJXK^y!@fR(^|(L61'AEou6[7x;dy:Q]B}^'F 3~BPnClR&<u"75ә[LgCj{FԨKxtՒ ԁr 2dSz~ 0ri?l;;j #bW=%~bC.GcnB !mYm|<*Jy'Vu񣵬Z<'PL2Aɑ%jzQ!/%gKٞ:neW䓄f|XU1&^zCTaJ:th4VM[p9O y,PIn݊~h"߸( kqݍDuki/p% qmK]g[yt[pz)0N " v0'MWc#7Ӕo7M'Ed &+6dSۓiN A/}hY2x*"NBSӍ"NB12GX4kM'c4vЧK5p1Hq"Q]$2W=Bxk~|UY#L]#գ)IO_"Ge_NcT?%Ʊ}4eMyw99"DkWe0 $0p@PS+x2qƽe41A+O.@rԉ⇋H -\"!DXhgck!GF@!?E3*d%pZrJڄ1:t|܄~uͤMj@%&ߘd=jGfּOjL5Th <,|;mKoetFn~+ؐbMoIvh)NnuVc$ZXo_;w$O,4xRy&ޛow+ ˂3 ŹOa&YjZR9÷H$Hc/ҚaSY8&<} k+RD%vwlp}p$ʕ(Fe9l(GMb_W(` -fНeU 'r ̣ Wϣε mP+%-G81Gq :q$I؇Ԩ1"S31&Wjw_~2R/,t*)I.-g>ݣ~'!e7>2v 2a&l១Y:adXU;!_`lzTBnGZa]Zڹt -ȇbIݚ&xW*Y5%"T%c:[K|(y5)!8!2FpMIMszîM\*ۼoc8aLv~7oVӖ{DUqVS.Z6ĺ˴^\c)}5}3iU?Zpgjnۆ\c؀{*;j-cFa oYC? j[4~l\(e7zPytv/֯F1R-0۩HDž"amwѝ -߂#u#Dyn8# ֶ'% DXf1RO' lBh}YטRLs<1WC.6nY--Ɉ:|͸)g.qǮɣY NRH>-7iY D+:Z^ՆUKm,,wڼE_ &5s œ~~$e|7-7oYB #뛏IOXh!y0*PKӳP7i; '/BHT޷[4m-7в c$wG=aNmu2qYحG/boeaF:VV --56E!LiN:9CC #9$)`/_B]Md 74+뗨-n/gY.V+ {ÞN]qkR e+Œ=- 5,.'dҊ_oQ%/>~R.p" ph=Z~mH"f}R?PM( L-EMpaW^ P9'|Fn~ --Q6PҗrBZDoKNr"._ -QSеR%5(ns'q(gg%">_ Mg+Hl=[5[iM(P^>" 4} ⋾JL~.rW4eR=sˋSS4q^t9r}B5jTL ӕ :EfM_[$ -`*SNV;o@7i$ҠΊFϰ[Ml9&p:b/J9k1T[&x"wT\˼|JIi/ -h)tbKI_HSYv#M878/3&,h{DOt*g1WS./wO |JbK+?c !x~[R,02ܾc3%gF|~V33 o `w`H9@c% AH_aݞQoNpSxC?FҐP$|Da},Wآ6p?xRZGXjH9´ImJ q7m{@ $2+{ 1~ik輅Sw/f17Y֝%yd*L9[C*m >GȀ) ՓCkJ k&UJ=;pqك?3O5'Zi9j=s6-* O_,Y, -v3JE,N!+,HIQ1 NW:=q">APT^*S # a{t.bwOsBQ6}ga۽ 8ZHG #'v+4ވ'#XL-GV?:^}BL !5f[@E2bI`O¯ iUԖ\_*@{z9k!v-';GD1w9loT֕[4 E -#|}dٖU[:uZF1=腷P9g^ͩҶZb -eܤvضE L"F{KY8*M->ASKA93-'[1ҁM Dc bhTע=oY\[w+"sN⚗іx;}G^G rVEJYpvɒ*zL #-U@bZnjXX|0#V]}u?ک>03֭IPaϕZ>CM [|vhQg!^Pu砢e."i o(dU@KO-91"'e@\O%b7V"dj~vYK|59z'?iJqA>ȃ7>[;(j#Հv@3{[s =@yo5w p 1}x3f"c/w oV\˂` & GN7>Nxy~,ZeN]o -;gߓ5+ K;YuA9?SmQ1la=/HhⰝ}%iz9+3֘C+U(׳<ҩ5 kVk v.W.vUQ"MNBky( [8Z6m tozqC/:Q,%H.5R0IB=pv& H`Ro@ -}li{:\sUEszVoZ!?V ܉S: f-.+h;&i)\?V'qC/'j֦wҏ"q0sH}` qaJG>36mBøqyI/V^h&UzgP.MdT*AY۪$ QM]xJ\]yʥȆ'cLggݳnHQ"fjԝ RMV@)N.h~=& -$3!K2 4:/їU%v3r2דA߄H-_:6Jy|ލ ͓R iP Ug k -7\t,i]|9|_\!=e֕Un[P˺wq3F>$6*'K UDiEY@vUF1] Y(uowX+լI&@E7@5L^'@7_2e}lB&@g(,mL-s'PAz"#t΅<\ )_X5`Z;ņr@In&>,uh^+fTt!j3&֝s+NE{^ŃbiOxGZ9'J}%vݗXb4ǺcCUZ [%c9%`ud䐀6D,-g[EFZ:ԞKHFC(}?h6e(FX .7TR P Ջ );5dAശ`:OjOQ e1b:zJ6i(z{t5`uucW|?ngfzʶ׹J~-B,|{M~ӅDNӦS?&P{ؠ({1rB &wpW -9[zFPJ/mtˣVƱ=m(oe6&㉂>D*v{Q^P/wE H*`&>Nm{GTLs&qw;/PxW&ÓK# +:~ уfh\ޅ~ 5{1ɾUj qP -ʐZ?/=~n HA4_7>|1HZ.ͬ3c!`Z2{&cm&K pY졡(N/o1,fy̷YG? !iNJ`mL"LKXMɹӉBׂߘ}l^FSr hN/Nt0-(OnD64{J mg]|ѧkG&,%;H?~K8t_gxt]#*WQ',~o5E:y4bYŌD( A{/ImU#C ŨOlQѮ݆[j)E̗gGWA x+^Klpi ieۃ*\Cnϱ۞Las ѨF*kG**P%JE E۵!cdz.c, |Mur~TnkxfmFWiz/ʵ-"An>Ry -NKOmTMygbČui e+}_cNc+5 U'af@mLQaBM^%'Q #mU`< \~NS[&1P 2N?8z -؈(@tb'L 5l&o8h bN/[#T関HDL]e -غfR=F) . Nk<ͦy+u|W@XV[ai.Ed?uD0ĩ@@]Hwe;Tע=s;dd/vzCZ,k;7˝UJ󄗖v3(ۅ SA^>MT (hج}`'9!!5)Abɩpp(Ɍ[!ySqKdg_I~\[K?7jClo,Շd%?oP%GƕR#viK'=B_3?v3C"*'0bg74.k=;_/ڧ(i}ŵgk\6_[2<<]. ~l< C.Fk4XD߫e6'yGN8*j6d™.Hn>+HD`<8!r/H+IwÓnZW\+J]9,UfqB[Ii pe?t$%<%kk'/?< 4Ag&MJO Zn%4X'dtЎmw&'/gZvu{2pKzO J5UOXB5]x{ -lrI]cI(E z?D[zp3nX_ÿGwT<*q=%>v6=F+igN̼6T=3U/i~_=ZL[۴)'ɫJm~G^9C3`<̤P\k50Sr |J@e("za4He(MW8r'}I=v>ˀ;A惀Qy|a܂^NI>R=l2GpWrND@žƪrq*Ĵ $nك'r"ղd{މn 'HX":W?e^~/hg4(eL#k{0" -R9MXrQAT/yJS { Hf@gS" 0piq+Sb7td{{cM/Iܳvh$bw:uEG":>,L\s91Xe55BfE]aO 董Cɴ.a-[ϋ"5nl&fp @bƞ|da˅&!8)3x?TI/i;9^ݟ/]u;G٦Wc[kP?'ĐJYm,Js#\Jv9^Xzn+XEoƈG[ -f8\L-5G,H݉ߎi7k+ -qɇUG4i үέKPX|uia;.8/rX\̒4qdTb k:&?/LKP%Kb4gNFTY`vdT0޽d&lVd)wRltDus EV ^5ccEI(jfgjvfdebh`񫣱oRh K;j. )` Ԑwq2apppMhiv Kw osE89s%& @p' + +4cǨd '1 hkh 3 +0:L 0?\XY7sϚ+o?5l0#1+9Loi4]?}z89m` W(Tܿoobc`l׆dE/*@ c/܁fJ gSK_yigc(`WJltJvN0{Mdj :98U]cO _5$doXɿn[TfƎf;ϲ1Yk?c卝A]ÿJL#//sV6.^/ #ϳW栿&@Sy;S/Yc]R1HC*e + +H/Kew QT/뤦9T8'/UMiTNlߋd#`&A!Y};,Wm#r"sJQd{kxx$G!wtC63G̫ ayI?y'tQn>_hMS&M;RF$u<2rZ[\d̿;@WDp{i`PHK9k; +s-Id,,澹DeY/8}eDvCSJ [4( + $#ܩd+Wrt]*3\EtΨZCx6d.u1y—.#xɲs׆qÀ~ͯc\4K g`4Yrʄ~DͰ@ElEϽ{VS4]j–8+onIn\-I*D:,8!vaZHsH::ԡz}Ay diUUpjO!% K@^j/5&ث>k,aNQcb>Do @4Ɔבd.*z7D&:k)_k ̑B4T + wr{3$pWTʮt P-,1'*ίlV樎qAo yNBWx&?ܳT[;*C;k8a{y6ﳸ[Gi2҉C3'4mzh\Fwl5Aj: ẸߓFUBh\OPM/'´-7w<*hڑ`F-(ɽt!=~Ew`f +)j8d٠88w6dOoQ!iz ^;R.+ߨ([u8CVOY`yakCs"sgnGkfKC6N`N~`B}NIǏ3\ c+RL=e$F v؃WI"k;%9iuv7[R$::B &q鏽c1?dЛ&-GJ̏~6^;7ejLe`E>P"NGW)$*:6$P +I7 wEQ~ YSi^aVۇ.I #ݍ1YYuv1CGYJ%Kq&'1"x|>QW=MWwEDNCN h3w l9ʷHȲ)6b/ -t +L  CtnB̼BhPv.k/+]jɎl2!Lokox;܏b ,Kʒi#R~-ȗbM6+/)ܜjʢo=^'1CIv'zfE"5ӚδNtQ,USaڱNrtRԤ4G.0:%Op_YU`J3 Xf]5!> d&GfnyAaTȘ_l\\U >hxKT|~9>bKk0:[N,&BʝO:griP+|dH[O*pGe3Kkr^ [ZÎ"&5X8$WG2'%R}6gܟw&~.Wd"Ǜ +.G-,+QGrr]57Ϩ^ wF L(ۍsU5>6F`ʶJޖgouOЀ5^ uOiVˆf48/ZCvvv=y(OG_p%onPwŅ74Voѣ@Y'썘~X&CL ^TsC^w3$5[¤"x&'SGsgsyl2Ή/AN+;RSM#2d +`EG9E,ׇ)^CB!9I|7EuNzZ'":H,Zڃђ8OsCB˗l6X#4eYBIl@*e5 y ׭3e&/{\ _zzQ?E%#+8Zp~9>WGPEw9gtA_!F 47]͜>UEl3vۆbC1|Am +?aP0oe fb[X\MBIIv؇8l3d5_;^ 80ឰp3FPl0ln|\Mh/,h1oJL9YV +3e$1( ?n/dAD6PȖKQ֏-4S +En~Ղq8 .mO]>ݫL.D6-NDzJ<vĽm(Kr6I6vςv꺯H )Ž x[!)xAD8ǰPĉܗΗ[7!a.cnWVG`M_uQa~{sRy-*_ޝC@= P(5s3Ւ?*P'գpPEy)%5 +!odxTV+EAq&٬ m_,E!~ʲ +H,2J zJl'0N&ɘ 7wA`_w f-#v W='\rٚ'K> +oK}e‚Gv+;$N3T-e(PO5ZDߛdu}7oZ¼/oގH2\uR +mv " [ Xu!ZfRŠ*YUA78탨XwD!vjQ7XV) +r Sܓ-O3/}s,Kµw_Z.ݍ:O26Жϖy/ LW|/ŷSľݛӎgII_E6G\^nKtS寂`Jď9 +qgE:sS6#%wQINᥡ/8Znhiϱl8kwD/߈!z[Ht0WĽ;U*DVk\Vp"tSk+ .[S 6häK^cj/ W;0:EFLnײz^] (_Wj)~gzd(fL]"ƖYW妛ᄈ9g]0P|-ՔҢ9~̹!kDٗ[2StL%v +᎓URJ ͨWuдņmWtz9$Uyp'RS9G 3|xP'14JFc5dB@6^*]CU*occO|:K8E ^\YZ+ ?_R̺8(噫܂/ ]jШxXyZ*.+U7b(7jKiɥ'm""ߍ &گƣPbTK\J*Q&ޭXSVl~_33w8irG7R xӖ),GKf2BwqH_ - en *1睼ƩWV+ԴY27"\ zѪw0W(fv8X*hfLp9>TV8x7z)>4 Y)8jkVvjwh~&qߴZ lM;UdI.2ϛ&ouON!WG(\jy/oɸvsYO{oUo}>4 Dk +O ~Q_CA˩sx6{pU[)-L?QA2W ҃`]6$ :X. ݸXo7Kg.-_:١P3. {Q BNE/ҷw{~鵳gtN~'y9g+xn<0[/CCU TWS?F/5`}Z}-IDqlMPހBaܓ SЛ9dJYJguieoAQV.iukcO~Tש02RQ &Ƣſ5G~=Be7 ~Sub;Z3ɿaRe^x&8,O"ݯ7N|`d)z,QBxGp 3\R!'+)/ +.f]B].RsYg/ߎQg EW"?%'*?Vib3z,~LnecN9[wDiIx]EO7)@CU %xohgr /x%gHSdYLlti&V;|"uu,T DH/6+7w`H\8Ag.珫kOFu".'UD1p&M8IZ2jRcvZCʹ8.8 #HbJBp޶l/1hXKRjNS=gI>H#D91eED{/@:8tcA{6p`7k⹣qs_3VfH:purM kSq$&ZoHQWژ)-ԛϵOj%Vʩtv!'3}@L`|S΀w7e1nH[6$2hNqh:i_}NقX{WFUKr%šW1/\K<vMڰіi4>W/ix*A]1*XEATsZ<㘖T Ff^ZCiWc[ziMp~:2Q=ۥz恗놩$0˦x +nkP>L%@  fe5ϥN'{B"K7?jty,j_n)vc{4MlΆ-mK1SjU:ga]٥eHj/z6;9&h/bTODΪ!Ěz\mAۍKz! KCm\*m'[qVoq}3zҫs(Gނ)q +*'TOvS +'sz #! ji^)NGuJNSʃO/ \_᭛oiYz-U)EExqR FIz;QiifAJ.g1ď֨&Hѩy5fR^6ij_h¬8'yW܂#J,$!77W$ +єMmu-h&e_ȉ*v[[r4m#/_;:~s0%@ヮF +CaEͪﳟ|ϊ۠3rV)S7H,DZÌ +ڄ[c.GлE:0GVCb7m셝U;7{{T\^M{LbK36k kڲ!p $,+KVQxѤ |pM Dj\WXjWmܷYr}P7Ft|Mh=qt)p(˜xjl3N(ju6^H2R]܆j@ jy'q*iZG/oZϖAO.[cIF"(yu*Rd^GE`h2r+?p3F~OְUh]֦S+\&KA65 zʞ ZZ +%R]TL^O?p~^v&<B#M+cBM# QiRq9HtYޡGKjØ:[4ܥzs.;~26,W&ITAs0,Ԗ>6 J uhTԔ-hk(&ul팽>LvJ/G0=<}V`e&?(@x$HfT5n-PGnƇtP :;J^s6Crn2j +7G-^Z!.ċP(?>`$z3vVbI_eCıܙj&M| c6Fp>Qi\WO +!`]3v엜l_o ɁxьīTH_*92㑲ScBj(Y۫w,/kzTd4ojɬ:{^"4e z8CP)O'C Մ_lH ʂp, + Y8|un5|`,Gyܸfg3};zԱwe ctp]x'?T<&'L-O `\>q9D4iy쭟#^"`7YSIQ> endobj -2081 0 obj << +2348 0 obj << /Length1 1210 /Length2 20751 /Length3 0 @@ -13486,7 +15256,7 @@ MM X{tkϿbLsx#dQv@FTģlJǃŤBqd' 9w@.~":o:G# a\#0_ 1j'+ђ37<7 ]젱^}8V(e1Oc8b,O)C0x ]{NOc +Ty2^'/aEDѡ :z<i 'Hkf n3Q[wY)( ؏O endstream endobj -2082 0 obj << +2349 0 obj << /Type /FontDescriptor /FontName /QDAFYQ+KeplMM-It_385_575_10_ /Flags 4 @@ -13498,634 +15268,860 @@ endobj /StemV 86 /XHeight 0 /CharSet (/M/c/e/i/o/p/r/t/y) -/FontFile 2081 0 R +/FontFile 2348 0 R >> endobj -2046 0 obj << +2310 0 obj << /Type /Encoding -/Differences [2/fi/fl 7/lslash 11/breve/minus 30/grave/quotesingle 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 136/circumflex 140/OE 148/quotedblright/bullet/endash/emdash 156/oe 161/exclamdown 169/copyright 173/hyphen 177/plusminus 180/acute 191/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE 215/multiply 223/germandbls/agrave 230/ae 234/ecircumflex 246/odieresis 252/udieresis] +/Differences [2/fi/fl 7/lslash 11/breve/minus 30/grave/quotesingle 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 136/circumflex/perthousand 140/OE 149/bullet/endash/emdash 156/oe 161/exclamdown 169/copyright 173/hyphen 177/plusminus 180/acute 187/guillemotright 192/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE 215/multiply 223/germandbls/agrave 230/ae 234/ecircumflex 246/odieresis 248/oslash 252/udieresis] >> endobj -390 0 obj << +493 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HUGTHK+CharterBT-Bold -/FontDescriptor 2060 0 R +/FontDescriptor 2325 0 R /FirstChar 2 /LastChar 150 -/Widths 2055 0 R -/Encoding 2046 0 R +/Widths 2320 0 R +/Encoding 2310 0 R >> endobj -388 0 obj << +491 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /IWPUTB+CharterBT-Roman -/FontDescriptor 2062 0 R +/BaseFont /KWKNOT+CharterBT-Roman +/FontDescriptor 2327 0 R /FirstChar 2 /LastChar 252 -/Widths 2057 0 R -/Encoding 2046 0 R +/Widths 2322 0 R +/Encoding 2310 0 R >> endobj -510 0 obj << +614 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /SSGFMN+CharterBT-Italic -/FontDescriptor 2064 0 R +/BaseFont /JIVQMY+CharterBT-Italic +/FontDescriptor 2329 0 R /FirstChar 2 /LastChar 252 -/Widths 2054 0 R -/Encoding 2046 0 R +/Widths 2319 0 R +/Encoding 2310 0 R >> endobj -1046 0 obj << +1208 0 obj << /Type /Font /Subtype /Type1 /BaseFont /KJEMLK+LetterGothic12PitchBT-Bold -/FontDescriptor 2066 0 R +/FontDescriptor 2331 0 R /FirstChar 97 /LastChar 120 -/Widths 2047 0 R -/Encoding 2046 0 R +/Widths 2311 0 R +/Encoding 2310 0 R >> endobj -389 0 obj << +492 0 obj << /Type /Font /Subtype /Type1 /BaseFont /VXQTIK+LetterGothic12PitchBT-Roman -/FontDescriptor 2068 0 R +/FontDescriptor 2333 0 R /FirstChar 30 /LastChar 196 -/Widths 2056 0 R -/Encoding 2046 0 R +/Widths 2321 0 R +/Encoding 2310 0 R >> endobj -552 0 obj << +660 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /ZUOVZP+LetterGothic12PitchBT-Italic -/FontDescriptor 2070 0 R -/FirstChar 30 +/BaseFont /QDQQYX+LetterGothic12PitchBT-Italic +/FontDescriptor 2335 0 R +/FirstChar 31 /LastChar 173 -/Widths 2051 0 R -/Encoding 2046 0 R +/Widths 2316 0 R +/Encoding 2310 0 R >> endobj -556 0 obj << +666 0 obj << /Type /Font /Subtype /Type1 /BaseFont /DFNGEF+CMMI10 -/FontDescriptor 2072 0 R +/FontDescriptor 2337 0 R /FirstChar 34 /LastChar 34 -/Widths 2050 0 R +/Widths 2315 0 R >> endobj -535 0 obj << +644 0 obj << /Type /Font /Subtype /Type1 /BaseFont /RKBYDU+CMSY10 -/FontDescriptor 2074 0 R +/FontDescriptor 2339 0 R /FirstChar 104 /LastChar 105 -/Widths 2052 0 R +/Widths 2317 0 R >> endobj -709 0 obj << +843 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /AOKQCL+CMSY8 -/FontDescriptor 2076 0 R -/FirstChar 104 +/BaseFont /QSFEZM+CMSY8 +/FontDescriptor 2341 0 R +/FirstChar 33 /LastChar 105 -/Widths 2048 0 R +/Widths 2312 0 R >> endobj -527 0 obj << +633 0 obj << /Type /Font /Subtype /Type1 /BaseFont /WGAVVH+CMSY9 -/FontDescriptor 2078 0 R +/FontDescriptor 2343 0 R /FirstChar 104 /LastChar 105 -/Widths 2053 0 R +/Widths 2318 0 R >> endobj -623 0 obj << +750 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /RFHVAO+WittenbergerFrakturMT-Dfr +/FontDescriptor 2345 0 R +/FirstChar 115 +/LastChar 161 +/Widths 2313 0 R +/Encoding 2310 0 R +>> endobj +749 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /NURTET+GoudyTextMT-Dfr -/FontDescriptor 2080 0 R -/FirstChar 83 -/LastChar 191 -/Widths 2049 0 R -/Encoding 2046 0 R ->> endobj -387 0 obj << +/BaseFont /YFVDLJ+WittenbergerFrakturMT +/FontDescriptor 2347 0 R +/FirstChar 65 +/LastChar 223 +/Widths 2314 0 R +/Encoding 2310 0 R +>> endobj +483 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QDAFYQ+KeplMM-It_385_575_10_ -/FontDescriptor 2082 0 R +/FontDescriptor 2349 0 R /FirstChar 77 /LastChar 121 -/Widths 2058 0 R -/Encoding 2046 0 R +/Widths 2323 0 R +/Encoding 2310 0 R >> endobj -391 0 obj << +494 0 obj << /Type /Pages /Count 6 -/Parent 2083 0 R -/Kids [379 0 R 443 0 R 489 0 R 507 0 R 516 0 R 524 0 R] +/Parent 2350 0 R +/Kids [479 0 R 548 0 R 595 0 R 611 0 R 620 0 R 630 0 R] >> endobj -536 0 obj << +645 0 obj << /Type /Pages /Count 6 -/Parent 2083 0 R -/Kids [532 0 R 542 0 R 549 0 R 554 0 R 560 0 R 568 0 R] +/Parent 2350 0 R +/Kids [641 0 R 651 0 R 657 0 R 663 0 R 670 0 R 677 0 R] >> endobj -576 0 obj << +686 0 obj << /Type /Pages /Count 6 -/Parent 2083 0 R -/Kids [573 0 R 580 0 R 585 0 R 590 0 R 594 0 R 603 0 R] +/Parent 2350 0 R +/Kids [683 0 R 690 0 R 699 0 R 705 0 R 710 0 R 715 0 R] >> endobj -611 0 obj << +727 0 obj << /Type /Pages /Count 6 -/Parent 2083 0 R -/Kids [608 0 R 613 0 R 620 0 R 625 0 R 632 0 R 638 0 R] +/Parent 2350 0 R +/Kids [724 0 R 731 0 R 735 0 R 741 0 R 746 0 R 755 0 R] >> endobj -653 0 obj << +762 0 obj << /Type /Pages /Count 6 -/Parent 2083 0 R -/Kids [649 0 R 671 0 R 689 0 R 702 0 R 706 0 R 711 0 R] +/Parent 2350 0 R +/Kids [759 0 R 766 0 R 779 0 R 801 0 R 817 0 R 836 0 R] >> endobj -771 0 obj << +844 0 obj << /Type /Pages /Count 6 -/Parent 2083 0 R -/Kids [768 0 R 820 0 R 824 0 R 828 0 R 832 0 R 835 0 R] +/Parent 2350 0 R +/Kids [840 0 R 846 0 R 891 0 R 958 0 R 962 0 R 966 0 R] >> endobj -842 0 obj << +972 0 obj << /Type /Pages /Count 6 -/Parent 2084 0 R -/Kids [839 0 R 844 0 R 848 0 R 852 0 R 856 0 R 860 0 R] +/Parent 2351 0 R +/Kids [970 0 R 974 0 R 978 0 R 982 0 R 986 0 R 990 0 R] >> endobj -867 0 obj << +997 0 obj << /Type /Pages /Count 6 -/Parent 2084 0 R -/Kids [864 0 R 869 0 R 873 0 R 877 0 R 881 0 R 885 0 R] +/Parent 2351 0 R +/Kids [994 0 R 999 0 R 1003 0 R 1007 0 R 1011 0 R 1015 0 R] >> endobj -892 0 obj << +1022 0 obj << /Type /Pages /Count 6 -/Parent 2084 0 R -/Kids [889 0 R 894 0 R 898 0 R 902 0 R 906 0 R 910 0 R] +/Parent 2351 0 R +/Kids [1019 0 R 1024 0 R 1028 0 R 1032 0 R 1036 0 R 1040 0 R] >> endobj -917 0 obj << +1047 0 obj << /Type /Pages /Count 6 -/Parent 2084 0 R -/Kids [914 0 R 919 0 R 923 0 R 927 0 R 930 0 R 933 0 R] +/Parent 2351 0 R +/Kids [1044 0 R 1049 0 R 1053 0 R 1057 0 R 1061 0 R 1065 0 R] >> endobj -938 0 obj << +1072 0 obj << /Type /Pages /Count 6 -/Parent 2084 0 R -/Kids [936 0 R 940 0 R 944 0 R 948 0 R 952 0 R 957 0 R] +/Parent 2351 0 R +/Kids [1069 0 R 1074 0 R 1078 0 R 1082 0 R 1085 0 R 1088 0 R] >> endobj -965 0 obj << +1094 0 obj << /Type /Pages /Count 6 -/Parent 2084 0 R -/Kids [962 0 R 967 0 R 971 0 R 975 0 R 979 0 R 983 0 R] +/Parent 2351 0 R +/Kids [1091 0 R 1096 0 R 1100 0 R 1104 0 R 1107 0 R 1111 0 R] >> endobj -990 0 obj << +1118 0 obj << /Type /Pages /Count 6 -/Parent 2085 0 R -/Kids [987 0 R 992 0 R 996 0 R 1000 0 R 1004 0 R 1008 0 R] +/Parent 2352 0 R +/Kids [1115 0 R 1121 0 R 1125 0 R 1130 0 R 1134 0 R 1138 0 R] >> endobj -1015 0 obj << +1145 0 obj << /Type /Pages /Count 6 -/Parent 2085 0 R -/Kids [1012 0 R 1017 0 R 1022 0 R 1026 0 R 1030 0 R 1034 0 R] +/Parent 2352 0 R +/Kids [1142 0 R 1147 0 R 1151 0 R 1155 0 R 1159 0 R 1163 0 R] >> endobj -1041 0 obj << +1170 0 obj << /Type /Pages /Count 6 -/Parent 2085 0 R -/Kids [1038 0 R 1043 0 R 1048 0 R 1052 0 R 1056 0 R 1060 0 R] +/Parent 2352 0 R +/Kids [1167 0 R 1172 0 R 1176 0 R 1179 0 R 1184 0 R 1188 0 R] >> endobj -1067 0 obj << +1195 0 obj << /Type /Pages /Count 6 -/Parent 2085 0 R -/Kids [1064 0 R 1069 0 R 1073 0 R 1077 0 R 1081 0 R 1085 0 R] +/Parent 2352 0 R +/Kids [1192 0 R 1197 0 R 1201 0 R 1205 0 R 1210 0 R 1214 0 R] >> endobj -1091 0 obj << +1221 0 obj << /Type /Pages /Count 6 -/Parent 2085 0 R -/Kids [1088 0 R 1093 0 R 1097 0 R 1101 0 R 1105 0 R 1109 0 R] +/Parent 2352 0 R +/Kids [1218 0 R 1223 0 R 1227 0 R 1231 0 R 1235 0 R 1239 0 R] >> endobj -1115 0 obj << +1246 0 obj << /Type /Pages /Count 6 -/Parent 2085 0 R -/Kids [1113 0 R 1117 0 R 1120 0 R 1124 0 R 1128 0 R 1132 0 R] +/Parent 2352 0 R +/Kids [1243 0 R 1248 0 R 1252 0 R 1255 0 R 1259 0 R 1263 0 R] >> endobj -1138 0 obj << +1270 0 obj << /Type /Pages /Count 6 -/Parent 2086 0 R -/Kids [1135 0 R 1140 0 R 1144 0 R 1148 0 R 1152 0 R 1156 0 R] +/Parent 2353 0 R +/Kids [1267 0 R 1272 0 R 1276 0 R 1280 0 R 1283 0 R 1287 0 R] >> endobj -1163 0 obj << +1294 0 obj << /Type /Pages /Count 6 -/Parent 2086 0 R -/Kids [1160 0 R 1165 0 R 1169 0 R 1173 0 R 1178 0 R 1182 0 R] +/Parent 2353 0 R +/Kids [1291 0 R 1296 0 R 1300 0 R 1304 0 R 1308 0 R 1312 0 R] >> endobj -1188 0 obj << +1319 0 obj << /Type /Pages /Count 6 -/Parent 2086 0 R -/Kids [1185 0 R 1190 0 R 1194 0 R 1198 0 R 1202 0 R 1206 0 R] +/Parent 2353 0 R +/Kids [1316 0 R 1321 0 R 1325 0 R 1329 0 R 1333 0 R 1337 0 R] >> endobj -1212 0 obj << +1344 0 obj << /Type /Pages /Count 6 -/Parent 2086 0 R -/Kids [1210 0 R 1214 0 R 1217 0 R 1220 0 R 1223 0 R 1226 0 R] +/Parent 2353 0 R +/Kids [1341 0 R 1346 0 R 1351 0 R 1355 0 R 1358 0 R 1362 0 R] >> endobj -1232 0 obj << +1369 0 obj << /Type /Pages /Count 6 -/Parent 2086 0 R -/Kids [1230 0 R 1234 0 R 1237 0 R 1240 0 R 1243 0 R 1247 0 R] +/Parent 2353 0 R +/Kids [1366 0 R 1371 0 R 1375 0 R 1378 0 R 1382 0 R 1386 0 R] >> endobj -1253 0 obj << +1391 0 obj << /Type /Pages /Count 6 -/Parent 2086 0 R -/Kids [1251 0 R 1255 0 R 1258 0 R 1261 0 R 1264 0 R 1268 0 R] +/Parent 2353 0 R +/Kids [1389 0 R 1393 0 R 1396 0 R 1399 0 R 1402 0 R 1406 0 R] >> endobj -1273 0 obj << +1411 0 obj << /Type /Pages /Count 6 -/Parent 2087 0 R -/Kids [1271 0 R 1275 0 R 1278 0 R 1282 0 R 1285 0 R 1288 0 R] +/Parent 2354 0 R +/Kids [1409 0 R 1413 0 R 1416 0 R 1420 0 R 1423 0 R 1427 0 R] >> endobj -1295 0 obj << +1432 0 obj << /Type /Pages /Count 6 -/Parent 2087 0 R -/Kids [1292 0 R 1297 0 R 1301 0 R 1304 0 R 1308 0 R 1312 0 R] +/Parent 2354 0 R +/Kids [1430 0 R 1434 0 R 1437 0 R 1440 0 R 1444 0 R 1447 0 R] >> endobj -1317 0 obj << +1452 0 obj << /Type /Pages /Count 6 -/Parent 2087 0 R -/Kids [1315 0 R 1319 0 R 1323 0 R 1327 0 R 1331 0 R 1384 0 R] +/Parent 2354 0 R +/Kids [1450 0 R 1454 0 R 1458 0 R 1461 0 R 1464 0 R 1468 0 R] >> endobj -1442 0 obj << +1475 0 obj << /Type /Pages /Count 6 -/Parent 2087 0 R -/Kids [1439 0 R 1519 0 R 1586 0 R 1643 0 R 1733 0 R 1894 0 R] +/Parent 2354 0 R +/Kids [1472 0 R 1477 0 R 1480 0 R 1484 0 R 1490 0 R 1495 0 R] >> endobj -1916 0 obj << +1501 0 obj << /Type /Pages /Count 6 -/Parent 2087 0 R -/Kids [1914 0 R 1918 0 R 1921 0 R 1924 0 R 1932 0 R 2015 0 R] +/Parent 2354 0 R +/Kids [1498 0 R 1504 0 R 1507 0 R 1512 0 R 1562 0 R 1622 0 R] >> endobj -2024 0 obj << +1699 0 obj << +/Type /Pages +/Count 6 +/Parent 2354 0 R +/Kids [1696 0 R 1762 0 R 1822 0 R 1901 0 R 2045 0 R 2162 0 R] +>> endobj +2167 0 obj << +/Type /Pages +/Count 6 +/Parent 2355 0 R +/Kids [2165 0 R 2169 0 R 2172 0 R 2175 0 R 2178 0 R 2279 0 R] +>> endobj +2288 0 obj << /Type /Pages /Count 4 -/Parent 2087 0 R -/Kids [2019 0 R 2030 0 R 2037 0 R 2043 0 R] +/Parent 2355 0 R +/Kids [2283 0 R 2294 0 R 2301 0 R 2307 0 R] >> endobj -2083 0 obj << +2350 0 obj << /Type /Pages /Count 36 -/Parent 2088 0 R -/Kids [391 0 R 536 0 R 576 0 R 611 0 R 653 0 R 771 0 R] +/Parent 2356 0 R +/Kids [494 0 R 645 0 R 686 0 R 727 0 R 762 0 R 844 0 R] >> endobj -2084 0 obj << +2351 0 obj << /Type /Pages /Count 36 -/Parent 2088 0 R -/Kids [842 0 R 867 0 R 892 0 R 917 0 R 938 0 R 965 0 R] +/Parent 2356 0 R +/Kids [972 0 R 997 0 R 1022 0 R 1047 0 R 1072 0 R 1094 0 R] >> endobj -2085 0 obj << +2352 0 obj << /Type /Pages /Count 36 -/Parent 2088 0 R -/Kids [990 0 R 1015 0 R 1041 0 R 1067 0 R 1091 0 R 1115 0 R] +/Parent 2356 0 R +/Kids [1118 0 R 1145 0 R 1170 0 R 1195 0 R 1221 0 R 1246 0 R] >> endobj -2086 0 obj << +2353 0 obj << /Type /Pages /Count 36 -/Parent 2088 0 R -/Kids [1138 0 R 1163 0 R 1188 0 R 1212 0 R 1232 0 R 1253 0 R] +/Parent 2356 0 R +/Kids [1270 0 R 1294 0 R 1319 0 R 1344 0 R 1369 0 R 1391 0 R] >> endobj -2087 0 obj << +2354 0 obj << /Type /Pages -/Count 34 -/Parent 2088 0 R -/Kids [1273 0 R 1295 0 R 1317 0 R 1442 0 R 1916 0 R 2024 0 R] +/Count 36 +/Parent 2356 0 R +/Kids [1411 0 R 1432 0 R 1452 0 R 1475 0 R 1501 0 R 1699 0 R] >> endobj -2088 0 obj << +2355 0 obj << /Type /Pages -/Count 178 -/Kids [2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 R] +/Count 10 +/Parent 2356 0 R +/Kids [2167 0 R 2288 0 R] >> endobj -2089 0 obj << +2356 0 obj << +/Type /Pages +/Count 190 +/Kids [2350 0 R 2351 0 R 2352 0 R 2353 0 R 2354 0 R 2355 0 R] +>> endobj +2357 0 obj << /Type /Outlines /First 16 0 R -/Last 376 0 R +/Last 476 0 R /Count 34 >> endobj +476 0 obj << +/Title 477 0 R +/A 474 0 R +/Parent 2357 0 R +/Prev 472 0 R +/F 01 +>> endobj +472 0 obj << +/Title 473 0 R +/A 470 0 R +/Parent 2357 0 R +/Prev 380 0 R +/Next 476 0 R +/F 01 +>> endobj +468 0 obj << +/Title 469 0 R +/A 466 0 R +/Parent 380 0 R +/Prev 464 0 R +/F 01 +>> endobj +464 0 obj << +/Title 465 0 R +/A 462 0 R +/Parent 380 0 R +/Prev 460 0 R +/Next 468 0 R +/F 01 +>> endobj +460 0 obj << +/Title 461 0 R +/A 458 0 R +/Parent 380 0 R +/Prev 456 0 R +/Next 464 0 R +/F 01 +>> endobj +456 0 obj << +/Title 457 0 R +/A 454 0 R +/Parent 380 0 R +/Prev 452 0 R +/Next 460 0 R +/F 01 +>> endobj +452 0 obj << +/Title 453 0 R +/A 450 0 R +/Parent 380 0 R +/Prev 448 0 R +/Next 456 0 R +/F 01 +>> endobj +448 0 obj << +/Title 449 0 R +/A 446 0 R +/Parent 380 0 R +/Prev 444 0 R +/Next 452 0 R +/F 01 +>> endobj +444 0 obj << +/Title 445 0 R +/A 442 0 R +/Parent 380 0 R +/Prev 440 0 R +/Next 448 0 R +/F 01 +>> endobj +440 0 obj << +/Title 441 0 R +/A 438 0 R +/Parent 380 0 R +/Prev 436 0 R +/Next 444 0 R +/F 01 +>> endobj +436 0 obj << +/Title 437 0 R +/A 434 0 R +/Parent 380 0 R +/Prev 432 0 R +/Next 440 0 R +/F 01 +>> endobj +432 0 obj << +/Title 433 0 R +/A 430 0 R +/Parent 380 0 R +/Prev 428 0 R +/Next 436 0 R +/F 01 +>> endobj +428 0 obj << +/Title 429 0 R +/A 426 0 R +/Parent 380 0 R +/Prev 424 0 R +/Next 432 0 R +/F 01 +>> endobj +424 0 obj << +/Title 425 0 R +/A 422 0 R +/Parent 380 0 R +/Prev 420 0 R +/Next 428 0 R +/F 01 +>> endobj +420 0 obj << +/Title 421 0 R +/A 418 0 R +/Parent 380 0 R +/Prev 416 0 R +/Next 424 0 R +/F 01 +>> endobj +416 0 obj << +/Title 417 0 R +/A 414 0 R +/Parent 380 0 R +/Prev 412 0 R +/Next 420 0 R +/F 01 +>> endobj +412 0 obj << +/Title 413 0 R +/A 410 0 R +/Parent 380 0 R +/Prev 408 0 R +/Next 416 0 R +/F 01 +>> endobj +408 0 obj << +/Title 409 0 R +/A 406 0 R +/Parent 380 0 R +/Prev 404 0 R +/Next 412 0 R +/F 01 +>> endobj +404 0 obj << +/Title 405 0 R +/A 402 0 R +/Parent 380 0 R +/Prev 400 0 R +/Next 408 0 R +/F 01 +>> endobj +400 0 obj << +/Title 401 0 R +/A 398 0 R +/Parent 380 0 R +/Prev 396 0 R +/Next 404 0 R +/F 01 +>> endobj +396 0 obj << +/Title 397 0 R +/A 394 0 R +/Parent 380 0 R +/Prev 392 0 R +/Next 400 0 R +/F 01 +>> endobj +392 0 obj << +/Title 393 0 R +/A 390 0 R +/Parent 380 0 R +/Prev 388 0 R +/Next 396 0 R +/F 01 +>> endobj +388 0 obj << +/Title 389 0 R +/A 386 0 R +/Parent 380 0 R +/Prev 384 0 R +/Next 392 0 R +/F 01 +>> endobj +384 0 obj << +/Title 385 0 R +/A 382 0 R +/Parent 380 0 R +/Next 388 0 R +/F 01 +>> endobj +380 0 obj << +/Title 381 0 R +/A 378 0 R +/Parent 2357 0 R +/Prev 376 0 R +/Next 472 0 R +/First 384 0 R +/Last 468 0 R +/Count -22 +/F 01 +>> endobj 376 0 obj << /Title 377 0 R /A 374 0 R -/Parent 2089 0 R -/Prev 372 0 R -/F 01 +/Parent 2357 0 R +/Prev 256 0 R +/Next 380 0 R >> endobj 372 0 obj << /Title 373 0 R /A 370 0 R -/Parent 2089 0 R +/Parent 364 0 R /Prev 368 0 R -/Next 376 0 R -/F 01 >> endobj 368 0 obj << /Title 369 0 R /A 366 0 R -/Parent 2089 0 R -/Prev 364 0 R +/Parent 364 0 R /Next 372 0 R -/F 01 >> endobj 364 0 obj << /Title 365 0 R /A 362 0 R -/Parent 2089 0 R -/Prev 248 0 R -/Next 368 0 R +/Parent 256 0 R +/Prev 356 0 R +/First 368 0 R +/Last 372 0 R +/Count -2 >> endobj 360 0 obj << /Title 361 0 R /A 358 0 R -/Parent 352 0 R -/Prev 356 0 R +/Parent 356 0 R >> endobj 356 0 obj << /Title 357 0 R /A 354 0 R -/Parent 352 0 R -/Next 360 0 R +/Parent 256 0 R +/Prev 316 0 R +/Next 364 0 R +/First 360 0 R +/Last 360 0 R +/Count -1 >> endobj 352 0 obj << /Title 353 0 R /A 350 0 R -/Parent 248 0 R -/Prev 344 0 R -/First 356 0 R -/Last 360 0 R -/Count -2 +/Parent 316 0 R +/Prev 348 0 R >> endobj 348 0 obj << /Title 349 0 R /A 346 0 R -/Parent 344 0 R +/Parent 316 0 R +/Prev 344 0 R +/Next 352 0 R >> endobj 344 0 obj << /Title 345 0 R /A 342 0 R -/Parent 248 0 R -/Prev 304 0 R -/Next 352 0 R -/First 348 0 R -/Last 348 0 R -/Count -1 +/Parent 316 0 R +/Prev 340 0 R +/Next 348 0 R >> endobj 340 0 obj << /Title 341 0 R /A 338 0 R -/Parent 304 0 R +/Parent 316 0 R /Prev 336 0 R +/Next 344 0 R >> endobj 336 0 obj << /Title 337 0 R /A 334 0 R -/Parent 304 0 R +/Parent 316 0 R /Prev 332 0 R /Next 340 0 R >> endobj 332 0 obj << /Title 333 0 R /A 330 0 R -/Parent 304 0 R +/Parent 316 0 R /Prev 328 0 R /Next 336 0 R >> endobj 328 0 obj << /Title 329 0 R /A 326 0 R -/Parent 304 0 R +/Parent 316 0 R /Prev 324 0 R /Next 332 0 R >> endobj 324 0 obj << /Title 325 0 R /A 322 0 R -/Parent 304 0 R +/Parent 316 0 R /Prev 320 0 R /Next 328 0 R >> endobj 320 0 obj << /Title 321 0 R /A 318 0 R -/Parent 304 0 R -/Prev 316 0 R +/Parent 316 0 R /Next 324 0 R >> endobj 316 0 obj << /Title 317 0 R /A 314 0 R -/Parent 304 0 R +/Parent 256 0 R /Prev 312 0 R -/Next 320 0 R +/Next 356 0 R +/First 320 0 R +/Last 352 0 R +/Count -9 >> endobj 312 0 obj << /Title 313 0 R /A 310 0 R -/Parent 304 0 R +/Parent 256 0 R /Prev 308 0 R /Next 316 0 R >> endobj 308 0 obj << /Title 309 0 R /A 306 0 R -/Parent 304 0 R +/Parent 256 0 R +/Prev 276 0 R /Next 312 0 R >> endobj 304 0 obj << /Title 305 0 R /A 302 0 R -/Parent 248 0 R +/Parent 276 0 R /Prev 300 0 R -/Next 344 0 R -/First 308 0 R -/Last 340 0 R -/Count -9 >> endobj 300 0 obj << /Title 301 0 R /A 298 0 R -/Parent 248 0 R -/Prev 268 0 R +/Parent 276 0 R +/Prev 296 0 R /Next 304 0 R >> endobj 296 0 obj << /Title 297 0 R /A 294 0 R -/Parent 268 0 R +/Parent 276 0 R /Prev 292 0 R +/Next 300 0 R >> endobj 292 0 obj << /Title 293 0 R /A 290 0 R -/Parent 268 0 R +/Parent 276 0 R /Prev 288 0 R /Next 296 0 R >> endobj 288 0 obj << /Title 289 0 R /A 286 0 R -/Parent 268 0 R +/Parent 276 0 R /Prev 284 0 R /Next 292 0 R >> endobj 284 0 obj << /Title 285 0 R /A 282 0 R -/Parent 268 0 R +/Parent 276 0 R /Prev 280 0 R /Next 288 0 R >> endobj 280 0 obj << /Title 281 0 R /A 278 0 R -/Parent 268 0 R -/Prev 276 0 R +/Parent 276 0 R /Next 284 0 R >> endobj 276 0 obj << /Title 277 0 R /A 274 0 R -/Parent 268 0 R +/Parent 256 0 R /Prev 272 0 R -/Next 280 0 R +/Next 308 0 R +/First 280 0 R +/Last 304 0 R +/Count -7 >> endobj 272 0 obj << /Title 273 0 R /A 270 0 R -/Parent 268 0 R +/Parent 256 0 R +/Prev 268 0 R /Next 276 0 R >> endobj 268 0 obj << /Title 269 0 R /A 266 0 R -/Parent 248 0 R +/Parent 256 0 R /Prev 264 0 R -/Next 300 0 R -/First 272 0 R -/Last 296 0 R -/Count -7 +/Next 272 0 R >> endobj 264 0 obj << /Title 265 0 R /A 262 0 R -/Parent 248 0 R +/Parent 256 0 R /Prev 260 0 R /Next 268 0 R >> endobj 260 0 obj << /Title 261 0 R /A 258 0 R -/Parent 248 0 R -/Prev 256 0 R +/Parent 256 0 R /Next 264 0 R >> endobj 256 0 obj << /Title 257 0 R /A 254 0 R -/Parent 248 0 R -/Prev 252 0 R -/Next 260 0 R +/Parent 2357 0 R +/Prev 128 0 R +/Next 376 0 R +/First 260 0 R +/Last 364 0 R +/Count -10 >> endobj 252 0 obj << /Title 253 0 R /A 250 0 R -/Parent 248 0 R -/Next 256 0 R +/Parent 232 0 R +/Prev 248 0 R >> endobj 248 0 obj << /Title 249 0 R /A 246 0 R -/Parent 2089 0 R -/Prev 128 0 R -/Next 364 0 R -/First 252 0 R -/Last 352 0 R -/Count -9 +/Parent 232 0 R +/Prev 244 0 R +/Next 252 0 R >> endobj 244 0 obj << /Title 245 0 R /A 242 0 R -/Parent 224 0 R +/Parent 232 0 R /Prev 240 0 R +/Next 248 0 R >> endobj 240 0 obj << /Title 241 0 R /A 238 0 R -/Parent 224 0 R +/Parent 232 0 R /Prev 236 0 R /Next 244 0 R >> endobj 236 0 obj << /Title 237 0 R /A 234 0 R -/Parent 224 0 R -/Prev 232 0 R +/Parent 232 0 R /Next 240 0 R >> endobj 232 0 obj << /Title 233 0 R /A 230 0 R -/Parent 224 0 R -/Prev 228 0 R -/Next 236 0 R +/Parent 128 0 R +/Prev 200 0 R +/First 236 0 R +/Last 252 0 R +/Count -5 >> endobj 228 0 obj << /Title 229 0 R /A 226 0 R -/Parent 224 0 R -/Next 232 0 R +/Parent 200 0 R +/Prev 224 0 R >> endobj 224 0 obj << /Title 225 0 R /A 222 0 R -/Parent 128 0 R -/Prev 200 0 R -/First 228 0 R -/Last 244 0 R -/Count -5 +/Parent 200 0 R +/Prev 220 0 R +/Next 228 0 R >> endobj 220 0 obj << /Title 221 0 R /A 218 0 R /Parent 200 0 R /Prev 216 0 R +/Next 224 0 R >> endobj 216 0 obj << /Title 217 0 R @@ -14159,10 +16155,10 @@ endobj /A 198 0 R /Parent 128 0 R /Prev 156 0 R -/Next 224 0 R +/Next 232 0 R /First 204 0 R -/Last 220 0 R -/Count -5 +/Last 228 0 R +/Count -7 >> endobj 196 0 obj << /Title 197 0 R @@ -14287,66 +16283,66 @@ endobj 128 0 obj << /Title 129 0 R /A 126 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 124 0 R -/Next 248 0 R +/Next 256 0 R /First 132 0 R -/Last 224 0 R +/Last 232 0 R /Count -4 >> endobj 124 0 obj << /Title 125 0 R /A 122 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 120 0 R /Next 128 0 R >> endobj 120 0 obj << /Title 121 0 R /A 118 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 116 0 R /Next 124 0 R >> endobj 116 0 obj << /Title 117 0 R /A 114 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 112 0 R /Next 120 0 R >> endobj 112 0 obj << /Title 113 0 R /A 110 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 108 0 R /Next 116 0 R >> endobj 108 0 obj << /Title 109 0 R /A 106 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 104 0 R /Next 112 0 R >> endobj 104 0 obj << /Title 105 0 R /A 102 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 100 0 R /Next 108 0 R >> endobj 100 0 obj << /Title 101 0 R /A 98 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 96 0 R /Next 104 0 R >> endobj 96 0 obj << /Title 97 0 R /A 94 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 64 0 R /Next 100 0 R >> endobj @@ -14400,7 +16396,7 @@ endobj 64 0 obj << /Title 65 0 R /A 62 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 60 0 R /Next 96 0 R /First 68 0 R @@ -14410,7 +16406,7 @@ endobj 60 0 obj << /Title 61 0 R /A 58 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 32 0 R /Next 64 0 R >> endobj @@ -14457,7 +16453,7 @@ endobj 32 0 obj << /Title 33 0 R /A 30 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 28 0 R /Next 60 0 R /First 36 0 R @@ -14467,21 +16463,21 @@ endobj 28 0 obj << /Title 29 0 R /A 26 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 24 0 R /Next 32 0 R >> endobj 24 0 obj << /Title 25 0 R /A 22 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 20 0 R /Next 28 0 R >> endobj 20 0 obj << /Title 21 0 R /A 18 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Prev 16 0 R /Next 24 0 R /F 01 @@ -14489,26 +16485,26 @@ endobj 16 0 obj << /Title 17 0 R /A 14 0 R -/Parent 2089 0 R +/Parent 2357 0 R /Next 20 0 R /F 01 >> endobj -2090 0 obj << +2358 0 obj << /Type /Catalog -/Pages 2088 0 R -/Outlines 2089 0 R -/Lang(en-GB)/OCProperties << /OCGs [1 0 R 2 0 R 3 0 R 4 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R ] /D << /Order [1 0 R 2 0 R 3 0 R 4 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R ] /BaseState/ON /OFF [9 0 R 11 0 R 13 0 R ] >> >>/PageMode/UseOutlines/ViewerPreferences<>/Metadata 2045 0 R -/OpenAction 378 0 R ->> endobj -2091 0 obj << -/Author(R Schlicht )/Title(The microtype package)/Subject(An interface to the micro-typographic extensions of pdfTeX)/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.1)/Keywords(TeX, LaTeX, pdftex, typography, micro-typography, character protrusion, margin kerning, optical alignment, font expansion, font scaling, hz, kerning, spacing, interword glue, letterspacing, tracking) -/CreationDate (D:20070121170325+01'00') -/ModDate (D:20070121170325+01'00') +/Pages 2356 0 R +/Outlines 2357 0 R +/Lang(en-GB)/OCProperties << /OCGs [1 0 R 2 0 R 3 0 R 4 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R ] /D << /Order [[(Logo)1 0 R 2 0 R 3 0 R 4 0 R ][(Sample)9 0 R 10 0 R 11 0 R 12 0 R 13 0 R ]] /BaseState/ON /OFF [9 0 R 11 0 R 13 0 R ] >> >> /PageMode/UseOutlines/ViewerPreferences<>/Metadata 2309 0 R +/OpenAction 478 0 R +>> endobj +2359 0 obj << +/Author(R Schlicht )/Title(The microtype package)/Subject(An interface to the micro-typographic extensions of pdfTeX)/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.4)/Keywords(TeX, LaTeX, pdftex, typography, micro-typography, character protrusion, margin kerning, optical alignment, font expansion, font scaling, hz, kerning, spacing, glue, letterspacing, tracking) +/CreationDate (D:20070714162452+02'00') +/ModDate (D:20070714162452+02'00') /Trapped /False -/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.40.1-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) +/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.40.4-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) >> endobj xref -0 2092 +0 2360 0000000005 65535 f 0000000015 00000 n 0000000060 00000 n @@ -14524,2088 +16520,2356 @@ xref 0000000374 00000 n 0000000429 00000 n 0000000479 00000 n -0000020856 00000 n -0000794427 00000 n +0000023688 00000 n +0000953888 00000 n 0000000520 00000 n 0000000547 00000 n -0000030810 00000 n -0000794332 00000 n +0000033827 00000 n +0000953793 00000 n 0000000588 00000 n 0000000621 00000 n -0000038543 00000 n -0000794243 00000 n +0000041586 00000 n +0000953704 00000 n 0000000662 00000 n 0000000709 00000 n -0000042564 00000 n -0000794154 00000 n +0000045618 00000 n +0000953615 00000 n 0000000750 00000 n -0000000789 00000 n -0000046975 00000 n -0000794029 00000 n -0000000830 00000 n -0000000856 00000 n -0000047027 00000 n -0000793955 00000 n -0000000897 00000 n -0000000941 00000 n -0000051361 00000 n -0000793868 00000 n -0000000982 00000 n -0000001033 00000 n -0000051413 00000 n -0000793781 00000 n -0000001074 00000 n -0000001119 00000 n -0000055726 00000 n -0000793694 00000 n -0000001160 00000 n -0000001212 00000 n -0000055778 00000 n -0000793607 00000 n -0000001253 00000 n -0000001293 00000 n -0000059747 00000 n -0000793533 00000 n -0000001334 00000 n -0000001375 00000 n -0000059799 00000 n -0000793444 00000 n -0000001416 00000 n -0000001471 00000 n -0000073100 00000 n -0000793319 00000 n -0000001512 00000 n -0000001548 00000 n -0000073152 00000 n -0000793245 00000 n -0000001589 00000 n -0000001628 00000 n -0000081144 00000 n -0000793158 00000 n -0000001669 00000 n -0000001702 00000 n -0000085387 00000 n -0000793071 00000 n -0000001743 00000 n -0000001770 00000 n -0000089721 00000 n -0000792984 00000 n -0000001811 00000 n -0000001847 00000 n -0000093668 00000 n -0000792897 00000 n -0000001888 00000 n -0000001925 00000 n -0000098355 00000 n -0000792810 00000 n -0000001966 00000 n -0000002006 00000 n -0000098407 00000 n -0000792736 00000 n -0000002047 00000 n -0000002085 00000 n -0000106112 00000 n -0000792646 00000 n -0000002126 00000 n -0000002168 00000 n -0000110863 00000 n -0000792554 00000 n -0000002209 00000 n -0000002252 00000 n -0000114567 00000 n -0000792460 00000 n -0000002295 00000 n -0000002334 00000 n -0000114620 00000 n -0000792366 00000 n -0000002377 00000 n -0000002414 00000 n -0000123184 00000 n -0000792272 00000 n -0000002457 00000 n -0000002490 00000 n -0000129177 00000 n -0000792178 00000 n -0000002533 00000 n -0000002568 00000 n -0000129230 00000 n -0000792084 00000 n -0000002611 00000 n -0000002641 00000 n -0000135121 00000 n -0000791990 00000 n -0000002684 00000 n -0000002717 00000 n -0000145617 00000 n -0000791857 00000 n -0000002760 00000 n -0000002794 00000 n -0000145670 00000 n -0000791739 00000 n -0000002837 00000 n -0000002870 00000 n -0000158544 00000 n -0000791660 00000 n -0000002913 00000 n -0000002942 00000 n -0000171535 00000 n -0000791567 00000 n -0000002985 00000 n -0000003017 00000 n -0000175770 00000 n -0000791474 00000 n -0000003060 00000 n -0000003092 00000 n -0000177693 00000 n -0000791381 00000 n -0000003135 00000 n -0000003171 00000 n -0000192811 00000 n -0000791302 00000 n -0000003214 00000 n -0000003247 00000 n -0000203285 00000 n -0000791169 00000 n -0000003290 00000 n -0000003320 00000 n -0000209395 00000 n -0000791090 00000 n -0000003363 00000 n -0000003393 00000 n -0000223378 00000 n -0000790997 00000 n -0000003436 00000 n -0000003465 00000 n -0000229087 00000 n -0000790904 00000 n -0000003508 00000 n -0000003554 00000 n -0000232578 00000 n -0000790811 00000 n -0000003597 00000 n -0000003635 00000 n -0000236508 00000 n -0000790718 00000 n -0000003678 00000 n -0000003706 00000 n -0000243438 00000 n -0000790625 00000 n -0000003749 00000 n -0000003788 00000 n -0000243491 00000 n -0000790532 00000 n -0000003831 00000 n -0000003876 00000 n -0000253687 00000 n -0000790439 00000 n -0000003919 00000 n -0000003972 00000 n -0000267648 00000 n -0000790346 00000 n -0000004015 00000 n -0000004067 00000 n -0000275589 00000 n -0000790267 00000 n -0000004110 00000 n -0000004153 00000 n -0000280365 00000 n -0000790135 00000 n -0000004196 00000 n -0000004229 00000 n -0000280419 00000 n -0000790056 00000 n -0000004272 00000 n -0000004301 00000 n -0000296629 00000 n -0000789963 00000 n -0000004344 00000 n -0000004386 00000 n -0000296683 00000 n -0000789870 00000 n -0000004429 00000 n -0000004460 00000 n -0000306579 00000 n -0000789777 00000 n -0000004503 00000 n -0000004544 00000 n -0000311538 00000 n -0000789698 00000 n -0000004587 00000 n -0000004618 00000 n -0000317122 00000 n -0000789580 00000 n -0000004661 00000 n -0000004696 00000 n -0000317176 00000 n -0000789501 00000 n -0000004739 00000 n -0000004780 00000 n -0000325943 00000 n -0000789408 00000 n -0000004823 00000 n -0000004873 00000 n -0000328959 00000 n -0000789315 00000 n -0000004916 00000 n -0000004959 00000 n -0000331699 00000 n -0000789222 00000 n -0000005002 00000 n -0000005044 00000 n -0000335495 00000 n -0000789143 00000 n -0000005087 00000 n -0000005129 00000 n -0000349987 00000 n -0000789010 00000 n -0000005172 00000 n -0000005211 00000 n -0000350041 00000 n -0000788931 00000 n -0000005254 00000 n -0000005283 00000 n -0000352562 00000 n -0000788838 00000 n -0000005326 00000 n -0000005358 00000 n -0000355128 00000 n -0000788745 00000 n -0000005401 00000 n +0000000784 00000 n +0000050429 00000 n +0000953490 00000 n +0000000825 00000 n +0000000851 00000 n +0000050481 00000 n +0000953416 00000 n +0000000892 00000 n +0000000936 00000 n +0000054961 00000 n +0000953329 00000 n +0000000977 00000 n +0000001028 00000 n +0000055013 00000 n +0000953242 00000 n +0000001069 00000 n +0000001114 00000 n +0000059261 00000 n +0000953155 00000 n +0000001155 00000 n +0000001207 00000 n +0000059313 00000 n +0000953068 00000 n +0000001248 00000 n +0000001288 00000 n +0000063553 00000 n +0000952994 00000 n +0000001329 00000 n +0000001370 00000 n +0000068188 00000 n +0000952905 00000 n +0000001411 00000 n +0000001466 00000 n +0000076419 00000 n +0000952780 00000 n +0000001507 00000 n +0000001543 00000 n +0000076471 00000 n +0000952706 00000 n +0000001584 00000 n +0000001623 00000 n +0000084659 00000 n +0000952619 00000 n +0000001664 00000 n +0000001697 00000 n +0000094029 00000 n +0000952532 00000 n +0000001738 00000 n +0000001765 00000 n +0000098371 00000 n +0000952445 00000 n +0000001806 00000 n +0000001842 00000 n +0000102329 00000 n +0000952358 00000 n +0000001883 00000 n +0000001920 00000 n +0000106880 00000 n +0000952271 00000 n +0000001961 00000 n +0000002001 00000 n +0000106932 00000 n +0000952197 00000 n +0000002042 00000 n +0000002080 00000 n +0000114609 00000 n +0000952107 00000 n +0000002121 00000 n +0000002163 00000 n +0000119078 00000 n +0000952015 00000 n +0000002204 00000 n +0000002247 00000 n +0000123588 00000 n +0000951921 00000 n +0000002290 00000 n +0000002329 00000 n +0000127630 00000 n +0000951827 00000 n +0000002372 00000 n +0000002409 00000 n +0000135651 00000 n +0000951733 00000 n +0000002452 00000 n +0000002485 00000 n +0000135704 00000 n +0000951639 00000 n +0000002528 00000 n +0000002563 00000 n +0000141901 00000 n +0000951545 00000 n +0000002606 00000 n +0000002636 00000 n +0000148210 00000 n +0000951451 00000 n +0000002679 00000 n +0000002712 00000 n +0000160149 00000 n +0000951318 00000 n +0000002755 00000 n +0000002789 00000 n +0000162308 00000 n +0000951200 00000 n +0000002832 00000 n +0000002865 00000 n +0000171155 00000 n +0000951121 00000 n +0000002908 00000 n +0000002937 00000 n +0000186993 00000 n +0000951028 00000 n +0000002980 00000 n +0000003012 00000 n +0000191437 00000 n +0000950935 00000 n +0000003055 00000 n +0000003087 00000 n +0000195454 00000 n +0000950842 00000 n +0000003130 00000 n +0000003166 00000 n +0000210815 00000 n +0000950763 00000 n +0000003209 00000 n +0000003242 00000 n +0000221775 00000 n +0000950630 00000 n +0000003285 00000 n +0000003315 00000 n +0000234200 00000 n +0000950551 00000 n +0000003358 00000 n +0000003388 00000 n +0000250690 00000 n +0000950458 00000 n +0000003431 00000 n +0000003460 00000 n +0000254542 00000 n +0000950365 00000 n +0000003503 00000 n +0000003549 00000 n +0000258126 00000 n +0000950272 00000 n +0000003592 00000 n +0000003630 00000 n +0000261989 00000 n +0000950179 00000 n +0000003673 00000 n +0000003701 00000 n +0000275854 00000 n +0000950086 00000 n +0000003744 00000 n +0000003783 00000 n +0000275908 00000 n +0000949993 00000 n +0000003826 00000 n +0000003871 00000 n +0000288794 00000 n +0000949900 00000 n +0000003914 00000 n +0000003967 00000 n +0000303344 00000 n +0000949807 00000 n +0000004010 00000 n +0000004062 00000 n +0000308487 00000 n +0000949728 00000 n +0000004105 00000 n +0000004148 00000 n +0000313387 00000 n +0000949596 00000 n +0000004191 00000 n +0000004224 00000 n +0000313441 00000 n +0000949517 00000 n +0000004267 00000 n +0000004296 00000 n +0000326800 00000 n +0000949424 00000 n +0000004339 00000 n +0000004379 00000 n +0000329145 00000 n +0000949331 00000 n +0000004422 00000 n +0000004461 00000 n +0000329199 00000 n +0000949238 00000 n +0000004504 00000 n +0000004546 00000 n +0000331928 00000 n +0000949145 00000 n +0000004589 00000 n +0000004620 00000 n +0000341979 00000 n +0000949052 00000 n +0000004663 00000 n +0000004704 00000 n +0000346855 00000 n +0000948973 00000 n +0000004747 00000 n +0000004778 00000 n +0000352640 00000 n +0000948855 00000 n +0000004821 00000 n +0000004856 00000 n +0000352694 00000 n +0000948776 00000 n +0000004899 00000 n +0000004940 00000 n +0000361557 00000 n +0000948683 00000 n +0000004983 00000 n +0000005033 00000 n +0000364942 00000 n +0000948590 00000 n +0000005076 00000 n +0000005119 00000 n +0000367168 00000 n +0000948497 00000 n +0000005162 00000 n +0000005204 00000 n +0000371163 00000 n +0000948418 00000 n +0000005247 00000 n +0000005289 00000 n +0000385901 00000 n +0000948284 00000 n +0000005332 00000 n +0000005371 00000 n +0000385955 00000 n +0000948205 00000 n +0000005414 00000 n 0000005443 00000 n -0000355182 00000 n -0000788652 00000 n +0000388605 00000 n +0000948112 00000 n 0000005486 00000 n -0000005535 00000 n -0000355236 00000 n -0000788520 00000 n -0000005578 00000 n -0000005619 00000 n -0000357296 00000 n -0000788441 00000 n -0000005662 00000 n -0000005685 00000 n -0000357350 00000 n -0000788348 00000 n -0000005728 00000 n -0000005750 00000 n -0000357404 00000 n -0000788255 00000 n -0000005793 00000 n -0000005816 00000 n -0000358971 00000 n -0000788162 00000 n -0000005859 00000 n -0000005882 00000 n -0000360957 00000 n -0000788069 00000 n -0000005925 00000 n -0000005947 00000 n -0000361011 00000 n -0000787976 00000 n -0000005990 00000 n -0000006012 00000 n -0000363107 00000 n -0000787897 00000 n +0000005531 00000 n +0000391059 00000 n +0000948019 00000 n +0000005574 00000 n +0000005616 00000 n +0000391113 00000 n +0000947926 00000 n +0000005659 00000 n +0000005708 00000 n +0000393795 00000 n +0000947794 00000 n +0000005751 00000 n +0000005792 00000 n +0000393849 00000 n +0000947715 00000 n +0000005835 00000 n +0000005858 00000 n +0000393903 00000 n +0000947622 00000 n +0000005901 00000 n +0000005923 00000 n +0000395678 00000 n +0000947529 00000 n +0000005966 00000 n +0000005989 00000 n +0000397513 00000 n +0000947436 00000 n +0000006032 00000 n 0000006055 00000 n -0000006087 00000 n -0000363161 00000 n -0000787804 00000 n -0000006130 00000 n -0000006164 00000 n -0000364643 00000 n -0000787672 00000 n -0000006207 00000 n -0000006247 00000 n -0000368229 00000 n -0000787593 00000 n -0000006290 00000 n -0000006317 00000 n -0000382049 00000 n -0000787500 00000 n -0000006360 00000 n -0000006387 00000 n -0000395712 00000 n -0000787407 00000 n -0000006430 00000 n -0000006460 00000 n -0000400298 00000 n -0000787314 00000 n -0000006503 00000 n -0000006540 00000 n -0000401917 00000 n -0000787221 00000 n -0000006583 00000 n -0000006611 00000 n -0000411323 00000 n -0000787128 00000 n -0000006654 00000 n -0000006694 00000 n -0000418119 00000 n -0000787035 00000 n -0000006737 00000 n -0000006768 00000 n -0000422854 00000 n -0000786942 00000 n -0000006811 00000 n -0000006836 00000 n -0000430010 00000 n -0000786863 00000 n -0000006879 00000 n -0000006911 00000 n -0000430064 00000 n -0000786731 00000 n -0000006954 00000 n -0000006991 00000 n -0000434965 00000 n -0000786666 00000 n -0000007034 00000 n -0000007070 00000 n -0000436976 00000 n -0000786548 00000 n -0000007113 00000 n -0000007151 00000 n -0000437029 00000 n -0000786469 00000 n -0000007194 00000 n -0000007220 00000 n -0000438967 00000 n -0000786390 00000 n -0000007263 00000 n -0000007290 00000 n -0000439021 00000 n -0000786296 00000 n -0000007333 00000 n -0000007389 00000 n -0000454654 00000 n -0000786196 00000 n -0000007432 00000 n -0000007466 00000 n -0000531029 00000 n -0000786096 00000 n -0000007509 00000 n +0000397567 00000 n +0000947343 00000 n +0000006098 00000 n +0000006120 00000 n +0000399554 00000 n +0000947250 00000 n +0000006163 00000 n +0000006185 00000 n +0000399608 00000 n +0000947171 00000 n +0000006228 00000 n +0000006260 00000 n +0000401639 00000 n +0000947078 00000 n +0000006303 00000 n +0000006331 00000 n +0000401693 00000 n +0000946985 00000 n +0000006374 00000 n +0000006408 00000 n +0000404003 00000 n +0000946853 00000 n +0000006451 00000 n +0000006491 00000 n +0000407108 00000 n +0000946774 00000 n +0000006534 00000 n +0000006561 00000 n +0000420582 00000 n +0000946681 00000 n +0000006604 00000 n +0000006631 00000 n +0000436040 00000 n +0000946588 00000 n +0000006674 00000 n +0000006704 00000 n +0000439358 00000 n +0000946495 00000 n +0000006747 00000 n +0000006784 00000 n +0000442255 00000 n +0000946402 00000 n +0000006827 00000 n +0000006855 00000 n +0000451737 00000 n +0000946309 00000 n +0000006898 00000 n +0000006938 00000 n +0000458424 00000 n +0000946216 00000 n +0000006981 00000 n +0000007012 00000 n +0000463194 00000 n +0000946123 00000 n +0000007055 00000 n +0000007080 00000 n +0000470286 00000 n +0000946044 00000 n +0000007123 00000 n +0000007155 00000 n +0000555492 00000 n +0000945912 00000 n +0000007198 00000 n +0000007235 00000 n +0000557880 00000 n +0000945847 00000 n +0000007278 00000 n +0000007314 00000 n +0000560325 00000 n +0000945729 00000 n +0000007357 00000 n +0000007395 00000 n +0000562828 00000 n +0000945650 00000 n +0000007438 00000 n +0000007464 00000 n +0000562882 00000 n +0000945571 00000 n +0000007507 00000 n 0000007534 00000 n -0000607346 00000 n -0000786010 00000 n +0000565024 00000 n +0000945477 00000 n 0000007577 00000 n -0000007629 00000 n -0000011117 00000 n -0000011280 00000 n -0000011450 00000 n -0000011666 00000 n -0000011813 00000 n -0000012013 00000 n -0000007681 00000 n -0000011960 00000 n -0000781390 00000 n -0000779726 00000 n -0000780259 00000 n -0000779554 00000 n -0000781570 00000 n -0000014230 00000 n -0000014377 00000 n -0000014524 00000 n -0000014671 00000 n -0000014817 00000 n -0000014963 00000 n -0000015110 00000 n -0000015257 00000 n -0000015404 00000 n -0000015550 00000 n -0000015697 00000 n -0000015844 00000 n -0000015991 00000 n -0000016138 00000 n -0000016285 00000 n -0000016431 00000 n -0000016577 00000 n -0000016724 00000 n -0000016871 00000 n -0000017017 00000 n -0000017164 00000 n -0000017312 00000 n -0000017460 00000 n -0000017608 00000 n -0000017756 00000 n -0000017903 00000 n -0000018051 00000 n -0000018198 00000 n -0000018346 00000 n -0000018494 00000 n -0000018641 00000 n -0000018789 00000 n -0000019085 00000 n -0000019232 00000 n -0000019380 00000 n -0000019528 00000 n -0000019676 00000 n -0000019824 00000 n -0000019972 00000 n -0000020120 00000 n -0000020267 00000 n -0000020415 00000 n -0000020563 00000 n -0000020710 00000 n -0000023231 00000 n -0000023377 00000 n -0000023524 00000 n -0000023671 00000 n -0000023818 00000 n -0000024112 00000 n -0000020908 00000 n -0000013739 00000 n -0000012213 00000 n -0000018937 00000 n -0000024260 00000 n -0000024408 00000 n -0000024555 00000 n -0000024703 00000 n -0000024999 00000 n -0000025146 00000 n -0000025441 00000 n -0000025589 00000 n -0000025737 00000 n -0000025885 00000 n -0000026033 00000 n -0000026181 00000 n -0000026328 00000 n -0000026475 00000 n -0000026622 00000 n -0000026770 00000 n -0000026918 00000 n -0000027066 00000 n -0000027214 00000 n -0000027362 00000 n -0000027510 00000 n -0000027658 00000 n -0000027806 00000 n -0000027954 00000 n -0000028102 00000 n -0000028249 00000 n -0000028397 00000 n -0000028545 00000 n -0000028691 00000 n -0000028839 00000 n -0000028987 00000 n -0000029133 00000 n -0000029281 00000 n -0000029429 00000 n -0000029577 00000 n -0000029725 00000 n -0000029871 00000 n -0000030019 00000 n -0000030166 00000 n -0000030314 00000 n -0000030461 00000 n -0000030609 00000 n -0000030862 00000 n -0000022692 00000 n -0000020994 00000 n -0000030757 00000 n -0000023965 00000 n -0000024851 00000 n -0000025294 00000 n -0000068341 00000 n -0000102277 00000 n -0000249391 00000 n -0000037117 00000 n -0000037361 00000 n -0000037605 00000 n -0000037753 00000 n -0000037901 00000 n -0000038049 00000 n -0000038196 00000 n -0000038344 00000 n -0000038595 00000 n -0000036922 00000 n -0000030961 00000 n -0000038490 00000 n -0000779899 00000 n -0000129283 00000 n -0000129495 00000 n -0000129548 00000 n -0000042364 00000 n -0000042615 00000 n -0000042225 00000 n -0000038834 00000 n -0000042511 00000 n -0000046481 00000 n -0000046628 00000 n -0000046775 00000 n -0000050720 00000 n -0000047079 00000 n -0000046326 00000 n -0000042728 00000 n -0000046922 00000 n -0000781070 00000 n -0000050867 00000 n -0000051014 00000 n -0000051160 00000 n -0000051465 00000 n -0000050557 00000 n -0000047205 00000 n -0000051308 00000 n -0000780777 00000 n -0000781688 00000 n -0000129389 00000 n -0000055232 00000 n -0000055379 00000 n -0000055526 00000 n -0000055830 00000 n -0000055077 00000 n -0000051604 00000 n -0000055673 00000 n -0000059404 00000 n -0000059549 00000 n -0000064354 00000 n -0000059851 00000 n -0000059257 00000 n -0000055956 00000 n -0000059694 00000 n -0000780445 00000 n -0000064502 00000 n -0000064215 00000 n -0000060004 00000 n -0000780632 00000 n -0000129442 00000 n -0000068141 00000 n -0000068394 00000 n -0000068002 00000 n -0000064627 00000 n -0000068288 00000 n -0000072460 00000 n -0000072753 00000 n -0000072900 00000 n -0000072606 00000 n -0000073204 00000 n -0000072297 00000 n -0000068506 00000 n -0000073047 00000 n -0000077073 00000 n -0000077273 00000 n -0000076934 00000 n -0000073330 00000 n -0000077220 00000 n -0000781806 00000 n -0000080797 00000 n -0000080944 00000 n -0000081196 00000 n +0000007633 00000 n +0000578855 00000 n +0000945337 00000 n +0000007676 00000 n +0000007710 00000 n +0000578908 00000 n +0000945252 00000 n +0000007753 00000 n +0000007791 00000 n +0000578961 00000 n +0000945153 00000 n +0000007834 00000 n +0000007872 00000 n +0000579014 00000 n +0000945054 00000 n +0000007915 00000 n +0000007953 00000 n +0000579067 00000 n +0000944955 00000 n +0000007996 00000 n +0000008034 00000 n +0000579119 00000 n +0000944856 00000 n +0000008077 00000 n +0000008115 00000 n +0000592338 00000 n +0000944757 00000 n +0000008158 00000 n +0000008197 00000 n +0000592391 00000 n +0000944658 00000 n +0000008240 00000 n +0000008279 00000 n +0000592443 00000 n +0000944559 00000 n +0000008322 00000 n +0000008360 00000 n +0000592496 00000 n +0000944460 00000 n +0000008403 00000 n +0000008441 00000 n +0000592549 00000 n +0000944361 00000 n +0000008484 00000 n +0000008523 00000 n +0000592602 00000 n +0000944262 00000 n +0000008566 00000 n +0000008604 00000 n +0000610434 00000 n +0000944163 00000 n +0000008647 00000 n +0000008685 00000 n +0000625741 00000 n +0000944064 00000 n +0000008728 00000 n +0000008766 00000 n +0000625794 00000 n +0000943965 00000 n +0000008809 00000 n +0000008848 00000 n +0000625847 00000 n +0000943866 00000 n +0000008891 00000 n +0000008930 00000 n +0000639562 00000 n +0000943767 00000 n +0000008973 00000 n +0000009012 00000 n +0000639615 00000 n +0000943668 00000 n +0000009055 00000 n +0000009094 00000 n +0000639668 00000 n +0000943569 00000 n +0000009137 00000 n +0000009176 00000 n +0000639721 00000 n +0000943470 00000 n +0000009219 00000 n +0000009258 00000 n +0000639774 00000 n +0000943371 00000 n +0000009301 00000 n +0000009339 00000 n +0000657325 00000 n +0000943272 00000 n +0000009382 00000 n +0000009420 00000 n +0000657378 00000 n +0000943187 00000 n +0000009463 00000 n +0000009501 00000 n +0000682253 00000 n +0000943087 00000 n +0000009544 00000 n +0000009569 00000 n +0000752938 00000 n +0000943001 00000 n +0000009612 00000 n +0000009664 00000 n +0000013905 00000 n +0000009716 00000 n +0000009781 00000 n +0000011398 00000 n +0000937991 00000 n +0000014068 00000 n +0000014401 00000 n +0000014618 00000 n +0000014765 00000 n +0000014966 00000 n +0000011589 00000 n +0000014913 00000 n +0000936137 00000 n +0000936670 00000 n +0000935965 00000 n +0000938171 00000 n +0000017058 00000 n +0000017205 00000 n +0000017352 00000 n +0000017499 00000 n +0000017646 00000 n +0000017792 00000 n +0000017939 00000 n +0000018086 00000 n +0000018232 00000 n +0000018378 00000 n +0000018525 00000 n +0000018672 00000 n +0000018819 00000 n +0000018966 00000 n +0000019113 00000 n +0000019260 00000 n +0000019406 00000 n +0000019552 00000 n +0000019699 00000 n +0000019845 00000 n +0000019992 00000 n +0000020140 00000 n +0000020288 00000 n +0000020436 00000 n +0000020584 00000 n +0000020731 00000 n +0000020879 00000 n +0000021026 00000 n +0000021174 00000 n +0000021322 00000 n +0000021470 00000 n +0000021618 00000 n +0000021914 00000 n +0000022062 00000 n +0000022210 00000 n +0000022358 00000 n +0000022506 00000 n +0000022654 00000 n +0000022802 00000 n +0000022950 00000 n +0000023098 00000 n +0000023246 00000 n +0000023394 00000 n +0000023541 00000 n +0000026094 00000 n +0000026240 00000 n +0000026387 00000 n +0000026534 00000 n +0000026681 00000 n +0000026829 00000 n +0000026977 00000 n +0000027273 00000 n +0000023740 00000 n +0000016567 00000 n +0000015066 00000 n +0000021766 00000 n +0000027419 00000 n +0000027567 00000 n +0000027715 00000 n +0000027863 00000 n +0000028011 00000 n +0000028159 00000 n +0000028307 00000 n +0000028455 00000 n +0000028603 00000 n +0000028751 00000 n +0000028899 00000 n +0000029047 00000 n +0000029195 00000 n +0000029343 00000 n +0000029491 00000 n +0000029639 00000 n +0000029786 00000 n +0000029934 00000 n +0000030081 00000 n +0000030229 00000 n +0000030375 00000 n +0000030522 00000 n +0000030670 00000 n +0000030818 00000 n +0000030966 00000 n +0000031113 00000 n +0000031261 00000 n +0000031408 00000 n +0000031556 00000 n +0000031704 00000 n +0000031852 00000 n +0000032000 00000 n +0000032148 00000 n +0000032296 00000 n +0000032444 00000 n +0000032592 00000 n +0000032740 00000 n +0000032888 00000 n +0000033036 00000 n +0000033182 00000 n +0000033330 00000 n +0000033478 00000 n +0000033626 00000 n +0000033879 00000 n +0000025547 00000 n +0000023826 00000 n +0000033774 00000 n +0000027125 00000 n +0000072426 00000 n +0000110941 00000 n +0000283986 00000 n +0000040160 00000 n +0000040404 00000 n +0000040648 00000 n +0000040796 00000 n +0000040944 00000 n +0000041092 00000 n +0000041239 00000 n +0000041387 00000 n +0000041638 00000 n +0000039965 00000 n +0000033979 00000 n +0000041533 00000 n +0000936310 00000 n +0000141954 00000 n +0000142219 00000 n +0000142272 00000 n +0000045417 00000 n +0000045670 00000 n +0000045278 00000 n +0000041878 00000 n +0000045565 00000 n +0000049494 00000 n +0000049640 00000 n +0000049787 00000 n +0000049934 00000 n +0000050081 00000 n +0000050229 00000 n +0000050533 00000 n +0000049315 00000 n +0000045784 00000 n +0000050376 00000 n +0000937480 00000 n +0000054031 00000 n +0000054177 00000 n +0000054323 00000 n +0000054470 00000 n +0000054615 00000 n +0000054762 00000 n +0000055065 00000 n +0000053852 00000 n +0000050660 00000 n +0000054908 00000 n +0000937188 00000 n +0000938289 00000 n +0000142060 00000 n +0000058770 00000 n +0000058916 00000 n +0000059061 00000 n +0000059365 00000 n +0000058615 00000 n +0000055205 00000 n +0000059208 00000 n +0000063207 00000 n +0000063353 00000 n +0000063605 00000 n +0000063060 00000 n +0000059492 00000 n +0000063500 00000 n +0000936856 00000 n +0000067987 00000 n +0000068240 00000 n +0000067848 00000 n +0000063759 00000 n +0000068135 00000 n +0000937043 00000 n +0000142166 00000 n +0000072226 00000 n +0000072479 00000 n +0000072087 00000 n +0000068380 00000 n +0000072373 00000 n +0000075924 00000 n +0000076070 00000 n +0000076218 00000 n +0000076523 00000 n +0000075769 00000 n +0000072592 00000 n +0000076366 00000 n +0000080357 00000 n +0000080504 00000 n +0000080703 00000 n +0000080210 00000 n +0000076650 00000 n 0000080650 00000 n -0000077385 00000 n -0000081091 00000 n -0000085187 00000 n -0000085439 00000 n -0000085048 00000 n -0000081322 00000 n -0000085334 00000 n -0000089523 00000 n -0000089773 00000 n -0000089384 00000 n -0000085579 00000 n -0000089668 00000 n -0000093720 00000 n -0000093496 00000 n -0000089899 00000 n -0000093615 00000 n -0000097544 00000 n -0000097691 00000 n -0000097838 00000 n -0000098130 00000 n -0000097983 00000 n -0000098459 00000 n -0000097373 00000 n -0000093860 00000 n -0000098302 00000 n -0000102077 00000 n -0000102330 00000 n -0000101938 00000 n -0000098585 00000 n -0000102224 00000 n -0000781924 00000 n -0000106164 00000 n -0000105940 00000 n -0000102442 00000 n -0000106059 00000 n -0000110369 00000 n -0000110516 00000 n -0000110663 00000 n -0000110915 00000 n -0000110214 00000 n -0000106304 00000 n -0000110810 00000 n -0000781216 00000 n -0000114673 00000 n -0000114395 00000 n -0000111069 00000 n -0000114514 00000 n -0000118708 00000 n -0000118856 00000 n -0000119003 00000 n -0000119202 00000 n -0000118553 00000 n -0000114799 00000 n -0000119149 00000 n -0000122914 00000 n -0000127570 00000 n -0000123237 00000 n -0000122775 00000 n -0000119315 00000 n -0000123131 00000 n -0000127718 00000 n -0000127922 00000 n -0000128122 00000 n -0000128317 00000 n -0000128499 00000 n -0000128708 00000 n -0000128918 00000 n -0000129601 00000 n -0000127375 00000 n -0000123350 00000 n -0000129124 00000 n -0000129336 00000 n -0000782042 00000 n -0000132717 00000 n -0000132865 00000 n -0000133011 00000 n -0000133158 00000 n -0000133305 00000 n -0000133452 00000 n -0000133598 00000 n -0000133744 00000 n -0000133891 00000 n -0000134038 00000 n -0000134184 00000 n -0000134332 00000 n -0000134479 00000 n -0000134626 00000 n -0000134774 00000 n -0000134921 00000 n -0000135174 00000 n -0000132458 00000 n -0000129741 00000 n -0000135068 00000 n -0000138043 00000 n -0000138189 00000 n -0000138336 00000 n -0000138482 00000 n -0000138629 00000 n -0000138776 00000 n -0000138923 00000 n -0000139069 00000 n -0000139216 00000 n -0000139363 00000 n -0000139509 00000 n -0000139656 00000 n -0000139802 00000 n -0000139948 00000 n -0000140148 00000 n -0000137800 00000 n -0000135273 00000 n -0000140095 00000 n -0000141932 00000 n -0000142078 00000 n -0000142225 00000 n -0000142372 00000 n -0000142519 00000 n -0000142666 00000 n -0000142813 00000 n -0000142959 00000 n -0000143105 00000 n -0000143301 00000 n -0000141729 00000 n -0000140233 00000 n -0000143248 00000 n -0000145722 00000 n -0000145445 00000 n -0000143386 00000 n -0000145564 00000 n -0000780924 00000 n -0000147821 00000 n -0000147649 00000 n -0000145862 00000 n -0000147768 00000 n -0000151527 00000 n -0000151693 00000 n -0000151858 00000 n -0000152024 00000 n -0000152189 00000 n -0000152355 00000 n -0000152520 00000 n -0000152689 00000 n -0000152858 00000 n -0000153026 00000 n -0000153194 00000 n -0000153364 00000 n -0000153533 00000 n -0000153702 00000 n -0000153872 00000 n -0000154041 00000 n -0000154210 00000 n -0000154380 00000 n -0000154549 00000 n -0000154718 00000 n -0000154887 00000 n -0000155055 00000 n -0000155223 00000 n -0000155391 00000 n -0000155559 00000 n -0000155727 00000 n -0000155895 00000 n -0000156063 00000 n -0000156230 00000 n -0000156397 00000 n -0000156565 00000 n -0000156733 00000 n -0000156900 00000 n -0000157066 00000 n -0000157235 00000 n -0000157402 00000 n -0000157650 00000 n -0000157818 00000 n -0000157987 00000 n -0000158155 00000 n -0000158323 00000 n -0000162073 00000 n -0000162236 00000 n -0000162398 00000 n -0000162567 00000 n -0000162735 00000 n -0000162984 00000 n -0000163153 00000 n -0000163321 00000 n -0000150784 00000 n -0000150947 00000 n -0000151110 00000 n -0000151278 00000 n -0000158597 00000 n -0000150293 00000 n -0000147933 00000 n -0000158491 00000 n -0000782160 00000 n -0000163570 00000 n -0000163739 00000 n -0000163907 00000 n -0000164075 00000 n -0000164243 00000 n -0000164411 00000 n -0000164579 00000 n -0000164746 00000 n -0000164913 00000 n -0000165081 00000 n -0000165249 00000 n -0000165417 00000 n -0000165585 00000 n -0000165753 00000 n -0000165921 00000 n -0000166089 00000 n -0000166257 00000 n -0000166424 00000 n -0000166591 00000 n -0000166759 00000 n -0000166927 00000 n -0000167095 00000 n -0000167263 00000 n -0000167431 00000 n -0000167599 00000 n -0000167767 00000 n -0000167935 00000 n -0000168103 00000 n -0000168271 00000 n -0000168438 00000 n -0000168605 00000 n -0000168773 00000 n -0000168941 00000 n -0000169109 00000 n -0000169277 00000 n -0000169446 00000 n -0000169615 00000 n -0000169784 00000 n -0000169954 00000 n -0000170124 00000 n -0000170294 00000 n -0000170464 00000 n -0000170634 00000 n -0000170804 00000 n -0000170974 00000 n -0000171144 00000 n -0000171314 00000 n -0000171588 00000 n -0000161502 00000 n -0000158737 00000 n -0000171482 00000 n -0000173799 00000 n -0000173627 00000 n -0000171728 00000 n -0000173746 00000 n -0000175822 00000 n -0000175598 00000 n -0000173911 00000 n -0000175717 00000 n -0000177746 00000 n -0000177574 00000 n -0000175948 00000 n -0000179868 00000 n -0000179696 00000 n -0000177872 00000 n -0000179815 00000 n -0000181998 00000 n -0000181826 00000 n -0000180007 00000 n -0000181945 00000 n -0000782278 00000 n -0000183727 00000 n -0000183555 00000 n -0000182110 00000 n -0000183674 00000 n -0000185727 00000 n -0000185555 00000 n -0000183839 00000 n -0000185674 00000 n -0000187938 00000 n -0000187766 00000 n -0000185866 00000 n -0000187885 00000 n -0000190235 00000 n -0000190063 00000 n -0000188050 00000 n -0000190182 00000 n -0000192864 00000 n -0000192639 00000 n -0000190347 00000 n -0000192758 00000 n -0000195620 00000 n -0000195448 00000 n -0000193017 00000 n -0000195567 00000 n -0000782396 00000 n -0000198401 00000 n -0000198229 00000 n -0000195732 00000 n -0000198348 00000 n -0000200790 00000 n -0000200618 00000 n -0000198513 00000 n -0000200737 00000 n -0000203338 00000 n -0000203113 00000 n -0000200902 00000 n -0000203232 00000 n -0000205607 00000 n -0000205435 00000 n -0000203464 00000 n -0000205554 00000 n -0000207582 00000 n -0000207410 00000 n -0000205746 00000 n -0000207529 00000 n -0000209448 00000 n -0000209223 00000 n -0000207694 00000 n -0000209342 00000 n -0000782514 00000 n -0000211812 00000 n -0000211640 00000 n -0000209574 00000 n -0000211759 00000 n -0000214664 00000 n -0000214492 00000 n -0000211924 00000 n -0000214611 00000 n -0000216681 00000 n -0000216509 00000 n -0000214803 00000 n -0000216628 00000 n -0000218917 00000 n -0000218745 00000 n -0000216766 00000 n -0000218864 00000 n -0000221249 00000 n -0000221077 00000 n -0000219002 00000 n -0000221196 00000 n -0000223431 00000 n -0000223206 00000 n -0000221361 00000 n -0000223325 00000 n -0000782632 00000 n -0000225513 00000 n -0000225341 00000 n -0000223584 00000 n -0000225460 00000 n -0000227490 00000 n -0000227318 00000 n -0000225625 00000 n -0000227437 00000 n -0000229140 00000 n -0000228968 00000 n -0000227602 00000 n -0000230936 00000 n -0000230817 00000 n -0000229266 00000 n -0000232631 00000 n -0000232459 00000 n -0000231048 00000 n -0000234319 00000 n -0000234200 00000 n -0000232730 00000 n -0000782750 00000 n -0000236561 00000 n -0000236336 00000 n -0000234431 00000 n -0000236455 00000 n -0000238962 00000 n -0000238790 00000 n -0000236687 00000 n -0000238909 00000 n -0000241387 00000 n -0000241215 00000 n -0000239101 00000 n -0000241334 00000 n -0000243544 00000 n -0000243266 00000 n -0000241499 00000 n -0000243385 00000 n -0000246239 00000 n -0000246440 00000 n -0000246100 00000 n -0000243697 00000 n -0000246387 00000 n -0000249190 00000 n -0000249444 00000 n -0000249051 00000 n -0000246525 00000 n -0000249338 00000 n -0000782868 00000 n -0000251377 00000 n -0000251205 00000 n -0000249570 00000 n -0000251324 00000 n -0000253740 00000 n -0000253515 00000 n -0000251489 00000 n -0000253634 00000 n -0000256386 00000 n -0000256214 00000 n -0000253866 00000 n -0000256333 00000 n -0000258993 00000 n -0000258821 00000 n -0000256498 00000 n -0000258940 00000 n -0000261576 00000 n -0000261404 00000 n -0000259105 00000 n -0000261523 00000 n -0000265234 00000 n -0000265062 00000 n -0000261715 00000 n -0000265181 00000 n -0000782986 00000 n -0000267701 00000 n -0000267476 00000 n -0000265360 00000 n -0000267595 00000 n -0000270841 00000 n -0000270669 00000 n -0000267800 00000 n -0000270788 00000 n -0000273617 00000 n -0000273441 00000 n -0000270967 00000 n -0000273562 00000 n -0000275643 00000 n -0000275412 00000 n -0000273729 00000 n -0000275534 00000 n -0000278068 00000 n -0000277891 00000 n -0000275743 00000 n -0000278013 00000 n -0000280473 00000 n -0000280187 00000 n -0000278195 00000 n -0000280310 00000 n -0000783107 00000 n -0000282725 00000 n -0000282547 00000 n -0000280627 00000 n -0000282670 00000 n -0000285168 00000 n -0000285419 00000 n -0000285024 00000 n -0000282865 00000 n -0000285364 00000 n -0000287718 00000 n -0000287540 00000 n -0000285559 00000 n -0000287663 00000 n -0000289766 00000 n -0000289588 00000 n -0000287804 00000 n -0000289711 00000 n -0000291894 00000 n -0000291716 00000 n -0000289906 00000 n -0000291839 00000 n -0000294027 00000 n -0000293849 00000 n -0000291980 00000 n -0000293972 00000 n -0000783232 00000 n -0000296737 00000 n -0000296451 00000 n -0000294140 00000 n -0000296574 00000 n -0000780073 00000 n -0000298390 00000 n -0000298212 00000 n -0000296906 00000 n -0000298335 00000 n -0000300537 00000 n -0000300359 00000 n -0000298503 00000 n -0000300482 00000 n -0000302514 00000 n -0000302336 00000 n -0000300650 00000 n -0000302459 00000 n -0000304282 00000 n -0000304104 00000 n -0000302627 00000 n -0000304227 00000 n -0000306633 00000 n -0000306401 00000 n -0000304368 00000 n -0000306524 00000 n -0000783357 00000 n -0000308903 00000 n -0000308725 00000 n -0000306733 00000 n -0000308848 00000 n -0000311592 00000 n -0000311360 00000 n -0000309043 00000 n -0000311483 00000 n -0000313374 00000 n -0000313196 00000 n -0000311746 00000 n -0000313319 00000 n -0000315288 00000 n -0000315110 00000 n -0000313460 00000 n -0000315233 00000 n -0000317230 00000 n -0000316999 00000 n -0000315401 00000 n -0000319176 00000 n -0000318998 00000 n -0000317357 00000 n -0000319121 00000 n -0000783482 00000 n -0000321336 00000 n -0000321158 00000 n -0000319289 00000 n -0000321281 00000 n -0000323445 00000 n -0000323267 00000 n -0000321422 00000 n -0000323390 00000 n -0000325996 00000 n -0000325765 00000 n -0000323558 00000 n -0000325888 00000 n -0000329013 00000 n -0000328781 00000 n -0000326123 00000 n -0000328904 00000 n -0000331753 00000 n -0000331521 00000 n -0000329113 00000 n -0000331644 00000 n -0000333555 00000 n -0000333432 00000 n -0000331853 00000 n -0000783607 00000 n -0000335548 00000 n -0000335372 00000 n -0000333641 00000 n -0000338199 00000 n -0000338021 00000 n -0000335689 00000 n -0000338144 00000 n -0000340270 00000 n -0000340092 00000 n -0000338285 00000 n -0000340215 00000 n -0000342356 00000 n -0000342178 00000 n -0000340370 00000 n -0000342301 00000 n -0000343996 00000 n -0000343873 00000 n -0000342442 00000 n -0000346263 00000 n -0000346085 00000 n -0000344109 00000 n -0000346208 00000 n -0000783732 00000 n -0000348269 00000 n -0000348091 00000 n -0000346349 00000 n -0000348214 00000 n -0000350095 00000 n -0000349809 00000 n -0000348355 00000 n -0000349932 00000 n -0000352616 00000 n -0000352384 00000 n -0000350222 00000 n -0000352507 00000 n -0000355290 00000 n -0000354950 00000 n -0000352716 00000 n -0000355073 00000 n -0000357458 00000 n -0000357118 00000 n -0000355446 00000 n -0000357241 00000 n -0000359025 00000 n -0000358793 00000 n -0000357558 00000 n -0000358916 00000 n -0000783857 00000 n -0000361065 00000 n -0000360779 00000 n -0000359125 00000 n -0000360902 00000 n -0000363215 00000 n -0000362929 00000 n -0000361165 00000 n -0000363052 00000 n -0000364697 00000 n -0000364465 00000 n -0000363342 00000 n -0000364588 00000 n -0000368000 00000 n -0000368283 00000 n -0000367856 00000 n -0000364824 00000 n -0000368174 00000 n -0000369866 00000 n -0000369743 00000 n -0000368410 00000 n -0000371568 00000 n -0000371390 00000 n -0000369979 00000 n -0000371513 00000 n -0000783982 00000 n -0000373723 00000 n -0000373545 00000 n -0000371681 00000 n -0000373668 00000 n -0000375837 00000 n -0000375659 00000 n -0000373850 00000 n -0000375782 00000 n +0000938407 00000 n +0000084459 00000 n +0000088840 00000 n +0000084711 00000 n +0000084320 00000 n +0000080816 00000 n +0000084606 00000 n +0000088987 00000 n +0000089133 00000 n +0000089280 00000 n +0000089428 00000 n +0000093831 00000 n +0000089628 00000 n +0000088669 00000 n +0000084838 00000 n +0000089575 00000 n +0000227789 00000 n +0000098025 00000 n +0000094081 00000 n +0000093692 00000 n +0000089742 00000 n +0000093976 00000 n +0000098171 00000 n +0000098423 00000 n +0000097878 00000 n +0000094208 00000 n +0000098318 00000 n +0000102130 00000 n +0000102381 00000 n +0000101991 00000 n +0000098550 00000 n +0000102276 00000 n +0000106240 00000 n +0000106387 00000 n +0000106533 00000 n +0000110567 00000 n +0000106679 00000 n +0000106984 00000 n +0000106077 00000 n +0000102522 00000 n +0000106827 00000 n +0000938525 00000 n +0000142113 00000 n +0000110740 00000 n +0000110994 00000 n +0000110420 00000 n +0000107111 00000 n +0000110888 00000 n +0000114661 00000 n +0000114437 00000 n +0000111107 00000 n +0000114556 00000 n +0000118733 00000 n +0000118880 00000 n +0000119130 00000 n +0000118586 00000 n +0000114802 00000 n +0000119025 00000 n +0000123388 00000 n +0000123641 00000 n +0000123249 00000 n +0000119271 00000 n +0000123535 00000 n +0000937811 00000 n +0000937626 00000 n +0000127137 00000 n +0000127285 00000 n +0000127431 00000 n +0000127683 00000 n +0000126982 00000 n +0000123810 00000 n +0000127577 00000 n +0000131823 00000 n +0000131651 00000 n +0000127797 00000 n +0000131770 00000 n +0000938643 00000 n +0000135381 00000 n +0000140097 00000 n +0000135757 00000 n +0000135242 00000 n +0000131937 00000 n +0000135598 00000 n +0000140244 00000 n +0000140448 00000 n +0000140648 00000 n +0000140843 00000 n +0000141025 00000 n +0000141230 00000 n +0000141439 00000 n +0000141642 00000 n +0000145520 00000 n +0000142325 00000 n +0000139894 00000 n +0000135871 00000 n +0000141848 00000 n +0000142007 00000 n +0000145668 00000 n +0000145815 00000 n +0000145962 00000 n +0000146109 00000 n +0000146257 00000 n +0000146404 00000 n +0000146551 00000 n +0000146697 00000 n +0000146842 00000 n +0000146987 00000 n +0000147131 00000 n +0000147278 00000 n +0000147425 00000 n +0000147572 00000 n +0000147719 00000 n +0000147864 00000 n +0000148011 00000 n +0000148263 00000 n +0000145245 00000 n +0000142466 00000 n +0000148157 00000 n +0000151317 00000 n +0000151463 00000 n +0000151611 00000 n +0000151758 00000 n +0000151905 00000 n +0000152052 00000 n +0000152198 00000 n +0000152344 00000 n +0000152491 00000 n +0000152638 00000 n +0000152785 00000 n +0000155607 00000 n +0000152983 00000 n +0000151098 00000 n +0000148363 00000 n +0000152930 00000 n +0000155754 00000 n +0000155900 00000 n +0000156047 00000 n +0000156194 00000 n +0000156340 00000 n +0000156486 00000 n +0000156633 00000 n +0000156780 00000 n +0000156927 00000 n +0000157074 00000 n +0000157221 00000 n +0000157368 00000 n +0000157515 00000 n +0000157662 00000 n +0000157809 00000 n +0000158009 00000 n +0000155348 00000 n +0000153069 00000 n +0000157956 00000 n +0000160202 00000 n +0000159977 00000 n +0000158095 00000 n +0000160096 00000 n +0000937335 00000 n +0000938761 00000 n +0000162361 00000 n +0000162136 00000 n +0000160343 00000 n +0000162255 00000 n +0000165893 00000 n +0000166059 00000 n +0000166224 00000 n +0000166391 00000 n +0000166557 00000 n +0000166724 00000 n +0000166890 00000 n +0000167058 00000 n +0000167227 00000 n +0000167395 00000 n +0000167563 00000 n +0000167733 00000 n +0000167902 00000 n +0000168071 00000 n +0000168241 00000 n +0000168410 00000 n +0000168579 00000 n +0000168749 00000 n +0000168918 00000 n +0000169087 00000 n +0000169256 00000 n +0000169424 00000 n +0000169592 00000 n +0000169760 00000 n +0000169927 00000 n +0000170094 00000 n +0000170262 00000 n +0000170430 00000 n +0000170598 00000 n +0000170766 00000 n +0000170934 00000 n +0000174852 00000 n +0000175019 00000 n +0000175185 00000 n +0000175354 00000 n +0000175522 00000 n +0000175851 00000 n +0000165070 00000 n +0000165233 00000 n +0000165396 00000 n +0000165564 00000 n +0000171207 00000 n +0000164659 00000 n +0000162488 00000 n +0000171102 00000 n +0000176021 00000 n +0000176190 00000 n +0000176358 00000 n +0000176526 00000 n +0000176694 00000 n +0000176861 00000 n +0000177027 00000 n +0000177196 00000 n +0000177364 00000 n +0000177693 00000 n +0000177862 00000 n +0000178030 00000 n +0000178359 00000 n +0000178528 00000 n +0000178696 00000 n +0000178864 00000 n +0000179032 00000 n +0000179200 00000 n +0000179368 00000 n +0000179536 00000 n +0000179704 00000 n +0000179872 00000 n +0000180040 00000 n +0000180206 00000 n +0000180372 00000 n +0000180540 00000 n +0000180708 00000 n +0000180876 00000 n +0000181044 00000 n +0000181212 00000 n +0000181380 00000 n +0000181548 00000 n +0000181716 00000 n +0000181882 00000 n +0000182048 00000 n +0000182216 00000 n +0000182384 00000 n +0000182552 00000 n +0000182720 00000 n +0000182888 00000 n +0000183056 00000 n +0000183223 00000 n +0000183390 00000 n +0000183558 00000 n +0000183726 00000 n +0000183894 00000 n +0000184062 00000 n +0000184230 00000 n +0000184398 00000 n +0000184566 00000 n +0000184734 00000 n +0000184903 00000 n +0000185072 00000 n +0000185241 00000 n +0000185411 00000 n +0000185581 00000 n +0000185751 00000 n +0000185921 00000 n +0000186091 00000 n +0000186261 00000 n +0000186431 00000 n +0000186601 00000 n +0000186771 00000 n +0000187046 00000 n +0000174169 00000 n +0000171334 00000 n +0000186940 00000 n +0000189163 00000 n +0000188991 00000 n +0000187187 00000 n +0000189110 00000 n +0000191490 00000 n +0000191265 00000 n +0000189290 00000 n +0000191384 00000 n +0000193262 00000 n +0000193143 00000 n +0000191617 00000 n +0000938879 00000 n +0000195507 00000 n +0000195282 00000 n +0000193375 00000 n +0000195401 00000 n +0000197706 00000 n +0000197534 00000 n +0000195634 00000 n +0000197653 00000 n +0000199963 00000 n +0000199791 00000 n +0000197846 00000 n +0000199910 00000 n +0000201953 00000 n +0000201781 00000 n +0000200076 00000 n +0000201900 00000 n +0000203727 00000 n +0000203555 00000 n +0000202066 00000 n +0000203674 00000 n +0000206078 00000 n +0000205906 00000 n +0000203867 00000 n +0000206025 00000 n +0000938997 00000 n +0000208466 00000 n +0000208292 00000 n +0000206218 00000 n +0000208412 00000 n +0000210869 00000 n +0000210638 00000 n +0000208579 00000 n +0000210760 00000 n +0000214049 00000 n +0000213872 00000 n +0000210997 00000 n +0000213994 00000 n +0000216861 00000 n +0000216684 00000 n +0000214163 00000 n +0000216806 00000 n +0000219284 00000 n +0000219107 00000 n +0000216975 00000 n +0000219229 00000 n +0000221829 00000 n +0000221597 00000 n +0000219398 00000 n +0000221720 00000 n +0000939119 00000 n +0000224580 00000 n +0000224402 00000 n +0000221957 00000 n +0000224525 00000 n +0000227843 00000 n +0000227611 00000 n +0000224694 00000 n +0000227734 00000 n +0000230362 00000 n +0000230184 00000 n +0000227971 00000 n +0000230307 00000 n +0000232132 00000 n +0000231954 00000 n +0000230503 00000 n +0000232077 00000 n +0000234254 00000 n +0000234022 00000 n +0000232246 00000 n +0000234145 00000 n +0000236744 00000 n +0000236566 00000 n +0000234382 00000 n +0000236689 00000 n +0000939244 00000 n +0000239658 00000 n +0000239480 00000 n +0000236858 00000 n +0000239603 00000 n +0000241904 00000 n +0000241726 00000 n +0000239799 00000 n +0000241849 00000 n +0000244233 00000 n +0000244055 00000 n +0000241991 00000 n +0000244178 00000 n +0000246485 00000 n +0000246307 00000 n +0000244320 00000 n +0000246430 00000 n +0000248645 00000 n +0000248467 00000 n +0000246572 00000 n +0000248590 00000 n +0000250744 00000 n +0000250512 00000 n +0000248786 00000 n +0000250635 00000 n +0000939369 00000 n +0000252684 00000 n +0000252506 00000 n +0000250845 00000 n +0000252629 00000 n +0000254596 00000 n +0000254364 00000 n +0000252798 00000 n +0000254487 00000 n +0000256283 00000 n +0000256160 00000 n +0000254724 00000 n +0000258180 00000 n +0000258003 00000 n +0000256397 00000 n +0000259849 00000 n +0000259726 00000 n +0000258308 00000 n +0000262042 00000 n +0000261811 00000 n +0000259963 00000 n +0000261934 00000 n +0000939494 00000 n +0000264450 00000 n +0000264272 00000 n +0000262170 00000 n +0000264395 00000 n +0000267055 00000 n +0000266877 00000 n +0000264591 00000 n +0000267000 00000 n +0000269076 00000 n +0000268953 00000 n +0000267196 00000 n +0000271755 00000 n +0000271577 00000 n +0000269190 00000 n +0000271700 00000 n +0000273746 00000 n +0000273568 00000 n +0000271869 00000 n +0000273691 00000 n +0000275961 00000 n +0000275676 00000 n +0000273860 00000 n +0000275799 00000 n +0000939619 00000 n +0000281307 00000 n +0000278390 00000 n +0000278212 00000 n +0000276089 00000 n +0000278335 00000 n +0000281511 00000 n +0000281163 00000 n +0000278504 00000 n +0000281456 00000 n +0000283782 00000 n +0000284040 00000 n +0000283638 00000 n +0000281639 00000 n +0000283931 00000 n +0000286114 00000 n +0000285936 00000 n +0000284168 00000 n +0000286059 00000 n +0000288848 00000 n +0000288616 00000 n +0000286228 00000 n +0000288739 00000 n +0000291145 00000 n +0000290967 00000 n +0000288976 00000 n +0000291090 00000 n +0000939744 00000 n +0000294129 00000 n +0000293951 00000 n +0000291259 00000 n +0000294074 00000 n +0000297377 00000 n +0000297199 00000 n +0000294270 00000 n +0000297322 00000 n +0000299973 00000 n +0000299795 00000 n +0000297518 00000 n +0000299918 00000 n +0000303398 00000 n +0000303166 00000 n +0000300060 00000 n +0000303289 00000 n +0000306201 00000 n +0000306023 00000 n +0000303540 00000 n +0000306146 00000 n +0000308541 00000 n +0000308309 00000 n +0000306315 00000 n +0000308432 00000 n +0000939869 00000 n +0000310818 00000 n +0000310640 00000 n +0000308669 00000 n +0000310763 00000 n +0000313495 00000 n +0000313264 00000 n +0000310932 00000 n +0000315595 00000 n +0000315417 00000 n +0000313650 00000 n +0000315540 00000 n +0000318219 00000 n +0000318470 00000 n +0000318075 00000 n +0000315736 00000 n +0000318415 00000 n +0000320704 00000 n +0000320526 00000 n +0000318611 00000 n +0000320649 00000 n +0000322524 00000 n +0000322346 00000 n +0000320791 00000 n +0000322469 00000 n +0000939994 00000 n +0000324628 00000 n +0000324450 00000 n +0000322638 00000 n +0000324573 00000 n +0000326854 00000 n +0000326622 00000 n +0000324742 00000 n +0000326745 00000 n +0000329253 00000 n +0000328967 00000 n +0000326982 00000 n +0000329090 00000 n +0000936484 00000 n +0000331982 00000 n +0000331750 00000 n +0000329396 00000 n +0000331873 00000 n +0000333511 00000 n +0000333333 00000 n +0000332137 00000 n +0000333456 00000 n +0000335665 00000 n +0000335487 00000 n +0000333625 00000 n +0000335610 00000 n +0000940119 00000 n +0000337711 00000 n +0000337533 00000 n +0000335779 00000 n +0000337656 00000 n +0000339551 00000 n +0000339373 00000 n +0000337798 00000 n +0000339496 00000 n +0000342033 00000 n +0000341801 00000 n +0000339638 00000 n +0000341924 00000 n +0000344396 00000 n +0000344218 00000 n +0000342134 00000 n +0000344341 00000 n +0000346909 00000 n +0000346677 00000 n +0000344537 00000 n +0000346800 00000 n +0000348830 00000 n +0000348652 00000 n +0000347064 00000 n +0000348775 00000 n +0000940244 00000 n +0000350949 00000 n +0000350771 00000 n +0000348944 00000 n +0000350894 00000 n +0000352748 00000 n +0000352517 00000 n +0000351090 00000 n +0000354781 00000 n +0000354603 00000 n +0000352849 00000 n +0000354726 00000 n +0000357032 00000 n +0000356854 00000 n +0000354922 00000 n +0000356977 00000 n +0000359101 00000 n +0000358923 00000 n +0000357119 00000 n +0000359046 00000 n +0000361611 00000 n +0000361379 00000 n +0000359229 00000 n +0000361502 00000 n +0000940369 00000 n +0000364996 00000 n +0000364764 00000 n +0000361739 00000 n +0000364887 00000 n +0000367222 00000 n +0000366990 00000 n +0000365097 00000 n +0000367113 00000 n +0000369132 00000 n +0000369009 00000 n +0000367323 00000 n +0000371217 00000 n +0000370985 00000 n +0000369219 00000 n +0000371108 00000 n +0000373835 00000 n +0000373657 00000 n +0000371359 00000 n +0000373780 00000 n +0000375796 00000 n +0000375618 00000 n +0000373922 00000 n +0000375741 00000 n +0000940494 00000 n +0000378040 00000 n +0000377862 00000 n +0000375897 00000 n +0000377985 00000 n +0000379953 00000 n +0000379775 00000 n 0000378154 00000 n -0000377976 00000 n -0000375950 00000 n -0000378099 00000 n -0000380015 00000 n -0000379837 00000 n -0000378267 00000 n -0000379960 00000 n -0000382103 00000 n -0000381871 00000 n -0000380128 00000 n -0000381994 00000 n -0000383558 00000 n -0000383435 00000 n -0000382230 00000 n -0000784107 00000 n -0000385117 00000 n -0000384994 00000 n -0000383671 00000 n -0000386897 00000 n -0000386774 00000 n -0000385230 00000 n -0000388776 00000 n -0000388653 00000 n -0000387010 00000 n -0000390754 00000 n -0000390631 00000 n -0000388889 00000 n -0000392324 00000 n -0000392146 00000 n -0000390867 00000 n -0000392269 00000 n -0000393821 00000 n -0000393698 00000 n -0000392437 00000 n -0000784232 00000 n -0000395765 00000 n -0000395589 00000 n -0000393934 00000 n -0000397421 00000 n -0000397298 00000 n -0000395892 00000 n -0000398806 00000 n -0000398683 00000 n -0000397534 00000 n -0000400352 00000 n -0000400120 00000 n -0000398919 00000 n -0000400243 00000 n -0000401971 00000 n -0000401739 00000 n -0000400452 00000 n -0000401862 00000 n -0000403765 00000 n -0000403642 00000 n -0000402113 00000 n -0000784357 00000 n -0000405489 00000 n -0000405366 00000 n -0000403878 00000 n -0000407223 00000 n -0000407100 00000 n -0000405602 00000 n -0000408751 00000 n -0000408628 00000 n -0000407336 00000 n -0000411377 00000 n -0000411145 00000 n -0000408864 00000 n -0000411268 00000 n -0000412715 00000 n -0000412592 00000 n -0000411504 00000 n -0000414553 00000 n -0000414430 00000 n -0000412801 00000 n -0000784482 00000 n -0000416005 00000 n -0000415882 00000 n -0000414639 00000 n -0000418173 00000 n -0000417941 00000 n -0000416091 00000 n -0000418064 00000 n -0000419854 00000 n -0000419731 00000 n -0000418300 00000 n -0000421213 00000 n -0000421090 00000 n -0000419967 00000 n -0000422908 00000 n -0000422676 00000 n -0000421299 00000 n -0000422799 00000 n -0000424250 00000 n -0000424072 00000 n -0000423035 00000 n -0000424195 00000 n -0000784607 00000 n -0000425653 00000 n -0000425475 00000 n -0000424336 00000 n -0000425598 00000 n -0000426713 00000 n -0000426590 00000 n -0000425766 00000 n -0000428132 00000 n -0000427954 00000 n -0000426799 00000 n -0000428077 00000 n -0000430118 00000 n -0000429832 00000 n -0000428245 00000 n -0000429955 00000 n -0000432293 00000 n -0000432170 00000 n -0000430245 00000 n -0000435019 00000 n -0000434842 00000 n -0000432393 00000 n -0000784732 00000 n -0000437083 00000 n -0000436798 00000 n -0000435133 00000 n -0000436921 00000 n -0000439075 00000 n -0000438789 00000 n -0000437183 00000 n -0000438912 00000 n -0000440719 00000 n -0000440596 00000 n -0000439202 00000 n -0000442004 00000 n -0000442222 00000 n -0000441860 00000 n -0000440805 00000 n -0000447137 00000 n -0000447286 00000 n -0000447434 00000 n -0000447584 00000 n -0000447734 00000 n -0000447884 00000 n -0000448034 00000 n -0000448183 00000 n -0000448333 00000 n -0000448483 00000 n -0000448631 00000 n -0000448779 00000 n -0000448928 00000 n -0000449077 00000 n -0000449226 00000 n -0000449374 00000 n -0000449524 00000 n -0000449673 00000 n -0000449823 00000 n -0000449972 00000 n -0000450120 00000 n -0000450270 00000 n -0000450420 00000 n -0000450570 00000 n -0000450720 00000 n -0000450870 00000 n -0000451019 00000 n -0000451167 00000 n -0000451316 00000 n -0000451466 00000 n -0000451615 00000 n -0000451765 00000 n -0000451915 00000 n -0000452064 00000 n -0000452213 00000 n -0000452362 00000 n -0000452511 00000 n -0000452660 00000 n -0000452809 00000 n -0000452959 00000 n -0000453108 00000 n -0000453258 00000 n -0000453407 00000 n -0000453555 00000 n -0000453704 00000 n -0000453853 00000 n -0000454002 00000 n -0000454152 00000 n -0000454302 00000 n -0000454450 00000 n -0000454707 00000 n -0000446552 00000 n -0000442335 00000 n -0000454600 00000 n -0000459834 00000 n -0000459984 00000 n -0000460133 00000 n -0000460283 00000 n -0000460432 00000 n -0000460581 00000 n -0000460731 00000 n -0000460880 00000 n -0000461029 00000 n -0000461177 00000 n -0000461326 00000 n -0000461475 00000 n -0000461624 00000 n -0000461774 00000 n -0000461924 00000 n -0000462074 00000 n -0000462222 00000 n -0000462372 00000 n -0000462521 00000 n -0000462670 00000 n -0000462819 00000 n -0000462968 00000 n -0000463118 00000 n -0000463268 00000 n -0000463417 00000 n -0000463567 00000 n -0000463714 00000 n -0000463863 00000 n -0000464012 00000 n -0000464160 00000 n -0000464309 00000 n -0000464459 00000 n -0000464608 00000 n -0000464757 00000 n -0000464907 00000 n -0000465056 00000 n -0000465206 00000 n -0000465355 00000 n -0000465505 00000 n -0000465655 00000 n -0000465804 00000 n -0000465954 00000 n -0000466102 00000 n -0000466251 00000 n -0000466399 00000 n -0000466548 00000 n -0000466698 00000 n -0000466847 00000 n -0000466996 00000 n -0000467144 00000 n -0000467293 00000 n -0000467496 00000 n -0000459240 00000 n -0000454821 00000 n -0000467442 00000 n -0000784857 00000 n -0000474067 00000 n -0000474217 00000 n -0000474366 00000 n -0000474516 00000 n -0000474666 00000 n -0000474816 00000 n -0000474964 00000 n -0000475114 00000 n -0000475263 00000 n -0000475412 00000 n -0000475562 00000 n -0000475712 00000 n -0000475862 00000 n -0000476011 00000 n -0000476161 00000 n -0000476310 00000 n -0000476458 00000 n -0000476607 00000 n -0000476756 00000 n -0000476905 00000 n -0000477054 00000 n -0000477203 00000 n -0000477352 00000 n -0000477501 00000 n -0000477650 00000 n -0000477798 00000 n -0000477947 00000 n -0000478096 00000 n -0000478246 00000 n -0000478395 00000 n -0000478544 00000 n -0000478693 00000 n -0000478841 00000 n -0000478990 00000 n -0000479139 00000 n -0000479289 00000 n -0000479439 00000 n -0000479588 00000 n -0000479737 00000 n -0000479885 00000 n -0000480035 00000 n -0000480184 00000 n -0000480333 00000 n -0000480483 00000 n -0000480632 00000 n -0000480782 00000 n -0000480932 00000 n -0000481082 00000 n -0000481232 00000 n -0000481381 00000 n -0000481531 00000 n -0000481680 00000 n -0000481829 00000 n -0000481978 00000 n -0000482127 00000 n -0000482276 00000 n -0000482425 00000 n -0000482574 00000 n -0000482723 00000 n -0000482872 00000 n -0000483020 00000 n -0000483169 00000 n -0000483318 00000 n -0000483466 00000 n -0000483615 00000 n -0000483763 00000 n -0000483912 00000 n -0000484061 00000 n -0000484211 00000 n -0000484360 00000 n -0000484510 00000 n -0000484659 00000 n -0000484808 00000 n -0000491265 00000 n -0000491414 00000 n -0000485011 00000 n -0000473275 00000 n -0000467610 00000 n -0000484957 00000 n -0000491563 00000 n -0000491713 00000 n -0000491862 00000 n -0000492012 00000 n -0000492162 00000 n -0000492312 00000 n -0000492461 00000 n -0000492611 00000 n -0000492760 00000 n -0000492910 00000 n -0000493059 00000 n -0000493208 00000 n -0000493357 00000 n -0000493505 00000 n -0000493655 00000 n -0000493805 00000 n -0000493955 00000 n -0000494105 00000 n -0000494255 00000 n -0000494405 00000 n -0000494555 00000 n -0000494705 00000 n -0000494855 00000 n -0000495003 00000 n -0000495153 00000 n -0000495302 00000 n -0000495451 00000 n -0000495600 00000 n -0000495749 00000 n -0000495898 00000 n -0000496047 00000 n -0000496196 00000 n -0000496345 00000 n -0000496494 00000 n -0000496643 00000 n -0000496793 00000 n -0000496943 00000 n -0000497092 00000 n -0000497241 00000 n -0000497389 00000 n -0000497539 00000 n -0000497689 00000 n -0000497839 00000 n -0000497989 00000 n -0000498139 00000 n -0000498288 00000 n -0000498438 00000 n -0000498587 00000 n -0000498735 00000 n -0000498884 00000 n -0000499033 00000 n -0000499182 00000 n -0000499330 00000 n -0000499479 00000 n -0000499629 00000 n -0000499778 00000 n -0000499926 00000 n -0000500075 00000 n -0000500224 00000 n -0000500373 00000 n -0000500521 00000 n -0000500670 00000 n -0000500819 00000 n -0000501022 00000 n -0000490545 00000 n -0000485138 00000 n -0000500968 00000 n -0000506514 00000 n -0000506663 00000 n -0000506812 00000 n -0000506962 00000 n -0000507111 00000 n -0000507260 00000 n -0000507410 00000 n -0000507560 00000 n -0000507709 00000 n -0000507859 00000 n -0000508009 00000 n -0000508159 00000 n -0000508307 00000 n -0000508456 00000 n -0000508604 00000 n -0000508753 00000 n -0000508902 00000 n -0000509050 00000 n -0000509199 00000 n -0000509349 00000 n -0000509498 00000 n -0000509648 00000 n -0000509797 00000 n -0000509946 00000 n -0000510096 00000 n -0000510246 00000 n -0000510396 00000 n -0000510544 00000 n -0000510694 00000 n -0000510844 00000 n -0000510994 00000 n -0000511143 00000 n -0000511292 00000 n -0000511442 00000 n -0000511590 00000 n -0000511739 00000 n -0000511888 00000 n -0000512037 00000 n -0000512185 00000 n -0000512335 00000 n -0000512485 00000 n -0000512634 00000 n -0000512784 00000 n -0000512934 00000 n -0000513083 00000 n -0000513231 00000 n -0000513381 00000 n -0000513531 00000 n -0000513681 00000 n -0000513830 00000 n -0000513979 00000 n -0000519204 00000 n -0000519354 00000 n -0000514183 00000 n -0000505920 00000 n -0000501149 00000 n -0000514129 00000 n -0000607292 00000 n -0000519504 00000 n -0000519653 00000 n -0000519802 00000 n -0000519950 00000 n -0000520099 00000 n -0000520248 00000 n -0000520398 00000 n -0000520547 00000 n -0000520697 00000 n -0000520847 00000 n -0000520995 00000 n -0000521144 00000 n -0000521293 00000 n -0000521442 00000 n -0000521591 00000 n -0000521740 00000 n -0000521889 00000 n -0000522038 00000 n -0000522187 00000 n -0000522337 00000 n -0000522486 00000 n -0000522636 00000 n -0000522785 00000 n -0000522934 00000 n -0000523082 00000 n -0000523231 00000 n -0000523380 00000 n -0000523529 00000 n -0000523678 00000 n -0000523827 00000 n -0000523976 00000 n -0000524125 00000 n -0000524274 00000 n -0000524422 00000 n -0000524570 00000 n -0000524718 00000 n -0000524867 00000 n -0000525016 00000 n -0000525165 00000 n -0000525314 00000 n -0000525463 00000 n -0000525612 00000 n -0000525760 00000 n -0000525909 00000 n -0000526058 00000 n -0000526207 00000 n -0000526356 00000 n -0000526505 00000 n -0000526653 00000 n -0000526802 00000 n -0000526950 00000 n -0000527098 00000 n -0000527246 00000 n -0000527395 00000 n -0000527544 00000 n -0000527693 00000 n -0000527842 00000 n -0000527991 00000 n -0000528140 00000 n -0000528289 00000 n -0000528438 00000 n -0000528587 00000 n -0000528736 00000 n -0000528885 00000 n -0000529033 00000 n -0000529182 00000 n -0000529331 00000 n -0000529480 00000 n -0000529629 00000 n -0000529778 00000 n -0000529927 00000 n -0000530077 00000 n -0000530226 00000 n -0000530376 00000 n -0000530526 00000 n -0000530675 00000 n -0000530825 00000 n -0000536548 00000 n -0000536697 00000 n -0000536846 00000 n -0000536996 00000 n -0000537145 00000 n -0000537294 00000 n -0000537443 00000 n -0000537593 00000 n -0000531082 00000 n -0000518358 00000 n -0000514297 00000 n -0000530975 00000 n -0000537743 00000 n -0000537892 00000 n -0000538040 00000 n -0000538188 00000 n -0000538336 00000 n -0000538484 00000 n -0000538633 00000 n -0000538782 00000 n -0000538931 00000 n -0000539080 00000 n -0000539229 00000 n -0000539378 00000 n -0000539526 00000 n -0000539676 00000 n -0000539825 00000 n -0000539975 00000 n -0000540124 00000 n -0000540273 00000 n -0000540423 00000 n -0000540572 00000 n -0000540722 00000 n -0000540871 00000 n -0000541020 00000 n -0000541169 00000 n -0000541318 00000 n -0000541468 00000 n -0000541617 00000 n -0000541767 00000 n -0000541916 00000 n -0000542065 00000 n -0000542214 00000 n -0000542363 00000 n -0000542513 00000 n -0000542660 00000 n -0000542809 00000 n -0000542958 00000 n -0000543107 00000 n -0000543256 00000 n -0000543405 00000 n -0000543554 00000 n -0000543704 00000 n -0000543853 00000 n -0000544003 00000 n -0000544152 00000 n -0000544300 00000 n -0000544449 00000 n -0000544599 00000 n -0000544749 00000 n -0000544899 00000 n -0000545048 00000 n -0000545197 00000 n -0000545346 00000 n -0000545496 00000 n -0000545646 00000 n -0000545795 00000 n -0000545945 00000 n -0000546095 00000 n -0000546244 00000 n -0000546393 00000 n -0000546542 00000 n -0000546692 00000 n -0000546841 00000 n -0000546991 00000 n -0000547140 00000 n -0000547290 00000 n -0000547439 00000 n -0000547588 00000 n -0000547738 00000 n -0000547887 00000 n -0000548036 00000 n -0000548186 00000 n -0000548336 00000 n -0000548485 00000 n -0000548634 00000 n -0000548783 00000 n -0000548933 00000 n -0000549082 00000 n -0000549232 00000 n -0000549381 00000 n -0000549530 00000 n -0000549679 00000 n -0000549829 00000 n -0000549979 00000 n -0000550129 00000 n -0000550277 00000 n -0000550427 00000 n -0000550577 00000 n -0000550727 00000 n -0000550875 00000 n -0000551024 00000 n -0000551173 00000 n -0000551323 00000 n -0000551472 00000 n -0000551622 00000 n -0000551771 00000 n -0000551921 00000 n -0000552070 00000 n -0000552219 00000 n -0000552368 00000 n -0000552517 00000 n -0000552667 00000 n -0000552817 00000 n -0000552965 00000 n -0000553114 00000 n -0000553264 00000 n -0000553412 00000 n -0000553560 00000 n -0000553708 00000 n -0000553855 00000 n -0000554003 00000 n -0000554151 00000 n -0000554299 00000 n -0000554448 00000 n -0000554597 00000 n -0000554746 00000 n -0000554895 00000 n -0000555044 00000 n -0000555193 00000 n -0000555343 00000 n -0000555492 00000 n -0000555641 00000 n -0000555791 00000 n -0000555941 00000 n -0000556091 00000 n -0000556240 00000 n -0000556389 00000 n -0000556538 00000 n -0000556687 00000 n -0000556837 00000 n -0000556986 00000 n -0000557134 00000 n -0000557282 00000 n -0000557429 00000 n -0000557576 00000 n -0000557724 00000 n -0000557872 00000 n -0000558020 00000 n -0000558169 00000 n -0000558318 00000 n -0000558467 00000 n -0000558615 00000 n -0000558764 00000 n -0000558913 00000 n -0000559062 00000 n -0000559211 00000 n -0000559361 00000 n -0000564757 00000 n -0000564906 00000 n -0000565054 00000 n -0000565203 00000 n -0000565352 00000 n -0000565501 00000 n -0000565651 00000 n -0000565801 00000 n -0000565950 00000 n -0000566100 00000 n -0000566249 00000 n -0000559511 00000 n -0000535027 00000 n -0000531196 00000 n -0000566398 00000 n -0000566546 00000 n -0000566695 00000 n -0000566844 00000 n -0000566993 00000 n -0000567142 00000 n -0000567292 00000 n -0000567441 00000 n -0000567591 00000 n -0000567740 00000 n -0000567889 00000 n -0000568039 00000 n -0000568187 00000 n -0000568335 00000 n -0000568484 00000 n -0000568631 00000 n -0000568779 00000 n -0000568927 00000 n -0000564370 00000 n -0000559611 00000 n -0000784982 00000 n -0000574432 00000 n -0000574309 00000 n -0000569027 00000 n -0000579636 00000 n -0000579513 00000 n -0000574518 00000 n -0000584581 00000 n -0000584458 00000 n -0000579722 00000 n -0000589453 00000 n -0000589602 00000 n -0000589751 00000 n -0000589900 00000 n -0000590049 00000 n -0000590199 00000 n -0000589273 00000 n -0000584667 00000 n -0000595359 00000 n -0000595508 00000 n -0000595657 00000 n -0000595807 00000 n -0000595955 00000 n -0000596104 00000 n -0000596254 00000 n -0000596404 00000 n -0000596553 00000 n -0000596703 00000 n -0000596852 00000 n -0000597002 00000 n -0000597151 00000 n -0000597300 00000 n -0000597450 00000 n -0000597600 00000 n -0000597748 00000 n -0000597896 00000 n -0000598043 00000 n -0000598191 00000 n -0000598339 00000 n -0000598487 00000 n -0000598636 00000 n -0000598785 00000 n -0000598934 00000 n -0000599083 00000 n -0000599232 00000 n -0000599380 00000 n -0000599529 00000 n -0000599677 00000 n -0000599826 00000 n -0000599975 00000 n -0000600125 00000 n -0000600275 00000 n -0000600425 00000 n -0000600575 00000 n -0000600724 00000 n -0000600874 00000 n -0000601023 00000 n -0000601172 00000 n -0000601321 00000 n -0000601471 00000 n -0000601620 00000 n -0000601769 00000 n -0000601919 00000 n -0000602068 00000 n -0000602218 00000 n -0000602368 00000 n -0000602517 00000 n -0000602666 00000 n -0000602815 00000 n -0000602964 00000 n -0000603114 00000 n -0000603264 00000 n -0000603413 00000 n -0000603563 00000 n -0000603712 00000 n -0000603860 00000 n -0000604009 00000 n -0000604159 00000 n -0000604309 00000 n -0000604458 00000 n -0000604606 00000 n -0000604755 00000 n -0000604904 00000 n -0000605054 00000 n -0000605203 00000 n -0000605353 00000 n -0000605501 00000 n -0000605649 00000 n -0000605798 00000 n -0000605947 00000 n -0000606097 00000 n -0000606247 00000 n -0000606396 00000 n -0000606544 00000 n -0000606693 00000 n -0000606843 00000 n -0000606993 00000 n -0000607142 00000 n -0000607399 00000 n -0000594504 00000 n -0000590299 00000 n -0000612432 00000 n -0000612743 00000 n -0000612288 00000 n -0000607513 00000 n -0000612581 00000 n -0000612635 00000 n -0000612689 00000 n -0000785107 00000 n -0000617767 00000 n -0000617917 00000 n -0000618067 00000 n -0000618217 00000 n -0000618366 00000 n -0000617596 00000 n -0000612830 00000 n -0000625042 00000 n -0000625191 00000 n -0000625341 00000 n -0000625491 00000 n -0000625803 00000 n -0000624871 00000 n -0000618453 00000 n -0000625641 00000 n -0000625695 00000 n -0000625749 00000 n -0000627979 00000 n -0000627856 00000 n -0000625931 00000 n -0000628094 00000 n -0000778727 00000 n -0000633038 00000 n -0000633154 00000 n -0000633186 00000 n -0000633623 00000 n -0000633649 00000 n -0000634221 00000 n -0000634253 00000 n -0000634285 00000 n -0000635262 00000 n -0000635836 00000 n -0000636500 00000 n -0000637476 00000 n -0000637676 00000 n -0000654254 00000 n -0000654710 00000 n -0000677174 00000 n -0000677924 00000 n -0000695645 00000 n -0000696127 00000 n -0000702785 00000 n -0000703045 00000 n -0000722453 00000 n -0000723181 00000 n -0000736886 00000 n -0000737325 00000 n -0000739115 00000 n -0000739345 00000 n -0000740765 00000 n -0000741018 00000 n -0000742441 00000 n -0000742693 00000 n -0000744115 00000 n -0000744367 00000 n -0000756481 00000 n -0000756758 00000 n -0000778473 00000 n -0000785214 00000 n -0000785334 00000 n -0000785454 00000 n -0000785579 00000 n -0000785705 00000 n -0000785831 00000 n -0000785932 00000 n -0000794509 00000 n -0000794903 00000 n +0000379898 00000 n +0000382144 00000 n +0000381966 00000 n +0000380067 00000 n +0000382089 00000 n +0000384132 00000 n +0000383954 00000 n +0000382231 00000 n +0000384077 00000 n +0000386009 00000 n +0000385723 00000 n +0000384219 00000 n +0000385846 00000 n +0000388659 00000 n +0000388427 00000 n +0000386137 00000 n +0000388550 00000 n +0000940619 00000 n +0000391166 00000 n +0000390881 00000 n +0000388760 00000 n +0000391004 00000 n +0000393957 00000 n +0000393617 00000 n +0000391282 00000 n +0000393740 00000 n +0000395732 00000 n +0000395500 00000 n +0000394099 00000 n +0000395623 00000 n +0000397621 00000 n +0000397335 00000 n +0000395833 00000 n +0000397458 00000 n +0000399662 00000 n +0000399376 00000 n +0000397736 00000 n +0000399499 00000 n +0000401747 00000 n +0000401461 00000 n +0000399790 00000 n +0000401584 00000 n +0000940744 00000 n +0000404057 00000 n +0000403825 00000 n +0000401875 00000 n +0000403948 00000 n +0000406879 00000 n +0000407162 00000 n +0000406735 00000 n +0000404185 00000 n +0000407053 00000 n +0000408684 00000 n +0000408561 00000 n +0000407290 00000 n +0000410349 00000 n +0000410171 00000 n +0000408798 00000 n +0000410294 00000 n +0000412424 00000 n +0000412246 00000 n +0000410463 00000 n +0000412369 00000 n +0000414322 00000 n +0000414144 00000 n +0000412552 00000 n +0000414267 00000 n +0000940869 00000 n +0000416655 00000 n +0000416477 00000 n +0000414436 00000 n +0000416600 00000 n +0000418732 00000 n +0000418609 00000 n +0000416769 00000 n +0000420635 00000 n +0000420404 00000 n +0000418846 00000 n +0000420527 00000 n +0000422370 00000 n +0000422192 00000 n +0000420763 00000 n +0000422315 00000 n +0000423811 00000 n +0000423688 00000 n +0000422484 00000 n +0000425454 00000 n +0000425331 00000 n +0000423925 00000 n +0000940994 00000 n +0000427251 00000 n +0000427128 00000 n +0000425568 00000 n +0000429217 00000 n +0000429094 00000 n +0000427365 00000 n +0000431191 00000 n +0000431068 00000 n +0000429331 00000 n +0000432665 00000 n +0000432487 00000 n +0000431305 00000 n +0000432610 00000 n +0000434147 00000 n +0000434024 00000 n +0000432779 00000 n +0000436094 00000 n +0000435917 00000 n +0000434261 00000 n +0000941119 00000 n +0000437721 00000 n +0000437598 00000 n +0000436222 00000 n +0000439412 00000 n +0000439180 00000 n +0000437835 00000 n +0000439303 00000 n +0000440656 00000 n +0000440533 00000 n +0000439540 00000 n +0000442309 00000 n +0000442077 00000 n +0000440743 00000 n +0000442200 00000 n +0000444047 00000 n +0000443924 00000 n +0000442452 00000 n +0000445748 00000 n +0000445625 00000 n +0000444161 00000 n +0000941244 00000 n +0000447512 00000 n +0000447389 00000 n +0000445862 00000 n +0000449063 00000 n +0000448940 00000 n +0000447626 00000 n +0000451791 00000 n +0000451559 00000 n +0000449177 00000 n +0000451682 00000 n +0000453064 00000 n +0000452941 00000 n +0000451919 00000 n +0000454908 00000 n +0000454785 00000 n +0000453151 00000 n +0000456283 00000 n +0000456160 00000 n +0000454995 00000 n +0000941369 00000 n +0000458478 00000 n +0000458246 00000 n +0000456370 00000 n +0000458369 00000 n +0000460057 00000 n +0000459934 00000 n +0000458606 00000 n +0000461531 00000 n +0000461408 00000 n +0000460144 00000 n +0000463248 00000 n +0000463016 00000 n +0000461645 00000 n +0000463139 00000 n +0000464575 00000 n +0000464397 00000 n +0000463376 00000 n +0000464520 00000 n +0000465986 00000 n +0000465808 00000 n +0000464662 00000 n +0000465931 00000 n +0000941494 00000 n +0000467037 00000 n +0000466914 00000 n +0000466100 00000 n +0000468469 00000 n +0000468291 00000 n +0000467124 00000 n +0000468414 00000 n +0000470340 00000 n +0000470108 00000 n +0000468583 00000 n +0000470231 00000 n +0000555234 00000 n +0000472592 00000 n +0000555546 00000 n +0000472448 00000 n +0000470468 00000 n +0000555384 00000 n +0000555439 00000 n +0000557934 00000 n +0000557757 00000 n +0000555725 00000 n +0000560379 00000 n +0000560147 00000 n +0000558049 00000 n +0000560270 00000 n +0000941619 00000 n +0000562630 00000 n +0000562936 00000 n +0000562486 00000 n +0000560480 00000 n +0000565078 00000 n +0000564846 00000 n +0000563051 00000 n +0000564969 00000 n +0000566708 00000 n +0000566926 00000 n +0000566564 00000 n +0000565206 00000 n +0000571780 00000 n +0000571927 00000 n +0000572076 00000 n +0000572226 00000 n +0000572375 00000 n +0000572525 00000 n +0000572675 00000 n +0000572825 00000 n +0000572974 00000 n +0000573124 00000 n +0000573273 00000 n +0000573423 00000 n +0000573573 00000 n +0000573721 00000 n +0000573870 00000 n +0000574018 00000 n +0000574166 00000 n +0000574316 00000 n +0000574465 00000 n +0000574614 00000 n +0000574764 00000 n +0000574913 00000 n +0000575063 00000 n +0000575213 00000 n +0000575363 00000 n +0000575512 00000 n +0000575661 00000 n +0000575810 00000 n +0000575960 00000 n +0000576109 00000 n +0000576259 00000 n +0000576409 00000 n +0000576557 00000 n +0000576706 00000 n +0000576856 00000 n +0000577005 00000 n +0000577155 00000 n +0000577305 00000 n +0000577455 00000 n +0000577604 00000 n +0000577754 00000 n +0000577904 00000 n +0000578054 00000 n +0000578204 00000 n +0000578352 00000 n +0000578501 00000 n +0000578651 00000 n +0000579172 00000 n +0000571222 00000 n +0000567040 00000 n +0000578801 00000 n +0000584515 00000 n +0000584665 00000 n +0000584814 00000 n +0000584964 00000 n +0000585113 00000 n +0000585262 00000 n +0000585412 00000 n +0000585562 00000 n +0000585712 00000 n +0000585861 00000 n +0000586011 00000 n +0000586160 00000 n +0000586308 00000 n +0000586458 00000 n +0000586608 00000 n +0000586758 00000 n +0000586908 00000 n +0000587058 00000 n +0000587207 00000 n +0000587356 00000 n +0000587506 00000 n +0000587656 00000 n +0000587806 00000 n +0000587955 00000 n +0000588104 00000 n +0000588253 00000 n +0000588401 00000 n +0000588551 00000 n +0000588701 00000 n +0000588850 00000 n +0000589000 00000 n +0000589150 00000 n +0000589299 00000 n +0000589449 00000 n +0000589599 00000 n +0000589749 00000 n +0000589899 00000 n +0000590047 00000 n +0000590197 00000 n +0000590347 00000 n +0000590496 00000 n +0000590645 00000 n +0000590794 00000 n +0000590944 00000 n +0000591093 00000 n +0000591242 00000 n +0000591391 00000 n +0000591540 00000 n +0000591690 00000 n +0000591838 00000 n +0000591987 00000 n +0000592135 00000 n +0000599334 00000 n +0000599484 00000 n +0000599634 00000 n +0000599784 00000 n +0000592655 00000 n +0000583912 00000 n +0000579287 00000 n +0000592284 00000 n +0000599934 00000 n +0000600084 00000 n +0000600232 00000 n +0000600380 00000 n +0000600529 00000 n +0000600679 00000 n +0000600828 00000 n +0000600977 00000 n +0000601127 00000 n +0000601277 00000 n +0000601427 00000 n +0000601577 00000 n +0000601726 00000 n +0000601876 00000 n +0000602026 00000 n +0000602175 00000 n +0000602323 00000 n +0000602473 00000 n +0000602621 00000 n +0000602769 00000 n +0000602919 00000 n +0000603068 00000 n +0000603217 00000 n +0000603367 00000 n +0000603516 00000 n +0000603666 00000 n +0000603815 00000 n +0000603964 00000 n +0000604114 00000 n +0000604264 00000 n +0000604414 00000 n +0000604563 00000 n +0000604711 00000 n +0000604859 00000 n +0000605008 00000 n +0000605158 00000 n +0000605307 00000 n +0000605457 00000 n +0000605607 00000 n +0000605757 00000 n +0000605906 00000 n +0000606056 00000 n +0000606205 00000 n +0000606355 00000 n +0000606504 00000 n +0000606654 00000 n +0000606804 00000 n +0000606953 00000 n +0000607103 00000 n +0000607253 00000 n +0000607403 00000 n +0000607553 00000 n +0000607701 00000 n +0000607849 00000 n +0000607998 00000 n +0000608148 00000 n +0000608297 00000 n +0000608445 00000 n +0000608592 00000 n +0000608741 00000 n +0000608890 00000 n +0000609038 00000 n +0000609186 00000 n +0000609335 00000 n +0000609485 00000 n +0000609634 00000 n +0000609783 00000 n +0000609933 00000 n +0000610083 00000 n +0000610232 00000 n +0000610487 00000 n +0000598533 00000 n +0000592770 00000 n +0000610380 00000 n +0000941744 00000 n +0000616579 00000 n +0000616729 00000 n +0000616878 00000 n +0000617028 00000 n +0000617178 00000 n +0000617327 00000 n +0000617477 00000 n +0000617627 00000 n +0000617777 00000 n +0000617926 00000 n +0000618075 00000 n +0000618225 00000 n +0000618375 00000 n +0000618524 00000 n +0000618673 00000 n +0000618823 00000 n +0000618973 00000 n +0000619123 00000 n +0000619273 00000 n +0000619422 00000 n +0000619572 00000 n +0000619721 00000 n +0000619869 00000 n +0000620017 00000 n +0000620166 00000 n +0000620316 00000 n +0000620464 00000 n +0000620612 00000 n +0000620761 00000 n +0000620910 00000 n +0000621060 00000 n +0000621209 00000 n +0000621359 00000 n +0000621509 00000 n +0000621659 00000 n +0000621809 00000 n +0000621958 00000 n +0000622107 00000 n +0000622257 00000 n +0000622407 00000 n +0000622557 00000 n +0000622706 00000 n +0000622856 00000 n +0000623006 00000 n +0000623155 00000 n +0000623302 00000 n +0000623449 00000 n +0000623597 00000 n +0000623746 00000 n +0000623896 00000 n +0000624046 00000 n +0000624194 00000 n +0000624344 00000 n +0000624493 00000 n +0000624643 00000 n +0000624792 00000 n +0000624942 00000 n +0000625090 00000 n +0000625238 00000 n +0000625388 00000 n +0000625537 00000 n +0000625900 00000 n +0000615895 00000 n +0000610615 00000 n +0000625687 00000 n +0000631590 00000 n +0000631739 00000 n +0000631888 00000 n +0000632038 00000 n +0000632187 00000 n +0000632336 00000 n +0000632486 00000 n +0000632636 00000 n +0000632785 00000 n +0000632935 00000 n +0000633085 00000 n +0000633235 00000 n +0000633384 00000 n +0000633533 00000 n +0000633682 00000 n +0000633831 00000 n +0000633980 00000 n +0000634130 00000 n +0000634280 00000 n +0000634430 00000 n +0000634579 00000 n +0000634727 00000 n +0000634875 00000 n +0000635025 00000 n +0000635175 00000 n +0000635324 00000 n +0000635474 00000 n +0000635624 00000 n +0000635772 00000 n +0000635922 00000 n +0000636071 00000 n +0000636221 00000 n +0000636370 00000 n +0000636520 00000 n +0000636670 00000 n +0000636820 00000 n +0000636969 00000 n +0000637117 00000 n +0000637267 00000 n +0000637416 00000 n +0000637566 00000 n +0000637716 00000 n +0000637865 00000 n +0000638015 00000 n +0000638165 00000 n +0000638315 00000 n +0000638463 00000 n +0000638613 00000 n +0000638762 00000 n +0000638912 00000 n +0000639062 00000 n +0000639211 00000 n +0000639358 00000 n +0000646234 00000 n +0000646383 00000 n +0000646532 00000 n +0000639827 00000 n +0000630978 00000 n +0000626028 00000 n +0000639508 00000 n +0000752884 00000 n +0000646681 00000 n +0000646829 00000 n +0000646977 00000 n +0000647127 00000 n +0000647277 00000 n +0000647427 00000 n +0000647576 00000 n +0000647724 00000 n +0000647873 00000 n +0000648022 00000 n +0000648171 00000 n +0000648321 00000 n +0000648471 00000 n +0000648621 00000 n +0000648769 00000 n +0000648917 00000 n +0000649066 00000 n +0000649215 00000 n +0000649365 00000 n +0000649513 00000 n +0000649662 00000 n +0000649811 00000 n +0000649959 00000 n +0000650108 00000 n +0000650257 00000 n +0000650404 00000 n +0000650553 00000 n +0000650702 00000 n +0000650852 00000 n +0000651000 00000 n +0000651150 00000 n +0000651300 00000 n +0000651449 00000 n +0000651596 00000 n +0000651745 00000 n +0000651893 00000 n +0000652043 00000 n +0000652193 00000 n +0000652343 00000 n +0000652493 00000 n +0000652641 00000 n +0000652791 00000 n +0000652941 00000 n +0000653091 00000 n +0000653240 00000 n +0000653389 00000 n +0000653537 00000 n +0000653687 00000 n +0000653837 00000 n +0000653987 00000 n +0000654137 00000 n +0000654286 00000 n +0000654434 00000 n +0000654582 00000 n +0000654731 00000 n +0000654880 00000 n +0000655030 00000 n +0000655180 00000 n +0000655329 00000 n +0000655478 00000 n +0000655626 00000 n +0000655776 00000 n +0000655924 00000 n +0000656073 00000 n +0000656222 00000 n +0000656371 00000 n +0000656521 00000 n +0000656671 00000 n +0000656821 00000 n +0000656971 00000 n +0000657121 00000 n +0000662432 00000 n +0000662582 00000 n +0000662732 00000 n +0000657431 00000 n +0000645433 00000 n +0000639942 00000 n +0000657271 00000 n +0000662881 00000 n +0000663030 00000 n +0000663180 00000 n +0000663330 00000 n +0000663479 00000 n +0000663628 00000 n +0000663777 00000 n +0000663926 00000 n +0000664074 00000 n +0000664222 00000 n +0000664370 00000 n +0000664519 00000 n +0000664668 00000 n +0000664816 00000 n +0000664965 00000 n +0000665114 00000 n +0000665263 00000 n +0000665412 00000 n +0000665561 00000 n +0000665710 00000 n +0000665859 00000 n +0000666008 00000 n +0000666157 00000 n +0000666306 00000 n +0000666454 00000 n +0000666602 00000 n +0000666750 00000 n +0000666898 00000 n +0000667047 00000 n +0000667196 00000 n +0000667344 00000 n +0000667492 00000 n +0000667640 00000 n +0000667789 00000 n +0000667938 00000 n +0000668086 00000 n +0000668234 00000 n +0000668383 00000 n +0000668531 00000 n +0000668679 00000 n +0000668828 00000 n +0000668977 00000 n +0000669125 00000 n +0000669274 00000 n +0000669422 00000 n +0000669570 00000 n +0000669719 00000 n +0000669868 00000 n +0000670018 00000 n +0000670167 00000 n +0000670317 00000 n +0000670467 00000 n +0000670616 00000 n +0000670766 00000 n +0000670915 00000 n +0000671064 00000 n +0000671213 00000 n +0000671363 00000 n +0000671512 00000 n +0000671661 00000 n +0000671810 00000 n +0000671960 00000 n +0000672110 00000 n +0000672258 00000 n +0000672406 00000 n +0000672553 00000 n +0000672702 00000 n +0000672851 00000 n +0000672999 00000 n +0000673149 00000 n +0000673299 00000 n +0000673448 00000 n +0000673598 00000 n +0000673748 00000 n +0000673898 00000 n +0000674048 00000 n +0000674197 00000 n +0000674346 00000 n +0000674494 00000 n +0000674643 00000 n +0000674792 00000 n +0000674942 00000 n +0000675092 00000 n +0000675242 00000 n +0000675391 00000 n +0000675540 00000 n +0000675689 00000 n +0000675839 00000 n +0000675989 00000 n +0000676138 00000 n +0000676287 00000 n +0000676436 00000 n +0000676586 00000 n +0000676736 00000 n +0000676885 00000 n +0000677035 00000 n +0000677184 00000 n +0000677334 00000 n +0000677484 00000 n +0000677633 00000 n +0000677781 00000 n +0000677929 00000 n +0000678078 00000 n +0000678227 00000 n +0000678376 00000 n +0000678524 00000 n +0000678673 00000 n +0000678820 00000 n +0000678969 00000 n +0000679117 00000 n +0000679266 00000 n +0000679415 00000 n +0000679564 00000 n +0000679714 00000 n +0000679863 00000 n +0000680013 00000 n +0000680163 00000 n +0000680312 00000 n +0000680461 00000 n +0000680610 00000 n +0000680759 00000 n +0000680909 00000 n +0000681059 00000 n +0000681208 00000 n +0000681357 00000 n +0000681506 00000 n +0000681655 00000 n +0000681805 00000 n +0000681954 00000 n +0000682103 00000 n +0000688031 00000 n +0000688181 00000 n +0000688331 00000 n +0000688481 00000 n +0000688631 00000 n +0000688781 00000 n +0000688930 00000 n +0000689080 00000 n +0000689230 00000 n +0000689380 00000 n +0000682306 00000 n +0000661100 00000 n +0000657559 00000 n +0000689529 00000 n +0000689679 00000 n +0000689829 00000 n +0000689977 00000 n +0000690124 00000 n +0000690272 00000 n +0000690420 00000 n +0000690569 00000 n +0000690718 00000 n +0000690866 00000 n +0000691015 00000 n +0000691165 00000 n +0000691314 00000 n +0000691464 00000 n +0000691612 00000 n +0000691761 00000 n +0000691910 00000 n +0000692060 00000 n +0000692209 00000 n +0000692359 00000 n +0000692509 00000 n +0000692659 00000 n +0000692809 00000 n +0000692959 00000 n +0000693109 00000 n +0000693258 00000 n +0000693408 00000 n +0000693557 00000 n +0000693707 00000 n +0000693855 00000 n +0000694005 00000 n +0000694154 00000 n +0000694304 00000 n +0000694450 00000 n +0000694598 00000 n +0000694746 00000 n +0000694894 00000 n +0000695042 00000 n +0000695189 00000 n +0000695337 00000 n +0000695487 00000 n +0000695635 00000 n +0000695785 00000 n +0000695933 00000 n +0000696081 00000 n +0000696229 00000 n +0000696379 00000 n +0000696529 00000 n +0000696679 00000 n +0000696829 00000 n +0000696979 00000 n +0000697129 00000 n +0000697279 00000 n +0000697429 00000 n +0000697579 00000 n +0000697729 00000 n +0000697877 00000 n +0000698026 00000 n +0000698175 00000 n +0000698325 00000 n +0000698474 00000 n +0000698624 00000 n +0000698774 00000 n +0000698924 00000 n +0000699072 00000 n +0000699220 00000 n +0000699369 00000 n +0000699518 00000 n +0000699667 00000 n +0000699816 00000 n +0000699965 00000 n +0000700114 00000 n +0000700263 00000 n +0000700412 00000 n +0000700560 00000 n +0000700709 00000 n +0000700859 00000 n +0000701009 00000 n +0000701159 00000 n +0000701307 00000 n +0000701456 00000 n +0000701605 00000 n +0000701754 00000 n +0000701904 00000 n +0000702054 00000 n +0000702202 00000 n +0000702352 00000 n +0000702502 00000 n +0000702651 00000 n +0000702799 00000 n +0000702949 00000 n +0000703099 00000 n +0000703249 00000 n +0000703399 00000 n +0000703549 00000 n +0000703698 00000 n +0000703847 00000 n +0000703995 00000 n +0000704143 00000 n +0000704291 00000 n +0000704439 00000 n +0000704587 00000 n +0000704735 00000 n +0000704883 00000 n +0000705032 00000 n +0000705181 00000 n +0000705330 00000 n +0000705480 00000 n +0000705630 00000 n +0000705779 00000 n +0000705929 00000 n +0000706078 00000 n +0000706225 00000 n +0000706374 00000 n +0000706523 00000 n +0000686780 00000 n +0000682421 00000 n +0000711950 00000 n +0000711827 00000 n +0000706624 00000 n +0000941869 00000 n +0000717582 00000 n +0000717459 00000 n +0000712037 00000 n +0000722953 00000 n +0000722830 00000 n +0000717669 00000 n +0000728108 00000 n +0000727985 00000 n +0000723040 00000 n +0000732976 00000 n +0000732853 00000 n +0000728195 00000 n +0000738263 00000 n +0000738410 00000 n +0000738558 00000 n +0000738706 00000 n +0000738854 00000 n +0000739002 00000 n +0000739152 00000 n +0000739302 00000 n +0000739452 00000 n +0000739600 00000 n +0000739749 00000 n +0000739898 00000 n +0000740048 00000 n +0000740198 00000 n +0000740346 00000 n +0000740496 00000 n +0000740645 00000 n +0000740795 00000 n +0000740944 00000 n +0000741093 00000 n +0000741243 00000 n +0000741393 00000 n +0000741541 00000 n +0000741690 00000 n +0000741839 00000 n +0000741988 00000 n +0000742137 00000 n +0000742287 00000 n +0000742436 00000 n +0000742586 00000 n +0000742735 00000 n +0000742884 00000 n +0000743032 00000 n +0000743181 00000 n +0000743330 00000 n +0000743479 00000 n +0000743628 00000 n +0000743776 00000 n +0000743925 00000 n +0000744075 00000 n +0000744225 00000 n +0000744374 00000 n +0000744524 00000 n +0000744674 00000 n +0000744823 00000 n +0000744972 00000 n +0000745121 00000 n +0000745269 00000 n +0000745418 00000 n +0000745567 00000 n +0000745717 00000 n +0000745865 00000 n +0000746014 00000 n +0000746163 00000 n +0000746313 00000 n +0000746463 00000 n +0000746612 00000 n +0000746762 00000 n +0000746912 00000 n +0000747061 00000 n +0000747210 00000 n +0000747359 00000 n +0000747507 00000 n +0000747657 00000 n +0000747806 00000 n +0000747956 00000 n +0000748106 00000 n +0000748256 00000 n +0000748406 00000 n +0000748555 00000 n +0000748704 00000 n +0000748852 00000 n +0000749002 00000 n +0000749152 00000 n +0000749302 00000 n +0000749451 00000 n +0000749600 00000 n +0000749749 00000 n +0000749898 00000 n +0000750048 00000 n +0000750196 00000 n +0000750345 00000 n +0000750493 00000 n +0000750642 00000 n +0000750791 00000 n +0000750940 00000 n +0000751089 00000 n +0000751239 00000 n +0000751389 00000 n +0000751538 00000 n +0000751687 00000 n +0000751836 00000 n +0000751986 00000 n +0000752136 00000 n +0000752286 00000 n +0000752436 00000 n +0000752585 00000 n +0000752734 00000 n +0000752991 00000 n +0000737246 00000 n +0000733077 00000 n +0000758191 00000 n +0000758503 00000 n +0000758047 00000 n +0000753106 00000 n +0000758341 00000 n +0000758394 00000 n +0000758448 00000 n +0000941994 00000 n +0000763636 00000 n +0000763786 00000 n +0000763936 00000 n +0000764085 00000 n +0000764235 00000 n +0000763465 00000 n +0000758604 00000 n +0000770917 00000 n +0000771067 00000 n +0000771217 00000 n +0000771366 00000 n +0000771677 00000 n +0000770746 00000 n +0000764322 00000 n +0000771516 00000 n +0000771570 00000 n +0000771622 00000 n +0000773779 00000 n +0000773656 00000 n +0000771792 00000 n +0000773894 00000 n +0000935123 00000 n +0000778818 00000 n +0000778934 00000 n +0000779394 00000 n +0000779581 00000 n +0000780215 00000 n +0000780241 00000 n +0000780809 00000 n +0000780841 00000 n +0000780873 00000 n +0000781850 00000 n +0000782424 00000 n +0000783088 00000 n +0000784064 00000 n +0000784264 00000 n +0000800821 00000 n +0000801277 00000 n +0000823579 00000 n +0000824333 00000 n +0000842647 00000 n +0000843147 00000 n +0000849777 00000 n +0000850037 00000 n +0000869437 00000 n +0000870165 00000 n +0000882891 00000 n +0000883284 00000 n +0000885052 00000 n +0000885282 00000 n +0000886680 00000 n +0000886933 00000 n +0000888491 00000 n +0000888754 00000 n +0000890154 00000 n +0000890406 00000 n +0000901269 00000 n +0000901531 00000 n +0000912890 00000 n +0000913154 00000 n +0000934869 00000 n +0000942101 00000 n +0000942221 00000 n +0000942345 00000 n +0000942471 00000 n +0000942597 00000 n +0000942723 00000 n +0000942813 00000 n +0000942923 00000 n +0000953970 00000 n +0000954383 00000 n trailer -<< /Size 2092 -/Root 2090 0 R -/Info 2091 0 R -/ID [ ] >> +<< /Size 2360 +/Root 2358 0 R +/Info 2359 0 R +/ID [<72801703E2C75DB7D74DFAE2E23F287A> <72801703E2C75DB7D74DFAE2E23F287A>] >> startxref -795521 +954991 %%EOF diff --git a/Master/texmf-dist/doc/latex/microtype/test-microtype.tex b/Master/texmf-dist/doc/latex/microtype/test-microtype.tex index 88448cf4f40..1a3bc6f928c 100644 --- a/Master/texmf-dist/doc/latex/microtype/test-microtype.tex +++ b/Master/texmf-dist/doc/latex/microtype/test-microtype.tex @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `test') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,7 +20,7 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ diff --git a/Master/texmf-dist/source/latex/microtype/microtype.dtx b/Master/texmf-dist/source/latex/microtype/microtype.dtx index 80d185fdffc..ceefb327e10 100644 --- a/Master/texmf-dist/source/latex/microtype/microtype.dtx +++ b/Master/texmf-dist/source/latex/microtype/microtype.dtx @@ -1,10 +1,10 @@ %\iffalse meta-comment % ^^A messages to WinEdt: -% -*- TeX:DTX:UK -*- -% smartQuote: English -% DTXversion: 2.1 +% !Mode:: "TeX:DTX:UK" +% !smartQuote:: "English" +% !DTXversion:: "2.2" % ------------------------------------------------------------------------ -% $Id: microtype.dtx,v 1.40 2007-01-21 16:50:39+01 schlicht Exp schlicht $ +% $Id: microtype.dtx,v 1.45 2007-07-14 16:10:26+02 schlicht Exp schlicht $ % ------------------------------------------------------------------------ % The `microtype' package % An interface to the micro-typographic extensions of pdfTeX @@ -31,41 +31,45 @@ \ProvidesFile{microtype.dtx} % %\ProvidesPackage -% {microtype} -% {letterspace} +% {microtype} %<*package> - [2007/01/21 v2.0 Micro-typography with pdfTeX (RS)] + [2007/07/14 v2.2 Micro-typography with pdfTeX (RS)] % -% [2007/01/21 v1.0 Robust letterspacing (RS)] +% {letterspace}[2007/07/14 v1.2 Robust letterspacing (RS)] %<*config> %\ProvidesFile -% {microtype.cfg}[2007/01/14 v2.0 microtype main configuration file (RS)] -% {mt-bch.cfg}[2005/12/02 v1.4 microtype config. file: Bitstream Charter (RS)] -% {mt-cmr.cfg}[2005/11/07 v1.9 microtype config. file: Computer Modern Roman (RS)] -% {mt-pad.cfg}[2005/11/07 v1.5 microtype config. file: Adobe Garamond (RS)] -% {mt-pmn.cfg}[2004/11/07 v1.2 microtype config. file: Adobe Minion (HH)] -% {mt-ppl.cfg}[2005/11/16 v1.6 microtype config. file: Palatino (RS)] -% {mt-ptm.cfg}[2006/04/20 v1.7 microtype config. file: Times (RS)] -% {mt-ugm.cfg}[2006/01/26 v1.0 microtype config. file: URW Garamond (RS)] -% {mt-msa.cfg}[2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)] -% {mt-msb.cfg}[2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)] -% {mt-euf.cfg}[2006/07/03 v1.1 microtype config. file: AMS Euler Fraktur (RS)] -% {mt-eur.cfg}[2006/07/31 v1.1 microtype config. file: AMS Euler Roman (RS)] -% {mt-eus.cfg}[2006/07/28 v1.2 microtype config. file: AMS Euler Script (RS)] -% {mt-zpeu.cfg}[2006/05/04 v1.0 microtype config. file: Adobe Euro (RS)] -% {mt-euroitc.cfg}[2006/05/04 v1.0 microtype config. file: ITC Euro (RS)] -% {mt-mvs.cfg}[2006/07/05 v1.1 microtype config. file: Marvosym Euro (RS)] +% {microtype.cfg}[2007/07/14 v2.2 microtype main configuration file (RS)] +% {mt-bch.cfg}[2007/03/03 v1.5 microtype config. file: Bitstream Charter (RS)] +% {mt-blg.cfg}[2007/07/14 v1.0 microtype config. file: Bitstream Letter Gothic(RS)] +% {mt-cmr.cfg}[2005/11/07 v1.9 microtype config. file: Computer Modern Roman (RS)] +% {mt-pad.cfg}[2005/11/07 v1.5 microtype config. file: Adobe Garamond (RS)] +% {mt-pmn.cfg}[2004/11/07 v1.2 microtype config. file: Adobe Minion (HH)] +% {mt-ppl.cfg}[2005/11/16 v1.6 microtype config. file: Palatino (RS)] +% {mt-ptm.cfg}[2006/04/20 v1.7 microtype config. file: Times (RS)] +% {mt-ugm.cfg}[2006/01/26 v1.0 microtype config. file: URW Garamond (RS)] +% {mt-msa.cfg}[2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)] +% {mt-msb.cfg}[2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)] +% {mt-euf.cfg}[2006/07/03 v1.1 microtype config. file: AMS Euler Fraktur (RS)] +% {mt-eur.cfg}[2006/07/31 v1.1 microtype config. file: AMS Euler Roman (RS)] +% {mt-eus.cfg}[2006/07/28 v1.2 microtype config. file: AMS Euler Script (RS)] +% {mt-zpeu.cfg}[2006/05/04 v1.0 microtype config. file: Adobe Euro (RS)] +% {mt-euroitc.cfg}[2006/05/04 v1.0 microtype config. file: ITC Euro (RS)] +% {mt-mvs.cfg}[2006/07/05 v1.1 microtype config. file: Marvosym Euro (RS)] % % %<*driver> \documentclass[10pt,a4paper]{ltxdoc} +\makeatletter % Let's abolish CM! We use Charter and Letter Gothic % (for the pre-built documentation on CTAN): % \def\rmdefault{bch} % \def\ttdefault{blg} +\usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{textcomp} -\usepackage[expansion=false,kerning=true]{microtype} % it's a web document +\GetFileInfo{microtype.dtx} +\usepackage[expansion=false,kerning=true]{microtype}[\filedate] +\usepackage{ifpdf} \DeclareMicrotypeSet*[protrusion] { doc } { encoding = {*, TS1, OMS}, @@ -79,25 +83,36 @@ { encoding = T1, family = blg } { _ = {100,100} } % underscores shouldn't touch -\makeatletter - \IfFileExists{t1mgt.fd} % Fraktur font in section \ref{sec:lettersp} - {\SetTracking{encoding=T1,family=mgt}{150} - \newcommand\textfrak[1]{{\fontfamily{mgt}\selectfont ##1}}} - {\IfFileExists{yfonts.sty} - {\usepackage{yfonts} - \SetTracking{encoding=LY,family=yfrak}{150}} - {\let\textfrak\@gobble} - } -\usepackage{ifpdf} + \ifx\tagcode\undefined\else % disable ?` and !` ligatures (sample in section \ref{sec:disable-ligatures}) + \DisableLigatures[?,!]{encoding = *, family = rm* } + \fi + \IfFileExists{t1mwr.fd}{ % Fraktur sample in section \ref{sec:lettersp} + \newcommand\textfrak[1]{{\fontfamily{mwr}\selectfont ##1}} + \ifpdf + \SetTracking[no ligatures={f}]{encoding=T1,family=mwr}{100} + \fi + }{ + \IfFileExists{yfonts.sty}{ + \usepackage{yfonts} + \ifpdf + \SetTracking[no ligatures={f}]{encoding=LY,family=yfrak}{100} + \fi + }{ + \let\textfrak\@gobble + } + } \tolerance=700 -\ifpdf\ifnum\pdftexversion<140 \else - \ifx\pdfcolorstack\@undefined\else % pdftex 1.40.0, including textmatrix patch +\let\printlogo\@empty +\ifpdf + \ifnum\pdftexversion<140 \else % pdftex 1.40, including textmatrix patch \microtypesetup{expansion=alltext,step=1} % hence we can activate expansion ... - \tolerance=300 % ... and can apply almost TeX's default tolerance + \tolerance=300 % ... and make TeX almost as tolerant as it normally is \g@addto@macro\macrocode{\pdfadjustspacing\z@} -\fi\fi\fi -\let\printlogo\@empty -\ifpdf\InputIfFileExists{microtype-logo.dtx}\relax\relax\fi + \fi + \InputIfFileExists{microtype-logo.dtx}\relax\relax +\else + \let\lsstyle\relax +\fi \usepackage{booktabs} \usepackage{array} \newcolumntype{L}[1]{p{#1}<{\raggedright}} @@ -108,18 +123,19 @@ \definecolor{thegrey} {gray}{0.5} \definecolor{theshade}{gray}{0.94} \definecolor{theframe}{gray}{0.75} +\usepackage{graphicx} % general layout \frenchspacing -\expandafter\newif\csname ifcharter\endcsname +\expandafter\newif\csname ifcmr\endcsname \long\def\@tempa{cmr} \ifx\rmdefault\@tempa + \cmrtrue \def\PackageFont{\sffamily} \def\match{\textbullet} \def\textgeq{$\geq$} \linespread{1}\normalfont \setlength\textheight{47\baselineskip} \else - \chartertrue \def\bfdefault{b} \def\Module#1{{\color{theblue}$\langle$\textit{#1}$\rangle$}} \DeclareRobustCommand{\LaTeX}{L\kern-.26em{\sbox\z@ T\vbox to\ht\z@{% @@ -140,6 +156,15 @@ {paragraph}{4}{0pt}% {3.25ex plus 1ex minus .2ex}{-1em}% {\normalfont\normalsize\itshape}} +% title +\def\@maketitle{% + \newpage\null\vskip 2em + \begin{center}\let\footnote\thanks + {\LARGE \@title\par}\vskip 1.5em + {\large \parbox{.33\textwidth}{\centering\@author}% + \parbox{.33\textwidth}{\centering\@date}}% + \vskip1.5em\rule{.66\textwidth}{.4pt}% + \end{center}\par\vskip1.5em} % headers \headheight=15pt \def\ps@MTheadings{% @@ -150,16 +175,15 @@ }}\hss} \let\@oddfoot\@empty \let\@mkboth\markboth - \def\sectionmark##1{\markboth{\textls*[50]{\MakeUppercase{##1}}}{}} + \def\sectionmark##1{\markboth{\textls*[60]{\MakeUppercase{##1}}}{}} \def\subsectionmark##1{\markright{: ##1}}} \pagestyle{MTheadings} % toc \let\l@section@\l@section \def\l@section{\vskip -.75ex\l@section@} -\let\l@subsection@\l@subsection -\def\l@subsection{\vskip.25ex \penalty\@secpenalty \l@subsection@} +\def\l@subsection{\vskip.25ex \penalty\@secpenalty \@dottedtocline{2}{1.5em}{2.7em}} \def\l@subsubsection#1#2{% - \leftskip 3.8em + \leftskip 4.2em \rightskip 2em plus 1fil \parindent 0pt {\let\numberline\@gobble{\small[#1~--~#2]}}} @@ -176,7 +200,7 @@ \fi \def\defspecial@toc#1#2#3{\long\def#1{% \ifpdf\phantomsection\specialoutline\pdfbookmark[1]{#2}{#3}\normaloutline\fi - \section*{#2}\@mkboth{\textls*[50]{\MakeUppercase{#2}}}{}% + \section*{#2}\@mkboth{\textls*[60]{\MakeUppercase{#2}}}{}% \@starttoc{#3}}} \defspecial@toc\tableofcontents\contentsname{toc} \defspecial@toc\listoftables\listtablename{lot} @@ -198,54 +222,85 @@ \leavevmode\hbox to 15pt{\@thefnmark\hss}#1} \skip\@mpfootins=0.5\baselineskip % lists -\def\descriptionlabel#1{\hspace\labelsep\normalfont#1:} -\def\@listi{\leftmargin\leftmargini +\setlength\leftmargini{15pt} +\setlength\leftmarginii{12.5pt} +\setlength\leftmarginiii{10pt} +\def\@listi{\leftmargin \leftmargini \parsep 4.5pt plus 1pt minus 1pt \topsep 4.5pt plus 1pt minus 1pt \itemsep 0pt} \let\@listI\@listi -\setlength\leftmargini{15pt} -\setlength\leftmarginii{15pt} -\setlength\leftmarginiii{10pt} +\def\descriptionlabel#1{\hspace\labelsep\normalfont#1:} +\renewenvironment{itemize} + {\ifnum \@itemdepth >\thr@@\@toodeep\else + \advance\@itemdepth\@ne + \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% + \expandafter\list + \csname\@itemitem\endcsname + {\ifnum\@itemdepth=\@ne\leftmargin 0pt\fi + \def\makelabel##1{\hss\llap{##1}}}% + \fi} + {\endlist} +\newenvironment{enum}[1][0] + {\list\labelenumi + {\usecounter{enumi}\setcounter{enumi}{#1}\addtocounter{enumi}{-1}% + \renewcommand\labelenumi{\texttt{\theenumi}:}% + \leftmargin 30pt + \itemindent-15pt + \labelwidth 15pt + \labelsep 0pt + \def\makelabel##1{##1\hss}}} + {\endlist} \newenvironment{options} - {\list{}{\leftmargin 0pt - \labelwidth 0pt - \labelsep 1em - \itemindent \labelsep}} + {\list{} + {\leftmargin 0pt + \labelwidth 0pt + \labelsep 1em + \itemindent \labelsep + \lstset{belowskip=0pt}}} {\endlist} % tables \setlength\tabcolsep{2pt} \long\def\@makecaption#1#2{% \sbox\@tempboxa{\footnotesize\itshape#1: #2}% - \hb@xt@\hsize{\box\@tempboxa\hfil}% + \ifdim \wd\@tempboxa >\hsize + \footnotesize\itshape#1: #2\par + \else + \hb@xt@\hsize{\box\@tempboxa\hfil}% + \fi \vskip 6pt} % index and change log \IndexPrologue{\section{Index}% Links refer to the page where the corresponding entry is described (bold face) resp. occurs. Plain numbers refer to the code line where the corresponding entry is defined (underlined) resp. used.} -\GlossaryPrologue{\section{Change History}\label{sec:changes}\vspace*{-2\multicolsep}} +\GlossaryPrologue{\section{Change History}\label{sec:changes}\vspace*{-\multicolsep}} + %\setcounter{finalcolumnbadness}{100} %\raggedcolumns -\setcounter{finalcolumnbadness}{100} \setcounter{IndexColumns}{2} \def\IndexMin{12\baselineskip} \g@addto@macro\IndexParms{\footnotesize} \def\GlossaryParms{\IndexParms - \def\@idxitem ##1##2\efill{\end{multicols} - \begin{multicols}{2}[\subsubsection*{\if##1v\relax Version ##2 + \def\@idxitem ##1##2\efill{% + \end{multicols} + \begin{multicols}{2} + [\subsubsection*{\if##1v\relax Version ##2 (\csname MTversiondate##2\endcsname)\else ##2\fi}][6\baselineskip] + \ifpdf \phantomsection \pdfbookmark[2]{\if##1v\relax ##2 + (\csname MTversiondate##2\endcsname)\else ##2\fi}{subsection##2}\fi \GlossaryParms \rightskip 15pt plus 5pt \let\item\@idxitem \ignorespaces \makeatletter \scan@allowedfalse}% - \def\subitem{\par\hangindent 25pt}% - \def\subsubitem{\subitem\hspace*{15pt}}} + \def\subitem{\par\hangindent 15pt}% + \def\subsubitem{\subitem\hspace*{7.5pt}}} % macrocode \MacroTopsep=0pt \MacrocodeTopsep=3pt -\settowidth\MacroIndent{\scriptsize 0000} -\def\theCodelineNo{\reset@font\color{thegrey}\scriptsize\arabic{CodelineNo}} +\setlength\MacroIndent{0pt} +\def\theCodelineNo{\reset@font\color{thegrey}\scriptsize\arabic{CodelineNo}\,} \def\MacroFont{\ttfamily\small} \def\AltMacroFont{\ttfamily\footnotesize} +\def\PrintMacroName#1{\strut\MacroFont\string #1\hskip15pt} \def\ImplementationSettings{% \linespread{1}% \hfuzz=16pt @@ -303,29 +358,31 @@ \DeclareRobustCommand\opt[1]{{\ttfamily#1}\@bsphack\CatIndex{#1}{option}\@esphack} \DeclareRobustCommand\file[1]{{\ttfamily#1}} % ... and whistles -{\catcode`\"\active +{\catcode`\$\active \gdef\verbatim#1 - {\catcode`\"\active \def"##1"{\colorbox{theshade}{% + {\catcode`\$\active \def$##1${\colorbox{theshade}{% \textrm{Text lost! Please install the \pkg{listings} package.}}}% \@beginparpenalty\predisplaypenalty\@verbatim\MacroFont \frenchspacing\@vobeyspaces\expandafter\@xverbatim\@gobble}} \IfFileExists{listings.sty}{ \usepackage{listings} \lstset{ - gobble=1,columns=flexible,keepspaces,upquote,escapechar=", + gobble=1,columns=flexible,keepspaces,upquote,escapechar=$, basicstyle=\MacroFont, keywords=[0]{\microtypesetup,\DeclareMicrotypeSet,\UseMicrotypeSet, - \DeclareMicrotypeSetDefault,\SetProtrusion,\SetExpansion,\DisableLigatures, - \DeclareCharacterInheritance,\DeclareMicrotypeAlias,\LoadMicrotypeFile, - \microtypecontext,\Microtype@Hook,\SetExtraSpacing,\SetExtraKerning, - \SetTracking,\textls,\lsstyle,\lslig,\DeclareMicrotypeBabelHook}, + \DeclareMicrotypeSetDefault,\SetProtrusion,\SetExpansion,\SetTracking, + \SetExtraSpacing,\SetExtraKerning,\DisableLigatures,\DeclareCharacterInheritance, + \DeclareMicrotypeVariants,\DeclareMicrotypeAlias,\DeclareMicrotypeBabelHook, + \LoadMicrotypeFile,\microtypecontext,\textmicrotypecontext, + \textls,\lsstyle,\lslig,\Microtype@Hook}, keywordstyle=[0]\color{thegreen}, keywords=[1]{protrusion,expansion,activate,DVIoutput,draft,final,verbose, - config,factor,auto,stretch,shrink,step,selected,unit,context, - tracking,spacing,kerning,letterspace,babel}, % defersetup + config,factor,auto,stretch,shrink,step,selected,unit,context,%defersetup, + tracking,spacing,kerning,letterspace,babel,noligatures}, % there's a \nobreakspace in this line keywordstyle=[1]\color{thered}, comment=[l]\%, commentstyle=\color{thegrey}\itshape, + alsoother={0123456789$_}, frame=single,backgroundcolor=\color{theshade},rulecolor=\color{theframe}, xleftmargin=3.4pt,xrightmargin=3.4pt,belowskip=\smallskipamount } @@ -352,7 +409,7 @@ pdfsubject={An interface to the micro-typographic extensions of pdfTeX}, pdfkeywords={TeX, LaTeX, pdftex, typography, micro-typography, character protrusion, margin kerning, optical alignment, font expansion, - font scaling, hz, kerning, spacing, interword glue, letterspacing, tracking} + font scaling, hz, kerning, spacing, glue, letterspacing, tracking} ]{hyperref} \pdfcatalog{/Lang(en-GB)} \ifnum\pdftexversion < 130 \else @@ -360,7 +417,7 @@ \IfFileExists{hyperxmp.sty}{ \usepackage{hyperxmp} \hypersetup{% - pdfcopyright={\textcopyright\ 2004--2006 R Schlicht\012% + pdfcopyright={\textcopyright\ 2004--2007 R Schlicht\012% This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.\&\#xA;% @@ -396,28 +453,34 @@ {mailto:%20Robert%20Schlicht?subject=[microtype%20\fileversion]} {\texttt{w.m.l@gmx.net}}}} % the samples on the first page, utilising nested optional content groups (aka. layers): - \ifnum\pdftexversion<140 \else \ifx\pdfcolorstack\@undefined \else - \def\mt@layer#1#2{\pdfliteral{/OC/#1 BDC}#2\pdfliteral{EMC}} + \ifnum\pdftexversion<140 \else + \def\mt@layer#1#2{\pdfliteral direct{/OC/#1 BDC}#2\pdfliteral direct{EMC}} \ifx\mt@objects\@undefined\let\mt@objects\@empty\fi + \ifx\mt@order \@undefined\let\mt@order \@empty\fi \let\mt@resources\@empty \def\mt@register#1#2{% \immediate\pdfobj{<< /Type/OCG /Name(#1:#2) >>} \expandafter\xdef\csname mt@#1@#2\endcsname{\the\pdflastobj\space 0 R } - \xdef\mt@objects{\mt@objects\csname mt@#1@#2\endcsname} + \xdef\mt@objects {\mt@objects \csname mt@#1@#2\endcsname} + \xdef\mt@order {\mt@order \csname mt@#1@#2\endcsname} \xdef\mt@resources{\mt@resources/#1#2 \csname mt@#1@#2\endcsname}} - \mt@register{Protrusion}{true}\mt@register{Protrusion}{false} - \mt@register{Expansion} {true}\mt@register{Expansion} {false} - \mt@register{invisible}{} + \xdef\mt@order{\mt@order[(Sample)} + \mt@register{Protrusion}{true} \mt@register{Protrusion}{false} + \mt@register{Expansion} {true} \mt@register{Expansion} {false} + \mt@register{invisible}{} + \xdef\mt@order{\mt@order]} \pdfcatalog{/OCProperties << - /OCGs [\mt@objects] - /D << /Order [\mt@objects] - /BaseState/ON - /OFF [\mt@Protrusion@true \mt@Expansion@true \mt@invisible@] >> >>} + /OCGs [\mt@objects] + /D << /Order [\mt@order] + /BaseState/ON + /OFF [\mt@Protrusion@true \mt@Expansion@true \mt@invisible@] >> >> } \newbox\mt@box + \newdimen\mt@unvdimen \def\mt@place#1{% + \vskip-\mt@unvdimen \setbox\mt@box\vbox{#1}% - \@tempdima\dimexpr\ht\mt@box+\dp\mt@box\relax - \unvbox\mt@box \vskip-\@tempdima\relax} + \mt@unvdimen\dimexpr\ht\mt@box+\dp\mt@box\relax + \unvbox\mt@box} \def\mt@pseudo@marg#1{% \mt@place{\llap{\vbox{% \hsize\marginparwidth @@ -433,8 +496,8 @@ /BS << /Type/Border/W 1 /S/D /D[4 1] >> /H/O /C[0.65 0.04 0.07] /Contents(Click to Toggle #1!) %/OC << /Type/OCMD /VE[/Not \mt@invisible@] >> % not honoured by older viewers - /A << /S/SetOCGState /State[/Toggle \csname mt@#1@false\endcsname - \csname mt@#1@true\endcsname] >>} + /A << /S/SetOCGState /State[/Toggle \csname mt@#1@true\endcsname + \csname mt@#1@false\endcsname] >>} #1 \hfill\pdfendlink & \mt@layer{#1true}{\rlap{on}}\mt@layer{#1false}{off}} \renewcommand\microtypesample[1]{% \begingroup @@ -454,25 +517,24 @@ \mt@show@sample{false}{false} \mt@show@sample{false}{true} \mt@show@sample{true} {false} - % for compatibility with older PDF viewers that don't support OCGs, we - % add a layer that contains a white box, which will hide the underlying - % layers for older viewers, and will be ignored by PDF 1.5 capable viewers. \mt@layer{invisible}{% + % for compatibility with older PDF viewers that don't support OCGs, we + % add a layer that contains a white box, which will hide the underlying + % layers for older viewers, and will be ignored by PDF 1.5 capable viewers. \mt@place{\rlap{\hskip-\marginparwidth \color{white}% - \vrule width\dimexpr\hsize+\marginparwidth\relax height\@tempdima}} + \vrule width\dimexpr\hsize+\marginparwidth\relax height\mt@unvdimen}} \mt@pseudo@marg{\color{thered}% If you had a \acronym{PDF} viewer that understands \acronym{PDF}\,{\smaller1.5}, you could view the effect of the micro-typographic features by clicking on the links.\strut \\\vphantom{\colorbox{white}{\tabular l\\\addlinespace\\\endtabular}}% \\[0.3\baselineskip] Both features are enabled throughout this document.}} - \def\mt@place##1{\setbox\mt@box\vbox{##1}\unvbox\mt@box} \mt@show@sample{true}{true} \vskip 4pt \endgroup \edef\x{\pdfpageresources{/Properties <<\mt@resources>>}}\x} \def\emptypdfpageresources{\pdfpageresources{}} - \fi\fi + \fi \else \usepackage{url} \newcommand\hyperref[2][]{#2} @@ -483,14 +545,22 @@ \let\mailto\texttt \def\mailtoRS{\mailto{w.m.l@gmx.net}} \fi -\hyphenation{Ha-rald Har-ders Ber-nard Ku-char-czyk Jac-kow-ski Ste-phan} +\ifx\l@ukenglish\@undefined + \hyphenation{let-ter-spac-ing let-ter-spaced let-ter-space} +\else + \language=\l@ukenglish +\fi +\hyphenation{Ha-rald Har-ders Ber-nard Ku-char-czyk Jac-kow-ski Ste-phan + with-out} % abbreviations \DeclareRobustCommand\thanh{H\`an Th\^e% \ifx\eTeXversion\undefined \llap{\raisebox{0.5ex}{\'{}}} \else \llap{\raisebox{0.45ex}{\'{}\kern\dimexpr.05em-2\fontdimen1\font\relax}} \fi Th\`anh} \def\pdftex{\texorpdfstring{pdf\kern.05em\TeX}{pdfTeX}} +\def\luatex{\texorpdfstring{Lua\TeX}{LuaTeX}} \def\etex{\mbox{e-\TeX}} +\def\nonetex{\mbox{\rlap{\kern.05em/}e-\TeX}} % aka. \TeX \def\microtype{{\PackageFont microtype}} \def\fontdim{\cmd\fontdimen\,} \def\eg{e.\,g.} @@ -500,11 +570,14 @@ \advance\@tempcnta-7 \ifcase\@tempcnta\tiny\or\scriptsize\or \footnotesize\or\small\or\or\normalsize\or\or\large\or\or\or\Large\fi} \DeclareRobustCommand\acronym[1]{\texorpdfstring - {{\smaller\ifcharter\textls[60]{#1}\else#1\fi}}{#1}} + {{\smaller\ifcmr #1\else\textls[60]{#1}\fi}}{#1}} {\catcode`\<=\active \AtBeginDocument{\catcode`\<=\active \def<#1>{\acronym{#1}} - \def\contributor#1 <#2\at#3>{\textit{#1}}}} + \def\contributor#1 <#2\at#3>{\@contributor{#1}{#2@#3}} + \DeclareRobustCommand\@contributor[2]{\textit{#1}} + %\DeclareRobustCommand\@contributor[2]{\href{mailto:#2}{\textit{#1}}} + }} \CodelineIndex \EnableCrossrefs \RecordChanges @@ -515,37 +588,45 @@ % % \fi % +%^^A |microtype| n. [Gr. mikros, small; typos, type] (CNID: Anthozoa) +%^^A A normal mesentery arrangement. see -> macrotype. +%^^A (Armand R. Maggenti, Online Dictionary of Invertebrate Zoology: M, 2005, +%^^A http://digitalcommons.unl.edu/onlinedictinvertzoology/14) +% % ^^A ------------------------------------------------------------------------- %\GeneralChanges* %\changes{v1.0}{2004/09/11}{Initial version} -%\changes{v2.0}{2006/12/29}{new package \pkg{letterspace}: a stripped-down version} +%\changes{v2.0}{2006/12/29}{new package \pkg{letterspace}: a stripped-down version, +% containing the letterspacing commands only} %\GeneralChanges{Documentation} %\changes{v1.9b}{2006/01/13}{activate expansion in the distributed } +%\changes{v2.2}{2007/04/01}{logo transparency and amusement} +% ^^A Adobe Reader 8 had serious bugs with transparency. Fixed in 8.1. % % \GetFileInfo{microtype.dtx} % \title{\printlogo % \textls{The \microtype\ package}\\[.3\baselineskip]\large % An interface to the micro-typographic extensions of \pdftex} -% \author{R Schlicht\quad\mailtoRS} -% \date{\fileversion\ --- \filedate} +% \author{R Schlicht\\\mailtoRS} +% \date{\fileversion\\\filedate} % % \maketitle \thispagestyle{empty} % %\begin{abstract} %\noindent -% The \microtype\ package provides an interface to the micro-typographic +% The \microtype\ package provides a \LaTeX\ interface to the micro-typographic % extensions of \pdftex: most prominently, character protrusion and font % expansion, furthermore the adjustment of interword spacing and additional % kerning, as well as hyphenatable letterspacing (tracking) and the possibility -% to disable all ligatures of a font. +% to disable all or selected ligatures. % It allows to apply these features to customisable sets of fonts, and to % configure all micro-typographic aspects of the fonts in a straight-forward % and flexible way. Settings for various fonts are provided.\footnote{ % Currently, this package provides protrusion settings for Computer Modern % Roman, Palatino, Times, Garamond, Adobe Garamond and Minion, -% Bitstream Charter, and the symbols and Euler fonts, for various Euro -% symbol fonts, as well as some generic settings for unknown fonts. -% Contributions are very welcome.} +% Bitstream Charter and Letter Gothic, the symbols and Euler fonts, for +% various Euro symbol fonts, as well as some generic settings for unknown +% fonts. Contributions are very welcome.} % % Note that font expansion and character protrusion will only work with % \pdftex, at least version 0.14f. Automatic font expansion requires version @@ -559,17 +640,17 @@ % section~\ref{sec:lettersp}). % %\bigskip\noindent -% This package is copyright \textcopyright\ 2004\kern1pt--2007 R Schlicht. +% This package is copyright \textcopyright\ 2004\kern.07em--2007 R Schlicht. % It may be distributed and/or modified under the conditions of the -% \IfFileExists{lppl.tex}{\hyperref[LPPL:LPPL]}\relax +% \IfFileExists{lppl.tex}{\hyperref[LPPL:LPPL]}{\href{http://www.latex-project.org/lppl/}} % {\LaTeX\ Project Public License}, -% either version 1.3c of this license or (at your option) any later version. +% either version~1.3c of this license or (at your option) any later version. % This work has the maintenance status `author-maintained'. %\end{abstract} % % %\newpage -%\emptypdfpageresources +%\emptypdfpageresources ^^A layout: layers of the logo %\tableofcontents %\listoftables % @@ -639,7 +720,8 @@ % pose a problem any longer. The \microtype\ package provides the possibility % to change the tracking of customisable sets of fonts, \eg, small capitals. It % also introduces two new commands \cs{textls} and \cs{lsstyle} for ad-hoc -% \textls{letterspacing}, which can be used like the normal text commands. +% letterspacing, which can be used like the normal text commands. Note that +% letterspacing only works in mode. % % \emph{Adjustment of interword spacing} is based upon the idea that in order to % achieve a uniform greyness of the text, the space between words should also @@ -675,7 +757,7 @@ % The possibility, finally, to \emph{disable all ligatures} of a font may be % useful for typewriter fonts. % -%\emptypdfpageresources ^^A layout +%\emptypdfpageresources ^^A layout: layers of the sample %\bigskip\noindent % The \microtype\ package provides an interface to all these micro-typographic % extensions. All micro-typographic aspects may be customised to your taste and @@ -683,7 +765,7 @@ % of all options and customisation possibilities. % % -%\section{Invoking the Package} +%\section{Getting Started} % % There is nothing surprising in loading this package: %\begin{verbatim}[morekeywords={[1]{microtype}}] @@ -693,9 +775,30 @@ % fine-tuning the micro-typographic appearance of your document (which would % seem unlikely, since using this package is proof of your interest in % typographic issues), you may actually skip the rest of this document. +%^^A +% If this, on the other hand, does not satisfy you -- be it for theoretical or +% practical reasons -- this manual will guide you on the path to the desired +% results along the following milestones: +% +%\changes{v2.2}{2007/06/06}{add overview} +%\begin{itemize} +% \item Enable the respective micro-typographic feature, either via the +% respective package option or with the \cs{microtypesetup} command +% (section~\ref{sec:options}). +% \item Select the fonts to which this feature should be applied by declaring +% and activating `sets of fonts'. Some sets are predefined, which may be +% activated directly in the package options (section~\ref{sec:font-sets}). +% \item Fine-tune the micro-typographic settings of the fonts or sets of fonts +% (section~\ref{sec:fine-tuning}). +% \item If you're of the kind who always wants to go further, you'll +% certainly be interested in the possibility of context-sensitive setup +% (section~\ref{sec:context}). +% \item Should you encounter any obstacles, follow the hints and caveats +% (section~\ref{sec:caveats}). +%\end{itemize} % % -%\section{Options} +%\section{Options}\label{sec:options} % % Like many other \LaTeX\ packages, the \microtype\ package accepts options in % the well known |key=value| syntax. In the following, you'll find a @@ -792,19 +895,22 @@ % otherwise, it will be disabled. % If \opt{auto} is set to false, the fonts for all expansion steps must exist % (with files called \meta{font~name}\texttt{\textpm}\meta{expansion value}, -% \eg, \file{cmr12+10}, as described in the \cite{pdftexman}). If expanded -% instances of the fonts are available, they will be used regardless whether -% \opt{auto} is true or not. +% \eg, \file{cmr12+10}, as described in the \cite{pdftexman}). +%\iffalse ^^A no longer true (1.40?) +% If expanded instances of the fonts are available, they will be used +% regardless whether \opt{auto} is true or not. +%\fi % %\changes{v1.9}{2005/08/27}{add remark about Type\,1 fonts required for % automatic font expansion} -% Automatic font expansion requires fonts in Type\,1 format. Therefore, if you +% Automatic font expansion does not work with bitmap fonts. Therefore, if you % are using the Computer Modern Roman fonts in encoding\footnote{ % En passant, it may be noted that Type\,1 format and encoding are in % no other way related than that both start with a `T' and end with a `1'.}, % you should either install the \pkg{cm-super} fonts or use the Latin Modern % fonts (package \pkg{lmodern}). % +%\ifcmr\pagebreak\fi ^^A layout %\bigskip %\Describe{Option}{stretch}{:integer}[20] %\DescribeOption{shrink} @@ -851,10 +957,10 @@ %\subsection{Option for Tracking/Letterspacing}\label{sub:option-tracking} % %\Describe{Option}{letterspace}{:integer}[100] -% This option changes the default amount for tracking (see -% section~\ref{sub:tracking}) resp. letterspacing (see -% section~\ref{sec:lettersp}). The amount is specified in thousandth of 1em; -% admissible values are in the range of \textminus1000 to +1000. +% This option changes the default amount for tracking (see section~\ref{sub:tracking}) +% resp. letterspacing (see section~\ref{sec:lettersp}). The amount is specified +% in thousandths of 1em; admissible values are in the range of \textminus1000 +% to +1000. % % %\subsection{Miscellaneous Options}\label{sub:options-misc} @@ -877,11 +983,13 @@ % -- in the latter case, the \opt{DVIoutput} option is redundant. % % When generating files, font expansion has to be enabled explicitly. -% \emph{Automatic} font expansion will not work because dvips (resp. the -% viewer) is not able to generate the expanded fonts on the fly. +% Neither letterspacing nor \emph{automatic} font expansion will work because +% the postprocessing drivers (|dvips|, |dvipdfm|, etc.) resp. the viewer +% are not able to generate the fonts on the fly. % %\changes{v2.0}{2006/11/28}{add remark about `\opt{draft}' option disabling \microtype\ -% (noted by \contributor Michalis Miatidis )} +% (noted by \contributor Michalis Miatidis )} +% ^^A private mail, 26/11/2006 %\bigskip %\Describe{Option}{draft}{true,!false} %\DescribeOption{final} @@ -932,8 +1040,7 @@ %\fi % % -%\markright{} ^^A layout -%\subsection{Changing Options Later}\label{sec:options-cmd} +%\subsection{Changing Options Later}\label{sub:options-cmd} % %\Describe{Macro}{\microtypesetup}{key\,|=|\,value list} % Inside the preamble, this command accepts all package options described above @@ -1027,10 +1134,8 @@ % For instance, if you wanted to have the roman family in all sizes protruded, % but only the normal sized, possibly italic, typewriter font (in contrast to, % say, the small one), this is how you could declare the set: -%\pagebreak ^^A layout %\begin{verbatim}[deletekeywords={[1]{protrusion}}] -%\DeclareMicrotypeSet -% [ protrusion ] +%\DeclareMicrotypeSet[protrusion] % { myset } % { encoding = T1, % family = rm*, @@ -1041,7 +1146,7 @@ % the |font| key. Size selection commands are possible, too, however, ranges are % not allowed. % -%\begin{table}\small +%\begin{table}\microtypesetup{protrusion=false}\small %\caption{Predefined font sets}\label{tab:predefined-font-sets} %\begin{tabular}{@{}L{65pt}L{80pt}*3{L{41pt}}L{67pt}@{}} %\toprule @@ -1083,12 +1188,19 @@ % & sc % & -- \\ %\cmidrule(r){1-1} -% |footnotesize|\linebreak(|scriptsize|) +% |footnotesize| +% & Text encodings, +% & -- +% & -- +% & -- +% & |-\small|\\ +%\cmidrule(r){1-1} +% |scriptsize| % & Text encodings, % & -- % & -- % & -- -% & |-\small|\linebreak(|-\footnotesize|) \\ +% & |-\footnotesize| \\ %\cmidrule(r){1-1} % |normalfont| % & |\encoding*| @@ -1121,10 +1233,11 @@ % %\bigskip %\Describe{Macro}{\DeclareMicrotypeSetDefault}{?features,set name} -% If the package has been loaded without activating any font sets, the sets +% If a feature is enabled but no font set has been chosen explicitly, the sets % declared by this command will be activated. By default, the `|alltext|' font % set will be used for character protrusion and additional kerning, the -% `|basictext|' set for font expansion and interword spacing. +% `|basictext|' set for font expansion and interword spacing, and the +% `|smallcaps|' set for tracking. % %\bigskip\noindent % These commands may only be used in the preamble or in the main configuration @@ -1141,7 +1254,7 @@ % straight-forward methods of customising these finer aspects of % micro-typography. % -% All fine-tuning commands follow basically the same syntax: They all take +% All fine-tuning commands follow basically the same syntax: they all take % three arguments; the first one is optional and may contain additional % options; in the second argument, you specify the set of fonts to which the % settings should apply; the third argument contains the actual settings. @@ -1183,7 +1296,7 @@ %\paragraph{The protrusion settings} % consist of \meta{character}\,|=|\,\meta{protrusion factors} pairs. % -% The \meta{characters} may be specified either as a single character (`|A|'), +% The characters may be specified either as a single character (`|A|'), % as a text symbol command (`\cmd\textquoteleft'), or as a slot number: three % digits for decimal notation, prefixed with~|"| for hexadecimal, with~|'| for % octal (\eg, the `fl' ligature in encoding:~|029|, |"1D|, |'35|). @@ -1194,7 +1307,7 @@ % characters that should inherit protrusion or expansion factors (see % section~\ref{sub:inherit}). % -% The \meta{protrusion factors} designate the amount that a character should be +% The protrusion factors designate the amount that a character should be % protruded into the left margin (first value) respectively into the right % margin (second value). By default, the values are relative to the character % widths, so that a value of 1000 means that the character should be shifted @@ -1270,7 +1383,6 @@ % %\paragraph{The expansion settings} % consist of \meta{character}\,|=|\,\meta{expansion factor} pairs. -% % You may specify one number for each character, which determines the amount % that a character may be expanded. The numbers denominate thousandths of the % full expansion. @@ -1288,10 +1400,11 @@ % Analogous to \cs{SetProtrusion}, the optional argument may be used to % assign a name to the list, to load another list, to preset all % expansion factors, to set the input encoding, or to determine the -% context of the list. +% context of the list (contexts are only allowed if you are using at least +% \pdftex\ version 1.40.4). %\changes{v1.8}{2005/04/12}{add example of how to get rid of a widow % (suggested by \contributor Adam Kucharczyk )} -% ^^A private mail, 09/04/2004 +% ^^A private mail, 09/04/2005 % \item[\key{auto}, \key{stretch}, \key{shrink}, \key{step}] % These keys can be used to override the global settings from the package % options (see section~\ref{sub:options-expansion}). If you don't specify @@ -1300,42 +1413,34 @@ % % As a practical example, suppose you have a paragraph containing a widow % that could easily be avoided by shrinking the font a little bit more. -% You could take advantage of the |stretch| and |shrink| options to allow -% for more expansion in this particular paragraph. There is one problem -% that has to be worked around, however: \pdftex\ prohibits the use of -% the same font with different expansion parameters. If you do not want -% to create a clone of the font setup (this would require duplicating the -% \file{tfm}/\file{vf} files under a new name, and writing new \file{fd} -% files and \file{map} entries), you could exploit a dirty trick and load -% a minimally larger font for the paragraph in question. E.\,g., for a -% document typeset in 10pt: +% In conjunction with the |context| option (see section~\ref{sec:context} +% for further details), you could thus allow for more expansion in this +% particular paragraph: %\begin{verbatim}[gobble=2] % \SetExpansion -% [ stretch = 30, +% [ context = sloppy, +% stretch = 30, % shrink = 60, -% step = 5 ] -% { encoding = *, -% size = 10.001 } +% step = 5 ] +% { encoding = {OT1,T1,TS1} } % { } -% \newcommand{\expandpar}[1]{{%"^^A -% \footnote{Note that the \cmd\expandpar\ command can only be applied to ^^A -% complete paragraphs. If you are using Computer Modern Roman, you ^^A -% have to load the \pkg{fix-cm} package to be able to select fonts ^^A -% in arbitrary sizes. Finally, the reason I suggest to use a larger ^^A -% font, and not a smaller one, is to prevent a different design size ^^A -% being selected.}" -% \fontsize{10.001}{\baselineskip}\selectfont #1\par}} -% % ... -% \expandpar{This paragraph contains an `unnecessary' widow.} +% % ... END PREAMBLE +% {\microtypecontext{expansion=sloppy}% +% This paragraph contains an `unnecessary' widow.} %\end{verbatim} +% This method of employing contexts to temporarily apply different +% expansion parameters only works with \pdftex\ version 1.40.4 or later. +% For older versions, a dirty trick is laid out in +% section~\ref{ssec:font-setup} on page~\pageref{exp-hack}. Also note +% that \pdftex\ prohibits the use of fonts with different expansion +% limits or steps (even of different fonts) within one paragraph, hence +% the sloppy context has to be applied to complete paragraphs. % \item[\key{factor}] % This option provides a different method to alter expansion settings for -% certain fonts, working around another restriction of \pdftex: it does -% not allow different expansion limits or steps (even of different fonts) -% within one paragraph. The |factor| option influences the expansion -% factors of all characters (in contrast to the overall stretchability) -% of the font. For instance, if you want the italic shape to be expanded -% less, you could declare: +% certain fonts, working around the restriction just mentioned. The +% |factor| option influences the expansion factors of all characters (in +% contrast to the overall stretchability) of the font. For instance, if +% you want the italic shape to be expanded less, you could declare: %\begin{verbatim} %\SetExpansion % [ factor = 500 ] @@ -1363,60 +1468,111 @@ % or shrunk by the same amount, you would have to declare an empty list for % these fonts. % -%\ifcharter\else\pagebreak\fi ^^A layout +% %\subsection{Tracking}\label{sub:tracking} %\Describe{Macro}{\SetTracking}{?options,set of fonts,tracking amount} % An important typographic technique -- which was missing in \TeX\ for a long % time -- is tracking, \ie, the uniform addition or subtraction of letter space % to/from all the characters in a font. For example, it is good typographic -% practice to slightly space out pieces of text set in all capitals or small -% capitals (as in this document), and to increase letter spacing of smaller and -% decrease that of larger type.\footnote{ -% For full-featured fonts like Computer Modern, this is usually not +% practice to slightly space out text set in all capitals or small capitals (as +% in this document). Legibility may also be improved by minimally increasing +% the tracking of smaller and decreasing that of larger type.\footnote{ +% With full-featured fonts like Computer Modern, this is usually not % necessary, though, since they come in optical sizes, and the tracking of % the small-capitals font is already adjusted.} -% With \pdftex\ 1.40 and \microtype, this is now possible, and moreover, easy -% to achieve. For instance, to increase the letter spacing of all fonts smaller -% than \cmd\small, and also space out the small-caps font, you could specify -% something like the following: +% The \cs{SetTracking} command allows to specify the tracking amount for +% different fonts or font sets. It will also be evaluated by the \cs{textls} +% command, which may be used for letterspacing shorter pieces of text (see +% section~\ref{sec:lettersp}). +% +%\paragraph{The tracking amount} +% is specified in thousandths of 1em (or the given unit); negative values are +% allowed, too. +% +%\paragraph{Options:} +%\begin{options} +% \item[\key{name}, \key{unit}, \key{context}] +% These options serve the same functions as in the previous configuration +% commands. The unit may be any dimension, default is 1em. +% \item[\key{spacing}] +% When the inter-\emph{character} spacing gets altered, the inter-\emph{word} +% spacing probably also needs to be adjusted. This option expects three +% numbers for interword space, stretch and shrink respectively, which are +% given in thousandths of 1em (or of the current \texttt{unit}). If a +% value is followed by an asterisk, it denotes thousandths of the +% respective font dimension which will be added to it. For instance, with +%\begin{verbatim} +%\SetTracking[ spacing = {25*,166,} ]{ encoding = *, shape = sc }{ 25 } +%\end{verbatim} +% the interword space will be increased by 2.5\%, the stretch amount will +% be set to 0.166em, and the shrink amount will not be modified. If you +% don't specify the \texttt{spacing} option, the interword space will be +% scaled by the current letterspace amount (as in the above example), +% stretch and shrink will not be changed. +% \item[\key{outer spacing}] +% If an interword space precedes or follows letterspaced text, it will by +% default be equal to that within the text. With this option, which +% accepts the same values as \texttt{spacing}, it may be adjusted +% independently. +%\enlargethispage\baselineskip ^^A layout +% \item[\key{no ligatures}] +% As far as \pdftex\ is concerned, ligatures in letterspaced fonts would +% be constructed as usual, which may be advisable when changing the +% tracking by only a small amount. For larger letterspacing amounts, on +% the other hand, the normal letter space within ligatures would have +% displeasing \textls[150]{e\lslig{ff}ects}. +% This key expects a comma-separated list of characters for which +% ligatures should be disabled; the character that begins a ligature must +% be specified. +% If the key is given without a value, \emph{all} ligatures of the font +% will be disabled. This is not recommended, however, since it also +% entails that kerning will be switched off.\footnote{ +% The inseparable connexion of ligatures and kerns is a limitation of +% \TeX\ that will not be lifted before the advent of \luatex.} +% The default settings disable ligatures for the character `|f|' only, +% \ie, `ff', `fi', ffi', etc.\footnote{ +% With \pdftex\ versions older than 1.40.4, \emph{all} ligatures, and +% hence all kerning, will be disabled. It is recommended to use at least +% version 1.40.4.} +% In exceptional situations, you can manually break up a ligature by +% inserting `|{\kern0pt}|' resp. \pkg{babel}'s \verb="|= +% shortcut, or protect it by enclosing it in \cs{lslig} (see +% section~\ref{sec:lettersp}). +%\end{options} +% +%\medskip\noindent +% As an example, suppose you want to space out all small capitals by 50/1000em +% (0.025em on each side of each character), fonts smaller than \cmd\small\ by +% 0.02em, and to decrease the tracking of large type by 0.02em. You can achieve +% this with the following settings: +%^^A there's a \nobreakspace ahead! %\begin{verbatim} %\usepackage[tracking=true]{microtype} %\DeclareMicrotypeSet*[tracking]{my} % { encoding = *, -% size = -small, +% size = {-small,Large-}, % font = */*/*/sc/* } -%\SetTracking{ encoding = *, shape = sc }{ 50 } -%\SetTracking{ encoding = *, size = footnotesize }{ 70 } -%\SetTracking{ encoding = *, size = -footnotesize }{ 100 } +%\SetTracking[ noligatures = f ]{ encoding = *, shape = sc}{ 50 } +%\SetTracking{ encoding = *, size = -small }{ 20 } +%\SetTracking{ encoding = *, size = Large- }{ -20 } %\end{verbatim} -% In the above example, the small-caps font would be spaced out by 50/1000em -% (0.025em on each side of each character), fonts in \cmd\footnotesize\ would -% be spaced out by 0.07em, and even smaller type by 0.1em. The amount of letter -% spacing is given in thousandth of 1em. The interword space will be scaled -% accordingly. -% -% Letterspaced fonts for which you do not specify an amount will be spaced out -% by the default of 0.1em (adjustable with the package option \opt{letterspace}, -% see section~\ref{sub:options-misc}). Suppose your editor wants you to shorten -% your 1000 pages chef-d'\oe uvre by 20 pages, you could load \microtype\ with -% (fingers crossed): +% +%\medskip\noindent +% Letterspaced fonts for which settings don't exist will be spaced out by the +% default of 0.1em (adjustable with the package option \opt{letterspace}, see +% section~\ref{sub:options-misc}). Suppose your editor wants you to shorten +% your 1000 pages chef-d'\oe uvre by a handful of pages, you could load +% \microtype\ with (fingers crossed): %\begin{verbatim} %\usepackage[tracking=alltext,letterspace=-40]{microtype} %\end{verbatim} % -%\paragraph{Options:} -%\begin{options} -% \item[\key{name}, \key{unit}, \key{context}] -% These options serve the same function as in the previous configuration -% commands. The unit may be any dimension, default is 1em. -%\end{options} -% % %\subsection{Interword Spacing}\label{sub:interword-spacing} % %\Describe{Macro}{\SetExtraSpacing}{?options,set of fonts,spacing settings} % This command allows you to fine tune the interword spacing (also known as -% glue). A preliminary remark on what a `space' is may be in order: Between two +% glue). A preliminary remark on what a `space' is may be in order: between two % words, \TeX\ will insert a so called glue, which is characterised by three % parameters -- the normal distance between two words, the maximum amount of % space that may be added to it, and the maximum amount that may be subtracted. @@ -1441,15 +1597,14 @@ % %\paragraph{Options:} %\begin{options} -% \item[\key{name}, \key{load}, \key{factor}, \key{inputenc}, \key{context}] +% \item[\key{name}, \key{load}, \key{factor}, \key{preset}, \key{inputenc}, \key{context}] % These options serve the same function as in the previous configuration % commands. -% \item[\key{unit}] Like in \cs{SetProtrusion}, you can specify the unit by which -% the specified numbers are measured. Possible values are: |character|, a -% \meta{dimension} and, additionally, |space|. The latter will measure the -% values in thousandths of the respective space dimension set by the font. -% By default, the unit is measured by the space dimensions. For example, -% with these settings: +% \item[\key{unit}] You can specify the unit by which the specified numbers are +% measured. Possible values are: |character|, a \meta{dimension} and, +% additionally, |space|. The latter will measure the values in thousandths +% of the respective space dimension set by the font. By default, the unit +% is measured by the space dimensions. For example, with these settings: %\begin{verbatim} %\SetExtraSpacing % [ unit = space ] % default @@ -1463,9 +1618,6 @@ % and the maximum shrink amount of the interword space (\fontdim3 % and 4). As another example, setting all three value to |-1000| % would completely cancel a space after the respective character. -% \item[\key{preset}] Preset all characters to the specified three values, -% possibly scaled by a |factor|, and measured by a given |unit| (except -% |character|). %\end{options} % % @@ -1479,10 +1631,11 @@ % appears in the text, the specified kerning will be inserted, regardless of % which character precedes resp. follows it. % -% I should not neglect to mention a limitation of this additional kerning: if a -% word \emph{immediately follows} such a kern (\ie, not separated by a space), -% hyphenation will be inhibited, unless you insert the breakpoints with |\-| -% manually. This restriction of \pdftex\ will hopefully be lifted one day. +% I should not neglect to mention a limitation of this additional kerning: +% words \emph{immediately following} such a kern (not separated by a space) +% will not be hyphenated, unless you insert the breakpoints manually, \eg, for +% kerning after the apostrophe, `|l'apos\-trophe|'. This restriction of \pdftex\ +% will hopefully be lifted soon. % %\paragraph{The kerning settings} % are specified as pairs of \meta{character}\,|=|\,\meta{kerning values}, where @@ -1535,19 +1688,16 @@ % extend this file with custom settings (or load a different configuration file % with the `\opt{config}' option, see section~\ref{sub:options-misc}). % -% If you are embarking on creating new expansion and protrusion settings for a -% font family, you should put them into a separate file, whose name must be: -% `|mt-|\meta{font family}|.cfg|' (\eg, `\file{mt-pad.cfg}'), and may contain -% all commands described in the current section~\ref{sec:fine-tuning}. These -% files will be loaded automatically if you are actually using the respective -% fonts. If the font name consists of four characters, the package will also -% try to find the file for the base font family by removing the suffix denoting -% the sub-family, so that you may put settings for the fonts |padx| (expert -% set), |padj| (oldstyle numerals) and |pad| (plain) into one and the same -% file. +% If you are embarking on creating new settings for a font family, you should +% put them into a separate file, whose name must be: `|mt-|\meta{font +% family}|.cfg|' (\eg, `\file{mt-cmr.cfg}'), and may contain all commands +% described in the current section~\ref{sec:fine-tuning}. These files will be +% loaded automatically if you are actually using the respective fonts. +% This package ships with configuration files for a number of font families. +% Table~\ref{tab:fonts} lists them all. % -%\changes{v1.6a}{2005/02/02}{add table of fonts with tailored protrusion settings} %\begin{table}[t]\small +%\changes{v1.6a}{2005/02/02}{add table of fonts with tailored protrusion settings} %\caption{Fonts with tailored protrusion settings}\label{tab:fonts} %\begin{minipage}{\textwidth} %\def\arraystretch{1.2} @@ -1569,7 +1719,8 @@ % \pkg{eco} (|cmor|), \pkg{hfoldsty} (|hfor|)} % & , , , , , % & n, it, sl, sc \\ -% Bitstream Charter (|bch|)\footnote{Alias: \pkg{mathdesign}/Charter (|mdbch|)} +% Bitstream Charter (|bch|)\footnote{Aliases: \pkg{mathdesign}/Charter (|mdbch|), +% MicroPress's \pkg{chmath} (|chr|)} % & , , , , % & n, it, (sl)\footnote{Settings inherited from italic shape\label{fn:it-sl}}, sc \\ % Adobe Garamond (|pad|, |padx|, |padj|) @@ -1578,15 +1729,19 @@ % Garamond (|ugm|)\footnote{Alias: \pkg{mathdesign}/ Garamond (|mdugm|)} % & , , % & n, it\\ -% Adobe Minion (|pmnx|, |pmnj|) +% Bitstream Letter Gothic (|blg|)\footnote{Alias: \pkg{ulgothic} (|ulg|)} +% & , , +% & n, it \\ +% Adobe Minion (|pmnx|, |pmnj|)\footnote{By courtesy of Harald Harders (\mailto{h.harders@tu-bs.de})} % & , , , % & n, it, (sl)\fnref{fn:it-sl}, sc, si \\ % Palatino (|ppl|, |pplx|, |pplj|)\footnote{Aliases: \pkg{pxfonts} (|pxr|), -% \pkg{qfonts}/QuasiPalatino (|qpl|)} +% \pkg{qfonts}/QuasiPalatino, \TeX\ Gyre Pagella (|qpl|), +% Neu (|fp9x|, |fp9j|)} % & , , , , ()\fnref{fn:incmpl} % & n, it, (sl)\fnref{fn:it-sl}, sc \\ % Times (|ptm|, |ptmx|, |ptmj|)\footnote{Aliases: \pkg{txfonts} (|txr|), -% \pkg{qfonts}/QuasiTimes (|qtm|)} +% \pkg{qfonts}/QuasiTimes, \TeX\ Gyre Termes (|qtm|)} % & , , , , , ()\fnref{fn:incmpl} % & n, it, (sl)\fnref{fn:it-sl}, sc \\ % Computer Modern math (|cmsy|, |cmm|) @@ -1606,21 +1761,28 @@ %\end{minipage} %\end{table} % -% This package ships with configuration files for the font families Computer -% Modern Roman, Palatino, the inescapable Times, Garamond, Adobe Garamond -% and Minion\footnote{ -% By courtesy of Harald Harders (\mailto{h.harders@tu-bs.de}).}, -% for Bitstream Charter, the symbols and Euler fonts and Euro symbol -% fonts (Adobe, and \pkg{marvosym}). Table~\ref{tab:fonts} lists them -% all. +%\bigskip +%\Describe{Macro}{\DeclareMicrotypeVariants}{list of suffixes} +%\DescribeMacro{\DeclareMicrotypeVariants*} +% On its search for a configuration file, the package will also try to remove +% from the font name a suffix of one or more letters that denotes a `variant' +% of the base font (cf.~\cite{fontname}). This allows it to put settings for, +% \eg, the fonts |padx| (expert set), |padj| (oldstyle numerals) and |pad| +% (plain) into one and the same file \file{mt-pad.cfg}. +% This command expects a comma-separated list of variant suffixes. The starred +% version appends the suffix(es) to the existing list. The default declaration +% is: +%\begin{verbatim} +%\DeclareMicrotypeVariants{x,j,w,a,d,0,1} +%\end{verbatim} % %\bigskip %\Describe{Macro}{\DeclareMicrotypeAlias}{font name,alias font} -% You may use this command for fonts that are very similar, or actually the same -% (for instance if you did not stick to the Berry naming scheme when installing -% the font). An example would be the Latin Modern fonts which are clones of the -% Computer Modern fonts, so that it is not necessary to create new settings for -% them -- you could say: +% This command may be used for fonts that are very similar, or actually the +% same (for instance if you did not stick to the Berry naming scheme when +% installing a font). An example would be the Latin Modern fonts which are +% clones of Computer Modern, so that it is not necessary to create new settings +% for them -- you could say: %\begin{verbatim} %\DeclareMicrotypeAlias{lmr}{cmr} %\end{verbatim} @@ -1628,7 +1790,6 @@ % not find settings for it, also try the font |cmr|. In fact, you will find % this very line, along with some others, in the default configuration file. % -%\ifcharter\else\pagebreak\fi ^^A layout %\bigskip %\Describe{Macro}{\LoadMicrotypeFile}{font name} % In rare cases, it might be necessary to load a font configuration file @@ -1652,27 +1813,33 @@ % This command may be used anywhere in the document (also in the preamble) to % change the micro-typographic context. To each feature (\key{protrusion}, % \key{expansion}, \key{tracking}, \key{spacing} and \key{kerning}), one -% context may be assigned. Consequently, only settings which have been -% specified with the corresponding `|context|' keyword will be applied. +% context may be assigned. Consequently, only settings with the corresponding +% `|context|' keyword will be applied. +% +%\bigskip +%\Describe{Macro}{\textmicrotypecontext}{context assignments,general text} +% The alternative command \cs{textmicrotypecontext} sets the context(s) for the +% text given in the second argument. % %\changes{v1.9c}{2006/01/25}{add example of how to increase protrusion of footnote markers % (suggested by \contributor Georg Verweyen )} % ^^A private mail, 25/01/2006 +%\bigskip\noindent % Suppose you want the footnote markers in the text to be protruded by a larger % amount. You could define settings for the numbers: %\begin{verbatim} %\SetProtrusion -% [ context = footnotes ] +% [ context = footnote ] % { font = */*/*/*/scriptsize } % adapt if necessary % { 1 = { ,650}, 2 = { ,400}, 3 = { ,400}, 4 = { ,400}, 5 = { ,400}, % 6 = { ,400}, 7 = { ,500}, 8 = { ,400}, 9 = { ,400}, 0 = { ,400} } %\end{verbatim} -% and have \microtype's context changed by the footnote marker command. This -% command differs among the various classes, here are some examples: for the -% base \LaTeX\ classes, \eg, \pkg{article}: +% and have the context changed in the footnote marker command. This command +% differs among the various classes; for the base classes, \eg, \pkg{article}, +% it would be: %\begin{verbatim} %\newcommand*\new@makefnmark{\hbox{\@textsuperscript{\normalfont -% \microtypecontext{protrusion=footnotes}\@thefnmark}}} +% \microtypecontext{protrusion=footnote}\@thefnmark}}} %\renewcommand*\@footnotemark{% % \leavevmode \ifhmode\edef\@x@sf{\the\spacefactor}\nobreak\fi % \new@makefnmark \ifhmode\spacefactor\@x@sf\fi \relax} @@ -1681,11 +1848,11 @@ % auto-detection of multiple footnotes, which prevents protrusion: %\begin{verbatim} %\renewcommand*\@makefnmark{\hbox{\@textsuperscript{\normalfont -% \microtypecontext{protrusion=footnotes}\@thefnmark}}} +% \microtypecontext{protrusion=footnote}\@thefnmark}}} %\let\m@mmf@prepare\relax %\let\m@mmf@check\relax %\end{verbatim} -% For other classes, the command would have to be changed in a similar way. +% ^^A For other classes, the command would have to be changed in a similar way. % %\bigskip\noindent % Another possibility would be to employ contexts for a language-dependent @@ -1695,9 +1862,9 @@ %\end{verbatim} % to the preamble. This would have the effect that kerning settings for the % French context would be applied to the document. Should parts of the document -% be in English, you could insert +% be in English, you could write: %\begin{verbatim} -%\microtypecontext{kerning=} +%\textmicrotypecontext{kerning=}{English text!} %\end{verbatim} % to reset the context, so that the punctuation characters in these parts will % not receive any extra kerning. @@ -1727,7 +1894,7 @@ % will be reset. % % -%\section{\textls*[150]{Letterspacing}\, revisited}\label{sec:lettersp} +%\section{Letterspacing revisited}\label{sec:lettersp} % %\Describe{Macro}{\textls}{?amount,general text} %\DescribeMacro{\textls*} @@ -1741,43 +1908,61 @@ % should probably only letterspace small-capitals or all-capitals. Another % just cause may be emphasis in texts typeset in Fraktur fonts.} % For such ad-hoc letterspacing, \microtype\ introduces two commands that can -% be used in the same way as \LaTeX's text commands: \cs{textls} expects the -% text in the mandatory argument, while \cs{lsstyle} will switch on -% letterspacing for all subsequent fonts until the end of the current group. -% The starred version of \cs{textls} does not add any extra space before or -% after the text, which may be useful, \eg, for section titles. -% By default, each character will be spaced out by 100/1000em (0.05em on each -% side); this amount may be altered in the optional argument to \cs{textls}, -% using the \cs{SetTracking} command, or globally with the \opt{letterspace} -% package option (see section~\ref{sub:options-misc}). -% -%\ifcharter\else\pagebreak\fi ^^A layout +% be used in the same way as \LaTeX's text commands (independently of whether +% the |tracking| option is enabled): \cs{textls} expects the text in the +% mandatory argument, while \cs{lsstyle} will switch on letterspacing for all +% subsequent fonts until the end of the current group. The starred version of +% \cs{textls} does not add any extra space before or after the text, which may +% be useful, \eg, for section titles. By default, each character will be spaced +% out by 100/1000em (0.05em on each side); this amount may be altered in the +% optional argument to \cs{textls}, using the \cs{SetTracking} command, or +% globally with the \opt{letterspace} package option, with decreasing +% significance in this order. +% %\bigskip %\Describe{Macro}{\lslig}{ligature} -% One side-effect of letterspacing is that ligatures will be disabled. While -% this is usually typographically correct, it is not in the case of Fraktur -% fonts, where the ligatures `ch', `ck', `tz' and `sz' (\ss) should not be -% broken up. You can protect ligatures (including `|s:|', `|"a|', `|*a|' etc.) -% with the \cs{lslig} command: +% Since the commands \cs{textls} and \cs{lsstyle} will also evaluate the +% `\texttt{no ligatures}' key for the respective font, you do not need to worry +% about protecting or breaking ligatures with most fonts. However, in certain +% situations, there may be a conflict of ligatures beginning with the same +% letter, where some of them should be inhibited, while others should not. When +% typesetting text in Fraktur, for example, the ligatures `ch', `ck', `tz' and +% `sz'~(`\textfrak{sz}') should never be broken up; you also usually see the +% `st'~(`\textfrak{st}') ligature in letterspaced text. Furthermore, at least +% the \pkg{yfonts} package realises the short~s~(`\textfrak{s:}') as the +% ligature~`|s:|'. On the other hand, the `ct' ligature and the other `long~s' +% ligatures often found in Fraktur fonts should be suppressed. There are two +% ways to solve this problem: either don't disable the `|s|' and/or `|c|' +% ligatures and break those that need to be broken up by inserting +% `|{\kern0pt}|' or \pkg{babel}'s \verb="|= shortcut; or disable them and +% protect those ligatures that need to be protected by enclosing them in the +% \cs{lslig} command. So, the following two solutions have the same result +% (namely, `\textfrak{\lsstyle Aus:s{\kern0pt}ichts:los{\kern0pt}igkeit}'). +% +%\begin{verbatim}[morekeywords={[0]{\kern}}] +%\SetTracking[noligatures={f}]{encoding = LY, family = yfrak}{} +%\textfrak{\lsstyle Aus:s{\kern0pt}ichts:los{\kern0pt}igkeit} +%\end{verbatim} %\begin{verbatim} -%\textfrak{\lsstyle S\lslig{ch}mu\lslig{tz}fle\lslig{ck}} "\% \normalsize^^A -%\textfrak{\lsstyle S\lslig{ch}mu\lslig{tz}fle\lslig{ck}} " +%\SetTracking[noligatures={f,s,c}]{encoding = LY, family = yfrak}{} +%\textfrak{\lsstyle Au\lslig{s:}si\lslig{ch}t\lslig{s:}losigkeit} %\end{verbatim} % %\bigskip\noindent %\DescribePackage{letterspace} -% These three commands (plus the \opt{letterspace} option) are also available -% with the \pkg{letterspace} package, which is in fact a much stripped-down -% version of \microtype, omitting support for all the other extensions. If you -% find that you don't need \microtype's specialties and it is only slowing down -% the compilation, you should use the \pkg{letterspace} package instead (which -% won't work together with \microtype; it does not contain anything that -% \microtype\ doesn't). +% These three commands (plus the \opt{letterspace} option, described in +% section~\ref{sub:option-tracking}) are also available with the +% \pkg{letterspace} package, which is in fact a much stripped-down version of +% \microtype, omitting support for all the other extensions (also omitting the +% possibilities of the \cs{SetTracking} command -- all `|f|' ligatures will be +% disabled). If you prefer to forgo \microtype's specialties, you may load the +% \pkg{letterspace} package instead. Both packages should not be used at the +% same time. % % %\section{Disabling Ligatures}\label{sec:disable-ligatures} % -%\Describe{Macro}{\DisableLigatures}{set of fonts} +%\Describe{Macro}{\DisableLigatures}{?characters,set of fonts} % While completely disabling all ligatures of a font (which will also switch % off kerning for this font), purposely \textit{lowers} the micro-typographic % quality instead of raising it, it is especially useful for typewriter fonts, @@ -1788,7 +1973,15 @@ %\begin{verbatim} %\DisableLigatures{encoding = T1, family = tt* } %\end{verbatim} -% This command may only be used in the preamble. +% It is also possible to disable selected ligatures only. The optional argument +% may contain a comma-separated list of characters for which the ligature +% mechanism should be inhibited: +%\begin{verbatim} +%\DisableLigatures[?,!]{encoding = T1} % $\ifx\tagcode\undefined\else ^^A +% \normalfont\color{thegrey}inhibit ?` !`, but not fi -- >> etc.\fi$ +%\end{verbatim} +% The character that begins the ligature(s) is what matters. This command may +% only be used in the preamble, and only once. % % %\section{Hints and Caveats}\label{sec:caveats} @@ -1815,16 +2008,16 @@ % %\changes{v2.0}{2006/12/13}{qualify hint about web documents with regard to older \pdftex\ versions} %\paragraph{Don't use font expansion for web documents (with older \pdftex\ versions).} -% With \pdftex\ older than 1.40, each expanded instance of the font will be -% embedded in the file, hence the file size may increase by quite a large -% factor (depending on expansion limits and step). Therefore, courtesy and -% thriftiness of bandwidth command it not to enable font expansion when +% With \pdftex\ versions older than 1.40, each expanded instance of the font +% will be embedded in the file, hence the file size may increase by quite +% a large factor (depending on expansion limits and step). Therefore, courtesy +% and thriftiness of bandwidth command it not to enable font expansion when % creating files to be distributed electronically. With \pdftex\ 1.40, which % uses a different technique of expansion, the file size increase can be % neglected. % %\changes{v1.9e}{2006/07/10}{add hint about unknown encodings} -%\paragraph{Settings for Cyrillic/Greek/Thai etc. encodings are currently not included.} +%\paragraph{Settings for Cyrillic/Greek/Thai etc. encodings are not yet included.} % The default sets of fonts for which the micro-typographic features will be % enabled (see table~\ref{tab:predefined-font-sets}) only contain those % encodings for which configurations exist. Therefore, if you are using any @@ -1844,10 +2037,23 @@ % you are, for example, writing an English text, your readers would probably be % rather confused by additional spaces before the punctuation characters. % +%\changes{v2.2}{2007/07/06}{add hint about extra leader dot +% (first discovered by \contributor Morten H\o gholm )} +% ^^A private mail, 2006/08/26 +%\paragraph{You might want to disable protrusion in the Table of Contents.} +% In unfortunate situations, enabled protrusion might internally alter the line +% length in the and similar lists in such a way that an excess leader dot +% will fit in. The solution is to temporarily disable protrusion for the : +%\begin{verbatim} +%\microtypesetup{protrusion=false} +%\tableofcontents +%\microtypesetup{protrusion=true} +%\end{verbatim} +% %\changes{v1.9}{2005/07/10}{add hint about \texttt{verbatim} environment} %\paragraph{You might want to disable protrusion in \texttt{verbatim} environments.} -% As you know by now, \microtype\ will by default apply character protrusion to -% all fonts contained in the font set `|alltext|'. This also includes the +% As you know by now, \microtype\ will by default activate character protrusion +% for all fonts contained in the font set `|alltext|'. This also includes the % typewriter font. Although it does make sense to protrude the typewriter font % if it appears in running text (like, for example, in this manual), this is % probably not desirable inside the |verbatim| environment. However, @@ -1869,22 +2075,25 @@ % %\changes{v1.7}{2005/03/23}{add hint about compatibility} %\paragraph{Compatibility.} -% The package should work happily together with all other \LaTeX\ packages -% (except \pkg{pdfcprot}). However, life isn't perfect, so problems are to be -% expected. Currently, I am only aware of the following issue: +% The package is supposed to work happily together with all other \LaTeX\ +% packages (except \pkg{pdfcprot}). However, life isn't perfect, so problems +% are to be expected. Currently, I am only aware of the following issue: +%\begin{itemize} +% \item If you want to use 8-bit characters in the configuration, you have to +% load the \pkg{inputenc} package first. Unicode input is also supported +% (when loading \pkg{inputenc} with the |utf8| option, however, +% \emph{not} with the |utf8x| option resp. the \pkg{ucs} package). If +% your document includes multiple input encodings, 8-bit characters in +% the settings will not work reliably unless you specify the |inputenc| +% key. +%\end{itemize} % -% If you want to use 8-bit characters in the configuration, you have to load -% the \pkg{inputenc} package first. Unicode input is also supported (when -% loading \pkg{inputenc} with the |utf8| option, however, \emph{not} with the -% |utf8x| option resp. the \pkg{ucs} package). If you are using multiple input -% encodings in your document, 8-bit characters in the settings will not work -% reliably -- you should then specify the |inputenc| key. % %\changes{v1.8}{2005/06/23}{add hint about error messages} %\paragraph{Possible error messages and how to get rid of them:} %\begin{itemize} -%\lstset{belowskip=-\smallskipamount,frame=none,xleftmargin=0pt,backgroundcolor=, -% basicstyle=\MacroFont\footnotesize} +%\lstset{deletekeywords={[1]{expansion,auto}},belowskip=-\smallskipamount,frame=none, +% xleftmargin=0pt,backgroundcolor=,basicstyle=\MacroFont\footnotesize} %\changes{v1.9a}{2005/11/15}{add explanation for error message in mode} % \item %\begin{verbatim} @@ -1896,7 +2105,20 @@ % possible in mode, it requires that all instances of the expanded fonts % exist on your \TeX\ system. % -%\changes{v2.0}{2006/12/13}{qualify hints about expansion error messages with regard to older \pdftex\ versions} +%\changes{v2.2}{2007/06/13}{add hint about error message with \pdftex\ 1.40} +% \item +%\begin{verbatim} +%! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts. +%\end{verbatim} +% Automatic font expansion has been improved in \pdftex\ 1.40, in that it now +% not only works with Type\,1 fonts but also with TrueType, OpenType and even +% non-embedded fonts. The above error message indicates either that you are +% trying to apply expansion to a bitmap~(|pk|) font, which is still not +% possible, or that the font isn't found at all, \eg, because of missing map +% entries. +% +%\changes{v2.0}{2006/12/13}{qualify hints about expansion error messages with +% regard to older \pdftex\ versions} % \item %\begin{verbatim} %Warning: pdflatex: font ptmr8r cannot be expanded (not an included Type1 font) @@ -1917,11 +2139,11 @@ %\begin{verbatim} %Warning: pdflatex (file ecrm1000+20): Font ecrm1000+20 at 1200 not found %\end{verbatim} -% Furthermore, \pdftex\ older than 1.40 requires Type\,1 fonts for automatic -% font expansion. When you receive a message like the above, you are probably -% trying to apply font expansion to a bitmap or TrueType font. With older -% \pdftex\ versions, this is only possible if you manually create expanded -% instances of the fonts. +% Furthermore, \pdftex\ versions older than 1.40 require Type\,1 fonts for +% automatic font expansion. When you receive a message like the above, you are +% probably trying to apply font expansion to a bitmap or TrueType font. With +% older \pdftex\ versions, this is only possible if you manually create +% expanded instances of the fonts. % %\changes{v2.0}{2006/11/05}{add hint about how to increase \texttt{font\textunderscore max} % and \texttt{font\textunderscore mem\textunderscore size}} @@ -1942,10 +2164,11 @@ % Memory parameter `|pdf_mem_size|' too small (\pdftex\ versions older than 1.30). % % When applying micro-typographic enhancement to a large document with a lot of -% fonts, \pdftex\ may be running out of some kind of memory. It may be +% fonts, \pdftex\ may be running out of some kind of memory. It can be % increased by setting the respective parameter to a larger value. For % web2c-based systems, change the settings in \file{texmf.cnf}, for MiK\TeX, in -% the file \file{miktex.ini} (2.4) resp. \file{pdflatex.ini} (2.5). +% the file \file{miktex.ini} (2.4 or older) resp. \file{pdflatex.ini} (2.5 or +% newer). % %\changes{v2.0}{2007/01/05}{add hint about warning when tracking \emph{and} % expansion is applied to a font} @@ -1953,8 +2176,8 @@ %\begin{verbatim}[deletekeywords={[1]{expansion}}] %pdfTeX warning (font expansion): font should be expanded before its first use %\end{verbatim} -% This warning will occur if tracking \emph{and} expansion is applied to a font. -% It is harmless and can be ignored. +% This warning will occur with \pdftex\ versions older than 1.40.4, if tracking +% \emph{and} expansion is applied to a font. It is harmless and can be ignored. %\end{itemize} % % @@ -1968,7 +2191,7 @@ % If you have created a configuration file for another font, or if you have any % suggestions for enhancements in the default configuration files, I~would % gratefully accept them: \mailtoRS. -%\iffalse\footnote{^^A ... OK, so nobody has any... +%\iffalse\footnote{^^A ... OK, so nobody has any ... % Should you have lots of \pkg{pdfcprot} configuration files lying around, % I can also provide you with a \TeX\ conversion script. Just ask me.} %\fi @@ -2023,50 +2246,62 @@ % \contributor Ralf Stubner , % \contributor Holger Uhr , % \contributor Peter Dyballa , +% \contributor Morten H\o gholm , % \contributor Steven Bath , % \contributor Daniel Flipo , -% \contributor Michalis Miatidis +% \contributor Michalis Miatidis , +% \contributor Sven Naumann , +% \contributor Ross Hetherington , +% \contributor Geoff Vallis % and -% \contributor Sven Naumann . +% \contributor Steven~E. Harris . % % %\begin{thebibliography}{} % \bibitem[Th\`anh 2000]{ThanhThesis} -% \thanh, \emph{Micro-typographic extensions to the \TeX\ typesetting system}, +% \thanh, `Micro-typographic extensions to the \TeX\ typesetting system', % \newblock Diss. Masaryk University Brno 2000, % \newblock in: \textit{TUGBoat}, vol.~21(2000), no.~4, pp.~317--434. % \newblock (Online at \url{http://www.tug.org/TUGboat/Articles/tb21-4/tb69thanh.pdf}) % %\iffalse ^^A obsolete % \bibitem[Th\`anh 2001]{ThanhTUG} -% \thanh, \emph{Margin Kerning and Font Expansion with \pdftex}, +% \thanh, `Margin Kerning and Font Expansion with \pdftex', % \newblock in: \textit{TUGBoat}, vol.~22(2001), no.~3 -- Proceedings of the % 2001 Annual Meeting, pp.~146--148. % \newblock (Online at \url{http://www.tug.org/TUGboat/Articles/tb22-3/tb72thanh.pdf}) %\fi % %\bibitem[Th\`anh 2004]{ThanhPracTeX} -% \thanh, \emph{Micro-typographic extensions of \pdftex\ in practice}, +% \thanh, `Micro-typographic extensions of \pdftex\ in practice', % \newblock in: \textit{TUGBoat}, vol.~25(2004), no.~1 -- Proceedings of the % Practical \TeX\ 2004 Conference, pp.~35--38. % \newblock (Online at \url{http://www.tug.org/TUGboat/Articles/tb25-1/thanh.pdf}) % %\iffalse % \bibitem[Th\`anh 2005]{ThanhEuroTeX} -% \thanh, \emph{Experiences with micro-typographic extensions of \pdftex\ in practice}, -% \newblock in: Proceedings of Euro\TeX\ 2005, 15\textsuperscript{th}~Annual -% Meeting of the European \TeX\ Users, March~7 -- March~11, 2005, -% Abbaye des Pr\'emontr\'es, Pont-\`a-Mousson, pp.~81--88. -% \newblock (Online at \url{http://www.dante.de/dante/events/eurotex/papers/TUT07.pdf}) -% ^^A \url{https://www.tug.org/members/TUGboat/tb27-0/thanh.pdf} ^^A is this the same? +% \thanh, `Experiences with micro-typographic extensions of \pdftex\ in practice', +% \newblock in: Euro\TeX\ 2005 Proceedings +% ^^A 15th~Annual Meeting of the European \TeX\ Users, +% ^^A March~7 -- March~11, 2005, Abbaye des Pr\'emontr\'es, Pont-\`a-Mousson, +% [=~\textit{TUGBoat}, vol.~27(2006), no.~0], +% pp.~159--164. +% \newblock (Online at \url{http://www.tug.org/TUGboat/Articles/tb27-0/thanh.pdf}) +% ^^A = \url{http://www.dante.de/dante/events/eurotex/papers/TUT07.pdf} %\fi % % \bibitem[\pdftex\ manual]{pdftexman} % \thanh, Sebastian Rahtz, Hans Hagen, Hartmut Henkel, Pawe\l\ Jackowski, Martin Schr\"oder, % \emph{The \pdftex\ user manual}, -% \newblock 1 January 2007. +% \newblock 25 January 2007. % \newblock (Available from at \ctanurl{systems/pdftex/}; % latest version at \url{http://sarovar.org/projects/pdftex/}) +% ^^A or even \url{http://foundry.supelec.fr/scm/?group_id=23} +% +% \bibitem[Fontname]{fontname} +% Karl Berry, \emph{Fontname. Filenames for \TeX\ fonts}, +% \newblock September 2005. +% \newblock (Available from at \ctanurl{info/fontname/fontname.pdf}) % % \bibitem[\LaTeXe\ font selection]{fntguide} % \LaTeX3 Project Team, \emph{\LaTeXe\ font selection}, @@ -2085,24 +2320,21 @@ %\end{thebibliography} % %\section{Short History}\label{sec:short-history} -%\changes{v1.5}{2004/12/11}{add short history (section~\ref{sec:short-history})} +%\changes{v1.5}{2004/12/11}{add `Short History'} % % The comprehensive list of changes can be % \expandafter\ifx\csname r@sec:changes\endcsname\relax % obtained by running `\texttt{makeindex \mbox{-s gglo.ist} -% \mbox{-o microtype.gls} microtype.glo}'\else +% \mbox{-o microtype.gls} microtype.glo}'\else % found in appendix~\ref{sec:changes}\fi. % The following is a list of all changes relevant in the user land; bug and % compatibility fixes are swept under the rug. % %\newenvironment{History} -% {\list{} -% {\leftmargin 15pt -% \itemindent-15pt -% \labelwidth 22pt -% \labelsep 0pt +% {\list\labelitemi +% {\leftmargin 0pt % \parsep 0pt -% \def\makelabel##1{##1\hss}}} +% \def\makelabel##1{\hss\llap{##1}}}} % {\endlist} %\newcommand\Version[2]{ % \VersionDate{#1}{#2} @@ -2115,7 +2347,26 @@ % \global\expandafter\def\csname MTversiondate#1\endcsname{#2}} % %\begin{History} -%\Version{2.1}{\filedate} +%\Version{2.2}{\filedate} +% \item Improvements to tracking/letterspacing: retain kerning (with \pdftex\ 1.40.4); +% automatically adjust protrusion settings +% \item New key `\texttt{no ligatures}' for \cs{SetTracking} to disable +% selected or all ligatures (with \pdftex\ 1.40.4) (see section~\ref{sub:tracking}) +% \item New keys `\texttt{spacing}' and `\texttt{outer spacing}' for +% \cs{SetTracking} to customise interword spacing (see section~\ref{sub:tracking}) +% \item Possibility to expand a font with different parameters (with \pdftex\ 1.40.4) +% ^^A ; new option `\opt{copyfonts}' +% (see section~\ref{sub:expansion}) +% \item New optional argument for \cs{DisableLigatures} to disable selected ligatures only +% (see section~\ref{sec:disable-ligatures}) +% \item New command \cs{DeclareMicrotypeVariants} to specify variant suffixes +% (see section~\ref{sub:config-file}) +% \item New command \cs{textmicrotypecontext} as a wrapper for \cs{microtypecontext} +% (see section~\ref{sec:context}) +% \item Protrusion settings for Bitstream Letter Gothic +% \item Basic support for \luatex\ (if generated with the |lua| option) +% +%\Version{2.1}{2007/01/21} % \item New command \cs{lslig} to protect ligatures in letterspaced text % (see section~\ref{sec:lettersp}) % @@ -2161,7 +2412,7 @@ % change font defaults before loading \microtype, or to put it the other % way round, \microtype\ may now be loaded at any time % \item Inside the preamble, \cs{microtypesetup} accepts all package options -% (see section~\ref{sec:options-cmd}) +% (see section~\ref{sub:options-cmd}) % \item Protrusion settings for encoded Charter % %\Version{1.9}{2005/10/28} @@ -2232,7 +2483,6 @@ % \item New option `\opt{selected}' to enable selected expansion % (see sections~\ref{sub:options-expansion} and \ref{sub:expansion}); % default is: |false| -%\ifcharter\pagebreak\fi ^^A layout % \item New default for expansion option `\opt{step}': 4 (min(\opt{stretch},\opt{shrink})/5) % (see section~\ref{sub:options-expansion}) % \item Protrusion settings for Bitstream Charter @@ -2248,7 +2498,7 @@ % (therefore, no risk of overlooking fonts anymore, and the package may % be loaded at any time) % \item \cs{microtypesetup} now sets the correct level of protrusion -% (see chapter~\ref{sec:options-cmd}) +% (see chapter~\ref{sub:options-cmd}) % \item New option: `\opt{final}' % %\VersionDate{1.3}{2004/10/27} @@ -2293,7 +2543,7 @@ % \let\LPPLparagraph\textit % \let\LPPLfile\file % \def\textsc##1{\acronym{\MakeUppercase{##1}}} -% \lstset{gobble=2,basicstyle=\MacroFont\tiny,aboveskip=\smallskipamount} +% \lstset{gobble=2,basicstyle=\MacroFont\tiny,commentstyle=,aboveskip=\smallskipamount} % \let\oldmakeatletter\makeatletter % \long\def\makeatletter##1\makeatother{\let\makeatletter\oldmakeatletter} % \MakePercentComment @@ -2338,53 +2588,60 @@ % \if@tempswa\@newiftrue\else\@newiffalse\fi %} % +% %\DoNotIndex{\!,\",\',\(,\),\*,\+,\,,\-,\.,\/,\:,\;,\<,\=,\>,\?,\[,\\,\],\`, % \#,\$,\&,\^,\_,\|,\~,\ , -% \advance,\aftergroup,\begingroup,\catcode,\char,\chardef,\csname,\def,\divide, -% \edef,\else,\endcsname,\endgroup,\endinput,\escapechar,\expandafter,\fi,\gdef, -% \global,\hbox,\if,\ifcase,\ifcat,\ifdim,\iffalse,\ifhbox,\ifnum,\iftrue,\ifx, -% \input,\inputlineno,\jobname,\kern,\let,\lowercase,\meaning,\multiply,\newcount, -% \newdimen,\newif,\newtoks,\noexpand,\number,\or,\relax,\setbox,\space,\string, -% \the,\uppercase,\wd,\xdef} -%^^A\DoNotIndex{\font,\fontdimen,\nullfont,\sfcode} ^^A TeX -%\DoNotIndex{\detokenize,\eTeXversion,\ifcsname,\ifdefined,\numexpr} -%^^A\DoNotIndex{\fontcharwd,\iffontchar} ^^A e-TeX -%^^A\DoNotIndex{\(ef,lp,rp,kn(bc,ac),(kn,sh,st)bs)code,\(left,right)marginkern,\pdf*} ^^A pdfTeX +% \advance,\afterassignment,\aftergroup,\begingroup,\catcode,\char,\chardef, +% \csname,\def,\divide,\edef,\egroup,\else,\endcsname,\endgroup,\endinput, +% \escapechar,\expandafter,\fi,\futurelet,\gdef,\global,\hbox,\hskip,\if, +% \ifcase,\ifcat,\ifdim,\iffalse,\ifhbox,\ifnum,\iftrue,\ifx,\input,\inputlineno, +% \jobname,\kern,\lastskip,\let,\lowercase,\meaning,\multiply,\newcount, +% \newdimen,\newif,\newskip,\newtoks,\noexpand,\number,\or,\relax,\setbox, +% \space,\string,\the,\unkern,\unskip,\uppercase,\wd,\xdef} +%^^A\DoNotIndex{\font,\fontdimen,\nullfont,\sfcode} ^^A tex +%\DoNotIndex{\detokenize,\dimexpr,\eTeXversion,\ifcsname,\ifdefined,\numexpr} +%^^A\DoNotIndex{\fontcharwd,\iffontchar} ^^A e-tex +%\DoNotIndex{\pdfannot,\pdfescapestring,\pdfmatch,\pdfoutput,\pdfstrcmp, +% \pdftexrevision,\pdftexversion} +%^^A\DoNotIndex{\(ef,lp,rp,kn(bc,ac),(kn,sh,st)bs)code,\(left,right)marginkern, +%^^A \letterspacefont,\pdfadjustinterwordglue,\pdfadjustspacing,\pdfappendkern, +%^^A \pdffontexpand,\pdfnoligatures,\pdfprependkern,\pdfprotrudechars,\tagcode}^^A pdftex +%\DoNotIndex{\directlua,\luaescapestring} ^^A luatex %\DoNotIndex{\@backslashchar,\@cclv,\@cclvi,\@classoptionslist,\@currext,\@currname, % \@defaultunits,\@empty,\@expandtwoargs,\@firstofone,\@firstoftwo,\@gobble, -% \@gobbletwo,\@ifnextchar,\@ifpackagelater,\@ifpackageloaded,\@ifpackagewith, -% \@ifstar,\@ifundefined,\@m,\@makeother,\@nameuse,\@ne,\@nil,\@nnil,\@onelevel@sanitize, -% \@onlypreamble,\@ptionlist,\@removeelement,\@secondoftwo,\@spaces,\@tempa, -% \@tempb,\@tempc,\@tempcnta,\@tempcntb,\@tempdima,\@undefined,\@unprocessedoptions, -% \@unusedoptionlist,\g@addto@macro,\m@ne,\on@line,\p@,\set@display@protect, -% \strip@prefix,\strip@pt,\thr@@,\tw@,\z@,\zap@space, -% \active,\leavevmode,\makeatletter,\newcommand,\nonfrenchspacing,\normalsize, -% \renewcommand,\AtBeginDocument,\AtEndOfPackage,\CheckCommand,\CurrentOption, -% \DeclareRobustCommand,\IfFileExists,\InputIfFileExists,\MessageBreak, -% \PackageError,\PackageInfo,\PackageWarning,\RequirePackage} +% \@gobbletwo,\@ifl@aded,\@ifpackagelater,\@ifpackageloaded,\@ifstar,\@ifundefined, +% \@let@token,\@m,\@makeother,\@minus,\@nameuse,\@ne,\@nil,\@nnil,\@onelevel@sanitize, +% \@onlypreamble,\@percentchar,\@pkgextension,\@plus,\@ptionlist,\@removeelement, +% \@secondoftwo,\@spaces,\@sptoken,\@tempa,\@tempb,\@tempc,\@tempcnta,\@tempcntb, +% \@tempdima,\@undefined,\@unprocessedoptions,\@unusedoptionlist,\@xobeysp,\check@icr, +% \g@addto@macro,\hmode@bgroup,\m@ne,\maybe@ic,\maybe@ic@,\on@line,\p@,\set@display@protect, +% \strip@prefix,\strip@pt,\tw@,\z@,\zap@space,\active,\leavevmode,\makeatletter,\newcommand, +% \nobreak,\nonfrenchspacing,\normalsize,\renewcommand,\AtBeginDocument,\AtEndOfPackage, +% \CheckCommand,\CurrentOption,\DeclareRobustCommand,\IfFileExists,\InputIfFileExists, +% \MessageBreak,\PackageError,\PackageInfo,\PackageWarning,\RequirePackage} %^^A\DoNotIndex{\@@enc@update,\add@accent,\cf@encoding,\curr@fontshape, %^^A \define@newfont,\do@subst@correction,\f@encoding,\f@size,\font@name, -%^^A \normalfont,\pickup@font,\selectfont,\set@fontsize} ^^A LaTeX -%\DoNotIndex{\normalpdfoutput,\normalpdftexversion,\normalpdftexrevision} ^^A TeXLive +%^^A \normalfont,\pickup@font,\selectfont,\set@fontsize} ^^A latex +%\DoNotIndex{\normalpdfoutput,\normalpdftexversion,\normalpdftexrevision} ^^A texlive %\DoNotIndex{\foreign@language,\languagename,\select@language,\shorthandoff} ^^A babel -%\DoNotIndex{\percentsign} ^^A babel/spanish -%\DoNotIndex{\CJK@ifundefined,\CJK@plane} ^^A CJK -%\DoNotIndex{\@disablequotes} ^^A csquotes -%\DoNotIndex{\pdfstringdefDisableCommands,\pdfstringdefWarn}^^A hyperref -%\DoNotIndex{\@inpenc@undefined@,\IeC} ^^A inputenc -%\DoNotIndex{\UTFviii@defined} ^^A inputenc/utf8 -%\DoNotIndex{\define@key,\KV@@sp@def,\setkeys} ^^A keyval -%\DoNotIndex{\lst@ProcessLetter} ^^A listings -%\DoNotIndex{\l@dunhbox@line} ^^A ledmac,ledpar -%\DoNotIndex{\py@macron} ^^A pinyin -%\DoNotIndex{\soulregister} ^^A soul -%\DoNotIndex{\conditionally@traceoff} ^^A trace +%\DoNotIndex{\percentsign} ^^A babel/spanish,galician +%\DoNotIndex{\CJK@ifundefined,\CJK@plane} ^^A CJK +%\DoNotIndex{\@disablequotes} ^^A csquotes +%\DoNotIndex{\pdfstringdefDisableCommands,\pdfstringdefWarn} ^^A hyperref +%\DoNotIndex{\@inpenc@undefined@,\IeC,\inputencoding,\inputencodingname} ^^A inputenc +%\DoNotIndex{\UTFviii@defined} ^^A inputenc/utf8 +%\DoNotIndex{\define@key,\KV@@sp@def,\setkeys} ^^A keyval +%\DoNotIndex{\l@dunhbox@line} ^^A ledmac,ledpar +%\DoNotIndex{\lst@ProcessLetter} ^^A listings +%\DoNotIndex{\py@macron} ^^A pinyin +%\DoNotIndex{\soulregister} ^^A soul +%\DoNotIndex{\conditionally@traceoff} ^^A trace %\DoNotIndex{\color@begingroup,\color@endgroup,\everypar,\hbadness,\hsize,\maxdimen, -% \parfillskip,\pretolerance,\showboxdepth,\tolerance,\vbox,\z@skip} ^^A \showhyphens -%\DoNotIndex{\x,\y,\C,\H,\A,\R,\MT@dinfo,\MT@dinfo@nl,\tracingmicrotype,\tracingmicrotypeinpdf, -% \iftracingmicrotypeinpdfall,\tracingmicrotypeinpdfalltrue,\tracingmicrotypeinpdfallfalse, -% \MT@pdf@annot,\ifMT@inannot,\MT@inannottrue,\MT@inannotfalse,\MT@addto@annot,\MT@show@pdfannot, -% \DeclareMicroTypeSet,\DeclareMicroTypeAlias,\LoadMicroTypeFile,\MicroType@Hook,\UseMicroTypeSet} ^^A microtype +% \parfillskip,\pretolerance,\showboxdepth,\tolerance,\vbox,\z@skip} ^^A \showhyphens +%\DoNotIndex{\x,\y,\C,\H,\A,\R,\X,\MT@dinfo,\MT@dinfo@nl,\tracingmicrotype,\tracingmicrotypeinpdf, +% \iftracingmicrotypeinpdfall,\tracingmicrotypeinpdfalltrue,\tracingmicrotypeinpdfallfalse, +% \MT@pdf@annot,\ifMT@inannot,\MT@inannottrue,\MT@inannotfalse,\MT@addto@annot,\MT@show@pdfannot, +% \DeclareMicroTypeSet,\DeclareMicroTypeAlias,\LoadMicroTypeFile,\MicroType@Hook,\UseMicroTypeSet} ^^A microtype % % ^^A ------------------------------------------------------------------------- % @@ -2401,6 +2658,7 @@ % \begin{description} % \item[|debug|] Code for additional output in the log file.\\ % Used for -- surprise! -- debugging purposes. +% \item[|lua|] Code for \luatex\ (by default disabled) % \item[|letterspace|] The code for the \pkg{letterspace} package % (\file{letterspace.sty}). % \end{description} @@ -2410,6 +2668,7 @@ % \begin{description} % \item[|m-t|] The main configuration file (\file{microtype.cfg}). % \item[|bch|] Settings for Bitstream Charter (\file{mt-bch.cfg}). +% \item[|blg|] Settings for Bitstream Letter Gothic (\file{mt-blg.cfg}). % \item[|cmr|] Settings for Computer Modern Roman (\file{mt-cmr.cfg}). % \item[|pad|] Settings for Adobe Garamond (\file{mt-pad.cfg}). % \item[|ppl|] Settings for Palatino (\file{mt-ppl.cfg}). @@ -2453,28 +2712,31 @@ \newcommand*\DeclareMicrotypeSetDefault[2][]{} \newcommand*\SetProtrusion[3][]{} \newcommand*\SetExpansion[3][]{} -\newcommand*\SetExtraSpacing[3][]{} -\newcommand*\SetExtraKerning[3][]{} \newcommand*\SetTracking[3][]{} -\newcommand*\DisableLigatures[1]{} +\newcommand*\SetExtraKerning[3][]{} +\newcommand*\SetExtraSpacing[3][]{} +\newcommand*\DisableLigatures[2][]{} \newcommand*\DeclareCharacterInheritance[3][]{} +\newcommand*\DeclareMicrotypeVariants[1]{} \newcommand*\DeclareMicrotypeAlias[2]{} \newcommand*\LoadMicrotypeFile[1]{} \newcommand*\DeclareMicrotypeBabelHook[2]{} \newcommand*\microtypesetup[1]{} \newcommand*\microtypecontext[1]{} +\newcommand*\textmicrotypecontext[2]{#2} \@ifpackageloaded{letterspace}{\let\MT@textls\relax}{% % \newcommand*\lsstyle{} \newcommand\textls[2][]{} -\def\textls#1#{\@firstofone} +\def\textls#1#{} \newcommand*\lslig[1]{#1} %<*package> } % \end{macrocode} -% This command also has a starred version. +% These commands also have a starred version. % \begin{macrocode} \def\DeclareMicrotypeSet#1#{\@gobbletwo} +\def\DeclareMicrotypeVariants#1#{\@gobble} % \end{macrocode} % Set declarations are only allowed in the preamble (resp. the main % configuration file). The configuration commands, on the other hand, must be @@ -2485,12 +2747,12 @@ \@onlypreamble\UseMicrotypeSet \@onlypreamble\DeclareMicrotypeSetDefault \@onlypreamble\DisableLigatures +\@onlypreamble\DeclareMicrotypeVariants \@onlypreamble\DeclareMicrotypeBabelHook % \end{macrocode} %\begin{macro}{\MT@old@cmd} % The old command names had one more hunch. -%\changes{v1.8}{2005/04/28}{renamed commands from \cs{..MicroType..} to -% \cs{..Microtype..}} +%\changes{v1.8}{2005/04/28}{renamed commands from \cs{..MicroType..} to \cs{..Microtype..}} % \begin{macrocode} \def\MT@old@cmd#1#2{% \newcommand*#1{\MT@warning{% @@ -2504,11 +2766,14 @@ \MT@old@cmd\DeclareMicroTypeSet \DeclareMicrotypeSet \MT@old@cmd\UseMicroTypeSet \UseMicrotypeSet \MT@old@cmd\LoadMicroTypeFile \LoadMicrotypeFile +% % \end{macrocode} %\begin{macro}{\MT@MT} % This is us. % \begin{macrocode} -\def\MT@MT{microtype} +\def\MT@MT +% {microtype} +% {letterspace} % \end{macrocode} %\end{macro} %\begin{macro}{\MT@info} @@ -2522,19 +2787,12 @@ %\begin{macro}{\MT@error} % Communicate. % \begin{macrocode} -%<*!debug> -\def\MT@info{\PackageInfo\MT@MT} -\def\MT@info@nl#1{\MT@info{#1\@gobble}} -\let\MT@vinfo\@gobble \def\MT@warning{\PackageWarning\MT@MT} \def\MT@warning@nl#1{\MT@warning{#1\@gobble}} -% -% -%<*letterspace> -\def\MT@warning{\PackageWarning{letterspace}} -\def\MT@warning@nl#1{\MT@warning{#1\@gobble}} -% %<*package> +\def\MT@info{\PackageInfo\MT@MT} +\def\MT@info@nl#1{\MT@info{#1\@gobble}} +\let\MT@vinfo\@gobble \def\MT@warn@err#1{\MT@error{#1}{% This error message appears because you loaded the `\MT@MT'\MessageBreak package with the option `verbose=errors'. Consult the documentation\MessageBreak @@ -2555,17 +2813,18 @@ %\begin{macro}{\MT@dinfo} %\begin{macro}{\MT@dinfo@nl} % Cases for \cs{tracingmicrotype}: -%\begin{itemize} -% \item[|0|:] almost none -% \item[|1|:] + sets \& lists -% \item[|2|:] + heirs -% \item[|3|:] + slots -% \item[|4|:] + factors -%\end{itemize} +%\begin{enum} +% \item almost none +% \item + sets \& lists +% \item + heirs +% \item + slots +% \item + factors +%\end{enum} % \begin{macrocode} %<*debug> +\MT@warning@nl{This is the debug version} \newcount\tracingmicrotype -\tracingmicrotype=\tw@ +\tracingmicrotype=2 \def\MT@info#1{\PackageInfo\MT@MT{#1}\MT@addto@annot{#1}}% \def\MT@info@nl#1{\PackageInfo\MT@MT{#1\@gobble}\MT@addto@annot{#1}}% \let\MT@vinfo\MT@info@nl @@ -2583,16 +2842,16 @@ % small caret, an accompanying popup text box displaying all debug messages. % % Cases for \cs{tracingmicrotypeinpdf}: -%\begin{itemize} -% \item[|1|:] show new fonts -% \item[|2|:] + show known fonts -%\end{itemize} +%\begin{enum}[1] +% \item show new fonts +% \item + show known fonts +%\end{enum} % \begin{macrocode} \newcount\tracingmicrotypeinpdf % \end{macrocode} %\end{macro} %\ifpdf\ifx\tracingmicrotypeinpdf\undefined -% [If \file{microtype.sty} had been generated with the |debug| option, this +% [If \file{microtype.sty} had been generated with the `|debug|' option, this % method would be demonstrated here.] %\else % Let's see how it works~\dots @@ -2639,8 +2898,10 @@ \pdfannot height 4pt width 4pt depth 2pt {% /Subtype/Caret /T(\expandafter\string\font@name) - \ifcase#1\or /Subj(New font)/C[1 0 0] - \else /Subj(Known font)/C[0 1 0] + \ifcase#1\or + /Subj(New font)/C[1 0 0] + \else + /Subj(Known font)/C[0 1 0] \fi /Contents(\MT@pdf@annot) }% @@ -2664,27 +2925,33 @@ % test which \pdftex\ we're using, if any. \cs{MT@pdftex@no} will be used % throughout the package to respectively do the right thing. % -% Currently, we have to distinguish between six cases for \pdftex: -%\begin{itemize} -% \item[|0|:] not running \pdftex -% \item[|1|:] \pdftex\ (\textless\ 0.14f) -% \item[|2|:] + micro-typographic extensions (0.14f, 0.14g) -% \item[|3|:] + protrusion relative to 1em (\textgeq\ 0.14h) -% \item[|4|:] + automatic font expansion; -% default \cmd\efcode\,=\,1000 (\textgeq\ 1.20) +% Currently, we have to distinguish seven cases for \pdftex: +%\begin{enum} +% \item not running \pdftex +% \item \pdftex\ (\textless\ 0.14f) +% \item + micro-typographic extensions (0.14f, 0.14g) +% \item + protrusion relative to 1em (\textgeq~0.14h) +% \item + automatic font expansion; +% default \cmd\efcode\,=\,1000 (\textgeq~1.20) %\changes{v1.8}{2005/04/15}{case 5: \pdftex\ 1.30} -% \item[|5|:] + \cmd{\(left,right)marginkern}; -% \cmd\pdfnoligatures; -% \cmd\pdfstrcmp; -% \cmd\pdfescapestring\ (\textgeq\ 1.30) -%\changes{v2.0}{2005/08/20}{case 6: \pdftex\ 1.40 (beta:1)} -% \item[|6|:] + adjustment of interword spacing; -% extra kerning; -% \cmd\letterspacefont; -% \cmd\pdfmatch\footnote{This command was actually introduced -% in 1.30, but was still buggy then.} -% (\textgeq\ 1.40) -%\end{itemize} +% \item + \cmd{\(left,right)marginkern}; +% \cmd\pdfnoligatures; +% \cmd\pdfstrcmp; +% \cmd\pdfescapestring\ (\textgeq~1.30) +%\changes{v2.0}{2005/08/20}{(beta:1) case 6: \pdftex\ 1.40} +% \item + adjustment of interword spacing; +% extra kerning; +% \cmd\letterspacefont; +% \cmd\pdftracingfonts; +% \cmd\pdfmatch\footnote{This command was actually introduced +% in 1.30, but was still buggy then.}; +% always \etex\ +% (\textgeq~1.40) +%\changes{v2.2}{2007/02/23}{case 7: \pdftex\ 1.40.4} +% \item + \cmd\letterspacefont\ doesn't disable ligatures and kerns; +% \cmd\pdfcopyfont\ +% (\textgeq~1.40.4) +%\end{enum} %\changes{v1.1}{2004/09/13}{fix concerning version check % (reported by \contributor Harald Harders )} % \begin{macrocode} @@ -2708,26 +2975,34 @@ % \begin{macrocode} \ifx\pdftexversion\@undefined \else \ifx\pdftexversion\relax \else -% \MT@dinfo@nl{0}{running pdftex \the\pdftexversion(\pdftexrevision)} - \def\MT@pdftex@no{6} - \ifnum\pdftexversion < 140 - \def\MT@pdftex@no{5} +%\MT@dinfo@nl{0}{this is pdftex \the\pdftexversion(\pdftexrevision)} + \def\MT@pdftex@no{7} +%<*package> + \ifnum\pdftexversion = 140 + \ifnum\pdftexrevision < 4 + \def\MT@pdftex@no{6} + \fi + \else +% + \ifnum\pdftexversion < 140 + \def\MT@pdftex@no{5} %<*package> - \ifnum\pdftexversion < 130 - \def\MT@pdftex@no{4} - \ifnum\pdftexversion < 120 - \def\MT@pdftex@no{3} - \ifnum\pdftexversion = 14 - \ifnum \expandafter`\pdftexrevision < `h - \def\MT@pdftex@no{2} - \ifnum \expandafter`\pdftexrevision < `f + \ifnum\pdftexversion < 130 + \def\MT@pdftex@no{4} + \ifnum\pdftexversion < 120 + \def\MT@pdftex@no{3} + \ifnum\pdftexversion = 14 + \ifnum \expandafter`\pdftexrevision < `h + \def\MT@pdftex@no{2} + \ifnum \expandafter`\pdftexrevision < `f + \def\MT@pdftex@no{1} + \fi + \fi + \else + \ifnum\pdftexversion < 14 \def\MT@pdftex@no{1} \fi \fi - \else - \ifnum\pdftexversion < 14 - \def\MT@pdftex@no{1} - \fi \fi \fi \fi @@ -2735,32 +3010,37 @@ \fi \fi \fi -%\MT@dinfo@nl{0}{pdftex no.: \number\MT@pdftex@no} +%\MT@dinfo@nl{0}{pdftex no.: \MT@pdftex@no} % \end{macrocode} %\end{macro} +%\begin{macro}{\MT@clear@options} % If we are not using \pdftex\ or in case it is too old, we disable everything % and exit here. % \begin{macrocode} -%\ifnum\MT@pdftex@no<6 -%\ifnum\MT@pdftex@no<2 - \AtEndOfPackage{\let\@unprocessedoptions\relax} +\def\MT@clear@options{% + \AtEndOfPackage{\let\@unprocessedoptions\relax}% \let\CurrentOption\@empty - \MT@warning@nl{% +} +% \end{macrocode} +%\end{macro} +% \begin{macrocode} +\ifnum\MT@pdftex@no < +% 2 +% 6 + \MT@clear@options + \MT@warning@nl{You \ifcase\MT@pdftex@no - You don't seem to be using pdftex.\MessageBreak + don't seem to be using pdftex.\MessageBreak + `\MT@MT' only works with pdftex.\MessageBreak + Try running `pdflatex' instead of `latex'% \else -%<*package> - You are using a pdftex version older than 0.14f.\MessageBreak - `\MT@MT' won't work with such antiquated versions.\MessageBreak - Please install a newer version of pdftex.\MessageBreak -% -%<*letterspace> - You are using a pdftex version older than 1.40.\MessageBreak - Sorry, but robust letterspacing doesn't work with\MessageBreak - this version. Please upgrade% -% + are using a pdftex version older than +% 0.14f% +% 1.40% + .\MessageBreak + `\MT@MT' does not work with this version.\MessageBreak + Please install a newer version of pdftex% \fi -% All micro-typographic features will be disabled% } \endinput\fi %<*package> @@ -2981,40 +3261,82 @@ % %\subsubsection{Auxiliary Macros} % -%\begin{macro}{\MT@requires@etex} +%\begin{macro}{\MT@maybe@etex} +%\changes{v2.2}{2007/05/01}{use catcode trickery} +%\begin{macro}{\MT@maybe@etex@} % For definitions that depend on \etex\ features. % \begin{macrocode} -\expandafter\let\expandafter\MT@requires@etex +\def\MT@maybe@etex{% \ifcase 0% \ifx\eTeXversion\@undefined 1\else \ifx\eTeXversion\relax 1\else \ifcase\eTeXversion 1\fi \fi - \fi\space - \@firstoftwo + \fi + \catcode`Q=14 \catcode`X=9 \else - \@secondoftwo + \catcode`Q=9 \catcode`X=14 \fi -%\MT@dinfo@nl{0}{\MT@requires@etex{}{not }running etex} + \MT@maybe@etex@ +} +\def\MT@maybe@etex@#1{#1% + \catcode`Q=11 \catcode`X=11 +} +%\MT@maybe@etex{\MT@dinfo@nl{0}{this is +%Q not +% etex}} % \end{macrocode} %\end{macro} +%\end{macro} %\begin{macro}{\MT@requires@pdftex} % For definitions that depend on a particular \pdftex\ version. % \begin{macrocode} \def\MT@requires@pdftex#1{% - \ifnum\MT@pdftex@no<#1 - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi + \ifnum\MT@pdftex@no<#1 \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi +} +%\MT@requires@pdftex6{\pdftracingfonts=1}\relax +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@requires@luatex} +%\changes{v2.2}{2007/05/10}{(basic) support for \luatex} +% For definitions that depend on \luatex. +% \begin{macrocode} +%<*lua> +\def\MT@requires@luatex{% + \ifx\directlua\@undefined\expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi } +%\MT@dinfo@nl0{this is \MT@requires@luatex{}{not }luatex} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@lua} +% Is zero the correct number for the |lua| state? +% \begin{macrocode} +\def\MT@lua{\directlua\z@} +% +% % \end{macrocode} %\end{macro} +% Since \luatex\ is still heavily experimental, we don't support it by default. +% Also, at the time of this writing, \luatex\ ignores \cmd\letterspacefont. +% \begin{macrocode} +%<*!lua> +\ifx\directlua\@undefined\else +% \MT@error +% \MT@warning@nl + {`\MT@MT' +% only works with luatex if you generate\MessageBreak +% the package with the `lua' option% +% doesn't currently work with luatex.\MessageBreak Bye bye% + } +% {} +% \MT@clear@options\expandafter\endinput +\fi +% +% \end{macrocode} %\begin{macro}{\MT@glet} %\changes{v1.9f}{2006/08/09}{new macro} % The forgotten primitive. % \begin{macrocode} -% \def\MT@glet{\global\let} %<*package> % \end{macrocode} @@ -3044,9 +3366,7 @@ %\begin{macro}{\MT@let@nc} % \cmd\let\ a \cmd\csname\ sequence to a command. % \begin{macrocode} -% \def\MT@let@nc#1{\expandafter\let\csname #1\endcsname} -%<*package> % \end{macrocode} %\end{macro} %\begin{macro}{\MT@let@cn} @@ -3102,35 +3422,29 @@ % If we are running \etex, we will use its primitives \cs{ifdefined} and % \cs{ifcsname}, which decreases memory use substantially. % \begin{macrocode} -\MT@requires@etex{ - \def\MT@ifdefined@c@T#1{\ifdefined#1% - \expandafter\@firstofone\else\expandafter\@gobble\fi +\MT@maybe@etex{ + \def\MT@ifdefined@c@T#1{% +X \ifdefined#1\expandafter\@firstofone\else\expandafter\@gobble\fi +Q \ifx#1\@undefined\expandafter\@gobble\else\expandafter\@firstofone\fi } % - \def\MT@ifdefined@c@TF#1{\ifdefined#1% - \expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi +%\catcode`\X=9 + \def\MT@ifdefined@c@TF#1{% +X \ifdefined#1\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi +%Q \ifx#1\@undefined +%Q \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi } - \def\MT@ifdefined@n@T#1{\ifcsname#1\endcsname - \expandafter\@firstofone\else\expandafter\@gobble\fi + \def\MT@ifdefined@n@T#1{% +X \ifcsname#1\endcsname\expandafter\@firstofone\else\expandafter\@gobble\fi +%Q \begingroup\MT@exp@two@c\endgroup\ifx\csname #1\endcsname\relax +%Q \expandafter\@gobble\else\expandafter\@firstofone\fi } +%\catcode`\X=11 %<*package> - \def\MT@ifdefined@n@TF#1{\ifcsname#1\endcsname - \expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi - } -}{ - \def\MT@ifdefined@c@T#1{\ifx#1\@undefined - \expandafter\@gobble\else\expandafter\@firstofone\fi - } - \def\MT@ifdefined@c@TF#1{\ifx#1\@undefined - \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi - } - \def\MT@ifdefined@n@T#1{\begingroup\MT@exp@two@c\endgroup - \ifx\csname #1\endcsname\relax - \expandafter\@gobble\else\expandafter\@firstofone\fi - } - \def\MT@ifdefined@n@TF#1{\begingroup\MT@exp@two@c\endgroup - \ifx\csname #1\endcsname\relax - \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi + \def\MT@ifdefined@n@TF#1{% +X \ifcsname#1\endcsname\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi +Q \begingroup\MT@exp@two@c\endgroup\ifx\csname #1\endcsname\relax +Q \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi } } % \end{macrocode} @@ -3141,19 +3455,22 @@ %\begin{macro}{\MT@detokenize@n} %\changes{v1.9d}{2006/03/08}{new macro: use \cmd\detokenize\ if available} %\begin{macro}{\MT@detokenize@c} -%\changes{v1.9}{2005/08/17}{fix the non-\etex\ version} +%\changes{v1.9}{2005/08/17}{fix the \nonetex\ version} % Translate a macro into a token list. With \etex, we can use \cmd\detokenize\ % (and \cmd\expandafter\cmd\string\ to get rid of the trailing space). The -% non-\etex\ version requires some more fiddling (and the \cmd\string\ isn't +% \nonetex\ version requires some more fiddling (and the \cmd\string\ isn't % perfect, of course). % \begin{macrocode} -\MT@requires@etex{ - \def\MT@detokenize@n#1{\detokenize\expandafter{\string#1}} - \def\MT@detokenize@c#1{\detokenize - \expandafter\expandafter\expandafter{\expandafter\string#1}} -}{ - \def\MT@detokenize@n#1{\string#1} - \def\MT@detokenize@c#1{\MT@exp@two@c\zap@space\strip@prefix\meaning#1 \@empty} +\MT@maybe@etex{ + \def\MT@detokenize@n#1{% +X \detokenize\expandafter{% + \string#1% +X }% + } + \def\MT@detokenize@c#1{% +X \detokenize\expandafter\expandafter\expandafter{\expandafter\string#1}% +Q \MT@exp@two@c\zap@space\strip@prefix\meaning#1 \@empty + } } % \end{macrocode} %\end{macro} @@ -3176,23 +3493,40 @@ \fi } \endgroup +%<*package> % \end{macrocode} %\end{macro} %\begin{macro}{\MT@ifint} % Test whether argument is an integer, using an old trick by Mr. Arseneau, %\changes{v1.9a}{2005/11/03}{use \cmd\pdfmatch\ if available} -% or the latest and greatest from \pdftex\ (which also allows negative numbers, -% as required by the \opt{letterspace} option). +% or the latest and greatest from \pdftex\ +%\changes{v2.2}{2007/05/10}{employ \luatex\ features if available} +% or \luatex\ (which also allows negative numbers, as required by the +% \opt{letterspace} option). % \begin{macrocode} -%\MT@requires@pdftex6{ - \def\MT@ifint#1{% - \ifcase\pdfmatch{^-*[0-9]+ *$}{#1}\relax - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi - } +\MT@requires@pdftex6{ +%<*lua> + \MT@requires@luatex{ + \def\MT@ifint#1{% + \csname + \MT@lua{if string.find("\luaescapestring{#1}","^-*[0-9]+ *$") + then tex.write("@firstoftwo") + else tex.write("@secondoftwo") + end}% + \endcsname + } + }{ +% +% + \def\MT@ifint#1{% + \ifcase\pdfmatch{^-*[0-9]+ *$}{#1}\relax + \expandafter\@secondoftwo + \else + \expandafter\@firstoftwo + \fi + } %<*package> +% } }{ \def\MT@ifint#1{% \if!\ifnum9<1#1!\else?\fi @@ -3211,17 +3545,32 @@ % (suggested by \contributor Andreas B\"uhmann )} % ^^A private mail, 15/03/2005 %\changes{v1.9b}{2006/01/05}{use \cmd\pdfmatch\ if available} -% (|nd| and |nc| are new Didot resp. Cicero, added in \pdftex\ 1.30; |px| is a pixel, it seems.) +% (|nd| and |nc| are new Didot resp. Cicero, added in \pdftex\ 1.30; |px| is a pixel.) +%\changes{v2.2}{2007/05/10}{employ \luatex\ features if available} % \begin{macrocode} \MT@requires@pdftex6{ - \def\MT@ifdimen#1{% - \ifcase\pdfmatch{^([0-9]+([.,][0-9]+)?|[.,][0-9]+)% - (em|ex|cm|mm|in|pc|pt|dd|cc|bp|sp|nd|nc|px)? *$}{#1}\relax - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi - } +%<*lua> + \MT@requires@luatex{ + \def\MT@ifdimen#1{% + \csname % fix expression! + \MT@lua{if (string.find("\luaescapestring{#1}","^-*[0-9]+(\@percentchar a*) *$") or + string.find("\luaescapestring{#1}","^-*[0-9]*[.,][0-9]+(\@percentchar a*) *$")) + then tex.write("@firstoftwo") + else tex.write("@secondoftwo") + end}% + \endcsname + } + }{ +% + \def\MT@ifdimen#1{% + \ifcase\pdfmatch{^([0-9]+([.,][0-9]+)?|[.,][0-9]+)% + (em|ex|cm|mm|in|pc|pt|dd|cc|bp|sp|nd|nc|px)? *$}{#1}\relax + \expandafter\@secondoftwo + \else + \expandafter\@firstoftwo + \fi + } +% } }{ \def\MT@ifdimen#1{% \setbox\z@=\hbox{% @@ -3251,20 +3600,37 @@ %\begin{macro}{\MT@ifstreq} % Test whether two strings (fully expanded) are equal. %\changes{v1.9a}{2005/11/03}{use \cmd\pdfstrcmp\ if available} +%\changes{v2.2}{2007/03/07}{fix: \nonetex\ version shouldn't use \cmd\x\ and \cmd\y\ +% (found by \contributor Wiebke Petersen )} +% ^^A MID: +%\changes{v2.2}{2007/05/10}{employ \luatex\ features if available} % \begin{macrocode} \MT@requires@pdftex5{ - \def\MT@ifstreq#1#2{% - \ifcase\pdfstrcmp{#1}{#2}\relax - \expandafter\@firstoftwo - \else - \expandafter\@secondoftwo - \fi - } +%<*lua> + \MT@requires@luatex{ + \def\MT@ifstreq#1#2{% + \csname + \MT@lua{if "\luaescapestring{#1}" == "\luaescapestring{#2}" + then tex.write("@firstoftwo") + else tex.write("@secondoftwo") + end}% + \endcsname + } + }{ +% + \def\MT@ifstreq#1#2{% + \ifcase\pdfstrcmp{#1}{#2}\relax + \expandafter\@firstoftwo + \else + \expandafter\@secondoftwo + \fi + } +% } }{ \def\MT@ifstreq#1#2{% - \edef\x{#1}% - \edef\y{#2}% - \ifx\x\y + \edef\MT@res@a{#1}% + \edef\MT@res@b{#2}% + \ifx\MT@res@a\MT@res@b \expandafter\@firstoftwo \else \expandafter\@secondoftwo @@ -3490,21 +3856,19 @@ % The \etex\ way is slightly faster. % \begin{macrocode} \newcount\MT@count -\MT@requires@etex{ - \def\MT@increment#1{\edef#1{\number\numexpr #1 + 1\relax}} -}{ +\MT@maybe@etex{ \def\MT@increment#1{% - \MT@count=#1\relax - \advance\MT@count \@ne - \edef#1{\number\MT@count}% +X \edef#1{\number\numexpr #1 + 1\relax}% +Q \MT@count=#1\relax +Q \advance\MT@count \@ne +Q \edef#1{\number\MT@count}% } -} % \end{macrocode} %\end{macro} %\end{macro} %\begin{macro}{\MT@scale} %\changes{v1.7}{2005/02/12}{new macro: use \etex's \cs{numexpr} if available} -%\changes{v1.8}{2005/03/30}{fix: remove spaces in non-\etex\ variant +%\changes{v1.8}{2005/03/30}{fix: remove spaces in \nonetex\ variant % (reported by \contributor Mark Rossi )} % ^^A MID: % Multiply and divide a counter. If we are using \etex, we will use its @@ -3513,31 +3877,18 @@ % instead of truncated. Therefore, we'll get a different (more accurate) % result in about half of the cases. % \begin{macrocode} -\MT@requires@etex{ \def\MT@scale#1#2#3{% +Q \multiply #1 #2\relax \ifnum #3 = \z@ - #1=\numexpr #1 * #2\relax +X #1=\numexpr #1 * #2\relax \else - #1=\numexpr #1 * #2 / #3\relax - \fi - } -}{ - \def\MT@scale#1#2#3{% - \multiply #1 #2\relax - \ifnum #3 = \z@ \else - \divide #1 #3\relax +X #1=\numexpr #1 * #2 / #3\relax +Q \divide #1 #3\relax \fi } } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@make@string} -%\changes{v1.8}{2005/05/07}{use \cmd\@onelevel@sanitize} -% Set the category code of all characters to 12. -% \begin{macrocode} -\let\MT@make@string\@onelevel@sanitize -% \end{macrocode} -%\end{macro} %\changes{v1.7}{2005/03/07}{shorter command names} %\begin{macro}{\MT@abbr@pr} %\begin{macro}{\MT@abbr@ex} @@ -3648,9 +3999,22 @@ % \item \cmd\showhyphens %\end{itemize} % +% The \pkg{wordcount} package redefines the font-switching commands, which will +% break \microtype. Since \microtype\ doesn't have an effect on the number of +% words in the document anyway, we will simply disable ourselves. +%\changes{v2.2}{2007/02/11}{disable \microtype\ if \pkg{wordcount} is loaded +% (reported by \contributor Ross Hetherington )} +% ^^A MID: +% \begin{macrocode} +\@ifl@aded{tex}{wordcount}{% + \MT@warning@nl{Detected the `wordcount' utility.\MessageBreak + Disabling `\MT@MT', since it wouldn't work}% + \MT@clear@options\endinput}\relax +% \end{macrocode} %\begin{macro}{\MT@setup@} %\changes{v1.9a}{2005/11/21}{defer setup until the end of the preamble} -%\changes{v1.9e}{2006/07/06}{empty \cs{MT@setup@} after use (compatibility with the \pkg{combine} class)} +%\changes{v1.9e}{2006/07/06}{empty \cs{MT@setup@} after use +% (compatibility with the \pkg{combine} class)} % The setup is deferred until the end of the preamble. This has a couple of % advantages: \cs{microtypesetup} can be used to change options later on in the % preamble, and fonts don't have to be set up before \microtype. @@ -3670,29 +4034,24 @@ % \begin{macrocode} \AtBeginDocument{\MT@setup@ \MT@glet\MT@setup@\@empty} % \end{macrocode} -%\begin{macro}{\MT@with@package} -%\begin{macro}{\MT@with@babel@and} +%\begin{macro}{\MT@with@package@T} % We almost never do anything if a package is not loaded. % \begin{macrocode} -\def\MT@with@package#1{\@ifpackageloaded{#1}\@firstofone\@gobble} +\def\MT@with@package@T#1{\@ifpackageloaded{#1}\@firstofone\@gobble} %<*package> -\def\MT@with@babel@and#1{\@ifpackagewith{babel}{#1}\@firstofone\@gobble} % \end{macrocode} %\end{macro} -%\end{macro} -%\begin{macro}{\MT@pdfcprot@error} -%\changes{v1.4}{2004/11/04}{check for \pkg{pdfcprot}} -% Our competitor, the \pkg{pdfcprot} package, must not be tolerated! +%\begin{macro}{\MT@with@babel@and@T} +%\changes{v2.2}{2007/05/25}{also inspect class options} +% \LaTeX's \cmd\@ifpackagewith\ ignores the class options. % \begin{macrocode} -\def\MT@pdfcprot@error{% - \MT@error{Detected the `pdfcprot' package!\MessageBreak - `\MT@MT' and `pdfcprot' may not be used together}{% -The `pdfcprot' package provides an interface to character protrusion.\MessageBreak -So does the `\MT@MT' package. Using both packages at the same\MessageBreak -time will almost certainly lead to undesired results. Have your choice!}% - \let\MT@pdfcprot@error\relax +\def\MT@with@babel@and@T#1{% + \MT@ifdefined@n@T{opt@babel.\@pkgextension}{% + \@expandtwoargs\MT@in@clist{#1} + {\csname opt@babel.\@pkgextension\endcsname,\@classoptionslist}% + \ifMT@inlist@\expandafter\@gobble\fi + }\@gobble } -\MT@with@package{pdfcprot}\MT@pdfcprot@error % \end{macrocode} %\end{macro} % Don't load \pkg{letterspace}. @@ -3761,7 +4120,7 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\end{macro} %\begin{macro}{\MT@restore@p@h} -% Restore meaning of \cmd\# and \cmd\%. +% Restore meaning of \cmd\% and \cmd\#. % \begin{macrocode} \def\MT@restore@p@h{\chardef\%`\% \chardef\#`\# } % \end{macrocode} @@ -3797,18 +4156,20 @@ time will almost certainly lead to undesired results. Have your choice!}% % --- No longer needed, either. %\fi %\changes{v1.8}{2005/03/30}{restore percent character if Spanish \pkg{babel} is loaded} -% Spanish \pkg{babel} modifies \cmd\%, storing the original meaning in -% \cmd\percentsign. +%\changes{v2.2}{2007/02/02}{restore percent character if Galician \pkg{babel} is loaded} +% Spanish and Galician \pkg{babel} modify \cmd\%, storing the original meaning +% in \cmd\percentsign. % \begin{macrocode} - \MT@with@babel@and{spanish}{\MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% + \MT@with@babel@and@T{spanish} {\MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% + \MT@with@babel@and@T{galician}{\MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% % \end{macrocode} %\changes{v1.8}{2005/04/22}{restore \pkg{csquotes}'s active characters} % Using \cmd\@disablequotes, we can restore the original meaning of all % characters made active by \pkg{csquotes}. % (It would be doable for older versions, too, but we won't bother.) % \begin{macrocode} - \MT@with@package{csquotes}{% - \@ifpackagelater{csquotes}{2005/05/11}\@disablequotes\relax}% + \MT@with@package@T{csquotes} + {\@ifpackagelater{csquotes}{2005/05/11}\@disablequotes\relax}% % \end{macrocode} % \pkg{hyperref} redefines \cmd\% and \cmd\# inside a \cmd\url. We restore % the original meanings (which we can only hope are correct). @@ -3816,10 +4177,10 @@ time will almost certainly lead to undesired results. Have your choice!}% % Same for \pkg{tex4ht}. %\changes{v1.9d}{2006/02/27}{restore \cmd\% and \cmd\# when \pkg{tex4ht} is loaded % (reported by \contributor Peter Dyballa )} -% ^^A private mail, 26/2/2006 +% ^^A private mail, 26/02/2006 % \begin{macrocode} - \@ifpackageloaded{hyperref}\MT@restore@p@h{% - \MT@with@package{tex4ht}\MT@restore@p@h}% + \@ifpackageloaded{hyperref}\MT@restore@p@h + {\MT@with@package@T{tex4ht}\MT@restore@p@h}% } % \end{macrocode} %\end{macro} @@ -3828,17 +4189,31 @@ time will almost certainly lead to undesired results. Have your choice!}% % \MT@addto@setup{% %<*package> - \MT@with@package{pdfcprot}\MT@pdfcprot@error - \MT@with@package{ledmac}\MT@ledmac@setup +% \end{macrocode} +%\changes{v1.4}{2004/11/04}{check for \pkg{pdfcprot}} +% Our competitor, the \pkg{pdfcprot} package, must not be tolerated! +% \begin{macrocode} + \MT@with@package@T{pdfcprot}{% + \MT@error{Detected the `pdfcprot' package!\MessageBreak + `\MT@MT' and `pdfcprot' may not be used together}{% +The `pdfcprot' package provides an interface to character protrusion.\MessageBreak +So does the `\MT@MT' package. Using both packages at the same\MessageBreak +time will almost certainly lead to undesired results. Have your choice!}% + } + \MT@with@package@T{ledmac}\MT@ledmac@setup % \end{macrocode} % We can clean up \cs{MT@setupfont@hook} now. % \begin{macrocode} \let\MT@setupfont@hook\@empty - \MT@with@babel@and{spanish}{% + \MT@with@babel@and@T{spanish}{% + \g@addto@macro\MT@setupfont@hook{% + \MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% + } + \MT@with@babel@and@T{galician}{% \g@addto@macro\MT@setupfont@hook{% \MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% } - \MT@with@package{csquotes}{% + \MT@with@package@T{csquotes}{% \@ifpackagelater{csquotes}{2005/05/11}{% \g@addto@macro\MT@setupfont@hook\@disablequotes }{% @@ -3847,36 +4222,34 @@ time will almost certainly lead to undesired results. Have your choice!}% numbers, try upgrading the `csquotes' package}% }% } + \@ifpackageloaded % - \@ifpackageloaded{hyperref}{% +% \MT@with@package@T + {hyperref}{% % \g@addto@macro\MT@setupfont@hook\MT@restore@p@h % \end{macrocode} % We disable \microtype's additions inside \pkg{hyperref}'s \cmd\pdfstringdef, % which redefines lots of commands. %\changes{v1.9}{2005/09/10}{disable \microtype\ setup inside \pkg{hyperref}'s \cmd\pdfstringdef\ % (reported by \contributor\thanh{} )} -% ^^A private mail, 10/09/05 +% ^^A private mail, 10/09/2005 % \begin{macrocode} \pdfstringdefDisableCommands{% % \let\pickup@font\MT@orig@pickupfont \def\lsstyle{\pdfstringdefWarn\lsstyle}% \def\textls#1#{\pdfstringdefWarn\textls}% }% - }{% -%<*package> - \MT@with@package{tex4ht}{% - \g@addto@macro\MT@setupfont@hook\MT@restore@p@h - }% -% } %<*package> + {\MT@with@package@T{tex4ht} + {\g@addto@macro\MT@setupfont@hook\MT@restore@p@h}}% % \end{macrocode} %\changes{v1.9b}{2005/12/19}{compatibility with \pkg{listings}: sanitise more catcodes % (reported by \contributor Holger Uhr )} % ^^A MID: % The \pkg{listings} package makes numbers and letters active, % \begin{macrocode} - \MT@with@package{listings}{% + \MT@with@package@T{listings}{% \g@addto@macro\MT@normal@catcodes{% \MT@while@num{"30}{"3A}{\catcode\@tempcnta 12\relax}% \MT@while@num{"41}{"5B}{\catcode\@tempcnta 11\relax}% @@ -3902,14 +4275,14 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } % \end{macrocode} -%\changes{v2.0}{2005/12/21}{compatibility with \pkg{soul}: register \cs{textls} and \cs{lsstyle} (beta:3)} +%\changes{v2.0}{2005/12/21}{(beta:3) compatibility with \pkg{soul}: register \cs{textls} and \cs{lsstyle}} % Of course, using both \pkg{soul}'s and \microtype's letterspacing mechanisms % at the same time doesn't make much sense. But \pkg{soul} can do more, \eg, % underlining. The optional argument to \cs{textls} may not be used. % \begin{macrocode} % % - \MT@with@package{soul}{% + \MT@with@package@T{soul}{% \soulregister\lsstyle 0% \soulregister\textls 1% } @@ -3918,21 +4291,21 @@ time will almost certainly lead to undesired results. Have your choice!}% %\changes{v2.1}{2007/01/15}{compatibility with \pkg{pinyin}: disable \microtype\ in \cmd\py@macron\ % (reported by \contributor Sven Naumann )} % ^^A MID: <87d55hxxdd.fsf@linux.site> -% Compatibility with \pkg{pinyin} (\pkg{CJK}) package: Disable \microtype\ in +% Compatibility with \pkg{pinyin} (\pkg{CJK}) package: disable \microtype\ in % \cmd\py@macron, which loads a different font for the accent. % In older versions of \pkg{pinyin}, \cmd\py@macron\ had only one argument. % \begin{macrocode} - \MT@with@package{pinyin}{% - \let\MT@py@macron\py@macron + \MT@with@package@T{pinyin}{% + \let\MT@orig@py@macron\py@macron \@ifpackagelater{pinyin}{2006/10/17}{% 4.7.0 \def\py@macron#1#2{% \let\pickup@font\MT@orig@pickupfont - \MT@py@macron{#1}{#2}% + \MT@orig@py@macron{#1}{#2}% \let\pickup@font\MT@pickupfont}% }{% \def\py@macron#1{% \let\pickup@font\MT@orig@pickupfont - \MT@py@macron{#1}% + \MT@orig@py@macron{#1}% \let\pickup@font\MT@pickupfont}% }% } @@ -3946,7 +4319,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \expandafter\ifx\the\font\nullfont\normalfont\fi % \end{macrocode} % -%\subsection{Font Setup} +%\subsection{Font Setup}\label{ssec:font-setup} % %\begin{macro}{\MT@setupfont} % Setting up a font entails checking for each feature whether it should be @@ -3957,10 +4330,17 @@ time will almost certainly lead to undesired results. Have your choice!}% % We might have to disable stuff when used together with adventurous packages. % \begin{macrocode} \MT@setupfont@hook +} +% \end{macrocode} +% This will use a copy of the font (allowing for expansion parameter variation). +% \begin{macrocode} +\MT@requires@pdftex7 + {\g@addto@macro\MT@setupfont\MT@copy@font}\relax % \end{macrocode} % The font properties must be extracted from \cs{MT@font}, since the current % value of \cmd\f@encoding\ and friends may be wrong! % \begin{macrocode} +\g@addto@macro\MT@setupfont{% \MT@exp@two@c\MT@split@name\string\MT@font/\@nil % \end{macrocode} % Try to find a configuration file for the current font family. @@ -3975,36 +4355,46 @@ time will almost certainly lead to undesired results. Have your choice!}% % later, in \cs{MT@get@slot}), which isn't the case when \cmd\selectfont\ % chooses a new encoding (this would be done a second later in % \cmd\selectfont, anyway -- three lines, to be exact). -% (I think, I do not need this anymore -- however, I'm too afraid to remove it.) +% (I think, I do not need this anymore -- however, I'm too afraid to remove it. +% \dots\ Oops, I did it. Let's see whether anybody complains.) +%\changes{v2.2}{2007/04/15}{don't call \cmd\@@enc@update\ anymore} % \begin{macrocode} - \ifx\f@encoding\cf@encoding\else\@@enc@update\fi +% \ifx\f@encoding\cf@encoding\else\@@enc@update\fi +} % \end{macrocode} % Tracking has to come first, since it means actually loading a different font. +%\changes{v2.2}{2007/04/15}{only add features that are available with the respective \pdftex} % \begin{macrocode} - \MT@tracking +\MT@requires@pdftex6 + {\g@addto@macro\MT@setupfont\MT@tracking}\relax +\g@addto@macro\MT@setupfont{% \MT@check@font \ifMT@inlist@ %\MT@show@pdfannot2% \else \MT@vinfo{Setting up font `\MT@@font'\on@line}% % \end{macrocode} -% Now we can begin setting up the font for all features. The following commands -% are \cmd\let\ to \cmd\relax\ if the respective feature is generally -% disabled. +% Now we can begin setting up the font for all features that the current +% \pdftex\ provides. The following commands are \cmd\let\ to \cmd\relax\ if the +% respective feature is disabled via package options. % -% Protrusion has to be set up first, says Th\`anh! +% For versions older than 1.20, protrusion has to be set up first, since then, +% the order doesn't matter. % \begin{macrocode} - \MT@protrusion - \MT@expansion + \MT@protrusion + \MT@expansion +} % \end{macrocode} -% Interword spacing and kerning. +% Interword spacing and kerning (\pdftex\ 1.40). % \begin{macrocode} - \MT@spacing - \MT@kerning +\MT@requires@pdftex6 + {\g@addto@macro\MT@setupfont{\MT@spacing\MT@kerning}}\relax % \end{macrocode} -% Disable ligatures? +% Disable ligatures (\pdftex\ 1.30). % \begin{macrocode} - \MT@noligatures +\MT@requires@pdftex5 + {\g@addto@macro\MT@setupfont\MT@noligatures}\relax +\g@addto@macro\MT@setupfont{% % \end{macrocode} % Debugging. % \begin{macrocode} @@ -4018,26 +4408,123 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@split@name} -%\changes{v1.7}{2005/02/27}{don't define \cs{MT@encoding} \&c. \cmd\global ly} -%\changes{v2.0}{2006/12/19}{adjust to possible letterspacing} -%\begin{macro}{\MT@encoding} -%\begin{macro}{\MT@family} -%\begin{macro}{\MT@series} -%\begin{macro}{\MT@shape} -%\begin{macro}{\MT@size} -% Split up the font name (\meta{\#6} may be the tracking amount). +%\begin{macro}{\MT@copy@font} +%\changes{v2.2}{2007/07/03}{optionally work on copies of fonts} +%\begin{macro}{\MT@copy@font@} +% The new \cmd\pdfcopyfont\ command allows to expand a font with different +% parameters. It will be used when we find a context for \cs{SetExpansion} in +% the preamble, or when the package has been loaded with the \opt{copyfonts} +% option. % \begin{macrocode} -\def\MT@split@name#1/#2/#3/#4/#5/#6\@nil{% - \def\MT@encoding{#1}% - \def\MT@family {#2}% - \def\MT@series {#3}% - \def\MT@shape {#4}% - \def\MT@size {#5}% +\MT@requires@pdftex7{ +\let\MT@copy@font\relax +\def\MT@copy@font@{% % \end{macrocode} -%\begin{macro}{\MT@familyalias} -% Alias family? -%\changes{v1.2}{2004/09/29}{define alias font name as an alternative, not +%\begin{macro}{\MT@font@copy} +% For every new expansion context, we create a new copy. +% \begin{macrocode} + \xdef\MT@font@copy{\csname\MT@@font/\MT@ex@context\endcsname}% +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@font@orig} +% \pdftex\ doesn't allow to copy a font that has already been copied and +% expanded/letterspaced. Hence, we have to get the original. +% \begin{macrocode} + \expandafter\ifx\MT@font@copy\relax + \edef\MT@font@orig{\csname\expandafter\string\font@name @orig\endcsname}% + \expandafter\ifx\MT@font@orig\relax + \MT@exp@two@c\MT@glet\MT@font@orig\font@name + \else + \MT@exp@two@c\let\font@name\MT@font@orig + \fi + \global\MT@exp@two@c\pdfcopyfont\MT@font@copy\font@name +%\MT@dinfo1{creating new copy: \MT@font@copy}% +% \end{macrocode} +%\end{macro} +% Since it's a new font, we have to remove it from the context lists. +% \begin{macrocode} + \MT@map@clist@c\MT@active@features{% + \expandafter\ifx\csname MT@\@nameuse{MT@abbr@##1}\endcsname\relax\else + \def\@tempa{##1}% + \expandafter\MT@map@tlist@c + \csname MT@##1@doc@contexts\endcsname + \MT@rem@from@list + \fi + }% + \fi + \MT@exp@two@c\let\MT@font\MT@font@copy +% \end{macrocode} +% We only need the font identifier for letterspacing. +% \begin{macrocode} + \let\font@name\MT@font@copy +% \end{macrocode} +% But we have to properly substitute the font after we're done. +% \begin{macrocode} + \aftergroup\let\aftergroup\font@name\aftergroup\MT@font@copy +} +% \end{macrocode} +%\end{macro} +%\end{macro} +%\begin{macro}{\MT@rem@from@list} +% \begin{macrocode} +\def\MT@rem@from@list#1{% + \expandafter\ifx\csname MT@\@tempa @#1font@list\endcsname\relax\else + \expandafter\MT@exp@one@n\expandafter\MT@rem@from@clist\expandafter + \MT@font \csname MT@\@tempa @#1font@list\endcsname + \fi +} +}\relax +% \end{macrocode} +%\end{macro} +%\ifpdf\phantomsection\fi\label{exp-hack} +%\paragraph{Here's the promised dirty trick} +% for users of older \pdftex\ versions, which works around the problem that the +% use of the same font with different expansion parameters is prohibited. If +% you do not want to create a clone of the font setup (this would require +% duplicating the \file{tfm}/\file{vf} files under a new name, and writing new +% \file{fd} files and \file{map} entries), you can load a minimally larger font +% for the paragraph in question. E.\,g., for a document typeset in 10pt: +%\begin{verbatim}[gobble=2,morekeywords={[0]{\expandpar}}] +% \SetExpansion +% [ stretch = 30, +% shrink = 60, +% step = 5 ] +% { encoding = *, +% size = 10.001 } +% { } +% \newcommand{\expandpar}[1]{{% +% \fontsize{10.001}{\baselineskip}\selectfont #1\par}} +% % ... +% \expandpar{This paragraph contains an `unnecessary' widow.} +%\end{verbatim} +% Note that the \cmd\expandpar\ command can only be applied to complete +% paragraphs. If you are using Computer Modern Roman, you have to load the +% \pkg{fix-cm} package to be able to select fonts in arbitrary sizes. Finally, +% the reason I suggest to use a larger font, and not a smaller one, is to +% prevent a different design size being selected. +% +%\bigskip +%\begin{macro}{\MT@split@name} +%\changes{v1.7}{2005/02/27}{don't define \cs{MT@encoding} \&c. \cmd\global ly} +%\changes{v2.0}{2006/12/19}{adjust to possible letterspacing} +%\begin{macro}{\MT@encoding} +%\begin{macro}{\MT@family} +%\begin{macro}{\MT@series} +%\begin{macro}{\MT@shape} +%\begin{macro}{\MT@size} +% Split up the font name (\meta{\#6} may be an expansion context and/or a +% letterspacing amount). +% \begin{macrocode} +\def\MT@split@name#1/#2/#3/#4/#5/#6\@nil{% + \def\MT@encoding{#1}% + \def\MT@family {#2}% + \def\MT@series {#3}% + \def\MT@shape {#4}% + \def\MT@size {#5}% +% \end{macrocode} +%\begin{macro}{\MT@familyalias} +% Alias family? +%\changes{v1.2}{2004/09/29}{define alias font name as an alternative, not % as a replacement} % \begin{macrocode} \MT@ifdefined@n@TF{MT@\MT@family @alias}% @@ -4073,6 +4560,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % (except for |font|). % \begin{macrocode} \MT@dotrue + \edef\@tempa{\csname MT@#1@setname\endcsname}% \MT@map@clist@n{font,encoding,family,series,shape,size}{% \MT@ifdefined@n@TF{MT@checklist@##1}% {\csname MT@checklist@##1\endcsname}% @@ -4097,15 +4585,15 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\end{macro} %\begin{macro}{\MT@checklist@} -% The generic test. +% The generic test (\meta{\#1} is the axis, \meta{\#2} the feature, \cmd\@tempa\ +% contains the set name). % \begin{macrocode} \def\MT@checklist@#1#2{% - \edef\@tempa{\csname MT@#2@setname\endcsname}% % \MT@ifdefined@n@T % \MT@ifdefined@n@TF {MT@#2list@#1@\@tempa}{% % \end{macrocode} -% Begin a \cmd\expandafter\ orgy to test whether the font attribute is in +% Begin an \cmd\expandafter\ orgy to test whether the font attribute is in % the list. % \begin{macrocode} \expandafter\MT@exp@one@n\expandafter\MT@in@clist @@ -4128,45 +4616,12 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@checklist@font} -% If the font matches, we skip the rest of the test. -% \begin{macrocode} -\def\MT@checklist@font#1{% - \edef\@tempa{\csname MT@#1@setname\endcsname}% -% \MT@ifdefined@n@T -% \MT@ifdefined@n@TF - {MT@#1list@font@\@tempa}{% -% \end{macrocode} -% There mustn't be a space after the font name, hence we have to stringify it. -% There surely is a better way than this silly chain, however, I'm beginning to -% be haunted by \cmd\expandafter s in my dreams, so I have to leave it at -% that. -% \begin{macrocode} - \expandafter\expandafter\expandafter\MT@exp@one@n - \expandafter\expandafter\expandafter\MT@in@clist - \expandafter\expandafter\expandafter{% - \expandafter\expandafter\expandafter\string - \expandafter\MT@font\expandafter}% - \csname MT@#1list@font@\@tempa\endcsname - \ifMT@inlist@ -%\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: font `\MT@@font' in list}% - \expandafter\MT@clist@break - \else -%\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: font `\MT@@font' not in list}% - \MT@dofalse - \fi - }% -% {\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: font list empty}}% -} -% \end{macrocode} -%\end{macro} %\begin{macro}{\MT@checklist@family} % Also test for the alias font, if the original font is not in the list. %\changes{v1.4b}{2004/11/22}{fix: don't try alias family name if encoding failed} %\changes{v1.9}{2005/07/12}{fix: add two missing \cmd\expandafter s} % \begin{macrocode} \def\MT@checklist@family#1{% - \edef\@tempa{\csname MT@#1@setname\endcsname}% % \MT@ifdefined@n@T % \MT@ifdefined@n@TF {MT@#1list@family@\@tempa}{% @@ -4200,12 +4655,10 @@ time will almost certainly lead to undesired results. Have your choice!}% % Test whether font size is in list of size ranges. % \begin{macrocode} \def\MT@checklist@size#1{% - \edef\@tempa{\csname MT@#1@setname\endcsname}% % \MT@ifdefined@n@T % \MT@ifdefined@n@TF {MT@#1list@size@\@tempa}{% - \expandafter\MT@in@rlist - \csname MT@#1list@size@\@tempa\endcsname + \expandafter\MT@in@rlist\csname MT@#1list@size@\@tempa\endcsname \ifMT@inlist@ %\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: size `\MT@size' in list}% \MT@dotrue @@ -4219,6 +4672,33 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} +%\begin{macro}{\MT@checklist@font} +% If the font matches, we skip the rest of the test. +% \begin{macrocode} +\def\MT@checklist@font#1{% +% \MT@ifdefined@n@T +% \MT@ifdefined@n@TF + {MT@#1list@font@\@tempa}{% +% \end{macrocode} +% Since \cs{MT@font} may be appended with context and/or letterspacing specs, +% we construct the name from the font characteristics. +%\changes{v2.2}{2007/07/03}{fix: construct font name from characteristics} +% \begin{macrocode} + \edef\@tempb{\MT@encoding/\MT@family/\MT@series/\MT@shape/\MT@size}% + \expandafter\MT@exp@one@n\expandafter\MT@in@clist\expandafter + \@tempb \csname MT@#1list@font@\@tempa\endcsname + \ifMT@inlist@ +%\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: font `\MT@@font' in list}% + \expandafter\MT@clist@break + \else +%\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: font `\MT@@font' not in list}% + \MT@dofalse + \fi + }% +% {\MT@dinfo@nl{1}{\@nameuse{MT@abbr@#1}: font list empty}}% +} +% \end{macrocode} +%\end{macro} % %\subsubsection{Protrusion} % @@ -4266,19 +4746,20 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} %\begin{macro}{\MT@set@all@pr} +%\changes{v2.2}{2007/06/16}{(et al.) allow empty values} % Set all protrusion codes of the font. % \begin{macrocode} \def\MT@set@all@pr#1#2{% -%\MT@dinfo@nl{3}{-- lp/rp: setting all to \number#1/\number#2}% - \MT@do@font{% - \lpcode\MT@font\@tempcnta=#1\relax - \rpcode\MT@font\@tempcnta=#2\relax - }% +%\MT@dinfo@nl{3}{-- lp/rp: setting all to #1/#2}% + \let\MT@temp\@empty + \MT@ifempty{#1}\relax{\g@addto@macro\MT@temp{\lpcode\MT@font\@tempcnta=#1\relax}}% + \MT@ifempty{#2}\relax{\g@addto@macro\MT@temp{\rpcode\MT@font\@tempcnta=#2\relax}}% + \MT@do@font\MT@temp } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@reset@pr@codes} %\begin{macro}{\MT@reset@pr@codes@} +%\begin{macro}{\MT@reset@pr@codes} % All protrusion codes are zero for new fonts. However, if we have to reload % the font due to different contexts, we have to reset them. % This command will be changed by \cs{microtypecontext} if necessary. @@ -4288,6 +4769,30 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} %\end{macro} +%\begin{macro}{\MT@compensate@tr@} +%\begin{macro}{\MT@compensate@tr} +%\changes{v2.2}{2007/04/05}{adjust protrusion of letterspaced fonts} +% If the font is letterspaced, we have to add the letterspacing amount to +% the margin kerns. This command will be activated in \cs{MT@set@tr@codes}. +% \begin{macrocode} +\MT@requires@pdftex6{ + \g@addto@macro\MT@set@pr@codes\MT@compensate@tr + \let\MT@compensate@tr\relax + \def\MT@compensate@tr@{% +%\MT@dinfo@nl{2}{... compensating for tracking (\number\MT@letterspace@)}% + \MT@do@font{\MT@compensate@tr@@\lpcode \MT@compensate@tr@@\rpcode}% + } +% \end{macrocode} +%\end{macro} +%\end{macro} +%\begin{macro}{\MT@compensate@tr@@} +% \begin{macrocode} + \def\MT@compensate@tr@@#1{% + #1\MT@font\@tempcnta=\numexpr#1\MT@font\@tempcnta + \MT@letterspace@/2\relax + } +}\relax +% \end{macrocode} +%\end{macro} %\begin{macro}{\MT@gobble@settings} %\begin{macro}{\MT@dimen@six} %\begin{macro}{\MT@get@font@dimen@six} @@ -4386,20 +4891,21 @@ time will almost certainly lead to undesired results. Have your choice!}% % The unit is in \cs{MT@count}, the desired factor in \cmd\@tempb, and the % result will be returned in \cmd\@tempcntb. % \begin{macrocode} -\MT@requires@pdftex3{ - \def\MT@scale@to@em{% - \@tempcntb=\MT@count\relax +\MT@maybe@etex{ + \MT@requires@pdftex3{ + \def\MT@scale@to@em{% + \@tempcntb=\MT@count\relax % \end{macrocode} % For really huge fonts (100pt or so), an arithmetic overflow could occur with % vanilla \TeX. Using \etex, this can't happen, since the intermediate value % is 64 bit, which could only be reached with a character width larger than % \cs{maxdimen}. % \begin{macrocode} - \MT@scale\@tempcntb \@tempb \MT@dimen@six - \ifnum\@tempcntb=\z@ \else - \MT@scale@factor - \fi - } + \MT@scale\@tempcntb \@tempb \MT@dimen@six + \ifnum\@tempcntb=\z@ \else + \MT@scale@factor + \fi + } % \end{macrocode} %\end{macro} %\begin{macro}{\MT@get@charwd} @@ -4408,33 +4914,41 @@ time will almost certainly lead to undesired results. Have your choice!}% %\changes{v1.6}{2005/01/19}{use \etex's \cmd\fontcharwd, if available} %\changes{v1.8}{2005/05/25}{warning for missing (resp. zero-width) characters} % \begin{macrocode} - \MT@requires@etex{ \def\MT@get@charwd{% - \MT@count=\fontcharwd\MT@font\MT@char\relax +X \MT@count=\fontcharwd\MT@font\MT@char\relax +Q \setbox\z@=\hbox{\MT@font \char\MT@char}% +Q \MT@count=\wd\z@ \ifnum\MT@count=\z@ \MT@info@missing@char \fi } +% \end{macrocode} +%\changes{v2.2}{2007/04/05}{subtract letterspacing amount from width} +% For letterspaced fonts, we have to subtract the letterspacing amount from the +% characters' widths. The protrusion amounts will be adjusted at the end of +% \cs{MT@set@pr@codes}, in \cs{MT@compensate@tr}. +% The letterspaced font is already loaded so that 1em = \fontdim6. +% \begin{macrocode} + \MT@requires@pdftex6{ + \g@addto@macro\MT@get@charwd{% + \MT@ifdefined@c@T\MT@letterspace@ + {\advance\MT@count -\dimexpr\MT@letterspace@ sp *\dimexpr 1em/1000\relax}% + } + }\relax }{ - \def\MT@get@charwd{% - \setbox\z@=\hbox{\MT@font \char\MT@char}% - \MT@count=\wd\z@\relax - \ifnum\MT@count=\z@ \MT@info@missing@char \fi - } - } % \end{macrocode} %\end{macro} % No adjustment with versions 0.14f and 0.14g. % \begin{macrocode} -}{ - \def\MT@scale@to@em{% - \MT@count=\@tempb\relax - \ifnum\MT@count=\z@ \else - \MT@scale@factor - \fi - } + \def\MT@scale@to@em{% + \MT@count=\@tempb\relax + \ifnum\MT@count=\z@ \else + \MT@scale@factor + \fi + } % \end{macrocode} % We need this in \cs{MT@warn@code@too@large} (neutralised). % \begin{macrocode} - \def\MT@get@charwd{\MT@count=\MT@dimen@six} + \def\MT@get@charwd{\MT@count=\MT@dimen@six} + } } % \end{macrocode} %\begin{macro}{\MT@get@font@dimen} @@ -4444,7 +4958,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@get@font@dimen#1{% \ifnum\fontdimen#1\MT@font=\z@ \MT@warning@nl{Font `\MT@@font' does not specify its\MessageBreak - \@backslashchar fontdimen \number#1 (it's zero)!\MessageBreak + \@backslashchar fontdimen #1 (it's zero)!\MessageBreak You should use a different `unit' for \MT@curr@list@name}% \else \MT@count=\fontdimen#1\MT@font @@ -4455,22 +4969,18 @@ time will almost certainly lead to undesired results. Have your choice!}% %\begin{macro}{\MT@info@missing@char} %\changes{v1.9a}{2005/11/17}{info instead of warning % (after \contributor Michael Hoppe reported that -% the `fl' ligature is missing in Palatino \textsc{sc})} +% the `fl' ligature is missing in Palatino )} % ^^A MID: <1h64d0x.16xsx9n1151dieN%mh@michael-hoppe.de> % Info about missing characters, or characters with zero width. % \begin{macrocode} -\MT@requires@etex{ - \def\MT@info@missing@char{% - \MT@info@nl{Character `\the\MT@toks' \iffontchar\MT@font\MT@char - has a width of 0pt \else is missing \fi in font\MessageBreak - `\MT@@font'. Ignoring protrusion settings\MessageBreak - for this character}% - } -}{ +\MT@maybe@etex{ \def\MT@info@missing@char{% - \MT@info@nl{% - Character `\the\MT@toks' has a width of 0pt\MessageBreak - (it's probably missing) in font `\MT@@font'.\MessageBreak + \MT@info@nl{Character `\the\MT@toks' +X \iffontchar\MT@font\MT@char + has a width of 0pt +X \else is missing\fi +Q \MessageBreak (it's probably missing) + \MessageBreak in font `\MT@@font'.\MessageBreak Ignoring protrusion settings for this character}% } } @@ -4643,8 +5153,6 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\begin{macro}{\MT@set@inputenc} % The configurations may be under the regime of an input encoding. -%\changes{v1.9f}{2006/08/03}{fix: input encoding must be set after the inheritance -% list has been parsed} % \begin{macrocode} \def\MT@set@inputenc#1{% % \end{macrocode} @@ -4655,26 +5163,47 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} % \begin{macrocode} - \MT@ifdefined@n@T{% - MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}{% - \MT@ifdefined@c@TF\inputencoding{% + \edef\@tempa{MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}% + \MT@ifdefined@n@T\@tempa\MT@set@inputenc@ +} % \end{macrocode} -% Set up normal catcodes, since, \eg, \pkg{listings} would otherwise want to -% typeset the \pkg{inputenc} file when it is loaded inside a listing. -%\changes{v2.0}{2006/09/15}{sanitise catcodes before loading input encoding -% (problem with \pkg{listings})} +%\end{macro} +%\begin{macro}{\MT@set@inputenc@} +%\changes{v2.2}{2007/06/08}{only load \pkg{inputenc} files if necessary} +% More recent versions of \pkg{inputenc} remember the current encoding, so that +% we can test whether we really have to load the encoding file. % \begin{macrocode} - \MT@normal@catcodes -%\MT@dinfo@nl{1}{input encoding: \@nameuse{% -%MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}}% - \inputencoding{\@nameuse{% - MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}}% - }{% +\MT@addto@setup{% + \@ifpackageloaded{inputenc}{ + \@ifpackagelater{inputenc}{2006/02/22}{ + \def\MT@set@inputenc@{% + \MT@ifstreq\inputencodingname{\csname\@tempa\endcsname}\relax + \MT@load@inputenc + } + }{ + \let\MT@set@inputenc@\MT@load@inputenc + } + }{ + \def\MT@set@inputenc@{% \MT@error{Key `inputenc' used in \MT@curr@list@name, but the `inputenc' \MessageBreak package isn't loaded. Ignoring key}% {You must load the `inputenc' package before you can use the `inputenc' key.}% - }% - }% + } + } +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@load@inputenc} +% Set up normal catcodes, since, \eg, \pkg{listings} would otherwise want to +% actually typeset the \pkg{inputenc} file when it is being loaded inside a +% listing. +%\changes{v2.0}{2006/09/15}{sanitise catcodes before loading input encoding +% (problem with \pkg{listings})} +% \begin{macrocode} +\def\MT@load@inputenc{% + \MT@normal@catcodes +%\MT@dinfo@nl{1}{loading input encoding: \@nameuse{\@tempa}}% + \inputencoding{\@nameuse{\@tempa}}% } % \end{macrocode} %\end{macro} @@ -4684,11 +5213,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@set@pr@heirs#1{% \lpcode\MT@font#1=\lpcode\MT@font\MT@char \rpcode\MT@font#1=\rpcode\MT@font\MT@char -%<*debug> - \MT@dinfo@nl{2}{-- heir of \MT@char: #1}% - \MT@dinfo@nl{4}{;;; lp/rp (#1): \number\lpcode\MT@font\MT@char/% - \number\rpcode\MT@font\MT@char}% -% +%\MT@dinfo@nl{2}{-- heir of \MT@char: #1}% +%\MT@dinfo@nl{4}{;;; lp/rp (#1): \number\lpcode\MT@font\MT@char/% +% \number\rpcode\MT@font\MT@char}% } % \end{macrocode} %\end{macro} @@ -4705,10 +5232,10 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warn@preset@towidth{pr}% \let\MT@preset@aux\MT@preset@aux@factor \else - \let\MT@preset@aux\MT@preset@aux@space + \def\MT@preset@aux{\MT@preset@aux@space2}% \fi - \MT@preset@aux{#1}\@tempa - \MT@preset@aux{#2}\@tempb + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempb\@empty}{\MT@preset@aux{#2}\@tempb}% \MT@set@all@pr\@tempa\@tempb } % \end{macrocode} @@ -4717,6 +5244,7 @@ time will almost certainly lead to undesired results. Have your choice!}% %\begin{macro}{\MT@preset@aux} %\begin{macro}{\MT@preset@aux@factor} %\begin{macro}{\MT@preset@aux@space} +%\changes{v2.2}{2007/06/16}{generalised} % Auxiliary macro for presetting. Store value \meta{\#1} in macro \meta{\#2}. % \begin{macrocode} \def\MT@preset@aux@factor#1#2{% @@ -4724,11 +5252,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@scale@factor \edef#2{\number\@tempcntb}% } -\def\MT@preset@aux@space#1#2{% - \def\@tempb{#1}% - \MT@get@space@unit\tw@ +\def\MT@preset@aux@space#1#2#3{% + \def\@tempb{#2}% + \MT@get@space@unit#1% \MT@scale@to@em - \edef#2{\number\@tempcntb}% + \edef#3{\number\@tempcntb}% } % \end{macrocode} %\end{macro} @@ -4770,7 +5298,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@set@listname \MT@let@cn\@tempc{MT@ex@c@\MT@ex@c@name}% \expandafter\MT@ex@do\@tempc,\relax,% - \pdffontexpand\MT@font \MT@stretch@ \MT@shrink@ \MT@step@ \MT@auto@\relax + \MT@expandfont }\relax } % \end{macrocode} @@ -4799,7 +5327,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@ex@factor@\MT@ex@factor }% \MT@reset@ef@codes - \pdffontexpand\MT@font \MT@stretch@ \MT@shrink@ \MT@step@ \MT@auto@\relax + \MT@expandfont \MT@nonselectedfalse } % \end{macrocode} @@ -4813,6 +5341,14 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@set@ex@codes\MT@set@ex@codes@n % \end{macrocode} %\end{macro} +%\begin{macro}{\MT@expandfont} +% Expand the font. +% \begin{macrocode} +\def\MT@expandfont{% + \pdffontexpand\MT@font \MT@stretch@ \MT@shrink@ \MT@step@ \MT@auto@\relax +} +% \end{macrocode} +%\end{macro} %\begin{macro}{\MT@set@all@ex} %\begin{macro}{\MT@reset@ef@codes@} % At first, all expansion factors for the characters will be set to 1000 @@ -4874,7 +5410,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi \fi \efcode\MT@font\MT@char=\@tempcntb -% \MT@dinfo@nl{4}{::: ef (\MT@char): \number\efcode\MT@font\MT@char: [#2]}% +%\MT@dinfo@nl{4}{::: ef (\MT@char): \number\efcode\MT@font\MT@char: [#2]}% % \end{macrocode} % Heirs, heirs, I love thy heirs. % \begin{macrocode} @@ -4950,10 +5486,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} \def\MT@set@ex@heirs#1{% \efcode\MT@font#1=\efcode\MT@font\MT@char -%<*debug> - \MT@dinfo@nl{2}{-- heir of \MT@char: #1}% - \MT@dinfo@nl{4}{::: ef (#1) \number\efcode\MT@font\MT@char}% -% +%\MT@dinfo@nl{2}{-- heir of \MT@char: #1}% +%\MT@dinfo@nl{4}{::: ef (#1) \number\efcode\MT@font\MT@char}% } % \end{macrocode} %\end{macro} @@ -5018,7 +5552,7 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@split@val} +%\begin{macro}{\MT@sp@split@val} % If |unit=space|, \cs{MT@get@space@unit} will be defined to fetch the % corresponding fontdimen (2 for the first, 3 for the second and 4 for the % third argument). @@ -5026,14 +5560,14 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@sp@split@val#1,#2,#3\relax{% \def\@tempb{#1}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\tw@ + \MT@get@space@unit2% \MT@scale@to@em \knbscode\MT@font\MT@char=\@tempcntb %\MT@dinfo@nl{4}{;;; knbs (\MT@char): \number\knbscode\MT@font\MT@char: [#1]}% }% \def\@tempb{#2}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\thr@@ + \MT@get@space@unit3% \MT@scale@to@em \stbscode\MT@font\MT@char=\@tempcntb %\MT@dinfo@nl{4}{;;; stbs (\MT@char): \number\stbscode\MT@font\MT@char: [#2]}% @@ -5061,12 +5595,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \knbscode\MT@font#1=\knbscode\MT@font\MT@char \stbscode\MT@font#1=\stbscode\MT@font\MT@char \shbscode\MT@font#1=\shbscode\MT@font\MT@char -%<*debug> - \MT@dinfo@nl{2}{-- heir of \MT@char: #1}% - \MT@dinfo@nl{4}{;;; knbs/stbs/shbs (#1): \number\knbscode\MT@font\MT@char/% - \number\stbscode\MT@font\MT@char/% - \number\shbscode\MT@font\MT@char}% -% +%\MT@dinfo@nl{2}{-- heir of \MT@char: #1}% +%\MT@dinfo@nl{4}{;;; knbs/stbs/shbs (#1): \number\knbscode\MT@font\MT@char/% +% \number\stbscode\MT@font\MT@char/\number\shbscode\MT@font\MT@char}% } % \end{macrocode} %\end{macro} @@ -5075,12 +5606,12 @@ time will almost certainly lead to undesired results. Have your choice!}% %\begin{macro}{\MT@reset@sp@codes@} % \begin{macrocode} \def\MT@set@all@sp#1#2#3{% -%\MT@dinfo@nl{3}{-- knbs/stbs/shbs: setting all to \number#1/\number#2/\number#3}% - \MT@do@font{% - \knbscode\MT@font\@tempcnta=#1\relax - \stbscode\MT@font\@tempcnta=#2\relax - \shbscode\MT@font\@tempcnta=#3\relax - }% +%\MT@dinfo@nl{3}{-- knbs/stbs/shbs: setting all to #1/#2/#3}% + \let\MT@temp\@empty + \MT@ifempty{#1}\relax{\g@addto@macro\MT@temp{\knbscode\MT@font\@tempcnta=#1\relax}}% + \MT@ifempty{#2}\relax{\g@addto@macro\MT@temp{\stbscode\MT@font\@tempcnta=#2\relax}}% + \MT@ifempty{#3}\relax{\g@addto@macro\MT@temp{\shbscode\MT@font\@tempcnta=#3\relax}}% + \MT@do@font\MT@temp } \def\MT@reset@sp@codes@{\MT@set@all@sp\z@\z@\z@} \let\MT@reset@sp@codes\relax @@ -5098,31 +5629,20 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@preset@sp@#1,#2,#3\@nil{% \ifx\MT@sp@unit@\@empty \MT@warn@preset@towidth{sp}% - \MT@preset@aux@factor{#1}\@tempa - \MT@preset@aux@factor{#2}\@tempc - \MT@preset@aux@factor{#3}\@tempb + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux@factor{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempc\@empty}{\MT@preset@aux@factor{#2}\@tempc}% + \MT@ifempty{#3}{\let\@tempb\@empty}{\MT@preset@aux@factor{#3}\@tempb}% \else - \MT@preset@aux@space{#1}\@tempa - \def\@tempb{#2}% - \MT@get@space@unit\thr@@ - \MT@scale@to@em - \edef\@tempc{\number\@tempcntb}% - \def\@tempb{#3}% - \MT@get@space@unit4% - \MT@scale@to@em - \edef\@tempb{\number\@tempcntb}% + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux@space2{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempc\@empty}{\MT@preset@aux@space3{#2}\@tempc}% + \MT@ifempty{#3}{\let\@tempb\@empty}{\MT@preset@aux@space4{#3}\@tempb}% \fi \MT@set@all@sp\@tempa\@tempc\@tempb } +}\relax % \end{macrocode} %\end{macro} %\end{macro} -% Only for sufficiently new versions of \pdftex. -% \begin{macrocode} -}{ - \let\MT@spacing\relax -} -% \end{macrocode} % %\subsubsection{Additional Kerning} % @@ -5182,14 +5702,14 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@kn@split@val#1,#2\relax{% \def\@tempb{#1}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\tw@ + \MT@get@space@unit2% \MT@scale@to@em \knbccode\MT@font\MT@char=\@tempcntb %\MT@dinfo@nl{4}{;;; knbc (\MT@char): \number\knbccode\MT@font\MT@char: [#1]}% }% \def\@tempb{#2}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\tw@ + \MT@get@space@unit2% \MT@scale@to@em \knaccode\MT@font\MT@char=\@tempcntb %\MT@dinfo@nl{4}{;;; knac (\MT@char): \number\knaccode\MT@font\MT@char: [#2]}% @@ -5209,11 +5729,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@set@kn@heirs#1{% \knbccode\MT@font#1=\knbccode\MT@font\MT@char \knaccode\MT@font#1=\knaccode\MT@font\MT@char -%<*debug> - \MT@dinfo@nl{2}{-- heir of \MT@char: #1}% - \MT@dinfo@nl{4}{;;; knbc (#1): \number\knbccode\MT@font\MT@char/% - \number\knaccode\MT@font\MT@char}% -% +%\MT@dinfo@nl{2}{-- heir of \MT@char: #1}% +%\MT@dinfo@nl{4}{;;; knbc (#1): \number\knbccode\MT@font\MT@char/% +% \number\knaccode\MT@font\MT@char}% } % \end{macrocode} %\end{macro} @@ -5222,11 +5740,11 @@ time will almost certainly lead to undesired results. Have your choice!}% %\begin{macro}{\MT@reset@kn@codes@} % \begin{macrocode} \def\MT@set@all@kn#1#2{% -%\MT@dinfo@nl{3}{-- knac/knbc: setting all to \number#1/\number#2}% - \MT@do@font{% - \knbccode\MT@font\@tempcnta=#1\relax - \knaccode\MT@font\@tempcnta=#2\relax - }% +%\MT@dinfo@nl{3}{-- knac/knbc: setting all to #1/#2}% + \let\MT@temp\@empty + \MT@ifempty{#1}\relax{\g@addto@macro\MT@temp{\knbccode\MT@font\@tempcnta=#1\relax}}% + \MT@ifempty{#2}\relax{\g@addto@macro\MT@temp{\knaccode\MT@font\@tempcnta=#2\relax}}% + \MT@do@font\MT@temp } \def\MT@reset@kn@codes@{\MT@set@all@kn\z@\z@} \let\MT@reset@kn@codes\relax @@ -5246,178 +5764,414 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warn@preset@towidth{kn}% \let\MT@preset@aux\MT@preset@aux@factor \else - \let\MT@preset@aux\MT@preset@aux@space + \def\MT@preset@aux{\MT@preset@aux@space2}% \fi - \MT@preset@aux{#1}\@tempa - \MT@preset@aux{#2}\@tempb + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempb\@empty}{\MT@preset@aux{#2}\@tempb}% \MT@set@all@kn\@tempa\@tempb } +}\relax % \end{macrocode} %\end{macro} %\end{macro} -% \begin{macrocode} -}{ - \let\MT@kerning\relax -} -% -% \end{macrocode} % %\subsubsection{\lsstyle Tracking} % -%\begin{macro}{\lsstyle} % This only works with \pdftex\ 1.40. -%\changes{v2.0}{2005/09/21}{new command: letterspacing (beta:1)} -%\changes{v2.0}{2006/09/19}{fix: font switches don't pose a problem anymore (beta:8)} -%\changes{v2.0}{2006/09/21}{fix: letterspacing commands may be nested (beta:8)} -%\changes{v2.0}{2006/12/28}{totally redone, using the new \cmd\letterspacefont} % \begin{macrocode} -%\MT@requires@pdftex6{ - \DeclareRobustCommand\lsstyle{% -%<*package> - \MT@trackingtrue - \def\MT@tr@setname{all}% +\MT@requires@pdftex6{ +% \end{macrocode} +%\begin{macro}{\MT@tracking} +%\changes{v2.2}{2007/02/23}{remember fonts that shouldn't be letterspaced} +%\begin{macro}{\MT@tracking@} +%\changes{v2.2}{2007/06/16}{fix: tracking couldn't be re-enabled} +%\begin{macro}{\MT@tr@font@list} +% We only check whether a font should not be letterspaced at all, not whether +% we've already done that (because we have to do it again). +% \begin{macrocode} +\let\MT@tr@font@list\@empty +\def\MT@tracking@{% + \MT@exp@one@n\MT@in@clist\MT@font\MT@tr@font@list + \ifMT@inlist@\else + \MT@maybe@do{tr}% + \ifMT@do\else + \xdef\MT@tr@font@list{\MT@tr@font@list\MT@font,}% + \fi + \fi +} +\let\MT@tracking\MT@tracking@ % - \let\MT@tracking\MT@tracking@ +%\let\MT@tracking\relax % \end{macrocode} -% Enable the (protected) \cs{lslig} command. +%\end{macro} +%\end{macro} +%\end{macro} +%\begin{macro}{\MT@set@tr@codes} +% The tracking amount is determined by the optional argument to \cs{textls}, +% settings from \cs{SetTracking}, or the global \opt{letterspace} option, in +% this order. % \begin{macrocode} - \MT@let@nc{lslig }\MT@lslig - \selectfont +\def\MT@set@tr@codes{% +%<*package> + \MT@vinfo{Tracking font `\MT@@font'\on@line}% + \MT@get@font@dimen@six + \MT@if@list@exists{% + \MT@set@listname + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name}{% + \MT@let@cn\MT@letterspace{MT@tr@c@\MT@tr@c@name}% % \end{macrocode} -% Possibly remove the first kern (for \cs{textls*}). Use scaling to avoid a -% `Dimension too large'. +%\begin{macro}{\MT@tr@unit@} +% Different unit? % \begin{macrocode} - \MT@lskern=\dimexpr\MT@ifdefined@c@TF\MT@letterspace@ - \MT@letterspace@\MT@letterspace sp - * \fontdimen6\MT@lsfont/2000\relax - \MT@ls@adjust - } + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @unit}{% + \MT@let@cn\MT@tr@unit@{MT@tr@c@\MT@tr@c@name @unit}% + \ifdim\MT@tr@unit@=1em + \let\MT@tr@unit@\@undefined + \else + \MT@let@cn\@tempb{MT@tr@c@\MT@tr@c@name}% + \MT@get@unit\MT@tr@unit@ + \let\MT@tr@factor@\@m + \MT@scale@to@em + \edef\MT@letterspace{\number\@tempcntb}% + \fi + }% + }% % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@tracking} -%\begin{macro}{\MT@tracking@} -% We do not check whether we've already seen the font! +%\changes{v2.2}{2007/02/23}{disable ligatures in letterspaced fonts manually +% (due to change in \pdftex\ 1.40.4)} +%\begin{macro}{\MT@tr@ligatures} +% Which ligatures should we disable (empty means all, undefined none)? % \begin{macrocode} - \def\MT@tracking@{% -% \ifMT@tracking\MT@maybe@do{tr}\fi -% \MT@set@tr@codes - } -% \let\MT@tracking\MT@tracking@ -% \let\MT@tracking\relax + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @noligatures}% + {\MT@let@cn\MT@tr@ligatures{MT@tr@c@\MT@tr@c@name @noligatures}}% +% \end{macrocode} +%\end{macro} +%\changes{v2.2}{2007/06/16}{possibility to customise interword spacing} +%\begin{macro}{\MT@tr@ispace} +%\begin{macro}{\MT@tr@ospace} +% Adjust interword spacing. +% \begin{macrocode} + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @spacing}% + {\MT@let@cn\MT@tr@ispace{MT@tr@c@\MT@tr@c@name @spacing}}% + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @outerspacing}% + {\MT@let@cn\MT@tr@ospace{MT@tr@c@\MT@tr@c@name @outerspacing}}% % \end{macrocode} %\end{macro} %\end{macro} -%\begin{macro}{\MT@set@tr@codes} -% The tracking amount is determined by the optional argument to \cs{textls}, -% settings from \cs{SetTracking}, or the global \opt{letterspace} option, -% in this order. % \begin{macrocode} - \def\MT@set@tr@codes{% - \MT@ifdefined@c@TF\MT@letterspace@\relax{% - \let\MT@letterspace@\MT@letterspace -%<*package> - \MT@if@list@exists{% - \MT@set@listname - \MT@let@cn\MT@letterspace@{MT@tr@c@\MT@tr@c@name}% + }\relax % \end{macrocode} -% Different unit? +% Activate protrusion adjustment. % \begin{macrocode} - \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @unit}{% - \MT@let@cn\MT@tr@unit@{MT@tr@c@\MT@tr@c@name @unit}% - \ifdim\MT@tr@unit@=1em\else - \MT@get@font@dimen@six - \MT@let@cn\@tempb{MT@tr@c@\MT@tr@c@name}% - \MT@get@unit\MT@tr@unit@ - \let\MT@tr@factor@\@m - \MT@scale@to@em - \edef\MT@letterspace@{\number\@tempcntb}% - \fi - }% - }\relax + \let\MT@compensate@tr\MT@compensate@tr@ % - }% - \ifnum\MT@letterspace@=\z@\else + \MT@ifdefined@c@TF\MT@letterspace@\relax{\let\MT@letterspace@\MT@letterspace}% + \ifnum\MT@letterspace@=\z@\else +% \MT@vinfo{... Tracking by \number\MT@letterspace@}% +% \end{macrocode} +% Letterspacing only works in mode. +% \begin{macrocode} + \MT@warn@tracking@DVI % \end{macrocode} %\begin{macro}{\MT@lsfont} % The letterspaced font instances are saved in macros % |\|\meta{font name}|/|\meta{letterspacing amount}|ls|. +% +%\changes{v2.2}{2007/03/07}{use \cmd\font@name, not \cs{MT@font}} +% In contrast to \cs{MT@font}, which may reflect the font characteristics more +% accurately (taking substitutions into account), \cmd\font@name\ is guaranteed +% to correspond to an actual font identifier. % \begin{macrocode} - \xdef\MT@lsfont{% -% \expandafter\csname\expandafter\string\MT@font -% \csname\curr@fontshape\f@size - /\number\MT@letterspace@ ls\endcsname}% - \expandafter\ifx\MT@lsfont\relax + \xdef\MT@lsfont{\csname\expandafter\string\font@name + /\number\MT@letterspace@ ls\endcsname}% + \expandafter\ifx\MT@lsfont\relax +%\MT@dinfo@nl{1}{... new letterspacing instance}% % \end{macrocode} %\end{macro} % In case of nested letterspacing with different amounts, we have to extract % the base font again. % \begin{macrocode} - \MT@get@ls@basefont -%\MT@dinfo@nl{1}{... new letterspacing instance}% - \global\expandafter\letterspacefont\MT@lsfont\font@name \MT@letterspace@ + \MT@get@ls@basefont + \global\expandafter\letterspacefont\MT@lsfont\font@name\MT@letterspace@ % \end{macrocode} -% Scale interword spacing (\fontdim2). +% Scale interword spacing (not configurable in \pkg{letterspace}). % \begin{macrocode} - \fontdimen2\MT@lsfont=\dimexpr\numexpr 1000+\MT@letterspace@\relax sp - * \fontdimen2\MT@lsfont/1000\relax - \fi %<*package> - \MT@vinfo{Tracking font `\MT@@font' by \number\MT@letterspace@ - \space\on@line}% - \let\MT@font\MT@lsfont - \aftergroup + \MT@ifdefined@c@TF\MT@tr@ispace + {\let\@tempa\MT@tr@ispace} + {\edef\@tempa{\MT@letterspace@*,,}}% + \MT@ifdefined@c@TF\MT@tr@ospace + {\edef\@tempa{\@tempa,\MT@tr@ospace}} + {\edef\@tempa{\@tempa,,,}}% + \expandafter\MT@tr@adjust@space\@tempa,% % - \MT@set@lsfont +%<*letterspace> + \fontdimen2\MT@lsfont=\dimexpr\numexpr 1000+\MT@letterspace@\relax sp + * \fontdimen2\MT@lsfont/1000\relax +% +% \end{macrocode} +% Disable ligatures (not configurable in \pkg{letterspace}). +% \begin{macrocode} +% \MT@ifdefined@c@T\MT@tr@ligatures\MT@tr@noligatures +% \tagcode\MT@lsfont`f=\m@ne \fi - } +% \end{macrocode} +% Finally, let the letterspaced font propagate. +% \begin{macrocode} + \aftergroup\MT@set@lsfont +%<*package> + \let\MT@font\MT@lsfont +% \end{macrocode} +% Adjust surrounding spacing. +% \begin{macrocode} + \ifx\MT@ls@adjust\relax + \global\MT@outer@space=\csname MT@outer@space\MT@@font\endcsname + \MT@tr@outer@l + \aftergroup\aftergroup\aftergroup\MT@tr@outer@r + \fi +% + \fi +} % \end{macrocode} %\end{macro} %\begin{macro}{\MT@set@lsfont} % Redefine \cmd\font@name, which will be called a second later (in % \cmd\selectfont). % \begin{macrocode} - \def\MT@set@lsfont{\MT@exp@two@c\let\font@name\MT@lsfont} +\def\MT@set@lsfont{\MT@exp@two@c\let\font@name\MT@lsfont} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\lsstyle} +%\changes{v2.0}{2005/09/21}{(beta:1) new command: letterspacing} +%\changes{v2.0}{2006/09/19}{(beta:8) fix: font switches don't pose a problem anymore} +%\changes{v2.0}{2006/09/21}{(beta:8) fix: letterspacing commands may be nested} +%\changes{v2.0}{2006/12/28}{totally redone, using the new \cmd\letterspacefont} +% Disable the tests whether the font should be letterspaced, then trigger the +% setup. +% \begin{macrocode} +\DeclareRobustCommand\lsstyle{% +% \def\MT@feat{tr}% + \let\MT@tracking\MT@set@tr@codes + \selectfont +% \end{macrocode} +% Possibly remove the first and last kerns (for \cs{textls*}). Use scaling to +% avoid a `Dimension too large'. +% \begin{macrocode} + \MT@lskern=\dimexpr\MT@ifdefined@c@TF\MT@letterspace@ + \MT@letterspace@\MT@letterspace sp + * \fontdimen6\MT@lsfont/2000\relax + \MT@ls@adjust +} % \end{macrocode} %\end{macro} %\begin{macro}{\lslig} %\changes{v2.1}{2007/01/17}{new command: protect ligatures in letterspaced text} +%\changes{v2.2}{2007/02/25}{always defined} %\begin{macro}{\MT@lslig} % For Fraktur fonts, some ligatures shouldn't be broken up. This command will -% temporarily select the base font and insert the correct kerning. It will be -% redefined by \cs{lsstyle}. +% temporarily select the base font and insert the correct kerning. % \begin{macrocode} - \DeclareRobustCommand\lslig{\@firstofone} - \def\MT@lslig#1{% - \MT@get@ls@basefont - \kern\MT@lskern{\font@name #1}\kern\MT@lskern - } +\DeclareRobustCommand\lslig[1]{% + \kern\MT@lskern + {\MT@get@ls@basefont\font@name #1}% + \kern\MT@lskern +} % \end{macrocode} %\end{macro} %\end{macro} %\begin{macro}{\MT@get@ls@basefont} %\changes{v2.1}{2007/01/19}{redone: use \cmd\pdfmatch\ to make it bullet-proof} -% \pdftex\ cannot letterspace fonts that are already letterspaced. Therefore, -% we have to extract the base font, if we find that \cmd\font@name\ contains a -% `|+|' or a `|-|' (with \cmd\pdfmatch\ bullet-proof even if the font name -% contains one of these letters). -% \begin{macrocode} - \def\MT@get@ls@basefont{% - \ifcase\pdfmatch{^select font (.*)[+-][0-9]*ls( at .*)?$} - {\expandafter\meaning\font@name}\relax - \else +% \pdftex\ cannot letterspace fonts that already are letterspaced. Therefore, +% we have to save the base font in |\|\meta{font name}|@base|. +% +%\changes{v2.2}{2007/02/18}{fix again: remember base font in a macro} +% The previous solution (checking the macro's meaning with \cmd\pdfmatch), +% where we were loading the base font via the \cmd\font\ primitive again, +% could destroy all previously set up micro-typographic features of the font. +% \begin{macrocode} +\def\MT@get@ls@basefont{% + \escapechar\m@ne + \edef\MT@ls@basefont{\csname\expandafter\string\font@name @base\endcsname}% + \expandafter\ifx\MT@ls@basefont\relax + \MT@exp@two@c\MT@glet\MT@ls@basefont\font@name + \else %\MT@dinfo@nl{1}{... fixing base font}% - \global\expandafter\font\font@name - \expandafter\strip@prefix\pdflastmatch1 - \expandafter\strip@prefix\pdflastmatch2\relax + \MT@exp@two@c\let\font@name\MT@ls@basefont + \fi +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@tr@noligatures} +% \pdftex\ 1.40.0--1.40.3 disabled all ligatures in letterspaced fonts. +% \begin{macrocode} +%<*package> +\MT@requires@pdftex7{ + \def\MT@tr@noligatures{% + \ifx\MT@tr@ligatures\@empty + \MT@noligatures@\MT@lsfont\@undefined + \else + \MT@noligatures@\MT@lsfont\MT@tr@ligatures \fi } -%<*package> +}{ + \def\MT@tr@noligatures{% + \MT@warning@nl{% + Disabling selected ligatures is only possible since\MessageBreak + pdftex 1.40.4. Disabling all ligatures instead}% + \global\let\MT@tr@noligatures\relax + } +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@outer@space} +% A new skip for outer spacing. +% \begin{macrocode} +\newskip\MT@outer@space +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@tr@adjust@space} +% Adjust interword spacing (\fontdim2--4) for inner and outer space. +% For inner spacing, the font dimensions will be adjusted, the settings for +% outer spacing will be remembered in a macro. +% \begin{macrocode} +\def\MT@tr@adjust@space#1,#2,#3,#4,#5,#6,{% + \let\MT@temp\@empty + \MT@adjust@space@{#1}{#4}{2}\@empty + \MT@adjust@space@{#2}{#5}{3}\@plus + \MT@adjust@space@{#3}{#6}{4}\@minus + \global\MT@let@nc{MT@outer@space\expandafter\string\MT@lsfont}\MT@temp +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@adjust@space@} +% If outer spacing settings don't exist, they will be inherited from the inner +% spacing settings. +% \begin{macrocode} +\def\MT@adjust@space@#1#2#3#4{% + \MT@ifempty{#2}{% + \MT@ifempty{#1}{% + \edef\MT@temp{\MT@temp#4\the\fontdimen#3\MT@lsfont}% + }{% + \MT@tr@get@space{#1}{#3}{1000}% + \edef\MT@temp{\MT@temp#4\the\@tempdima}% + \fontdimen#3\MT@lsfont=\@tempdima + }% + }{% + \MT@tr@get@space{#2}{#3}{2000}% + \edef\MT@temp{\MT@temp#4\the\@tempdima}% + \MT@ifempty{#1}\relax{% + \MT@tr@get@space{#1}{#3}{1000}% + \fontdimen#3\MT@lsfont=\@tempdima + }% + }% +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@tr@get@space} +% If the value is followed by an asterisk, the fontdimen will be scaled by the +% respective amount, otherwise the value denotes the desired dimension in the +% respective unit. +% \begin{macrocode} +\def\MT@tr@get@space#1#2#3{% + \MT@test@ast#1*\@nil{% + \MT@ifdefined@c@TF\MT@tr@unit@ + {\edef\@tempb{#1}\MT@scale@to@em} + {\@tempcntb=#1\relax}% + \@tempdima=\dimexpr \dimexpr\@tempcntb sp*\MT@dimen@six/1000\relax + -\fontdimen#2\MT@lsfont\relax +% \end{macrocode} +% For \fontdim2, we also have to subtract the kerning that letterspacing adds +% to the sides of the characters (only half if it's for outer spacing). +% \begin{macrocode} + \ifnum#2=\tw@ + \advance\@tempdima -\dimexpr\MT@letterspace@ sp*\MT@dimen@six/#3\relax + \fi + \@tempdima=\dimexpr \fontdimen#2\MT@lsfont+\@tempdima\relax + }{% + \MT@ifempty\@tempa{\let\@tempa\MT@letterspace@}\relax + \@tempdima=\dimexpr \numexpr1000+\@tempa sp *\fontdimen#2\MT@lsfont/1000\relax + }% +%\MT@dinfo2{... adjusting font dimen #2 (#1): \the\@tempdima}% +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@tr@outer@l} +% Recall the last skip (must really be a space, not just a marker). +% \begin{macrocode} +\def\MT@tr@outer@l{% + \ifdim\lastskip>5sp + \unskip \hskip\MT@outer@space + \fi +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@tr@outer@r} +%\begin{macro}{\MT@tr@outer@r@} +%\begin{macro}{\MT@tr@outer@next} +% The following is borrowed from \pkg{soul}. I've added the cases for italic +% correction, since tracking may also be triggered by text commands (\eg, +% \cmd\textsc). +% \begin{macrocode} +\def\MT@tr@outer@r{% + \futurelet\MT@tr@outer@next\MT@tr@outer@r@ +} +\def\MT@tr@outer@r@{% + \def\MT@temp*##1{\hskip\MT@outer@space}% + \ifcat\egroup\noexpand\MT@tr@outer@next + \unkern\egroup + \def\MT@temp*{\afterassignment\MT@tr@outer@r\let\x=}% + \else +% \end{macrocode} +% If the next token is \cmd\maybe@ic\ (from an enclosing text command), we +% gobble it, read the next one, feed it to \cmd\maybe@ic@\ (via +% \cs{MT@tr@outer@icr}) and then call ourselves again. +% \begin{macrocode} + \ifx\maybe@ic\MT@tr@outer@next + \def\MT@temp*{\afterassignment\MT@tr@outer@icr\let\x=}% + \else +% \end{macrocode} +% If the next token is \cmd\check@icr\ (from an inner text command), we insert +% ourselves just before it. This will then call \cmd\maybe@ic\ again the next +% round (which however will always insert an italic correction, since it +% doesn't read beyond our group). +% \begin{macrocode} + \ifx\check@icr\MT@tr@outer@next + \def\MT@temp*{\aftergroup\MT@tr@outer@r\check@icr\let\x=}% + \else + \ifx\@sptoken\MT@tr@outer@next + \def\MT@temp* {\hskip\MT@outer@space}% + \else + \ifx~\MT@tr@outer@next + \def\MT@temp*~{\nobreak\hskip\MT@outer@space}% + \else + \ifx\ \MT@tr@outer@next \else + \ifx\space\MT@tr@outer@next \else + \ifx\@xobeysp\MT@tr@outer@next \else + \def\MT@temp*{}% + \let\MT@tr@outer@next\relax + \fi\fi\fi\fi\fi\fi\fi\fi + \MT@temp*% +} +% \end{macrocode} +%\end{macro} +%\end{macro} +%\end{macro} +%\begin{macro}{\MT@tr@outer@icr} +%\begin{macro}{\MT@tr@outer@icr@} +% Helper macros for the italic correction mess. +% \begin{macrocode} +\def\MT@tr@outer@icr{\afterassignment\MT@tr@outer@icr@\MT@tr@outer@r} +\def\MT@tr@outer@icr@{% + \let\@let@token= \MT@tr@outer@next + \maybe@ic@ +} % \end{macrocode} %\end{macro} +%\end{macro} % For older \pdftex\ versions, let it relax. % \begin{macrocode} }{ - \let\MT@tracking\relax \DeclareRobustCommand\lsstyle{% \MT@warning{Letterspacing only works with pdftex version 1.40\MessageBreak or newer. You might want to use the `soul' package\MessageBreak @@ -5428,15 +6182,15 @@ time will almost certainly lead to undesired results. Have your choice!}% % % \end{macrocode} %\begin{macro}{\textls} -%\changes{v2.0}{2005/09/21}{new command: letterspacing (beta:1)} +%\changes{v2.0}{2005/09/21}{(beta:1) new command: letterspacing} %\changes{v2.0}{2006/12/28}{starred version: remove spaces around text} %\changes{v2.1}{2007/01/19}{fix: use \cmd\hmode@bgroup} % This command may be used like the other text commands. % \begin{macrocode} \DeclareRobustCommand\textls{% \hmode@bgroup - \@ifstar{\let\MT@ls@adjust\MT@ls@adjust@\MT@textls}% - {\let\MT@ls@adjust\relax \MT@textls}% + \@ifstar{\let\MT@ls@adjust\MT@ls@adjust@\MT@textls}% + {\let\MT@ls@adjust\relax \MT@textls}% } % \end{macrocode} %\end{macro} @@ -5445,12 +6199,12 @@ time will almost certainly lead to undesired results. Have your choice!}% % The optional argument may be used to change the letterspacing factor. % \begin{macrocode} \newcommand\MT@textls[2][]{% - \MT@ifempty{#1}% - {\let\MT@letterspace@\@undefined}% - {\KV@@sp@def\MT@letterspace@{#1}% - \MT@ls@too@large\MT@letterspace@}% - \lsstyle #2% - \MT@ls@adjust + \MT@ifempty{#1}% + {\let\MT@letterspace@\@undefined}% + {\KV@@sp@def\MT@letterspace@{#1}% + \MT@ls@too@large\MT@letterspace@}% + \lsstyle #2% + \MT@ls@adjust \egroup } % \end{macrocode} @@ -5504,15 +6258,40 @@ time will almost certainly lead to undesired results. Have your choice!}% {nl}% }% \ifMT@do - \pdfnoligatures\MT@font - \MT@vinfo{... Disabling ligatures}% + \MT@noligatures@\MT@font\MT@nl@ligatures \fi } -}{ - \let\MT@noligatures\relax -} +% \end{macrocode} +%\begin{macro}{\MT@noligatures@} +% This is also used by \cs{MT@set@tr@codes}. +% \begin{macrocode} + \def\MT@noligatures@#1#2{% + \MT@ifdefined@c@TF#2{% +% \end{macrocode} +% Early MiK\TeX\ versions (before 2.5.2579) didn't know \cmd\tagcode. +% \begin{macrocode} + \MT@ifdefined@c@TF\tagcode{% + \MT@map@clist@c#2{% + \def\@tempa{##1}\MT@get@slot + \ifnum\MT@char > \m@ne + \tagcode#1\MT@char=\m@ne\fi + }% + \MT@vinfo{... Disabling ligatures for characters: #2}% + }{% + \pdfnoligatures#1% + \MT@warning{Cannot disable selected ligatures (pdftex doesn't\MessageBreak + know \@backslashchar tagcode). Disabling all ligatures of\MessageBreak + the font instead}% + }% + }{% + \pdfnoligatures#1% + \MT@vinfo{... Disabling ligatures}% + }% + } +}\relax % \end{macrocode} %\end{macro} +%\end{macro} % %\subsubsection{Loading the Configuration} % @@ -5548,6 +6327,7 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\changes{v1.1}{2004/09/13}{configuration file names in lowercase % (suggested by \contributor Harald Harders )} +% ^^A private mail, 13/09/2004 %\begin{macro}{\MT@find@file} %\changes{v1.1}{2004/09/14}{fix: also check whether the file for the base % font family has already been loaded} @@ -5576,9 +6356,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@vinfo{... Loading configuration file \MT@curr@file}% \MT@xadd\MT@file@list{#1,}% }{% - \expandafter\MT@get@basefamily#1\relax\relax\relax + \MT@get@basefamily#1\@empty\@empty\@empty\@nil \MT@exp@one@n\MT@in@clist\@tempa\MT@file@list - \ifMT@inlist@\else + \ifMT@inlist@ + \MT@xadd\MT@file@list{#1,}% + \else \InputIfFileExists{mt-\@tempa.cfg}{% \edef\MT@curr@file{mt-\@tempa.cfg}% \MT@vinfo{... Loading configuration file \MT@curr@file}% @@ -5628,9 +6410,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \catcode`\}\tw@ \catcode`\#6% \catcode`\%14% - \MT@map@tlist@n - {\!\"\$\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\[\]\_\`\|\~}% - \@makeother + \MT@map@tlist@n{\!\"\$\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\[\]\_\`\|\~}\@makeother } % \end{macrocode} %\end{macro} @@ -5660,24 +6440,40 @@ time will almost certainly lead to undesired results. Have your choice!}% %\begin{macro}{\MT@get@basefamily} % The family name might have a suffix %\changes{v1.1}{2004/09/14}{only remove suffix, if it is `x' or `j'} -% for expert or old style number font set +% \eg, for expert set (|x|), old style numbers (|j|) %\changes{v1.2}{2004/09/26}{also remove `w' (swash capitals)} -% or for swash capitals (|x|, |j| or |w|). We mustn't simply remove the last -% letter, as this would make for instance |cms| out of |cmss| \textit{and} -% |cmsy| (OK, |cmex| will still become |cme|~\dots). +% swash capitals (|w|) etc. We mustn't simply remove the last letter, as this +% would make for instance |cms| out of |cmss| \textit{and} |cmsy| (OK, |cmex| +% will still become |cme|~\dots). %\changes{v1.4b}{2004/11/25}{fix: failed for font names of the form \texttt{abczz} % (reported by \contributor Georg Verweyen )} % ^^A MID: <41A64DC7.7040404@web.de> +%\changes{v2.2}{2007/02/04}{redone, working on font names and suffixes of arbitrary length} +% +% We only work on the font name if it is longer than three characters. +% \begin{macrocode} +\def\MT@get@basefamily#1#2#3#4\@nil{% + \ifx\@empty#4% + \def\@tempa{#1#2#3}% + \else + \let\@tempa\@empty + \edef\@tempb{#1#2#3#4}% + \expandafter\MT@get@basefamily@\@tempb\@nil + \fi +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@get@basefamily@} +% This will only remove one suffix (the longest match), so that +% \emph{combinations} of suffixes would have be to added manually (\eg, +% |\DeclareMicrotypeVariants*{aw}|). But otherwise, something like `|padx|' +% would be truncated to `|p|'. % \begin{macrocode} -\def\MT@get@basefamily#1#2#3#4\relax{% - \ifx#2\relax \def\@tempa{#1}\else - \ifx#3\relax \def\@tempa{#1#2}\else - \def\@tempa{#1#2#3}% - \ifx\relax#4\relax \else - \MT@ifstreq{#4}{\string x}\relax{% - \MT@ifstreq{#4}{\string j}\relax{% - \MT@ifstreq{#4}{\string w}\relax{% - \def\@tempa{#1#2#3#4}}}}\fi\fi\fi +\def\MT@get@basefamily@#1#2\@nil{% + \edef\@tempa{\@tempa#1}% + \ifx\\#2\\\expandafter\@gobble\else\expandafter\@firstofone\fi + {\MT@in@tlist{#2}\MT@variants + \ifMT@inlist@\else\MT@get@basefamily@#2\@nil\fi}% } % \end{macrocode} %\end{macro} @@ -5690,6 +6486,7 @@ time will almost certainly lead to undesired results. Have your choice!}% %\changes{v1.2}{2004/09/30}{alternatively check for alias font name} %\changes{v1.7}{2005/03/15}{use \cmd\@tfor\ % (\contributor Andreas B\"uhmann 's idea)} +% ^^A private mail, 12/03/2005 %\changes{v1.8}{2005/04/16}{made recursive} % \begin{macrocode} \def\MT@get@listname#1{% @@ -5849,13 +6646,14 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} \def\MT@get@inh@list{% \let\MT@context\@empty +% \end{macrocode} +%\end{macro} +% \begin{macrocode} \MT@get@listname{\MT@feat @inh}% \MT@ifdefined@c@TF\MT@listname{% \MT@edef@n{MT@\MT@feat @inh@name}{\MT@listname}% -%<*debug> - \MT@dinfo@nl{1}{... Using \@nameuse{MT@abbr@\MT@feat} inheritance list - `\MT@listname'}% -% +%\MT@dinfo@nl{1}{... Using \@nameuse{MT@abbr@\MT@feat} inheritance list +% `\MT@listname'}% \MT@let@cn\@tempc{MT@\MT@feat @inh@\MT@listname}% % \end{macrocode} % If the list is \cmd\@empty, it has already been parsed. @@ -5865,6 +6663,8 @@ time will almost certainly lead to undesired results. Have your choice!}% %\MT@dinfo@nl{1}{parsing inheritance list ...}% % \end{macrocode} % The group is only required in case an input encoding is given. +%\changes{v1.9f}{2006/08/03}{fix: input encoding must be set after the inheritance +% list has been parsed} % \begin{macrocode} \begingroup \edef\MT@curr@list@name{inheritance list\noexpand\MessageBreak`\MT@listname'}% @@ -5879,7 +6679,6 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\end{macro} % % \subsubsection{Translating Characters into Slots} % @@ -5887,7 +6686,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % Get the slot number of the character in the current encoding. % %\begin{macro}{\MT@get@slot} -%\changes{v1.2}{2004/09/26}{fix: group must also include \cs{MT@get@composite}} +%^^A\changes{v1.2}{2004/09/26}{fix: group must also include \cs{MT@get@composite}} %\changes{v1.4b}{2004/11/22}{don't define \cs{MT@char} globally (save stack problem)} %\changes{v1.6a}{2005/01/30}{completely redone, hopefully more robust % (compatible with \pkg{frenchpro}; problem reported by @@ -5979,14 +6778,11 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} %\begin{macro}{\ifMT@norest} -%\begin{macro}{\MT@testrest} -% Switch and test whether all of the string has been used up. +% Test whether all of the string has been used up. % \begin{macrocode} \newif\ifMT@norest -\def\MT@testrest#1#2{\MT@ifstreq{#1}{#2}\relax\MT@norestfalse} % \end{macrocode} %\end{macro} -%\end{macro} %\begin{macro}{\MT@is@letter} % Input is a letter, a character or a number. %\changes{v1.8}{2005/04/04}{warning for non- characters} @@ -6020,6 +6816,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % Numbers may be specified as a three-digit decimal number (|029|), %\changes{v1.1}{2004/09/13}{numbers may also be specified in hexadecimal or octal % (suggested by \contributor Harald Harders )} +% ^^A private mail, 13/09/2004 % as a hexadecimal number (prefixed with~|"|: |"1D|) or as a octal number % (prefixed with~|'|: |'35|). They must consist of at least three characters % (including the prefix), that is, |"F| is not permitted. @@ -6155,16 +6952,17 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} \def\MT@is@symbol{% \expandafter\def\expandafter\MT@char\expandafter - {\csname\MT@encoding\MT@detokenize@c\@tempa\endcsname}% + {\csname\MT@encoding\MT@detokenize@c\@tempa\endcsname}% \expandafter\MT@exp@two@c\expandafter\MT@is@char\expandafter \meaning\expandafter\MT@char\MT@charstring\relax\relax\relax \ifnum\MT@char@ < \z@ % \end{macrocode} +%\changes{v2.2}{2007/03/07}{expand once more (for \pkg{frenchpro})} % \dots~or, if it hasn't been defined by \cs{DeclareTextSymbol}, a letter % (\eg, \cmd\i, when using \pkg{frenchpro}). ^^A as noted by Bernard Gaulle % ^^A private mail, 28/01/2005 % \begin{macrocode} - \expandafter\MT@is@letter\MT@char\relax\relax + \expandafter\expandafter\expandafter\MT@is@letter\MT@char\relax\relax \fi } % \end{macrocode} @@ -6174,7 +6972,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % A helper macro that inspects the \cmd\meaning\ of its argument. % \begin{macrocode} \begingroup - \catcode`\/=0 + \catcode`\/=\z@ % \end{macrocode} %\SpecialEscapechar{\/} % \begin{macrocode} @@ -6186,10 +6984,10 @@ time will almost certainly lead to undesired results. Have your choice!}% /ifx/relax##1/relax /if##3\/relax /edef/MT@char@{/number"##2}% - /MT@testrest/MT@charstring{##3##4}% + /MT@ifstreq/MT@charstring{##3##4}/relax/MT@norestfalse /else /edef/MT@char@{/number"##2##3}% - /MT@testrest/MT@charstring{##4}% + /MT@ifstreq/MT@charstring{##4}/relax/MT@norestfalse /fi % /MT@dinfo@nl{3}{> `/the/MT@toks' is a \char (/MT@char@)}% /fi @@ -6204,23 +7002,23 @@ time will almost certainly lead to undesired results. Have your choice!}% % Here, we are dealing with accented characters, specified as two tokens. %\changes{v1.7}{2005/03/10}{new macro: construct command for composite character; % no uncontrolled expansion} +%\changes{v2.2}{2007/06/08}{more robust: expand exactly once} % \begin{macrocode} \def\MT@is@composite#1#2\relax{% \ifx\\#2\\\else % \end{macrocode} % Again, we construct a control sequence, this time of the form: % |\\|\meta{encoding}\allowbreak|\|\meta{accent}|-|\meta{character}, \eg, -% |\\T1\"-a|, which expands to a letter if it has been defined by -% \cs{DeclareTextComposite}. This should be robust, finally, especially, since -% we also \cmd\detokenize\ the input instead of only \cmd\string ifying it. -% Thus, we will die gracefully even on wrong Unicode input without |utf8|. +% |\\T1\"-a|, which we then expand once to see if it is a letter (if it has +% been defined by \cs{DeclareTextComposite}). This should be robust, finally, +% especially, since we also \cmd\detokenize\ the input instead of only +% \cmd\string ifying it. Thus, we will die gracefully even on wrong Unicode +% input without |utf8|. %\begin{macrocode} - \edef\MT@char{\expandafter\csname\expandafter + \expandafter\def\expandafter\MT@char\expandafter{\csname\expandafter \string\csname\MT@encoding\endcsname - \MT@detokenize@n{#1}-% - \MT@detokenize@n{#2}% - \endcsname}% - \expandafter\MT@is@letter\MT@char\relax\relax + \MT@detokenize@n{#1}-\MT@detokenize@n{#2}\endcsname}% + \expandafter\expandafter\expandafter\MT@is@letter\MT@char\relax\relax \fi } % \end{macrocode} @@ -6347,8 +7145,10 @@ time will almost certainly lead to undesired results. Have your choice!}% % and by the substitution macros %\end{itemize} % +%\iffalse %\changes{v1.2}{2004/10/02}{check for packages that might load fonts} %\changes{v1.4}{2004/11/04}{no need to check for packages that might load fonts anymore} +%\fi %\changes{v1.4}{2004/11/04}{use \cmd\pickup@font\ instead of \cmd\define@newfont\ % as the hook for \cs{MT@setupfont}} % Up to version 1.3 of this package, we were using \cmd\define@newfont\ as the @@ -6369,25 +7169,26 @@ time will almost certainly lead to undesired results. Have your choice!}% % substitute font, not the selected one} %\changes{v1.9}{2005/10/03}{allow context-specific font setup} %\begin{macro}{\MT@font@list} +%\begin{macro}{\MT@font} % We use a comma separated list. % \begin{macrocode} \let\MT@font@list\@empty +\let\MT@font\@empty % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@font} +%\end{macro} +%\begin{macro}{\do@subst@correction} % Additionally, we hook into \cmd\do@subst@correction, which is called if % a substitution has taken place, to record the name of the ersatz font. % Unfortunately, this will only work for one-level substitutions. % % All this is done at the beginning of the document. % \begin{macrocode} -\let\MT@font\@empty % \MT@addto@setup{% %<*package> - \g@addto@macro\do@subst@correction{% - \xdef\MT@font{\csname \curr@fontshape/\f@size\endcsname}% - } + \g@addto@macro\do@subst@correction + {\xdef\MT@font{\csname \curr@fontshape/\f@size\endcsname}} % % \end{macrocode} %\end{macro} @@ -6395,6 +7196,7 @@ time will almost certainly lead to undesired results. Have your choice!}% %\begin{macro}{\MT@orig@pickupfont} % Check whether \cmd\pickup@font\ is defined as expected. % The warning issued by \cmd{\CheckCommand*} would be a bit too generic. +% \microtype\ also seems to work with \pkg{CJK}. % \begin{macrocode} \@ifpackageloaded{CJK}{ \@ifpackagelater{CJK}{2006/10/17} @@ -6419,8 +7221,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi % \end{macrocode} %\end{macro} +%\begin{macro}{\pickup@font} % Then we append our stuff. Everything is done inside a group. -%<*package> +%\changes{v2.2}{2007/04/15}{\file{letterspace.sty}: setup inside group} % \begin{macrocode} \g@addto@macro\pickup@font{\begingroup} % \end{macrocode} @@ -6428,17 +7231,13 @@ time will almost certainly lead to undesired results. Have your choice!}% % setup, which is extremely noisy. %\changes{v1.9e}{2006/05/25}{no tracing with \pkg{trace} package} % \begin{macrocode} - \MT@with@package{trace}{\g@addto@macro\pickup@font{\conditionally@traceoff}} -% + \MT@with@package@T{trace}{\g@addto@macro\pickup@font{\conditionally@traceoff}} \g@addto@macro\pickup@font{% -% \MT@tracking -%<*package> -%<*debug> - \global\MT@inannottrue - \MT@glet\MT@pdf@annot\@empty - \MT@addto@annot{(line \number\inputlineno)}% -% \escapechar\m@ne +%<*package> +% \global\MT@inannottrue +% \MT@glet\MT@pdf@annot\@empty +% \MT@addto@annot{(line \number\inputlineno)}% % \end{macrocode} % If \cs{MT@font} is empty, no substitution has taken place, hence % \cmd\font@name\ is correct. Otherwise, if they are different, @@ -6455,29 +7254,29 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi \fi \MT@setupfont - \endgroup % +% \MT@tracking + \endgroup } %<*package> % \end{macrocode} +%\end{macro} %\begin{macro}{\MT@pickupfont} % Remember the patched command for later. % \begin{macrocode} \let\MT@pickupfont\pickup@font % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@orig@add@accent} +%\begin{macro}{\add@accent} %\changes{v1.8}{2005/06/14}{fix: disable micro-typographic setup inside \cmd\add@accent\ % (reported by \contributor Stephan Hennig )} % ^^A MID: <42adb0e3$0$27784$9b4e6d93@newsread2.arcor-online.net> +%\begin{macro}{\MT@orig@add@accent} % Inside \cmd\add@accent, we have to disable \microtype's setup, since the % grouping in the patched \cmd\pickup@font\ would break the accent if % different fonts are used for the base character and the accent. Fortunately, % \LaTeX\ takes care that the fonts used for the \cmd\accent\ are already set % up, so that we cannot be overlooking them. -% At first, I was going to change \cmd\hmode@bgroup\ only, but that is also -% used in the commands defined by \cmd\DeclareTextFontCommand, \ie, -% \cmd\textit\ etc. % \begin{macrocode} \let\MT@orig@add@accent\add@accent \def\add@accent#1#2{% @@ -6490,8 +7289,10 @@ time will almost certainly lead to undesired results. Have your choice!}% %<*package> % \end{macrocode} %\end{macro} -% Consequently, we are the last one to change these commands, therefore there -% is no need to check whether our definition has survived. +%\end{macro} +% Consequently, we are (if all goes well) the last ones to change these +% commands, therefore there is no need to check whether our definition has +% survived. %\changes{v1.6}{2004/12/29}{test whether \cmd\pickup@font\ has changed} %\changes{v1.9a}{2005/11/21}{remove superfluous test whether \cmd\pickup@font\ has changed} % @@ -6572,17 +7373,17 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\@tempa{##1}% \expandafter\MT@map@tlist@c \csname MT@##1@doc@contexts\endcsname - \MT@rem@from@lists + \MT@maybe@rem@from@list \fi }% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@rem@from@lists} +%\begin{macro}{\MT@maybe@rem@from@list} % Recurse through all context font lists of the document and remove the font, % unless it's the current context. % \begin{macrocode} -\def\MT@rem@from@lists#1{% +\def\MT@maybe@rem@from@list#1{% \MT@ifstreq{\@tempa/#1}{\@tempa/\csname MT@\@tempa @context\endcsname}\relax{% \expandafter\MT@exp@one@n\expandafter\MT@rem@from@clist\expandafter \MT@font \csname MT@\@tempa @#1font@list\endcsname @@ -6611,6 +7412,13 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} +%\begin{macro}{\textmicrotypecontext} +%\changes{v2.2}{2007/07/03}{new command: wrapper around \cs{microtypecontext}} +% This is just a wrapper around \cs{microtypecontext}. +% \begin{macrocode} +\def\textmicrotypecontext#1#2{{\microtypecontext{#1}#2}} +% \end{macrocode} +%\end{macro} %\begin{macro}{\MT@reset@context} %\changes{v1.9f}{2006/08/03}{only reset context if it has actually been changed} %\begin{macro}{\MT@reset@context@} @@ -6641,19 +7449,18 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@define@context} +% Define context keys. % \begin{macrocode} -\def\MT@define@context#1{% +\MT@map@clist@c\MT@features@long{% \define@key{MTC}{#1}[]{% - \KV@@sp@def\@tempb{#1}% - \edef\@tempb{\@nameuse{MT@rbba@\@tempb}}% + \edef\@tempb{\@nameuse{MT@rbba@#1}}% \MT@exp@one@n\MT@in@clist\@tempb\MT@active@features \ifMT@inlist@ % \end{macrocode} % Using an empty context is only asking for trouble, therefore we choose the % `|@|' instead (hoping for the \LaTeX\ users' natural awe of this character). % \begin{macrocode} - \MT@ifempty{##1}{\def\MT@val{@}}{\KV@@sp@def\MT@val{##1}}% + \MT@ifempty{##1}{\def\MT@val{@}}{\def\MT@val{##1}}% \expandafter\ifx\csname MT@\@tempb @context\endcsname\MT@val %\MT@dinfo{1}{>>> no change of #1 context: `\MT@val'}% \else @@ -6680,10 +7487,6 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } % \end{macrocode} -%\end{macro} -% \begin{macrocode} -\MT@map@clist@c\MT@features@long{\MT@define@context{#1}} -% \end{macrocode} %\begin{macro}{\MT@pr@context} %\begin{macro}{\MT@ex@context} %\begin{macro}{\MT@tr@context} @@ -6732,31 +7535,16 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} \def\DeclareMicrotypeSet{% \@ifstar - {\@ifnextchar[\MT@DeclareSetAndUseIt - {\MT@DeclareSetAndUseIt[]}}% - {\@ifnextchar[\MT@DeclareSet - {\MT@DeclareSet[]}}% + \MT@DeclareSetAndUseIt + \MT@DeclareSet } % \end{macrocode} %\end{macro} %\end{macro} %\begin{macro}{\MT@DeclareSet} -%\begin{macro}{\MT@DeclareSetAndUseIt} -% \begin{macrocode} -\def\MT@DeclareSet[#1]{% - \MT@DeclareSet@{#1}% -} -\def\MT@DeclareSetAndUseIt[#1]#2#3{% - \MT@DeclareSet@{#1}{#2}{#3}% - \UseMicrotypeSet[#1]{#2}% -} -% \end{macrocode} -%\end{macro} -%\end{macro} -%\begin{macro}{\MT@DeclareSet@} %\changes{v1.1}{2004/09/15}{remove spaces around first argument} % \begin{macrocode} -\def\MT@DeclareSet@#1#2#3{% +\newcommand\MT@DeclareSet[3][]{% \KV@@sp@def\@tempa{#1}% \MT@ifempty\@tempa{% \MT@map@clist@c\MT@features{{\MT@declare@sets{##1}{#2}{#3}}}% @@ -6774,6 +7562,14 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} +%\begin{macro}{\MT@DeclareSetAndUseIt} +% \begin{macrocode} +\newcommand\MT@DeclareSetAndUseIt[3][]{% + \MT@DeclareSet[#1]{#2}{#3}% + \UseMicrotypeSet[#1]{#2}% +} +% \end{macrocode} +%\end{macro} %\begin{macro}{\MT@curr@set@name} % We need to remember the name of the set currently being declared. % \begin{macrocode} @@ -6799,19 +7595,6 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@define@set@keys} -% Define the \pkg{keyval} keys for font sets. -% \begin{macrocode} -\def\MT@define@set@keys#1{% - \MT@define@set@key@{encoding}{#1}% - \MT@define@set@key@{family}{#1}% - \MT@define@set@key@{series}{#1}% - \MT@define@set@key@{shape}{#1}% - \MT@define@set@key@size{#1}% - \MT@define@set@key@font{#1}% -} -% \end{macrocode} -%\end{macro} %\begin{macro}{\MT@define@set@key@} % \meta{\#1} = font axis, \meta{\#2} = feature. %\changes{v1.8}{2005/04/16}{use comma lists instead of token lists} @@ -6848,7 +7631,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \cmd\rmdefault\ resp. \cmd\bfdefault\ being expanded/protruded. % \begin{macrocode} \def\MT@get@highlevel#1{% - \expandafter\MT@test@ast\MT@val*\@nil{% + \expandafter\MT@test@ast\MT@val*\@nil\relax{% % \end{macrocode} % And `|family = *|' will become \cmd\familydefault. % \begin{macrocode} @@ -6866,12 +7649,13 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} %\begin{macro}{\MT@test@ast} -% Test whether last character is an asterisk. +% It the last character is an asterisk, execute the second argument, otherwise +% the first one. %\changes{v1.7}{2005/03/10}{make it simpler} % \begin{macrocode} \def\MT@test@ast#1*#2\@nil{% \def\@tempa{#1}% - \MT@ifempty{#2}\@gobble\@firstofone + \MT@ifempty{#2}% } % \end{macrocode} %\end{macro} @@ -6882,7 +7666,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@font@sets\@empty \def\MT@fix@font@set#1{% \xdef#1{#1}% - \global\MT@make@string#1% + \global\@onelevel@sanitize#1% } % \end{macrocode} %\end{macro} @@ -7037,19 +7821,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} \def\MT@get@font#1/#2/#3/#4/#5/#6\@nil{% \MT@ifempty{#1#2#3#4#5}\relax{% - \let\@tempb\@empty - \def\MT@temp{#1/#2/#3/#4/#5}% - \MT@get@axis{encoding}{#1}% - \MT@get@axis{family}{#2}% - \MT@get@axis{series}{#3}% - \MT@get@axis{shape}{#4}% - \MT@ifempty{#5}{% - \MT@warn@axis@empty{size}{\string\normalsize}% - \def\MT@val{*}% - }{% - \def\MT@val{#5}% - }% - \MT@get@size + \MT@get@font@{#1}{#2}{#3}{#4}{#5}{0}% \ifx\MT@val\relax\def\MT@val{0}\fi \expandafter\g@addto@macro\expandafter\@tempb\expandafter{\MT@val}% \let\MT@val\@tempb @@ -7057,6 +7829,27 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} +%\begin{macro}{\MT@get@font@} +% Helper macro, also used by \cs{MT@get@font@and@size}. +% \begin{macrocode} +\def\MT@get@font@#1#2#3#4#5#6{% + \let\@tempb\@empty + \def\MT@temp{#1/#2/#3/#4/#5}% + \MT@get@axis{encoding}{#1}% + \MT@get@axis{family} {#2}% + \MT@get@axis{series} {#3}% + \MT@get@axis{shape} {#4}% + \ifnum#6>\z@\edef\@tempb{\@tempb*}\fi + \MT@ifempty{#5}{% + \MT@warn@axis@empty{size}{\string\normalsize}% + \def\MT@val{*}% + }{% + \def\MT@val{#5}% + }% + \MT@get@size +} +% \end{macrocode} +%\end{macro} %\begin{macro}{\MT@get@axis} % \begin{macrocode} \def\MT@get@axis#1#2{% @@ -7080,12 +7873,16 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} % We have finally assembled all pieces to define \cs{DeclareMicrotypeSet}'s % keys. -% \begin{macrocode} -\MT@map@clist@c\MT@features{\MT@define@set@keys{#1}} -% \end{macrocode} % It is also used for \cs{DisableLigatures}. % \begin{macrocode} -\MT@define@set@keys{nl} +\MT@exp@one@n\MT@map@clist@n{\MT@features,nl}{% + \MT@define@set@key@{encoding}{#1}% + \MT@define@set@key@{family}{#1}% + \MT@define@set@key@{series}{#1}% + \MT@define@set@key@{shape}{#1}% + \MT@define@set@key@size{#1}% + \MT@define@set@key@font{#1}% +} % \end{macrocode} %\begin{macro}{\UseMicrotypeSet} % To use a particular set we simply redefine |MT@|\meta{feature}|@setname|. @@ -7098,7 +7895,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@ifempty\@tempa{% \MT@map@clist@c\MT@features{{\MT@use@set{##1}{#2}}}% }{% - \MT@map@clist@c\@tempa{% + \MT@map@clist@c\@tempa{{% \KV@@sp@def\@tempa{##1}% \MT@ifempty\@tempa\relax{% \MT@is@feature{activation of set `#2'}{% @@ -7106,7 +7903,7 @@ time will almost certainly lead to undesired results. Have your choice!}% {\csname MT@rbba@\@tempa\endcsname}{#2}% }% }% - }% + }}% }% } % \end{macrocode} @@ -7144,32 +7941,6 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\end{macro} %\end{macro} -%\begin{macro}{\DisableLigatures} -%\changes{v1.9}{2005/07/11}{new command: disable ligatures (requires \pdftex\ 1.30)} -% This is really simple now: we can re-use the set definitions of -% \cs{DeclareMicrotypeSet}; there can only be one set, which we'll call -% `|no ligatures|'. -% \begin{macrocode} -\MT@requires@pdftex5{ - \renewcommand*\DisableLigatures[1]{% - \edef\MT@active@features{\MT@active@features,nl}% - \MT@noligaturestrue - \MT@declare@sets{nl}{no ligatures}{#1}% - \gdef\MT@nl@setname{no ligatures}% - } -}{ -% \end{macrocode} -% If \pdftex\ is too old, we issue a warning and neutralise the command. -% \begin{macrocode} - \renewcommand*\DisableLigatures[1]{% - \MT@warning{Disabling ligatures of a font is only possible\MessageBreak - with pdftex version 1.30 or newer.\MessageBreak - Ignoring \string\DisableLigatures}% - \MT@glet\DisableLigatures\@gobble - } -} -% \end{macrocode} -%\end{macro} %\begin{macro}{\DeclareMicrotypeSetDefault} %\changes{v1.8}{2005/05/15}{new command: set default font set} % This command can be used in the main configuration file to declare the @@ -7219,16 +7990,45 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\end{macro} %\end{macro} +% +%\subsubsection{Variants and Aliases} +% +%\begin{macro}{\DeclareMicrotypeVariants} +%\changes{v2.2}{2007/02/04}{new command} +%\begin{macro}{\MT@variants} +% Specify suffixes for variants (see \file{fontname/variants.map}). +% The starred version appends to the list. +% \begin{macrocode} +\let\MT@variants\@empty +\def\DeclareMicrotypeVariants{% + \@ifstar + \MT@DeclareVariants + {\let\MT@variants\@empty\MT@DeclareVariants}% +} +% \end{macrocode} +%\end{macro} +%\end{macro} +%\begin{macro}{\MT@DeclareVariants} +% \begin{macrocode} +\def\MT@DeclareVariants#1{% + \MT@map@clist@n{#1}{% + \KV@@sp@def\@tempa{##1}% + \@onelevel@sanitize\@tempa + \xdef\MT@variants{\MT@variants{\@tempa}}% + }% +} +% \end{macrocode} +%\end{macro} %\begin{macro}{\DeclareMicrotypeAlias} -% This can be used to set an alias name for a font, so that the file (and the -% settings) for the aliased font will be loaded. +% This can be used to set an alias name for a font, so that the file and the +% settings for the aliased font will be loaded. %\changes{v1.5}{2004/12/03}{remove spaces around arguments} %\changes{v1.8}{2005/05/09}{warning when overriding an alias font} % \begin{macrocode} \renewcommand*\DeclareMicrotypeAlias[2]{% \KV@@sp@def\@tempa{#1}% \KV@@sp@def\@tempb{#2}% - \MT@make@string\@tempb + \@onelevel@sanitize\@tempb \MT@ifdefined@n@T{MT@\@tempa @alias}{% \MT@warning{Alias font family `\@tempb' will override alias `\@nameuse{MT@\@tempa @alias}'\MessageBreak @@ -7256,7 +8056,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} \def\LoadMicrotypeFile#1{% \KV@@sp@def\@tempa{#1}% - \MT@make@string\@tempa + \@onelevel@sanitize\@tempa \MT@exp@one@n\MT@in@clist\@tempa\MT@file@list \ifMT@inlist@ \MT@vinfo{... Configuration file mt-\@tempa.cfg already loaded}% @@ -7276,13 +8076,56 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} % +%\subsubsection{Disabling Ligatures} +% +%\begin{macro}{\DisableLigatures} +%\changes{v1.9}{2005/07/11}{new command: disable ligatures (requires \pdftex\ 1.30)} +%\changes{v2.2}{2007/01/22}{new optional argument: disable selected ligatures only} +%\begin{macro}{\MT@DisableLigatures} +%\begin{macro}{\MT@nl@setname} +%\begin{macro}{\MT@nl@ligatures} +% This is really simple now: we can re-use the set definitions of +% \cs{DeclareMicrotypeSet}; there can only be one set, which we'll call +% `|no ligatures|'. +% +% The optional argument may be used to disable selected ligatures only. +% \begin{macrocode} +\MT@requires@pdftex5{ + \def\DisableLigatures{% + \MT@begin@catcodes + \MT@DisableLigatures + } + \newcommand*\MT@DisableLigatures[2][]{% + \MT@ifempty{#1}\relax{\gdef\MT@nl@ligatures{#1}}% + \xdef\MT@active@features{\MT@active@features,nl}% + \global\MT@noligaturestrue + \MT@declare@sets{nl}{no ligatures}{#2}% + \gdef\MT@nl@setname{no ligatures}% + \MT@end@catcodes + } +}{ +% \end{macrocode} +%\end{macro} +%\end{macro} +%\end{macro} +% If \pdftex\ is too old, we issue a warning. +% \begin{macrocode} + \renewcommand*\DisableLigatures[2][]{% + \MT@warning{Disabling ligatures of a font is only possible\MessageBreak + with pdftex version 1.30 or newer.\MessageBreak + Ignoring \string\DisableLigatures}% + } +} +% \end{macrocode} +%\end{macro} +% %\subsubsection{Interaction with \pkg{babel}} % %\begin{macro}{\DeclareMicrotypeBabelHook} % Declare the context that should be loaded when a \pkg{babel} language % is selected. The command will not check whether a previous declaration will % be overwritten. -%\changes{v2.0}{2005/10/04}{new command: interaction with \pkg{babel} (beta:1)} +%\changes{v2.0}{2005/10/04}{(beta:1) new command: interaction with \pkg{babel}} % \begin{macrocode} \def\DeclareMicrotypeBabelHook#1#2{% \MT@map@clist@n{#1}{% @@ -7300,9 +8143,10 @@ time will almost certainly lead to undesired results. Have your choice!}% % setting the character protrusion resp. expansion factors for a set of fonts. % %\begin{macro}{\SetProtrusion} +%\changes{v1.9}{2005/07/13}{(et al.) new key: \texttt{font}} %\changes{v1.9d}{2006/02/23}{(et al.) split keys of optional and mandatory argument} %\changes{v1.9d}{2006/02/23}{(et al.) optimise: unify keys for mandatory argument} -%\changes{v1.9e}{2006/07/26}{new key: \texttt{inputenc}} +%\changes{v1.9e}{2006/07/26}{(et al.) new key: \texttt{inputenc}} %\changes{v1.9f}{2006/08/10}{(et al.) set catcodes before parsing optional argument} % This macro accepts three arguments: [options,] set of font attributes and % list of character protrusion factors. @@ -7393,6 +8237,13 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\begin{macro}{\SetTracking} %\changes{v2.0}{2006/12/28}{new command: tracking} +%\changes{v2.2}{2007/02/23}{third argument may be empty} +%\changes{v2.2}{2007/02/23}{new key `\texttt{no ligatures}' to disable +% ligatures of letterspaced fonts} +%\changes{v2.2}{2007/06/16}{new keys `\texttt{spacing}' and `\texttt{outer spacing}' +% to adjust interword spacing +% (suggested by \contributor Steven E. Harris )} +% ^^A private mail, 15/06/2007 % \begin{macrocode} \def\SetTracking{% \MT@begin@catcodes @@ -7401,6 +8252,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} %\begin{macro}{\MT@SetTracking} +% Third argument may be empty. % \begin{macrocode} \newcommand*\MT@SetTracking[3][]{% \let\MT@extra@context\@empty @@ -7409,13 +8261,13 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@permutelist{tr@c}% \setkeys{MT@cfg}{#2}% \MT@permute - \MT@gdef@n{MT@tr@c@\MT@tr@c@name}{#3}% + \MT@ifempty{#3}\relax{\MT@gdef@n{MT@tr@c@\MT@tr@c@name}{#3}}% \MT@end@catcodes } % \end{macrocode} %\end{macro} %\begin{macro}{\SetExtraSpacing} -%\changes{v2.0}{2005/09/28}{new command: adjustment of interword spacing (beta:1)} +%\changes{v2.0}{2005/09/28}{(beta:1) new command: adjustment of interword spacing} % \begin{macrocode} \def\SetExtraSpacing{% \MT@begin@catcodes @@ -7445,7 +8297,7 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\todo{command to inhibit kerning etc.} %\begin{macro}{\SetExtraKerning} -%\changes{v2.0}{2005/09/28}{new command: additional kerning (beta:1)} +%\changes{v2.0}{2005/09/28}{(beta:1) new command: additional kerning} % \begin{macrocode} \def\SetExtraKerning{% \MT@begin@catcodes @@ -7533,7 +8385,6 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\changes{v1.9}{2005/07/13}{\cs{SetProtrusion} and \cs{SetExpansion}: new key: \texttt{font}} %\begin{macro}{\MT@define@code@key@font} %\changes{v1.9c}{2006/01/25}{fix: context was ignored} % \begin{macrocode} @@ -7544,11 +8395,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \expandafter\MT@get@font@and@size\MT@val/////\@nil \MT@xdef@n{MT@\MT@permutelist @\@tempb\MT@extra@context}% {\csname MT@\MT@permutelist @name\endcsname}% -%<*debug> - \MT@dinfo@nl{1}{initialising: use list for font \@tempb=\MT@val - \ifx\MT@extra@context\@empty\else\MessageBreak - (context: \MT@extra@context)\fi}% -% +%\MT@dinfo@nl{1}{initialising: use list for font \@tempb=\MT@val +% \ifx\MT@extra@context\@empty\else\MessageBreak +% (context: \MT@extra@context)\fi}% \expandafter\MT@xaddb \csname MT@\MT@permutelist @\@tempb\MT@extra@context @sizes\endcsname {{{\MT@val}{\m@ne}{\MT@curr@set@name}}}% @@ -7561,25 +8410,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % Translate any asterisks and split off the size. % \begin{macrocode} \def\MT@get@font@and@size#1/#2/#3/#4/#5/#6\@nil{% - \MT@ifempty{#1#2#3#4#5}\relax{% - \let\@tempb\@empty - \def\MT@temp{#1/#2/#3/#4/#5}% - \MT@get@axis{encoding}{#1}% - \MT@get@axis{family}{#2}% - \MT@get@axis{series}{#3}% - \MT@get@axis{shape}{#4}% -% \end{macrocode} -% Append an asterisk for the size. -% \begin{macrocode} - \edef\@tempb{\@tempb*}% - \MT@ifempty{#5}{% - \MT@warn@axis@empty{size}{\string\normalsize}% - \def\MT@val{*}% - }{% - \def\MT@val{#5}% - }% - \MT@get@size - }% + \MT@ifempty{#1#2#3#4#5}\relax + {\MT@get@font@{#1}{#2}{#3}{#4}{#5}{1}}% } % \end{macrocode} %\end{macro} @@ -7591,17 +8423,25 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@define@code@key@size{cfg} \MT@define@code@key@font{cfg} % \end{macrocode} -%\todo{use \pkg{xkeyval} instead of \pkg{keyval}?} -%\begin{macro}{\MT@define@opt@keys} +%\todo{use \pkg{xkeyval} instead of \pkg{keyval}? or \pkg{kvoptions}?} +%\begin{macro}{\MT@define@opt@key} +% \begin{macrocode} +\def\MT@define@opt@key#1#2{% + \define@key{MT@#1@c}{#2}[]{\MT@ifempty{##1}\relax{% + \MT@xdef@n{MT@#1@c@\MT@curr@set@name @#2}{##1}}}% +} +% \end{macrocode} +%\end{macro} % The options in the optional first argument. % \begin{macrocode} -\def\MT@define@opt@keys#1{% +\MT@map@clist@c\MT@features{% % \end{macrocode} %\changes{v1.9a}{2005/11/21}{`\meta{file name}\texttt{/}\meta{line number}' as default list name} % Use file name and line number as the list name if the user didn't bother % to invent one. %\changes{v1.3}{2004/10/27}{fix: specifying \texttt{load} option does no % longer require to give a \texttt{name}, too} +%\changes{v2.2}{2007/01/28}{simplify key declarations} % \begin{macrocode} \define@key{MT@#1@c}{name}[]{% \MT@ifempty{##1}{% @@ -7624,24 +8464,50 @@ time will almost certainly lead to undesired results. Have your choice!}% \define@key{MT@#1@c}{context}[]{\MT@ifempty{##1}\relax{\def\MT@extra@context{##1}}}% } % \end{macrocode} -%\end{macro} -%\begin{macro}{\MT@define@opt@key} +% Automatically enable font copying if we find an expansion context. +% After the preamble, check whether font copying is enabled. +% For older \pdftex\ versions, disallow. % \begin{macrocode} -\def\MT@define@opt@key#1#2{% - \define@key{MT@#1@c}{#2}[]{\MT@ifempty{##1}\relax{% - \MT@xdef@n{MT@#1@c@\MT@curr@set@name @#2}{##1}}}% +\MT@requires@pdftex7{ + \define@key{MT@ex@c}{context}[]{\MT@ifempty{#1}\relax{% + \MT@glet\MT@copy@font\MT@copy@font@ + \def\MT@extra@context{#1}}% + } + \MT@addto@setup{% + \define@key{MT@ex@c}{context}[]{% + \ifx\MT@copy@font\MT@copy@font@ + \MT@ifempty{#1}\relax{\def\MT@extra@context{#1}}% + \else + \MT@error{\MT@MT\space isn't set up for expansion contexts.\MessageBreak + Ignoring `context' key\on@line}% + {Either move the settings inside the preamble,\MessageBreak + or load the package with the `copyfonts' option.}% + \fi + } + } +}{ + \define@key{MT@ex@c}{context}[]{% + \MT@error{Expansion contexts only work with pdftex 1.40.4\MessageBreak + or later. Ignoring `context' key\on@line}% + {Upgrade pdftex.}% + } } % \end{macrocode} -%\end{macro} +%\begin{macro}{\MT@warn@nodim} % \begin{macrocode} -\MT@map@clist@c\MT@features{\MT@define@opt@keys{#1}} +\def\MT@warn@nodim#1{% + \MT@warning{`\@tempa' is not a dimension.\MessageBreak + Ignoring it and setting values relative to\MessageBreak #1}% +} % \end{macrocode} -% Protrusion codes may be relative to character width, or to any dimension. +%\end{macro} %\changes{v1.8}{2005/04/14}{\cs{SetProtrusion}: new key: \texttt{unit}} %\changes{v1.9}{2005/09/28}{\cs{SetProtrusion}: value `\texttt{relative}' renamed % to `\texttt{character}' for key \texttt{unit}} %\changes{v2.0}{2006/09/30}{option `\opt{unit}', \cs{SetProtrusion}: % deprecate value `\texttt{relative}' completely} +% Protrusion codes may be relative to character width, or to any dimension. +%\todo{new key for unit: dimen (for kerning, especially)} % \begin{macrocode} \define@key{MT@pr@c}{unit}[character]{% \global\MT@let@nc{MT@pr@c@\MT@curr@set@name @unit}\@empty @@ -7651,13 +8517,9 @@ time will almost certainly lead to undesired results. Have your choice!}% % Test whether it's a dimension, but do not translate it into its final % form here, since it may be font-specific. % \begin{macrocode} - \MT@ifdimen\@tempa{% - \global\MT@let@nc{MT@pr@c@\MT@curr@set@name @unit}\@tempa - }{% - \MT@warning{`\@tempa' is not a dimension.\MessageBreak - Ignoring it and setting values relative to\MessageBreak - character widths}% - }% + \MT@ifdimen\@tempa + {\global\MT@let@nc{MT@pr@c@\MT@curr@set@name @unit}\@tempa}% + {\MT@warn@nodim{character widths}}% }% } % \end{macrocode} @@ -7666,47 +8528,32 @@ time will almost certainly lead to undesired results. Have your choice!}% \define@key{MT@tr@c}{unit}[1em]{% \global\MT@let@nc{MT@tr@c@\MT@curr@set@name @unit}\@empty \def\@tempa{#1}% - \MT@ifdimen\@tempa{% - \global\MT@let@nc{MT@tr@c@\MT@curr@set@name @unit}\@tempa - }{% - \MT@warning{`\@tempa' is not a dimension.\MessageBreak - Ignoring it and setting values relative to\MessageBreak - 1em}% - \MT@gdef@n{MT@tr@c@\MT@curr@set@name @unit}{1em}% - }% + \MT@ifdimen\@tempa + {\global\MT@let@nc{MT@tr@c@\MT@curr@set@name @unit}\@tempa}% + {\MT@warn@nodim{1em}% + \MT@gdef@n{MT@tr@c@\MT@curr@set@name @unit}{1em}}% } % \end{macrocode} -%\begin{macro}{\MT@define@key@unit} % Spacing and kerning codes may additionally be relative to space dimensions. % \begin{macrocode} -\def\MT@define@key@unit#1{% +\MT@map@clist@n{sp,kn}{% \define@key{MT@#1@c}{unit}[space]{% \global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\@empty \def\@tempa{##1}% \MT@ifstreq\@tempa{character}\relax{% \global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\m@ne \MT@ifstreq\@tempa{space}\relax{% - \MT@ifdimen\@tempa{% - \global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\@tempa - }{% - \MT@warning{`\@tempa' is not a dimension.\MessageBreak - Ignoring it and setting values relative to\MessageBreak - width of space}% - }% + \MT@ifdimen\@tempa + {\global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\@tempa}% + {\MT@warn@nodim{width of space}}% }% }% }% } % \end{macrocode} -%\end{macro} -% \begin{macrocode} -\MT@define@key@unit{sp} -\MT@define@key@unit{kn} -% \end{macrocode} -%\begin{macro}{\MT@define@ex@opt@key} % The first argument to \cs{SetExpansion} accepts some more options. % \begin{macrocode} -\def\MT@define@ex@opt@key#1{% +\MT@map@clist@n{stretch,shrink,step}{% \define@key{MT@ex@c}{#1}[]{% \MT@ifempty{##1}\relax{% \MT@ifint{##1}{% @@ -7722,21 +8569,13 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% } -% \end{macrocode} -%\end{macro} -% \begin{macrocode} -\MT@define@ex@opt@key{stretch} -\MT@define@ex@opt@key{shrink} -\MT@define@ex@opt@key{step} \define@key{MT@ex@c}{auto}[true]{% \def\@tempa{#1}% \csname if\@tempa\endcsname % \end{macrocode} % Don't use |autoexpand| for \pdftex\ version older than 1.20. -%\changes{v1.7}{2005/03/07}{\cs{SetExpansion}: bug fix: remove -% space after \texttt{autoexpand}} -%\changes{v1.7}{2005/03/07}{\cs{SetExpansion}: don't allow automatic -% expansion for old \pdftex\ versions} +%\changes{v1.7}{2005/03/07}{fix: remove space after \texttt{autoexpand}} +%\changes{v1.7}{2005/03/07}{don't allow automatic expansion for old \pdftex\ versions} % \begin{macrocode} \MT@requires@pdftex4{% \MT@gdef@n{MT@ex@c@\MT@curr@set@name @auto}{autoexpand}% @@ -7750,6 +8589,20 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi } % \end{macrocode} +% Tracking: Interword spacing. +% The variant with space in case \cs{SetTracking} is called inside an argument +% (\eg, to \cmd\IfFileExists). +% \begin{macrocode} +\MT@define@opt@key{tr}{spacing} +\MT@define@opt@key{tr}{outerspacing} +\define@key{MT@tr@c}{outer spacing}[]{\setkeys{MT@tr@c}{outerspacing={#1}}} +% \end{macrocode} +% Which ligatures should be disabled? +% \begin{macrocode} +\define@key{MT@tr@c}{noligatures}[]% + {\MT@xdef@n{MT@tr@c@\MT@curr@set@name @noligatures}{#1}} +\define@key{MT@tr@c}{no ligatures}[]{\setkeys{MT@tr@c}{noligatures={#1}}} +% \end{macrocode} % %\subsubsection{Character Inheritance} % @@ -7827,7 +8680,6 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} % Parse the second argument. \cs{DeclareCharacterInheritance} may also be set % up for various combinations. -%\changes{v1.2}{2004/09/29}{check whether only one encoding specified} % \begin{macrocode} \define@key{MT@inh}{encoding}[]{% \def\MT@val{#1}% @@ -7837,6 +8689,7 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\begin{macro}{\MT@encoding@check} +%\changes{v1.2}{2004/09/29}{check whether only one encoding specified} % But we only allow \emph{one} encoding. % \begin{macrocode} \def\MT@encoding@check#1,#2\@nil{% @@ -7893,10 +8746,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi \fi }% -%<*debug> - \MT@dinfo@nl{2}{children of #1 (\MT@val): - \@nameuse{MT@inh@\MT@listname @\MT@val @}}% -% +%\MT@dinfo@nl{2}{children of #1 (\MT@val): +% \@nameuse{MT@inh@\MT@listname @\MT@val @}}% \fi \fi } @@ -8012,18 +8863,14 @@ time will almost certainly lead to undesired results. Have your choice!}% %\changes{v1.8}{2005/04/20}{add ranges to the beginning of the lists} % \begin{macrocode} \MT@ifdefined@n@T{MT@\MT@permutelist @\@tempa\MT@extra@context @sizes}{% - \MT@map@tlist@c - \MT@tempsize - \MT@check@rlist + \MT@map@tlist@c\MT@tempsize\MT@check@rlist }% \expandafter\MT@xaddb \csname MT@\MT@permutelist @\@tempa\MT@extra@context @sizes\endcsname \MT@tempsize -%<*debug> - \MT@dinfo@nl{1}{initialising: use list for font \@tempa,\MessageBreak - sizes: \csname MT@\MT@permutelist @\@tempa\MT@extra@context - @sizes\endcsname}% -% +%\MT@dinfo@nl{1}{initialising: use list for font \@tempa,\MessageBreak +% sizes: \csname MT@\MT@permutelist @\@tempa\MT@extra@context +% @sizes\endcsname}% }{% % \end{macrocode} % Only one list can apply to a given combination. @@ -8034,11 +8881,9 @@ time will almost certainly lead to undesired results. Have your choice!}% `\@nameuse{MT@\MT@permutelist @\@tempa\MT@extra@context}' for font `\@tempa'}% }% -%<*debug> - \MT@dinfo@nl{1}{initialising: use list for font \@tempa - \ifx\MT@extra@context\@empty\else\MessageBreak - (context: \MT@extra@context)\fi}% -% +%\MT@dinfo@nl{1}{initialising: use list for font \@tempa +% \ifx\MT@extra@context\@empty\else\MessageBreak +% (context: \MT@extra@context)\fi}% }% \MT@xdef@n{MT@\MT@permutelist @\@tempa\MT@extra@context}% {\csname MT@\MT@permutelist @name\endcsname}% @@ -8174,12 +9019,43 @@ time will almost certainly lead to undesired results. Have your choice!}% %\end{macro} %\end{macro} %\end{macro} -%\begin{macro}{\MT@define@option} +%\begin{macro}{\MT@optwarn@admissible} +% Some warnings. +% \begin{macrocode} +\def\MT@optwarn@admissible#1#2{% + \MT@warning@nl{`#1' is not an admissible value for option\MessageBreak + `#2'. Assuming `false'}% +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@optwarn@nan} +% \begin{macrocode} +% +\def\MT@optwarn@nan#1#2{% + \MT@warning@nl{Value `#1' for option `#2' is not a\MessageBreak number. + Using default value of \number\@nameuse{MT@#2@default}}% +} +%<*package> +% \end{macrocode} +%\end{macro} +%\begin{macro}{\MT@opt@def@set} +% \begin{macrocode} +\def\MT@opt@def@set#1{% + \MT@ifdefined@n@TF{MT@\@tempb @set@@\MT@val}{% + \MT@xdef@n{MT@\@tempb @setname}{\MT@val}% + }{% + \MT@xdef@n{MT@\@tempb @setname}{\@nameuse{MT@default@\@tempb @set}}% + \MT@warning@nl{The #1 set `\MT@val' is undeclared.\MessageBreak + Using set `\@nameuse{MT@\@tempb @setname}' instead}% + }% +} +% \end{macrocode} +%\end{macro} % \opt{expansion} and \opt{protrusion} may be |true|, |false|, |compatibility|, % |nocompatibility| and/or a \meta{set name}. %\changes{v1.9}{2005/10/06}{fix: use \texttt{true} as the default value} % \begin{macrocode} -\def\MT@define@option#1{% +\MT@map@clist@n{protrusion,expansion}{% \define@key{MT}{#1}[true]{% \csname MT@opt@#1true\endcsname \MT@map@clist@n{##1}{% @@ -8201,15 +9077,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} % If everything failed, it should be a set name. % \begin{macrocode} - \MT@ifdefined@n@TF{MT@\@tempb @set@@\MT@val}{% - \MT@xdef@n{MT@\@tempb @setname}{\MT@val}% - }{% - \MT@xdef@n{MT@\@tempb @setname}% - {\@nameuse{MT@default@\@tempb @set}}% - \MT@warning@nl{% - The #1 set `\MT@val' is undeclared.\MessageBreak - Using set `\@nameuse{MT@\@tempb @setname}' instead}% - }% + \MT@opt@def@set{#1}% }% }% }% @@ -8219,45 +9087,30 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } % \end{macrocode} -%\end{macro} -% \begin{macrocode} -\MT@define@option{protrusion} -\MT@define@option{expansion} -% \end{macrocode} % \opt{activate} is a shortcut for \opt{protrusion} and \opt{expansion}. %\changes{v1.9e}{2006/07/18}{fix: default value for \opt{activate}: \texttt{true}} %\todo{add \opt{spacing} to \opt{activate}, when the feature has stabilised in \pdftex?} % \begin{macrocode} \define@key{MT}{activate}[true]{% - \setkeys{MT}{protrusion={#1}}% - \setkeys{MT}{expansion={#1}}% + \setkeys{MT}{protrusion={#1}}% + \setkeys{MT}{expansion={#1}}% } % \end{macrocode} -%\begin{macro}{\MT@define@option@} % \opt{spacing}, \opt{kerning} and \opt{tracking} do not have a compatibility level. % \begin{macrocode} -\def\MT@define@option@#1{% +\MT@map@clist@n{spacing,kerning,tracking}{% \define@key{MT}{#1}[true]{% - \csname MT@opt@#1true\endcsname \MT@map@clist@n{##1}{% \KV@@sp@def\MT@val{####1}% \MT@ifempty\MT@val\relax{% \csname MT@#1true\endcsname - \edef\@tempb{\csname MT@rbba@#1\endcsname}% \MT@ifstreq\MT@val{true}\relax {% \MT@ifstreq\MT@val{false}{% \csname MT@#1false\endcsname }{% - \MT@ifdefined@n@TF{MT@\@tempb @set@@\MT@val}{% - \MT@xdef@n{MT@\@tempb @setname}{\MT@val}% - }{% - \MT@xdef@n{MT@\@tempb @setname}% - {\@nameuse{MT@default@\@tempb @set}}% - \MT@warning@nl{% - The #1 set `\MT@val' is undeclared.\MessageBreak - Using set `\@nameuse{MT@\@tempb @setname}' instead}% - }% + \edef\@tempb{\csname MT@rbba@#1\endcsname}% + \MT@opt@def@set{#1}% }% }% }% @@ -8265,17 +9118,11 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } % \end{macrocode} -%\end{macro} -% \begin{macrocode} -\MT@define@option@{spacing} -\MT@define@option@{kerning} -\MT@define@option@{tracking} -% \end{macrocode} %\changes{v1.5}{2004/12/02}{new option: \opt{selected}, by default false % (suggested by \contributor \thanh{} )} % ^^A private mail, 30/11/2004 -%\changes{v2.0}{2005/10/04}{new option: \opt{babel}, by default false -% (language-dependent setup suggested by \contributor Ulrich Dirr ) (beta:1)} +%\changes{v2.0}{2005/10/04}{(beta:1) new option: \opt{babel}, by default false +% (language-dependent setup suggested by \contributor Ulrich Dirr )} %\begin{macro}{\MT@def@bool@opt} % The |true|/|false| options: % \opt{draft}, \opt{final} (may be inherited from the class options), @@ -8283,18 +9130,15 @@ time will almost certainly lead to undesired results. Have your choice!}% % \opt{selected}, % \opt{babel}, % \opt{DVIoutput}, -% \opt{defersetup}. +% \opt{defersetup}, +% \opt{copyfonts}. % \begin{macrocode} \def\MT@def@bool@opt#1#2{% - \define@key{MT}{#1}[]{% - \MT@ifempty{##1}% - {\def\@tempa{true}}% - {\def\@tempa{##1}}% + \define@key{MT}{#1}[true]{% + \def\@tempa{##1}% \MT@ifstreq\@tempa{true}\relax{% \MT@ifstreq\@tempa{false}\relax{% - \MT@warning@nl{% - `##1' is not an admissible value for option\MessageBreak - `#1'. Assuming `false'}% + \MT@optwarn@admissible{##1}{#1}% \def\@tempa{false}% }% }% @@ -8303,14 +9147,11 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} %\end{macro} -%\begin{macro}{\MT@def@simple@bool@opt} % Boolean options that only set the switch. % \begin{macrocode} -\def\MT@def@simple@bool@opt#1{\MT@def@bool@opt{#1}{\csname MT@#1\@tempa\endcsname}} -% \end{macrocode} -%\end{macro} -% \begin{macrocode} -\MT@map@tlist@n{{draft}{auto}{selected}{babel}}\MT@def@simple@bool@opt +\MT@map@clist@n{draft,selected,babel}{% + \MT@def@bool@opt{#1}{\csname MT@#1\@tempa\endcsname}} +\MT@def@bool@opt{auto}{\csname MT@auto\@tempa\endcsname \MT@opt@autotrue} % \end{macrocode} % The \opt{DVIoutput} option will change \cmd\pdfoutput\ immediately to minimise % the risk of confusing other packages. @@ -8345,6 +9186,30 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi } % \end{macrocode} +% \opt{copyfonts} will copy all fonts before setting them up. This allows +% expansion with different parameters. +%\changes{v2.2}{2007/07/03}{new option: \opt{copyfonts}} +% This options is also \emph{undocumented} in the hope that we can always find +% out automatically whether it's required. +% \begin{macrocode} +\MT@requires@pdftex7{ + \MT@def@bool@opt{copyfonts}{% + \csname if\@tempa\endcsname + \MT@glet\MT@copy@font\MT@copy@font@ + \else + \MT@glet\MT@copy@font\relax + \fi + } +}{ + \MT@def@bool@opt{copyfonts}{% + \csname if\@tempa\endcsname + \MT@error{The pdftex version you are using is too old\MessageBreak + to use the `copyfonts' option} + {Please upgrade pdftex.}% + \fi + } +} +% \end{macrocode} % \opt{final} is the opposite to \opt{draft}. %\changes{v1.4a}{2004/11/16}{new option: \opt{final}} % \begin{macrocode} @@ -8358,11 +9223,9 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} % For \opt{verbose} output, we simply redefine \cs{MT@vinfo}. % \begin{macrocode} -\define@key{MT}{verbose}[]{% +\define@key{MT}{verbose}[true]{% \let\MT@vinfo\MT@info@nl - \MT@ifempty{#1}% - {\def\@tempa{true}}% - {\def\@tempa{#1}}% + \def\@tempa{#1}% \MT@ifstreq\@tempa{true}\relax{% % \end{macrocode} %\changes{v1.7}{2005/03/16}{new value for \opt{verbose} option: \texttt{errors}} @@ -8373,11 +9236,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@warning@nl\MT@warn@err }{% \let\MT@vinfo\@gobble - \MT@ifstreq\@tempa{false}\relax{% - \MT@warning@nl{% - `#1' is not an admissible value for option\MessageBreak - `verbose'. Assuming `false'}% - }% + \MT@ifstreq\@tempa{false}\relax + {\MT@optwarn@admissible{#1}{verbose}}% }% }% } @@ -8386,9 +9246,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % (suggested by \contributor \thanh{} )} % ^^A private mail, 30/11/2004 %\changes{v1.6}{2004/12/18}{new option: \opt{factor}, by default 1000} -%\changes{v2.0}{2005/09/21}{new option: \opt{letterspace}, by default 100 (beta:1)} +%\changes{v2.0}{2005/09/21}{(beta:1) new option: \opt{letterspace}, by default 100} %\changes{v2.0}{2007/01/05}{option `\texttt{letterspacing}' renamed to `\opt{letterspace}'} -%\begin{macro}{\MT@def@num@opt} % Options with numerical keys: % \opt{factor}, % \opt{stretch}, @@ -8397,60 +9256,44 @@ time will almost certainly lead to undesired results. Have your choice!}% % \opt{letterspace}. % \begin{macrocode} % -\def\MT@def@num@opt#1{% - \define@key{MT}{#1}[]{% - \MT@ifempty{##1}% - {\MT@let@cn\@tempa{MT@#1@default}}% - {\def\@tempa{##1 }}% +\MT@map@clist@n{% +% stretch,shrink,step,% + letterspace}{% + \define@key{MT}{#1}[\csname MT@#1@default\endcsname]{% + \def\@tempa{##1 }% % \end{macrocode} % No nonsense in \cs{MT@factor} et al.? %\changes{v1.6}{2005/01/06}{test whether numeric options receive a number} % A space terminates the number. % \begin{macrocode} - \MT@ifint\@tempa{% - \MT@edef@n{MT@#1}{\@tempa}% - }{\MT@warning@nl{% - Value `##1' for option `#1' is not a number.\MessageBreak - Using default value of \number\@nameuse{MT@#1@default}}% - }% + \MT@ifint\@tempa + {\MT@edef@n{MT@#1}{\@tempa}}% + {\MT@optwarn@nan{##1}{#1}}% }% } -% \end{macrocode} -%\end{macro} -% \begin{macrocode} -%\MT@map@tlist@n{{stretch}{shrink}{step}{letterspace}}\MT@def@num@opt -%\MT@def@num@opt{letterspace} %<*package> % \end{macrocode} % \opt{factor} will define the protrusion factor only. % \begin{macrocode} -\define@key{MT}{factor}[]{% - \MT@ifempty{#1}% - {\let\@tempa\MT@factor@default}% - {\def\@tempa{#1 }}% - \MT@ifint\@tempa{% - \edef\MT@pr@factor{\@tempa}% - }{\MT@warning@nl{% - Value `#1' for option `factor' is not a number.\MessageBreak - Using default value of \number\MT@factor@default}% - }% +\define@key{MT}{factor}[\MT@factor@default]{% + \def\@tempa{#1 }% + \MT@ifint\@tempa + {\edef\MT@pr@factor{\@tempa}} + {\MT@optwarn@nan{#1}{factor}}% } % \end{macrocode} % Unit for protrusion codes. %\changes{v1.8}{2005/04/14}{new option: \opt{unit}, by default \texttt{character}} %\changes{v1.9}{2005/09/28}{option \opt{unit}: rename value \texttt{relative} to \texttt{character}} % \begin{macrocode} -\define@key{MT}{unit}[]{% - \MT@ifempty{#1}% - {\def\@tempa{character}}% - {\KV@@sp@def\@tempa{#1}}% +\define@key{MT}{unit}[character]{% + \def\@tempa{#1}% \MT@ifstreq\@tempa{character}\relax{% - \MT@ifdimen\@tempa{% - \let\MT@pr@unit\@tempa - }{% - \MT@warning@nl{`\@tempa' is not a dimension. Ignoring it and\MessageBreak - setting values relative to character widths}% - }% + \MT@ifdimen\@tempa + {\let\MT@pr@unit\@tempa}% + {\MT@warning@nl{`\@tempa' is not a dimension.\MessageBreak + Ignoring it and setting values relative to\MessageBreak + character widths}}% }% } % \end{macrocode} @@ -8468,7 +9311,6 @@ time will almost certainly lead to undesired results. Have your choice!}% % Also, we only enable expansion by default if \pdftex\ can expand the fonts % automatically. %\changes{v1.6}{2004/12/23}{defaults: turn off expansion for old \pdftex\ versions} -%\todo{should \opt{spacing} be enabled by default?} % \begin{macrocode} \MT@requires@pdftex4{ \MT@expansiontrue @@ -8489,7 +9331,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@get@config#1config=#2,#3\@nil{% \MT@ifempty{#2}% {\def\MT@config@file{\MT@MT.cfg}}% - {\KV@@sp@def\MT@config@file{#2.cfg}}% + {\def\MT@config@file{#2.cfg}}% } \expandafter\expandafter\expandafter\MT@get@config \csname opt@\@currname.\@currext\endcsname,config=,\@nil @@ -8534,7 +9376,7 @@ time will almost certainly lead to undesired results. Have your choice!}% }{% \global\MT@let@nn{MT@#1@setname}{MT@default@#1@set}% \MT@info@nl{Using default \@nameuse{MT@abbr@#1} set `\@nameuse{MT@#1@setname}'}% - } + }% } % \end{macrocode} %\end{macro} @@ -8550,9 +9392,9 @@ time will almost certainly lead to undesired results. Have your choice!}% % % This hook was needed in versions prior to 1.9a to overcome the situation that % (1)~the \microtype\ package should be loaded after all font defaults have -% been set up (hence, using \cmd\@ifpackageloaded\ in the font package has not -% been viable), and (2)~checking \cmd\AtBeginDocument\ could be too late, -% since fonts might already have been loaded, and consequently set up, in the +% been set up (hence, using \cmd\@ifpackageloaded\ in the font package was not +% viable), and (2)~checking \cmd\AtBeginDocument\ could be too late, since +% fonts might already have been loaded, and consequently set up, in the % preamble. With the new deferred setup, one could live without this command, % however, it remains here since it's simpler than testing whether the package % was loaded both in the preamble as well as at the beginning of the document @@ -8597,10 +9439,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@addto@setup{\def\microtypesetup{\setkeys{MTX}}} \def\MT@define@optionX#1#2{% \define@key{MTX}{#1}[true]{% - \KV@@sp@def\@tempb{#1}% + \edef\@tempb{\csname MT@rbba@#1\endcsname}% \MT@map@clist@n{##1}{% \KV@@sp@def\MT@val{####1}% - \edef\@tempb{\csname MT@rbba@\@tempb\endcsname}% \MT@ifempty\MT@val\relax{% \@tempcnta=\m@ne \MT@ifstreq\MT@val{true}{% @@ -8609,7 +9450,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % has been disabled in the package options since fonts might already have been % loaded and hence wouldn't be set up. % \begin{macrocode} - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \expandafter\@tempcnta=\csname MT@\@tempb @level\endcsname \MT@info{Enabling #1 (level \number\csname MT@\@tempb @level\endcsname)}% @@ -8620,20 +9461,19 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@info{Disabling #1}% }{% \MT@ifstreq\MT@val{compatibility}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \@tempcnta=\@ne \MT@let@nc{MT@\@tempb @level}\@ne \MT@info{Setting #1 to level 1}% }% }{% \MT@ifstreq\MT@val{nocompatibility}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \@tempcnta=\tw@ \MT@let@nc{MT@\@tempb @level}\tw@ \MT@info{Setting #1 to level 2}% }% - }{% - \MT@warning{% + }{\MT@warning{% Value `\MT@val' for key `#1' not recognised.\MessageBreak Use any of `true', `false', `compatibility' or\MessageBreak `nocompatibility'}% @@ -8655,12 +9495,11 @@ time will almost certainly lead to undesired results. Have your choice!}% % Test whether the feature wasn't disabled in the package options. % \begin{macrocode} \def\MT@checksetup#1{% - \expandafter\csname ifMT@\csname MT@abbr@#1\endcsname\endcsname + \expandafter\csname ifMT@#1\endcsname \expandafter\@firstofone \else - \MT@warning{% - You cannot enable \@nameuse{MT@abbr@#1} if it was disabled\MessageBreak - in the package options,}% + \MT@warning{You cannot enable #1 if it was disabled\MessageBreak + in the package options,}% \expandafter\@gobble \fi } @@ -8677,14 +9516,12 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@requires@pdftex6{ \def\MT@define@optionX@#1#2{% \define@key{MTX}{#1}[true]{% - \KV@@sp@def\@tempb{#1}% \MT@map@clist@n{##1}{% \KV@@sp@def\MT@val{####1}% - \edef\@tempb{\csname MT@rbba@\@tempb\endcsname}% \MT@ifempty\MT@val\relax{% \@tempcnta=\m@ne \MT@ifstreq\MT@val{true}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \@tempcnta=\@ne \MT@info{Enabling #1}% }% @@ -8692,10 +9529,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@ifstreq\MT@val{false}{% \@tempcnta=\z@ \MT@info{Disabling #1}% - }{% - \MT@warning{% - Value `\MT@val' for key `#1' not recognised.\MessageBreak - Use either `true' or `false'}% + }{\MT@warning{Value `\MT@val' for key `#1' not recognised. + \MessageBreak Use either `true' or `false'}% }% }% \ifnum\@tempcnta>\m@ne @@ -8708,8 +9543,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} %\end{macro} % \begin{macrocode} - \MT@define@optionX@{tracking}{\ifnum\@tempcnta=\z@ - \MT@trackingfalse\else\MT@trackingtrue\fi} + \MT@define@optionX@{tracking}{\ifnum\@tempcnta=\z@ \let\MT@tracking\relax\else + \let\MT@tracking\MT@tracking@\fi} \MT@define@optionX@{spacing}{\pdfadjustinterwordglue\@tempcnta} \MT@define@optionX@{kerning}{\pdfprependkern\@tempcnta \pdfappendkern \@tempcnta} @@ -8726,13 +9561,17 @@ time will almost certainly lead to undesired results. Have your choice!}% \setkeys{MTX}{expansion={#1}}% } % \end{macrocode} +%\begin{macro}{\MT@saved@setupfont} % Disable everything -- may be used as a work-around in case setting up fonts % doesn't work in certain environments. \emph{(Undocumented.)} % \begin{macrocode} \let\MT@saved@setupfont\MT@setupfont +% \end{macrocode} +%\end{macro} +% \begin{macrocode} \define@key{MTX}{disable}[]{% \MT@info{Inactivate `\MT@MT' package}% - \let\MT@setupfont\@gobble + \let\MT@setupfont\relax } \define@key{MTX}{enable}[]{% \MT@info{Reactivate `\MT@MT' package}% @@ -8763,8 +9602,7 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% \MT@temp - \AtEndOfPackage{\let\@unprocessedoptions\relax}% - \let\CurrentOption\@empty + \MT@clear@options } % \end{macrocode} %\end{macro} @@ -8785,25 +9623,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warning@nl{`draft' option active.\MessageBreak Disabling all micro-typographic extensions.\MessageBreak This might lead to different line and page breaks} - \MT@protrusionfalse - \MT@expansionfalse - \MT@trackingfalse - \MT@spacingfalse - \MT@kerningfalse - \MT@babelfalse \let\MT@setupfont\relax - \def\DeclareMicrotypeSet#1#{\@gobbletwo} - \renewcommand*\UseMicrotypeSet[2][]{} - \renewcommand*\SetProtrusion[3][]{} - \renewcommand*\SetExpansion[3][]{} - \renewcommand*\SetTracking[3][]{} - \renewcommand*\SetExtraSpacing[3][]{} - \renewcommand*\SetExtraKerning[3][]{} - \renewcommand*\DeclareCharacterInheritance[3][]{} - \renewcommand*\DeclareMicrotypeAlias[2]{} \renewcommand*\LoadMicrotypeFile[1]{} \renewcommand*\microtypesetup[1]{} \renewcommand*\microtypecontext[1]{} + \renewcommand*\lsstyle{} \else % \end{macrocode} % For output, the user must have explicitly passed the \opt{expansion} @@ -8817,7 +9641,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi % \end{macrocode} % \pdftex\ can create output, too. However, both the viewer and -% dvips need to find actual fonts. Therefore, expansion will only work if the +% |dvips| need to find actual fonts. Therefore, expansion will only work if the % fonts for different degrees of expansion are readily available. % %\changes{v1.4b}{2004/11/19}{new message if \cmd\pdfoutput\ is changed} @@ -8942,13 +9766,13 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@autofalse \def\MT@auto{1000 } } + \else % \end{macrocode} % No automatic expansion. % \begin{macrocode} - \else - \ifnum\MT@pdftex@no < 4 + \MT@requires@pdftex4\relax{ \def\MT@auto{1000 } - \fi + } \fi % \end{macrocode} % Choose the appropriate macro for selected expansion. @@ -8959,7 +9783,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@set@ex@codes\MT@set@ex@codes@n \fi % \end{macrocode} -% Filter out |stretch=0,shrink=0|, since it would result in an \pdftex\ error. +% Filter out |stretch=0,shrink=0|, since it would result in a \pdftex\ error. %\changes{v1.9}{2005/07/08}{disable expansion if both \opt{step} and \opt{shrink} are zero} % \begin{macrocode} \ifnum\MT@stretch=\z@ @@ -8974,12 +9798,32 @@ time will almost certainly lead to undesired results. Have your choice!}% \ifMT@expansion \edef\MT@active@features{\MT@active@features,ex}% \pdfadjustspacing\MT@ex@level - \MT@info@nl{\ifMT@auto\else Non-\fi Automatic font expansion enabled + \MT@info@nl{\ifMT@auto A\else Non-a\fi utomatic font expansion enabled (level \number\MT@ex@level),\MessageBreak stretch: \number\MT@stretch, shrink: \number\MT@shrink, - step: \number\MT@step, \ifMT@selected\else non-\fi selected} + step: \number\MT@step, \ifMT@selected\else non-\fi selected% + \ifx\MT@copy@font\MT@copy@font@ .\MessageBreak + Set up for expansion contexts (using font copies)\fi} +% \end{macrocode} +%\changes{v2.2}{2007/01/28}{warning if \opt{stretch} or \opt{shrink} aren't multiples of \opt{step}} +%\begin{macro}{\MT@check@step} +% Check whether \opt{stretch} and \opt{shrink} are multiples of \opt{step}. +% \begin{macrocode} + \def\MT@check@step#1{% + \@tempcnta=\csname MT@#1\endcsname + \divide\@tempcnta \MT@step + \multiply\@tempcnta \MT@step + \ifnum\@tempcnta=\csname MT@#1\endcsname\else + \MT@warning@nl{The #1 amount is not a multiple of step.\MessageBreak + The effective maximum #1 is \the\@tempcnta\space + (step \number\MT@step)} + \fi + } + \MT@check@step{stretch} + \MT@check@step{shrink} \MT@check@active@set{ex} % \end{macrocode} +%\end{macro} %\changes{v1.7}{2005/03/02}{modify \cmd\showhyphens} % Inside \cmd\showhyphens, font expansion should be disabled. % \begin{macrocode} @@ -9005,15 +9849,22 @@ time will almost certainly lead to undesired results. Have your choice!}% } \MT@requires@pdftex6{ % -\MT@addto@setup{% + \MT@addto@setup{% %<*package> % \end{macrocode} % Tracking, spacing and kerning. % \begin{macrocode} \ifMT@tracking - \edef\MT@active@features{\MT@active@features,tr} - \MT@info@nl{Tracking enabled} - \MT@check@active@set{tr} +%<*lua> + \MT@requires@luatex{ + \MT@warning@nl{Tracking doesn't currently work with luatex} + \let\MT@tracking\relax + }{ +% + \edef\MT@active@features{\MT@active@features,tr} + \MT@info@nl{Tracking enabled} + \MT@check@active@set{tr} +% } \else \let\MT@tracking\relax \MT@info@nl{No tracking} @@ -9038,6 +9889,27 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@info@nl{No adjustment of character kerning} \fi % +% \end{macrocode} +%\begin{macro}{\MT@warn@tracking@DVI} +%\changes{v2.2}{2007/02/11}{warning when letterspacing in DVI mode} +% We issue a warning, when letterspacing in mode, since it will probably +% not work. +% \begin{macrocode} + \ifnum\pdfoutput<\@ne + \def\MT@warn@tracking@DVI{% + \MT@warning@nl{% + You are using tracking/letterspacing in DVI mode.\MessageBreak + This will probably not work, unless the post-\MessageBreak + processing program (dvips, dvipdfm(x), ...) is able\MessageBreak + to create the virtual fonts on the fly}% + \MT@glet\MT@warn@tracking@DVI\relax + } + \else + \let\MT@warn@tracking@DVI\relax + \fi +% \end{macrocode} +%\end{macro} +% \begin{macrocode} \ifnum\MT@letterspace=\m@ne \let\MT@letterspace\MT@letterspace@default \else @@ -9056,24 +9928,18 @@ time will almost certainly lead to undesired results. Have your choice!}% \else \MT@info@nl{No tracking (pdftex too old)} \fi - \MT@trackingfalse - \let\MT@tracking\relax \ifMT@spacing \MT@warning@nl{Adjustment of interword spacing only works with\MessageBreak pdftex version 1.40 or newer. Switching it off}% \else \MT@info@nl{No adjustment of interword spacing (pdftex too old)} \fi - \MT@spacingfalse - \let\MT@spacing\relax \ifMT@kerning \MT@warning@nl{Character kerning only works with\MessageBreak pdftex version 1.40 or newer. Switching it off}% \else \MT@info@nl{No adjustment of character kerning (pdftex too old)} \fi - \MT@kerningfalse - \let\MT@kerning\relax } } % \end{macrocode} @@ -9081,7 +9947,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % ignored with \cmd\pdfadjustinterwordglue\,|>|\,0. Why 1500? Because some % packages redefine \cmd\frenchspacing. See the |c.t.t| thread % `\cmd\frenchspacing\ with packages and babel', started by Philipp -% Lehman on August 16, 2005: \nolinkurl{}. +% Lehman on 16 August 2005: \nolinkurl{}. % \begin{macrocode} \MT@requires@pdftex6{ \AtBeginDocument{% @@ -9147,8 +10013,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \shorthandoff{#2}} }{ \def\MT@shorthandoff#1#2{% - \MT@error{You must load the `babel' package before microtype} - {Otherwise, I cannot switch off the active characters + \MT@error{You must load the `babel' package before \MT@MT} + {Otherwise, `\MT@MT' cannot switch off the active characters for #1 babel.}} } % \end{macrocode} @@ -9171,25 +10037,25 @@ time will almost certainly lead to undesired results. Have your choice!}% } % \end{macrocode} % Disable French \pkg{babel}'s active characters. -%\changes{v2.0}{2006/10/10}{option `\opt{babel}': fix: switch off French +%\changes{v2.0}{2006/10/10}{(beta:8) option `\opt{babel}': fix: switch off French % \pkg{babel}'s active characters with \cmd\shorthandoff\ % instead of \cmd\NoAutoSpaceBeforeFDP\ -% (reported by \contributor Daniel Flipo ) (beta:8)} -% ^^A private mail, 2006/10/09 +% (reported by \contributor Daniel Flipo )} +% ^^A private mail, 09/10/2006 % \begin{macrocode} \ifMT@kerning \MT@if@false - \MT@with@babel@and{french} \MT@if@true - \MT@with@babel@and{frenchb} \MT@if@true - \MT@with@babel@and{francais}\MT@if@true - \MT@with@babel@and{acadian} \MT@if@true - \MT@with@babel@and{canadien}\MT@if@true + \MT@with@babel@and@T{french} \MT@if@true + \MT@with@babel@and@T{frenchb} \MT@if@true + \MT@with@babel@and@T{francais}\MT@if@true + \MT@with@babel@and@T{acadian} \MT@if@true + \MT@with@babel@and@T{canadien}\MT@if@true \ifMT@if@\MT@shorthandoff{French}{;:!?}\fi % \end{macrocode} % Disable Turkish \pkg{babel}'s active characters. -%\changes{v2.0}{2006/10/10}{option `\opt{babel}': disable Turkish \pkg{babel}'s active characters (beta:8)} +%\changes{v2.0}{2006/10/10}{(beta:8) option `\opt{babel}': disable Turkish \pkg{babel}'s active characters} % \begin{macrocode} - \MT@with@babel@and{turkish}{\MT@shorthandoff{Turkish}{:!=}} + \MT@with@babel@and@T{turkish}{\MT@shorthandoff{Turkish}{:!=}} \fi % \end{macrocode} % In case \pkg{babel} was loaded before \microtype: @@ -9295,6 +10161,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \end{macrocode} % The default sets. +%\changes{v2.2}{2007/04/15}{default set for tracking: \texttt{smallcaps}} % \begin{macrocode} %%% ----------------------------------------------------------------------- %%% DEFAULT SETS @@ -9303,22 +10170,34 @@ time will almost certainly lead to undesired results. Have your choice!}% \DeclareMicrotypeSetDefault[expansion] {basictext} \DeclareMicrotypeSetDefault[spacing] {basictext} \DeclareMicrotypeSetDefault[kerning] {alltext} -\DeclareMicrotypeSetDefault[tracking] {normalfont} +\DeclareMicrotypeSetDefault[tracking] {smallcaps} % \end{macrocode} % -%\subsection{Font Aliases} +%\subsection{Font Variants and Aliases} % -% Fonts that are `the same'. % \begin{macrocode} %%% ----------------------------------------------------------------------- -%%% FONT ALIASES +%%% FONT VARIANTS AND ALIASES + +% \end{macrocode} +% These are the variants I happen to be using (expert encoding, oldstyle +% numerals, swashes, alternative, display, inferior and superior numerals): +% \begin{macrocode} +\DeclareMicrotypeVariants{x,j,w,a,d,0,1} % \end{macrocode} -% The Latin Modern fonts, the virtual fonts from the \pkg{ae} and \pkg{zefonts}, -% and the \pkg{eco} and \pkg{hfoldsty} packages (oldstyle numerals) all inherit -% the (basic) settings from Computer Modern Roman. Some of them are in part -% overwritten later. +% Other candidates: |2|~(proportional digits), |e|~(engraved), |f|~(Fraktur), +% |g|~(small text), |h|~(shadow), |l|~(outline), |n|~(informal), +% |p|~(ornaments), |r|~(roman), |s|~(sans serif), |t|~(typewriter). +% I've omitted them since they seem hardly be used and/or they are actually +% more than a variant, \ie, they shouldn't share a file. +% +%\bigskip\noindent +% Fonts that are `the same': The Latin Modern fonts, the virtual fonts from the +% \pkg{ae} and \pkg{zefonts}, and the \pkg{eco} and \pkg{hfoldsty} packages +% (oldstyle numerals) all inherit the (basic) settings from Computer Modern +% Roman. Some of them are in part overwritten later. %\changes{v1.2}{2004/10/03}{declare \texttt{cmor} as an alias of \texttt{cmr}} %\changes{v1.3}{2004/10/22}{declare \texttt{aer}, \texttt{zer} and \texttt{hfor} % as an alias of \texttt{cmr}} @@ -9333,14 +10212,20 @@ time will almost certainly lead to undesired results. Have your choice!}% % settings respectively, %\changes{v1.8}{2005/04/19}{declare \texttt{pxr} and \texttt{txr} % as aliases of \texttt{ppl} resp. \texttt{ptm}} -% also the \pkg{qfonts} package, which provides both font families. -%\changes{v1.9}{2005/08/16}{declare \texttt{qpl} and \texttt{qtm} (\pkg{qfonts}) +% also the \TeX\ Gyre fonts Pagella and Termes (formerly: \pkg{qfonts}). +%\changes{v1.9}{2005/08/16}{declare \texttt{qpl} and \texttt{qtm} (\pkg{qfonts}, \TeX\ Gyre) % as aliases of \texttt{ppl} resp. \texttt{ptm}} % \begin{macrocode} \DeclareMicrotypeAlias{pxr} {ppl} % pxfonts -\DeclareMicrotypeAlias{qpl} {ppl} % qfonts/QuasiPalatino +\DeclareMicrotypeAlias{qpl} {ppl} % TeX Gyre Pagella (formerly: qfonts/QuasiPalatino) +% \end{macrocode} +% The ` Neu' fonts, a `re-implementation' of Palatino. +%\changes{v2.2}{2007/05/27}{declare Neu as an alias of Palatino} +% \begin{macrocode} +\DeclareMicrotypeAlias{fp9x}{pplx} % FPL Neu +\DeclareMicrotypeAlias{fp9j}{pplj} % " \DeclareMicrotypeAlias{txr} {ptm} % txfonts -\DeclareMicrotypeAlias{qtm} {ptm} % qfonts/QuasiTimes +\DeclareMicrotypeAlias{qtm} {ptm} % TeX Gyre Termes (formerly: qfonts/QuasiTimes) % \end{macrocode} %\todo{check Times variants} % More Times variants, to be checked: |pns|, |mns| (TimesNewRomanPS); |mnt| @@ -9352,7 +10237,14 @@ time will almost certainly lead to undesired results. Have your choice!}% % as aliases of \texttt{eur} resp. \texttt{eus} (\pkg{euler})} % \begin{macrocode} \DeclareMicrotypeAlias{zeur}{eur} % Euler VM -\DeclareMicrotypeAlias{zeus}{eus} +\DeclareMicrotypeAlias{zeus}{eus} % " +% \end{macrocode} +% MicroPress's Charter version (\pkg{chmath}). +%\changes{v2.2}{2007/06/08}{declare \texttt{chr} (\pkg{chmath}) as an alias of Charter +% (reported by \contributor Geoff Vallis )} +% ^^A private mail, 07/06/2007 +% \begin{macrocode} +\DeclareMicrotypeAlias{chr} {bch} % CH Math % \end{macrocode} % The \pkg{mathdesign} package provides math fonts matching Bitstream Charter %\changes{v1.9a}{2005/10/31}{declare \texttt{mdbch} (\pkg{mathdesign}) @@ -9362,6 +10254,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \DeclareMicrotypeAlias{mdbch}{bch} % mathdesign/Charter \DeclareMicrotypeAlias{mdugm}{ugm} % mathdesign/URW Garamond % \end{macrocode} +% Letter Gothic is similar enough to Bitstream Letter Gothic to share the +% configuration. +% \begin{macrocode} +\DeclareMicrotypeAlias{ulg} {blg} % URW LetterGothic -> Bitstream LetterGothic12Pitch +% \end{macrocode} % Euro symbol fonts, to save some files. % \begin{macrocode} \DeclareMicrotypeAlias{zpeus} {zpeu} % Adobe Euro sans -> serif @@ -9382,7 +10279,7 @@ time will almost certainly lead to undesired results. Have your choice!}% {kerning=french, spacing=} \DeclareMicrotypeBabelHook - {english,UKenglish,british,american,USenglish} + {english,UKenglish,british,USenglish,american} {kerning=, spacing=nonfrench} \DeclareMicrotypeBabelHook @@ -9397,14 +10294,16 @@ time will almost certainly lead to undesired results. Have your choice!}% % All printable characters are allowed in the settings, with the % following exceptions (on the left hand side, the replacements on the right): % -%\begin{tabular}{l@{\quad:\quad}l} -% |\| & \cmd\textbackslash\\ -% |{| & \cmd\textbraceleft\\ -% |}| & \cmd\textbraceright\\ -% |^| & \cmd\textasciicircum\\ -% |%| & \cmd\%\\ +%\begin{flushleft} +%\begin{tabular}{@{}l@{\quad:\quad}l} +% |\| & \cmd\textbackslash \\ +% |{| & \cmd\textbraceleft \\ +% |}| & \cmd\textbraceright \\ +% |^| & \cmd\textasciicircum \\ +% |%| & \cmd\% \\ % |#| & \cmd\# %\end{tabular} +%\end{flushleft} % %\noindent % Comma and equal sign must be guarded with braces (`|{,}|', `|{=}|') to keep @@ -9420,6 +10319,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % %\changes{v1.1}{2004/09/14}{remove 8-bit characters from the configuration files % (suggested by \contributor Harald Harders )} +% ^^A private mail, 13/09/2004 % 8-bit characters are also admissible, provided they have been declared in the % input encoding file. They should, however, only be used in private % configuration files, where the proper input encoding is guaranteed, or else in @@ -9451,7 +10351,7 @@ time will almost certainly lead to undesired results. Have your choice!}% i = {\i}, j = {\j}, O = {\O}, - o = {\o}, + o = {\o} } % \end{macrocode} @@ -9496,8 +10396,13 @@ time will almost certainly lead to undesired results. Have your choice!}% Y = {\'Y,\"Y}, y = {\'y,\"y}, Z = {\'Z,\.Z,\v Z}, - z = {\'z,\.z,\v z}, - - = {127}, + z = {\'z,\.z,\v z} +% \end{macrocode} +%\changes{v2.2}{2007/02/04}{remove `\texttt{-}' $\rightarrow$ `\texttt{127}'} +% The `soft hyphen' often has reduced right side bearing so that it may already +% be protruded, hence no inheritance. +% \begin{macrocode} +% - = {127}, } % \end{macrocode} @@ -9531,7 +10436,7 @@ time will almost certainly lead to undesired results. Have your choice!}% Y = {\'Y,\"Y}, y = {\'y,\"y}, Z = {\v Z}, - z = {\v z}, + z = {\v z} } % \end{macrocode} @@ -9562,7 +10467,7 @@ time will almost certainly lead to undesired results. Have your choice!}% S = {\'S}, s = {\'s}, Z = {\'Z,\.Z}, - z = {\'z,\.z}, + z = {\'z,\.z} } % \end{macrocode} @@ -9571,8 +10476,10 @@ time will almost certainly lead to undesired results. Have your choice!}% %\changes{v1.9d}{2006/04/20}{add list for encoding (contributed by % \contributor Maciej Eder )} % ^^A private mail, 19/04/2006 -% The Central European encoding. Ligatures: |009|~(`fk'), |012|~(`fi'), |013|~(`fl'), -% |014|~(`ffi'), |015|~(`ffl'), \AE, \ae, \OE, \oe. +% The Central European encoding.\footnote{ +% Thanks to \contributor Maciej Eder .} +% Ligatures: |009|~(`fk'), |012|~(`fi'), |013|~(`fl'), |014|~(`ffi'), +% |015|~(`ffl'), \AE, \ae, \OE, \oe. % \begin{macrocode} \DeclareCharacterInheritance { encoding = QX } @@ -9642,7 +10549,7 @@ time will almost certainly lead to undesired results. Have your choice!}% u = {\`u,\'u,\~u,\h u,\d u,\horn u, \`\uhorn,\'\uhorn,\~\uhorn,\h\uhorn,\d\uhorn}, Y = {\`Y,\'Y,\~Y,\h Y,\d Y}, - y = {\`y,\'y,\~y,\h y,\d y}, + y = {\`y,\'y,\~y,\h y,\d y} } % @@ -9676,6 +10583,25 @@ time will almost certainly lead to undesired results. Have your choice!}% { 164 = {099,100,101} } % +% \end{macrocode} +% +%\subsection{Tracking} +%\GeneralChanges{Tracking} +% +%\changes{v2.2}{2007/02/23}{add ligatures that are to be disabled} +% By default, we only disable the `f*' ligatures, for those fonts that have +% any. Thus, ligatures and especially kerning for all other characters will be +% retained. +% \begin{macrocode} +%<*m-t> +%%% ----------------------------------------------------------------------- +%%% TRACKING/LETTERSPACING + +\SetTracking + [ no ligatures = {f} ] + { encoding = {OT1,T1,LY1,OT4,QX} } + {} + % \end{macrocode} % %\subsection{Font Expansion} @@ -9684,9 +10610,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % These are \thanh's original expansion settings. They are used for all fonts % (until somebody shows mercy and creates font-specific settings). % \begin{macrocode} -%<*m-t> %%% ----------------------------------------------------------------------- -%%% EXPANSION SETTINGS +%%% EXPANSION \SetExpansion [ name = default ] @@ -9717,7 +10642,7 @@ time will almost certainly lead to undesired results. Have your choice!}% 3 = 700, 6 = 700, 8 = 700, - 9 = 700, + 9 = 700 } % \end{macrocode} @@ -9750,7 +10675,7 @@ time will almost certainly lead to undesired results. Have your choice!}% 3 = 700, 6 = 700, 8 = 700, - 9 = 700, + 9 = 700 } % @@ -9769,7 +10694,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % % \begin{macrocode} %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION % \end{macrocode} % For future historians, \thanh's original settings (from \file{protcode.tex}, @@ -9803,7 +10728,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % - = { ,700}, % \textendash = { ,300}, \textemdash = { ,200}, % \textquoteleft = {700, }, \textquoteright = { ,700}, -% \textquotedblleft = {500, }, \textquotedblright = { ,500}, +% \textquotedblleft = {500, }, \textquotedblright = { ,500} % } %\end{verbatim} % @@ -9834,6 +10759,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % (|pmnx|, |pmnj|), %\changes{v1.1}{2004/09/14}{settings for Adobe Minion (contributed by % \contributor Harald Harders )} +% ^^A private mail, 14/09/2004 % \begin{macrocode} % [ name = pmnj-default ] % \end{macrocode} @@ -9845,22 +10771,28 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} % [ name = ptm-default ] % \end{macrocode} -% and Garamond (|ugm|). +% Garamond (|ugm|) %\changes{v1.9c}{2006/01/26}{settings for Garamond} % \begin{macrocode} % [ name = ugm-default ] +% \end{macrocode} +% and Bitstream Letter Gothic (|blg|). +%\changes{v2.2}{2007/03/03}{settings for Bitstream Letter Gothic} +% \begin{macrocode} +% [ name = blg-default ] % { encoding = OT1 } % { } -% { encoding = OT1, +% { encoding = OT1, % { encoding = {OT1,OT4}, % family = bch } +% family = blg } % family = {pad,padx,padj} } % family = pmnj } % family = {ppl,pplx,pplj} } % family = {ptm,ptmx,ptmj} } % family = ugm } { -% A = {50,50}, +% A = {50,50}, % A = {50,100}, % \AE = {50, }, % \AE = {150,50}, @@ -9873,47 +10805,61 @@ time will almost certainly lead to undesired results. Have your choice!}% % F = { ,70}, % G = {50, }, % G = {50,50}, +% I = {150,150}, % J = {50, }, -% J = {100, }, - K = { ,50}, +% J = {100, }, +% K = { ,50}, +% K = {50, }, % L = { ,50}, +% L = { ,150}, % L = { ,80}, % L = { ,120}, % O = {50,50}, % \OE = {50, }, % \OE = {50,50}, +% P = { ,100}, % P = { ,50}, % Q = {50,70}, % Q = {50,50}, % R = { ,50}, % R = { ,70}, % T = {50,50}, +% T = {100,100}, % T = {70,70}, % V = {50,50}, -% V = {70,70}, +% V = {70,70}, % W = {50,50}, % W = {70,70}, % X = {50,50}, % X = {50,70}, % Y = {50,50}, -% Y = {80,80}, +% Y = {80,80}, % Z = {50,50}, +% f = {150,100}, +% i = {150,150}, +% j = {100,100}, % k = { ,50}, % k = { ,70}, +% l = {150,150}, % l = { ,-50}, % p = {50,50}, % p = { ,50}, % q = {50, }, - r = { ,50}, +% r = { ,50}, +% r = {100, 80}, % t = { ,70}, % t = { ,50}, +% t = {150, 80}, % t = { ,100}, % v = {50,50}, +% v = {100,100}, % v = {50,70}, % w = {50,50}, % w = {50,70}, - x = {50,50}, +% x = {50,50}, +% x = {100,100}, % y = { ,50}, +% y = { 50,100}, % y = {50,70}, % y = { ,70}, % \end{macrocode} @@ -9923,15 +10869,18 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} % 0 = { ,50}, % 1 = {50,50}, -% 1 = {150,150}, +% 1 = {150,150}, % 1 = {100,200}, % 1 = { ,50}, % 1 = {100,100}, % 2 = {50,50}, -% 3 = {50,50}, +% 2 = { ,100}, % 3 = {50, }, +% 3 = {50,50}, +% 3 = {100, }, % 4 = {50,50}, % 4 = {100,50}, +% 4 = {100, }, % 4 = {70,70}, % 4 = {50, }, % 4 = {70, }, @@ -9942,6 +10891,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % 6 = {50,50}, % 7 = {50,50}, % 7 = {50,80}, +% 7 = {100,100}, % 7 = {50,100}, % 7 = { ,50}, % 8 = { ,50}, @@ -9949,19 +10899,25 @@ time will almost certainly lead to undesired results. Have your choice!}% % 9 = { ,50}, % . = { ,700}, % . = { ,600}, - {,}= { ,500}, +% . = {400,500}, +% {,}= { ,500}, +% {,}= {300,400}, % : = { ,500}, % : = { ,400}, +% : = {300,400}, % ; = { ,300}, +% ; = {200,300}, % ; = { ,500}, % ; = { ,400}, - ! = { ,100}, +% ! = { ,100}, +% ! = {200,200}, % ? = { ,100}, % ? = { ,200}, +% ? = {150,150}, % " = {300,300}, % @ = {50,50}, % @ = {100,100}, -% ~ = {200,250}, +% ~ = {200,250}, % ~ = {300,350}, % & = {50,100}, % & = { ,100}, @@ -9969,32 +10925,41 @@ time will almost certainly lead to undesired results. Have your choice!}% % \% = { ,50}, % \% = {100,100}, % \% = {50,100}, +% \# = {100,100}, % * = {200,200}, % * = {200,300}, +% * = {150,200}, % * = {300,300}, % + = {250,250}, % + = {150,250}, % + = {300,300}, -% + = {150,200}, +% + = {150,200}, % + = {250,300}, -% {=}= {200,200}, +% {=}= {200,200}, % ( = {100, }, ) = { ,200}, % ( = {200, }, ) = { ,200}, +% ( = {300, }, ) = { ,300}, % ( = {100, }, ) = { ,300}, % [ = {100, }, ] = { ,100}, +% [ = {300,100}, ] = { ,300}, % \end{macrocode} %\changes{v1.7}{2005/03/15}{fix: remove \textbackslash\ from , % add \cmd\textbackslash\ to encoding} % \begin{macrocode} % / = {100,200}, % / = { ,200}, +% / = {300,300}, % / = {200,300}, % / = {100,300}, % - = {500,500}, % - = {400,500}, +% - = {300,400}, % - = {300,500}, % - = {200,400}, % - = {500,600}, +% < = {200,100}, > = {100,200}, +% _ = {150,250}, +% | = {250,250}, % \textendash = {200,200}, \textemdash = {150,150}, % \textendash = {200,300}, \textemdash = {150,250}, % \textendash = {400,300}, \textemdash = {300,200}, @@ -10005,14 +10970,16 @@ time will almost certainly lead to undesired results. Have your choice!}% % might be used like that (see the \pkg{csquotes} package for examples). % \begin{macrocode} % \textquoteleft = {300,400}, \textquoteright = {300,400}, +% \textquoteleft = {400,600}, \textquoteright = {400,600}, % \textquoteleft = {500,700}, \textquoteright = {500,600}, % \textquoteleft = {500,700}, \textquoteright = {500,700}, % \textquoteleft = {500,500}, \textquoteright = {300,500}, % \textquoteleft = {300,600}, \textquoteright = {300,600}, -% \textquotedblleft = {300,300}, \textquotedblright = {300,300}, -% \textquotedblleft = {500,300}, \textquotedblright = {200,600}, -% \textquotedblleft = {300,400}, \textquotedblright = {300,400}, -% \textquotedblleft = {400,400}, \textquotedblright = {400,400}, +% \textquotedblleft = {300,300}, \textquotedblright = {300,300} +% \textquotedblright = {300,400} +% \textquotedblleft = {500,300}, \textquotedblright = {200,600} +% \textquotedblleft = {300,400}, \textquotedblright = {300,400} +% \textquotedblleft = {400,400}, \textquotedblright = {400,400} } % \end{macrocode} @@ -10034,7 +11001,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "06 = { 50, 50}, % \Sigma "07 = {100,100}, % \Upsilon "08 = { 50, 50}, % \Phi - "09 = { 50, 50}, % \Psi + "09 = { 50, 50} % \Psi % \end{macrocode} % Remaining slots can be found in the source file. %\iffalse ^^A ... namely, here: @@ -10054,6 +11021,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \SetProtrusion % [ name = T1-default, % [ name = bch-T1, +% [ name = blg-T1, % [ name = cmr-T1, % [ name = pad-T1, % [ name = pmnj-T1, @@ -10062,6 +11030,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % [ name = ugm-T1, % load = default ] % load = bch-default ] +% load = blg-default ] % load = cmr-default ] % load = pad-default ] % load = pmnj-default ] @@ -10070,8 +11039,9 @@ time will almost certainly lead to undesired results. Have your choice!}% % load = ugm-default ] % { encoding = {T1,LY1} } % { encoding = {T1,LY1}, -% { encoding = {T1}, +% { encoding = {T1}, % family = bch } +% family = blg } % family = cmr } % family = {pad,padx,padj} } % family = pmnj } @@ -10082,16 +11052,25 @@ time will almost certainly lead to undesired results. Have your choice!}% % \AE = {50, }, % \OE = {50, }, % \TH = { ,50}, +% \v L = { ,250}, +% \v d = { ,250}, +% \v l = { ,250}, +% \v t = { ,250}, +% 127 = {300,400}, +% 156 = {100, }, % IJ +% 188 = { 80, 80}, % ij % _ = {100,100}, % _ = {200,200}, % _ = {100,200}, % \textbackslash = {100,200}, % \textbackslash = {150,200}, +% \textbackslash = {250,300}, % \textbackslash = {200,300}, % \textbackslash = {100,300}, % \textbar = {200,200}, -% \textquotedblleft = {200,600}, -% \textquotedbl = {300,300}, +% \textendash = {300,300}, \textemdash = {150,150}, +% \textquotedbl = {300,400}, \textquotedblleft = {300,400}, +% \textquotedbl = {300,300}, \textquotedblleft = {200,600}, % \end{macrocode} %\changes{v1.4}{2004/10/30}{tweak quote characters for \texttt{cmr} % variants (, , \texttt{lmr})} @@ -10099,22 +11078,25 @@ time will almost certainly lead to undesired results. Have your choice!}% % and boundary character. Therefore, we must override the settings from . % \begin{macrocode} % \quotesinglbase = {400,400}, \quotedblbase = {400,400}, +% \quotesinglbase = {400,400}, \quotedblbase = {300,400}, % \quotesinglbase = {400,400}, \quotedblbase = {300,300}, % \guilsinglleft = {400,300}, \guilsinglright = {300,400}, +% \guilsinglleft = {300,500}, \guilsinglright = {300,500}, % \guilsinglleft = {400,400}, \guilsinglright = {300,500}, % \guilsinglleft = {400,400}, \guilsinglright = {300,600}, % \guillemotleft = {200,200}, \guillemotright = {200,200}, % \guillemotleft = {300,200}, \guillemotright = {100,400}, % \guillemotleft = {200,200}, \guillemotright = {150,300}, -% \guillemotleft = {300,300}, \guillemotright = {200,400}, +% \guillemotleft = {300,300}, \guillemotright = {200,400}, % \guillemotleft = {300,400}, \guillemotright = {300,400}, % \textexclamdown = {100, }, \textquestiondown = {100, }, +% \textexclamdown = {200, }, \textquestiondown = {100, }, % \textexclamdown = {200, }, \textquestiondown = {200, }, % \textbraceleft = {400,200}, \textbraceright = {200,400}, -% \textbraceleft = {200, }, \textbraceright = { ,300}, -% \textless = {200,100}, \textgreater = {100,200}, +% \textbraceleft = {200, }, \textbraceright = { ,300}, +% \textless = {200,100}, \textgreater = {100,200} % \textless = {100, }, \textgreater = { ,100}, -% \textvisiblespace = {100,100}, % not in LY1 +% \textvisiblespace = {100,100} % not in LY1 % \end{macrocode} %\iffalse % \dh = { , }, @@ -10140,7 +11122,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = lmr } { \textquotedblleft = {500,300}, - \quotedblbase = {500,300}, + \quotedblbase = {500,300} } % @@ -10173,7 +11155,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textbraceleft = {200,200}, \textbraceright = {200,300}, \textless = {200,100}, \textgreater = {100,200}, \textminus = {200,200}, \textdegree = {300,300}, -% \copyright = {100,100}, \textregistered = {100,100}, +% \copyright = {100,100}, \textregistered = {100,100} % \copyright = {100,150}, \textregistered = {100,150}, % \textxgeq = { ,100}, \textxleq = {100, }, % \textalpha = { , 50}, \textDelta = { 70, 70}, @@ -10186,7 +11168,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \texttimes = {100,150}, \textpm = { 50, 80}, % \textbullet = {150,150}, \textperiodcentered = {300,300}, % \textquotesingle = {500,500}, \textquotedbl = {300,300}, -% \textperthousand = { ,50}, +% \textperthousand = { ,50} } % @@ -10217,7 +11199,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \guillemotleft = {300,200}, \guillemotright = {100,400}, % \textbraceleft = {200, }, \textbraceright = { ,300}, % \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } % @@ -10228,7 +11210,7 @@ time will almost certainly lead to undesired results. Have your choice!}% { encoding = OT1, family = pmnx } { - 1 = {230,180}, + 1 = {230,180} } \SetProtrusion @@ -10237,7 +11219,7 @@ time will almost certainly lead to undesired results. Have your choice!}% { encoding = {T1,LY1}, family = pmnx } { - 1 = {230,180}, + 1 = {230,180} } % @@ -10274,7 +11256,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \textperiodcentered = {300,300}, \textplusminus = { 50, 80}, \textmultiply = {100,100}, - \textdivide = { 50,150}, + \textdivide = { 50,150} % \end{macrocode} % Remaining slots in the source file. %\iffalse @@ -10307,22 +11289,25 @@ time will almost certainly lead to undesired results. Have your choice!}% \SetProtrusion % [ name = OT1-it ] % [ name = bch-it ] +% [ name = blg-it, +% load = blg-default ] % [ name = cmr-it ] % [ name = pad-it ] % [ name = pmnj-it ] % [ name = ppl-it ] % [ name = ptm-it ] % [ name = ugm-it ] -% { encoding = OT1, +% { encoding = OT1, % { encoding = {OT1,OT4}, % family = bch, +% family = blg, % family = {pad,padx,padj}, % family = pmnj, % family = {ppl,pplx,pplj}, % family = {ptm,ptmx,ptmj}, % family = ugm, -% shape = {it,sl} } -% shape = it } +% shape = {it,sl} } +% shape = it } % { } { % A = {100,50}, @@ -10435,7 +11420,9 @@ time will almost certainly lead to undesired results. Have your choice!}% % 8 = {50,-50}, % 9 = {100,-100}, % . = { ,500}, +% . = {400,600}, % . = { ,700}, +% {,}= {300,500}, % {,}= { ,500}, % {,}= { ,600}, % {,}= { ,700}, @@ -10475,7 +11462,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % ~ = {150,150}, % ~ = {200,150}, % {=}= {200,200}, - ( = {200, }, ) = { ,200}, +% ( = {200, }, ) = { ,200}, % / = {100,200}, % / = { ,150}, % / = {100,150}, @@ -10486,20 +11473,23 @@ time will almost certainly lead to undesired results. Have your choice!}% % - = {300,500}, % - = {500,500}, % - = {400,700}, +% _ = {0,300}, % \textendash = {200,200}, \textemdash = {150,150}, % \textendash = {200,300}, \textemdash = {150,200}, % \textendash = {500,300}, \textemdash = {400,200}, % \textendash = {300,300}, \textemdash = {200,200}, % \textquoteleft = {400,200}, \textquoteright = {400,200}, +% \textquoteleft = {400,400}, \textquoteright = {400,400}, % \textquoteleft = {800,200}, \textquoteright = {800,200}, % \textquoteleft = {700,400}, \textquoteright = {700,400}, % \textquoteleft = {800,500}, \textquoteright = {800,500}, -% \textquotedblleft = {400,200}, \textquotedblright = {400,200}, -% \textquotedblleft = {700,100}, \textquotedblright = {500,300}, -% \textquotedblleft = {700,200}, \textquotedblright = {700,200}, -% \textquotedblleft = {500,300}, \textquotedblright = {500,300}, -% \textquotedblleft = {700,400}, \textquotedblright = {700,400}, -% \textquotedblleft = {600,200}, \textquotedblright = {600,200}, +% \textquotedblleft = {400,200}, \textquotedblright = {400,200} +% \textquotedblright = {300,300} +% \textquotedblleft = {700,100}, \textquotedblright = {500,300} +% \textquotedblleft = {700,200}, \textquotedblright = {700,200} +% \textquotedblleft = {500,300}, \textquotedblright = {500,300} +% \textquotedblleft = {700,400}, \textquotedblright = {700,400} +% \textquotedblleft = {600,200}, \textquotedblright = {600,200} } %<*cmr> @@ -10522,13 +11512,14 @@ time will almost certainly lead to undesired results. Have your choice!}% "07 = {200,150}, % \Upsilon "08 = {150, 50}, % \Phi "09 = {150,100}, % \Psi - "0A = { 50, 50}, % \Omega + "0A = { 50, 50} % \Omega } % \SetProtrusion % [ name = T1-it-default, % [ name = bch-it-T1, +% [ name = blg-it-T1, % [ name = cmr-it-T1, % [ name = pad-it-T1, % [ name = pmnj-it-T1, @@ -10537,6 +11528,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % [ name = ugm-it-T1, % load = OT1-it ] % load = bch-it ] +% load = blg-T1 ] % load = cmr-it ] % load = pmnj-it ] % load = pad-it ] @@ -10544,20 +11536,24 @@ time will almost certainly lead to undesired results. Have your choice!}% % load = ptm-it ] % load = ugm-it ] % { encoding = {T1,LY1}, -% { encoding = {T1}, +% { encoding = {T1}, % family = bch, +% family = blg, % family = cmr, % family = pmnj, % family = {pad,padx,padj}, % family = {ppl,pplx,pplj}, % family = {ptm,ptmx,ptmj}, % family = ugm, -% shape = {it,sl} } -% shape = it } +% shape = {it,sl} } +% shape = it } { % _ = { ,100}, +% _ = {0,300}, % _ = {100,200}, % _ = {100,100}, +% . = {400,600}, +% {,}= {300,500}, % \AE = {100, }, % \OE = { 50, }, % \OE = {100, }, @@ -10573,6 +11569,9 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textbackslash = {100,150}, % \textbar = {200,200}, % \textquotedblleft = {500,300}, +% \textquoteleft = {400,400}, \textquoteright = {400,400}, +% \textquotedbl = {300,300}, \textquotedblleft = {300,300}, +% \textquotedblright = {300,300}, \quotedblbase = {200,600}, % \quotesinglbase = {300,700}, \quotedblbase = {400,500}, % \quotesinglbase = {300,700}, \quotedblbase = {200,600}, % \quotesinglbase = {200,500}, \quotedblbase = {150,500}, @@ -10596,8 +11595,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textbraceleft = {200, }, \textbraceright = { ,200}, % \textbraceleft = {400,100}, \textbraceright = {200,200}, % \textless = {100, }, \textgreater = { ,100}, -% \textless = {300,100}, \textgreater = {200,100}, -% \textvisiblespace = {100,100}, +% \textless = {300,100}, \textgreater = {200,100} +% \textvisiblespace = {100,100} } %<*m-t|ptm> @@ -10622,7 +11621,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \textbraceleft = {200,100}, \textbraceright = {200,200}, \textless = {100,100}, \textgreater = {100,100}, \textminus = {200,200}, \textdegree = {300,150}, -% \copyright = {100,100}, \textregistered = {100,100}, +% \copyright = {100,100}, \textregistered = {100,100} % \textregistered = {100,150}, \copyright = {100,150}, % \textDelta = { 70, }, \textdelta = { , 50}, % \textpi = { 50, 80}, \textmu = { , 80}, @@ -10635,7 +11634,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \texttimes = {100,150}, \textpm = { 50, 80}, % \textbullet = {300,100}, \textperiodcentered = {300,300}, % \textquotesingle = {500,500}, \textquotedbl = {300,300}, -% \textperthousand = { ,50}, +% \textperthousand = { ,50} } % @@ -10662,8 +11661,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % \guillemotleft = {400,100}, \guillemotright = {200,300}, % \textbraceleft = {200, }, \textbraceright = { ,200}, % \textbraceleft = {400,100}, \textbraceright = {200,200}, -% \textless = {100, }, \textgreater = { ,100}, -% \textless = {300,100}, \textgreater = {200,100}, +% \textless = {100, }, \textgreater = { ,100} +% \textless = {300,100}, \textgreater = {200,100} } % @@ -10682,7 +11681,7 @@ time will almost certainly lead to undesired results. Have your choice!}% L = { ,50}, f = { ,-50}, - = {300, }, - \textendash = {400, }, \textemdash = {300, }, + \textendash = {400, }, \textemdash = {300, } } \SetProtrusion @@ -10695,7 +11694,7 @@ time will almost certainly lead to undesired results. Have your choice!}% L = { ,50}, f = { ,-50}, - = {300, }, - \textendash = {400, }, \textemdash = {300, }, + \textendash = {400, }, \textemdash = {300, } } \SetProtrusion @@ -10708,7 +11707,7 @@ time will almost certainly lead to undesired results. Have your choice!}% L = { ,50}, f = { ,-50}, - = {300, }, - \textendash = {400, }, \textemdash = {300, }, + \textendash = {400, }, \textemdash = {300, } } \SetProtrusion @@ -10719,7 +11718,7 @@ time will almost certainly lead to undesired results. Have your choice!}% shape = {it,sl} } { \textquotedblleft = {700,100}, - \quotedblbase = {600,300}, + \quotedblbase = {600,300} } % \end{macrocode} @@ -10739,7 +11738,7 @@ time will almost certainly lead to undesired results. Have your choice!}% 6 = {200, }, 7 = {200, 50}, 8 = {150,-50}, - 9 = {100, 50}, + 9 = {100, 50} } % @@ -10751,7 +11750,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = pmnx, shape = {it,sl} } { - 1 = {100,150}, + 1 = {100,150} } \SetProtrusion @@ -10761,7 +11760,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = pmnx, shape = {it,sl} } { - 1 = {100,150}, + 1 = {100,150} } % @@ -10796,7 +11795,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \textonehalf = { 50, }, \textplusminus = {100,100}, \textmultiply = {150,150}, - \textdivide = {150,150}, + \textdivide = {150,150} } % @@ -10808,7 +11807,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % relative to character width, we don't need to adjust them any further (but % we have to reset some characters). % \begin{macrocode} -%<*!ugm> +%<*!(blg|ugm)> \SetProtrusion % [ name = OT1-sc, % [ name = bch-sc, @@ -10853,8 +11852,8 @@ time will almost certainly lead to undesired results. Have your choice!}% % q = { 0, }, % r = { , 0}, t = {50,50}, -% y = {50,50}, -% y = {80,80}, +% y = {50,50} +% y = {80,80} } \SetProtrusion @@ -10900,11 +11899,11 @@ time will almost certainly lead to undesired results. Have your choice!}% % q = { 0, }, % r = { , 0}, t = {50,50}, -% y = {50,50}, -% y = {80,80}, +% y = {50,50} +% y = {80,80} } -% +% %<*m-t> \SetProtrusion [ name = QX-sc, @@ -10919,7 +11918,7 @@ time will almost certainly lead to undesired results. Have your choice!}% 013 = { ,50}, % fl r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } % @@ -10946,7 +11945,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % q = { 0, }, % r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } % @@ -10958,7 +11957,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = pmnx, shape = sc } { - 1 = {230,180}, + 1 = {230,180} } \SetProtrusion @@ -10968,7 +11967,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = pmnx, shape = sc } { - 1 = {230,180}, + 1 = {230,180} } % \end{macrocode} @@ -11014,7 +12013,7 @@ time will almost certainly lead to undesired results. Have your choice!}% v = {100, }, w = {100, }, y = {50, }, - z = { ,-50}, + z = { ,-50} } \SetProtrusion @@ -11054,7 +12053,7 @@ time will almost certainly lead to undesired results. Have your choice!}% v = {100, }, w = {100, }, y = {50, }, - z = { ,-50}, + z = { ,-50} } \SetProtrusion @@ -11064,7 +12063,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = pmnx, shape = {scit,si} } { - 1 = {100,150}, + 1 = {100,150} } \SetProtrusion @@ -11074,7 +12073,7 @@ time will almost certainly lead to undesired results. Have your choice!}% family = pmnx, shape = {scit,si} } { - 1 = {100,150}, + 1 = {100,150} } % @@ -11090,6 +12089,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \SetProtrusion % [ name = textcomp ] % [ name = bch-textcomp ] +% [ name = blg-textcomp ] % [ name = cmr-textcomp ] % [ name = pad-textcomp ] % [ name = pmn-textcomp ] @@ -11099,6 +12099,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % { encoding = TS1 } % { encoding = TS1, % family = bch } +% family = blg } % family = cmr } % family = {pad,padx,padj} } % family = {pmnx,pmnj} } @@ -11106,18 +12107,22 @@ time will almost certainly lead to undesired results. Have your choice!}% % family = {ptm,ptmx,ptmj} } % family = ugm } { +% \textquotestraightbase = {400,500}, % \textquotestraightbase = {300,300}, % \textquotestraightbase = {400,400}, +% \textquotestraightdblbase = {300,400}, % \textquotestraightdblbase = {300,300}, % \textquotestraightdblbase = {400,400}, % \texttwelveudash = {200,200}, % \textthreequartersemdash = {150,150}, % \textthreequartersemdash = {200,200}, +% \textquotesingle = {500,600}, % \textquotesingle = {300,400}, % \textquotesingle = {400,500}, % \textquotesingle = {500,500}, % \textquotesingle = {300,500}, % \textasteriskcentered = {200,300}, +% \textasteriskcentered = {150,200}, % \textasteriskcentered = {300,300}, % \textasteriskcentered = {100,200}, % \textfractionsolidus = {-200,-200}, @@ -11132,29 +12137,35 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textrangle = { ,400}, % \textminus = {200,200}, % \textminus = {300,300}, -% \textminus = {250,300}, +% \textminus = {250,300}, % \textlbrackdbl = {100, }, +% \textlbrackdbl = {200, }, % \textrbrackdbl = { ,100}, +% \textrbrackdbl = { ,200}, % \textasciigrave = {200,500}, -% \texttildelow = {200,250}, +% \texttildelow = {200,250}, % \textasciibreve = {300,400}, % \textasciicaron = {300,400}, % \textacutedbl = {200,300}, % \textgravedbl = {150,300}, % \textdagger = { 80, 80}, +% \textdagger = {200,200}, % \textdagger = {100,100}, % \textdagger = {150,150}, +% \textdaggerdbl = {150,150}, % \textdaggerdbl = { 80, 80}, % \textdaggerdbl = {100,100}, % \textbardbl = {100,100}, -% \textbardbl = {150,150}, +% \textbardbl = {150,150}, % \textbullet = {200,200}, +% \textbullet = {400,500}, % \textbullet = { ,100}, % \textbullet = {150,150}, % \textbullet = { 50,100}, % \textcelsius = { 50, }, % \textcelsius = { 80, }, % \textflorin = { 50, 50}, +% \textflorin = {100,100}, % \textflorin = { ,100}, % \textflorin = { 50,100}, % \textflorin = { 50, 70}, @@ -11164,7 +12175,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textinterrobangdown = {100, }, % \texttrademark = {100,100}, % \texttrademark = {150,150}, -% \texttrademark = {200,200}, +% \texttrademark = {200,200}, % \texttrademark = { 50, 50}, % \texttrademark = {100,150}, % \textcent = { 50, }, @@ -11172,6 +12183,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textsterling = { 50, }, % \textsterling = { , 50}, % \textbrokenbar = {200,200}, +% \textbrokenbar = {250,250}, % \textbrokenbar = {200,300}, % \textasciidieresis = {300,400}, % \textcopyright = {100,100}, @@ -11180,22 +12192,24 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textordfeminine = {100,200}, % \textordfeminine = {200,200}, % \textlnot = {200, }, +% \textlnot = {200,100}, % \textregistered = {100,100}, % \textregistered = { 50,150}, % \textregistered = {200,200}, % \textasciimacron = {150,200}, % \textdegree = {300,300}, % \textdegree = {150,200}, +% \textdegree = {200,200}, % \textdegree = {400,400}, % \textdegree = {150,400}, -% \textdegree = {200,200}, % \textpm = {150,200}, +% \textpm = {100,100}, % \textpm = { 50, 80}, -% \texttwosuperior = {100,200}, +% \texttwosuperior = {100,200}, % \texttwosuperior = { 50,100}, % \texttwosuperior = {200,200}, % \texttwosuperior = { 50, 50}, -% \textthreesuperior = {100,200}, +% \textthreesuperior = {100,200}, % \textthreesuperior = { 50,100}, % \textthreesuperior = {200,200}, % \textthreesuperior = { 50, 50}, @@ -11203,30 +12217,33 @@ time will almost certainly lead to undesired results. Have your choice!}% % \textmu = { ,100}, % \textparagraph = { ,100}, % \textperiodcentered = {300,400}, +% \textperiodcentered = {400,500}, % \textperiodcentered = {300,300}, % \textperiodcentered = {200,500}, -% \textonesuperior = {200,300}, +% \textonesuperior = {200,300}, % \textonesuperior = {200,200}, % \textonesuperior = {100,100}, % \textordmasculine = {200,200}, -% \textordmasculine = {100,200}, +% \textordmasculine = {100,200}, % \texteuro = {100, }, % \texteuro = { 50,100}, -% \texttimes = {100,100}, +% \texttimes = {200,200}, +% \texttimes = {100,100}, % \texttimes = {150,250}, % \texttimes = {100,150}, % \texttimes = { 70,100}, % \texttimes = {200,300}, -% \textdiv = {150,200}, -% \textdiv = {150,250}, +% \textdiv = {150,200} +% \textdiv = {100,100} +% \textdiv = {150,250} % \textdiv = { 50,100}, % \textdiv = {200,300}, -% \textperthousand = { ,50}, +% \textperthousand = { ,50} % \textsection = { ,100}, % \textonehalf = { 50,100}, % \textonequarter = { 50,100}, % \textthreequarters = { 50,100}, -% \textsurd = { ,100}, +% \textsurd = { ,100} % \end{macrocode} % Remaining slots in the source file. %\iffalse @@ -11410,14 +12427,14 @@ time will almost certainly lead to undesired results. Have your choice!}% % \texttimes = {200,100}, % \texttimes = { 70,100}, % \texttimes = {200,300}, -% \textdiv = {200,200}, -% \textdiv = {150,200}, +% \textdiv = {200,200} +% \textdiv = {150,200} % \textdiv = {200,300}, % \textsection = { ,200}, % \textonehalf = { 50,100}, % \textonequarter = { 50,100}, % \textthreequarters = { 50,100}, -% \textsurd = { ,100}, +% \textsurd = { ,100} } % @@ -11537,7 +12554,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "5E = {200,200}, % \smile "5F = {200,200}, % \frown "7C = {100, }, % \jmath - "7D = { ,100}, % \wp + "7D = { ,100} % \wp % \end{macrocode} % Remaining slots in the source file. %\iffalse @@ -11667,7 +12684,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "7C = {100,100}, % \clubsuit "7D = {100,100}, % \diamondsuit "7E = {100,100}, % \heartsuit - "7F = {100,100}, % \spadesuit + "7F = {100,100} % \spadesuit % \end{macrocode} % Remaining slots in the source file. %\iffalse @@ -11872,7 +12889,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "7C = {100,100}, % \intercal "7D = { 50, 50}, % \circledcirc "7E = { 50, 50}, % \circledast - "7F = { 50, 50}, % \circleddash + "7F = { 50, 50} % \circleddash % \end{macrocode} % Remaining slots in the source file. %\iffalse @@ -12019,7 +13036,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "79 = { 50,150}, % \curvearrowright "7A = { 50,200}, % \digamma "7B = {100, 50}, % \varkappa - "7F = {200, }, % \backepsilon + "7F = {200, } % \backepsilon % \end{macrocode} % Remaining slots in the source file. %\iffalse @@ -12092,7 +13109,7 @@ time will almost certainly lead to undesired results. Have your choice!}% X = { 50, 50}, Y = { 50, }, h = { , 50}, - k = { , 50}, + k = { , 50} } % \end{macrocode} @@ -12119,7 +13136,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "5F = {100,100}, "80 = { , 50}, "81 = {200,250}, - "82 = {100,200}, + "82 = {100,200} } % @@ -12161,7 +13178,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "5F = {100,100}, "66 = { 50, }, "67 = { , 50}, - "6E = {200,200}, + "6E = {200,200} } \SetProtrusion @@ -12250,7 +13267,7 @@ time will almost certainly lead to undesired results. Have your choice!}% "BA = { ,200}, "BB = { ,200}, "BD = {200,200}, - "DE = {200,200}, + "DE = {200,200} } % @@ -12302,7 +13319,7 @@ time will almost certainly lead to undesired results. Have your choice!}% {=} = {200,200}, : = { ,200}, ; = { ,200}, - ] = { ,200}, + ] = { ,200} } % @@ -12328,7 +13345,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % E = {50, } % E = {100,50} % 164 = {50,50}, % \EUR -% 068 = {50,-100}, % \EURdig +% 068 = {50,-100} % \EURdig } %<*zpeu|euroitc> @@ -12371,7 +13388,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} %<*m-t> %%% ----------------------------------------------------------------------- -%%% INTERWORD SPACING SETTINGS +%%% INTERWORD SPACING \SetExtraSpacing [ name = default ] @@ -12379,10 +13396,23 @@ time will almost certainly lead to undesired results. Have your choice!}% { % \end{macrocode} % These settings are only a first approximation. The following reasoning is from -% a mail from \contributor Ulrich Dirr . ^^A private mail, 14/06/2005 +% a mail from \contributor Ulrich Dirr ^^A private mail, 14/06/2005 +%\ifpdf\IfFileExists{justification.jpg}{^^A +% , who also provided the sample in figure~\ref{fig:example-spacing}^^A +%\changes{v2.2}{2007/04/05}{add sample}^^A +% \begin{figure} +% \caption{^^A +% Example for interword spacing (from Siemoneit 1989). +% ^^A Manfred Siemoneit, Typographisches Gestalten. +% ^^A Regeln und Tips f\"ur die richtige Gestaltung von Drucksachen, +% ^^A Bielefeld 1989 +% The numbers indicate the preference/order when the interword space +% needs to be shrunk.} +% \label{fig:example-spacing} +% \includegraphics[width=.6\textwidth]{justification.jpg} +% \end{figure}^^A +%}\relax\fi. % I do not claim to have coped with the task. -% (\dots\ In fact, I~think these settings are wrong. They lead to more overfull -% boxes than without spacing adjustment. Needs to be fixed.) %\todo{fix spacing settings} % %\begin{quote} @@ -12407,7 +13437,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} r = { ,-300,300}, % \end{macrocode} -% \item before or after lowercase characters with ascenders +% \item\relax [before or] after lowercase characters with ascenders % \begin{macrocode} b = { ,-200,200}, d = { ,-200,200}, @@ -12417,7 +13447,7 @@ time will almost certainly lead to undesired results. Have your choice!}% l = { ,-200,200}, t = { ,-200,200}, % \end{macrocode} -% \item before of after lowercase characters with x-height plus descender +% \item\relax [before or] after lowercase characters with x-height plus descender % with additional optical space, \eg, `v', or `w' % \begin{macrocode} c = { ,-100,100}, @@ -12426,9 +13456,9 @@ time will almost certainly lead to undesired results. Have your choice!}% w = { ,-100,100}, z = { ,-100,100}, x = { ,-100,100}, - y = { ,-100,100}, % ? + y = { ,-100,100}, % \end{macrocode} -% \item before of after lowercase characters with x-height plus descender +% \item\relax [before or] after lowercase characters with x-height plus descender % without additional optical space % \begin{macrocode} i = { , 50, -50}, @@ -12446,7 +13476,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \begin{macrocode} . = { ,250,-250}, ! = { ,250,-250}, - ? = { ,250,-250}, + ? = { ,250,-250} % \end{macrocode} %\end{itemize} % The order has to be reversed when enlarging is needed.' @@ -12460,6 +13490,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \item Is the result really better? % \item Is it overdone? (Try with a |factor| \textless\ 1000.) % \item Should the first parameter also be used? (Probably.) +% \item What about quotation marks, parentheses etc.? %\end{itemize} % % \subsubsection{Nonfrenchspacing} @@ -12523,7 +13554,7 @@ time will almost certainly lead to undesired results. Have your choice!}% % \sfcode`\, 1250 %\end{verbatim} % \begin{macrocode} - {,}= { , 250,-200}, + {,}= { , 250,-200} % \end{macrocode} %\begin{verbatim} %} @@ -12547,7 +13578,7 @@ time will almost certainly lead to undesired results. Have your choice!}% ! = {240,2000,-667}, : = {240,1000,-500}, ; = { , 500,-333}, - {,}= { , 250,-200}, + {,}= { , 250,-200} } % \end{macrocode} @@ -12570,8 +13601,18 @@ time will almost certainly lead to undesired results. Have your choice!}% { } % \end{macrocode} +% %\subsubsection{French} -% For the French context. +% +% The ratio of \fontdim2 to \fontdim6 varies for different fonts, so that +% either the kerning of the colon (which should be a space, \ie, \fontdim2) or +% that of the other punctuation characters (\TeX's \cmd\thinspace, \ie, one +% sixth of \fontdim6) may be inaccurate. For Times, for example, a thin space +% would be 665. I don't know whether French typography really wants a thin +% space, or rather (as it happens to turn out with ) half a space. +% (Wikipedia\footnote{\url{http://fr.wikipedia.org/wiki/Espace_typographique}.} +% claims it should be a quarter of an em, which seems too much to me; then +% again, it also says that this \emph{was} a thin space in French typography.) % \begin{macrocode} \SetExtraKerning [ name = french-default, @@ -12582,7 +13623,7 @@ time will almost certainly lead to undesired results. Have your choice!}% : = {1000,}, % = \fontdimen2 ; = {500, }, % ~ \thinspace ! = {500, }, - ? = {500, }, + ? = {500, } } % \end{macrocode} @@ -12597,7 +13638,7 @@ time will almost certainly lead to undesired results. Have your choice!}% { encoding = {T1,LY1} } { \guillemotleft = { ,800}, % = 0.8\fontdimen2 - \guillemotright = {800, }, + \guillemotright = {800, } } \SetExtraKerning @@ -12609,18 +13650,18 @@ time will almost certainly lead to undesired results. Have your choice!}% { } % \end{macrocode} +% %\subsubsection{Turkish} -% And for Turkish. +% % \begin{macrocode} \SetExtraKerning [ name = turkish, - context = turkish, - unit = space ] + context = turkish ] { encoding = {OT1,T1,LY1} } { - : = {500, }, % ~ \thinspace - ! = {500, }, - {=} = {500, }, + : = {167, }, % = \thinspace + ! = {167, }, + {=} = {167, } } % @@ -12763,7 +13804,7 @@ normal, and shrunk by 5\%: % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % -% \CheckSum{8250} +% \CheckSum{8918} % % \Finale % diff --git a/Master/texmf-dist/source/latex/microtype/microtype.ins b/Master/texmf-dist/source/latex/microtype/microtype.ins index e05c1487d9e..2e6b7971760 100644 --- a/Master/texmf-dist/source/latex/microtype/microtype.ins +++ b/Master/texmf-dist/source/latex/microtype/microtype.ins @@ -1,5 +1,5 @@ -% -*- TeX:STY:UK -*- -% $Id: microtype.ins,v 1.13 2007-01-14 18:07:31+01 schlicht Exp schlicht $ +% !Mode:: "TeX:STY:UK" +% $Id: microtype.ins,v 1.14 2007-07-14 16:10:02+02 schlicht Exp schlicht $ % ------------------------------------------------------------------------ \input docstrip \keepsilent @@ -7,6 +7,7 @@ \preamble ------------------------------------------------------------------------ + The `microtype' package An interface to the micro-typographic extensions of pdfTeX Copyright (c) 2004--2007 R Schlicht @@ -19,7 +20,7 @@ of all distributions of LaTeX version 2005/12/01 or later. This work has the LPPL maintenance status `author-maintained'. -This work consists of the files microtype.dtx and microtype.ins and the +This work consists of the files microtype.dtx and microtype.ins and the derived files microtype.sty and letterspace.sty. % Modified versions of the configuration files (*.cfg) may be distributed @@ -46,18 +47,18 @@ derived files microtype.sty and letterspace.sty. \declarepreamble\cfgpreamble This is the main configuration file for the `microtype' package. It contains settings for font expansion and character protrusion, - interword spacing and additional kerning, as well as character - inheritance and font set declarations. + tracking, interword spacing and additional kerning, as well as + character inheritance and font set declarations. + You may customise these settings here, or in a different file. Please consult the documentation for details.^^M - You may customize these settings here, or in a different file. If - you think you have found improvements to the settings, please let - me know.^^M + If you think you have found improvements to these settings, please + let me know.^^M When modifying this file, also change the identification line below. \endpreamble \declarepreamble\fontpreamble - This is a font-specific configuration file for the `microtype' - package. It may contain settings for font expansion and character - protrusion, interword spacing and additional kerning, as well as + This is a font-specific configuration file for the `microtype' package. + It may contain settings for font expansion and character protrusion, + tracking, interword spacing and additional kerning, as well as character inheritance declarations. Please consult the documentation for details.^^M If you think you have found improvements to these settings, please @@ -84,13 +85,14 @@ derived files microtype.sty and letterspace.sty. \def\makecfg#1#2{\makefile{mt-#2.cfg}{config,cfg-#1,#2}} \generate{ - \makefile{microtype.sty}{package} + \makefile{microtype.sty}{package} % add `lua' for luatex support \usepreamble\lsppreamble \makefile{letterspace.sty}{letterspace} \usepreamble\cfgpreamble \makefile{microtype.cfg}{config,cfg-t,m-t} \usepreamble\fontpreamble \makecfg{t}{bch} + \makecfg{t}{blg} \makecfg{t}{cmr} \makecfg{t}{pad} \makecfg{t}{ppl} diff --git a/Master/texmf-dist/tex/latex/microtype/letterspace.sty b/Master/texmf-dist/tex/latex/microtype/letterspace.sty index be4de33cbc0..84b34e4202f 100644 --- a/Master/texmf-dist/tex/latex/microtype/letterspace.sty +++ b/Master/texmf-dist/tex/latex/microtype/letterspace.sty @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `letterspace') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,7 +20,7 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ @@ -30,13 +31,14 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage - {letterspace} - [2007/01/21 v1.0 Robust letterspacing (RS)] + {letterspace}[2007/07/14 v1.2 Robust letterspacing (RS)] \newcommand*\lsstyle{} \newcommand\textls[2][]{} -\def\textls#1#{\@firstofone} +\def\textls#1#{} \newcommand*\lslig[1]{#1} -\def\MT@warning{\PackageWarning{letterspace}} +\def\MT@MT + {letterspace} +\def\MT@warning{\PackageWarning\MT@MT} \def\MT@warning@nl#1{\MT@warning{#1\@gobble}} \def\MT@pdftex@no{0} \ifx\normalpdftexversion\@undefined \else @@ -46,22 +48,30 @@ \fi \ifx\pdftexversion\@undefined \else \ifx\pdftexversion\relax \else - \def\MT@pdftex@no{6} - \ifnum\pdftexversion < 140 - \def\MT@pdftex@no{5} + \def\MT@pdftex@no{7} + \ifnum\pdftexversion < 140 + \def\MT@pdftex@no{5} \fi \fi \fi -\ifnum\MT@pdftex@no<6 - \AtEndOfPackage{\let\@unprocessedoptions\relax} +\def\MT@clear@options{% + \AtEndOfPackage{\let\@unprocessedoptions\relax}% \let\CurrentOption\@empty - \MT@warning@nl{% +} +\ifnum\MT@pdftex@no < + 6 + \MT@clear@options + \MT@warning@nl{You \ifcase\MT@pdftex@no - You don't seem to be using pdftex.\MessageBreak + don't seem to be using pdftex.\MessageBreak + `\MT@MT' only works with pdftex.\MessageBreak + Try running `pdflatex' instead of `latex'% \else - You are using a pdftex version older than 1.40.\MessageBreak - Sorry, but robust letterspacing doesn't work with\MessageBreak - this version. Please upgrade% + are using a pdftex version older than + 1.40% + .\MessageBreak + `\MT@MT' does not work with this version.\MessageBreak + Please install a newer version of pdftex% \fi } \endinput\fi @@ -70,17 +80,25 @@ \let\MT@tr@max\@m \let\MT@letterspace\m@ne \def\MT@letterspace@default{100} +\ifx\directlua\@undefined\else + \MT@warning@nl + {`\MT@MT' + doesn't currently work with luatex.\MessageBreak Bye bye% + } + \MT@clear@options\expandafter\endinput +\fi \def\MT@glet{\global\let} \def\MT@edef@n#1{\expandafter\edef\csname #1\endcsname} -\def\MT@let@nc#1{\expandafter\let\csname #1\endcsname} \def\MT@exp@one@n#1#2{\expandafter#1\expandafter{#2}} \def\MT@exp@two@c#1{\expandafter\expandafter\expandafter#1\expandafter} - \def\MT@ifdefined@c@TF#1{\ifdefined#1% - \expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi +\catcode`\X=9 + \def\MT@ifdefined@c@TF#1{% +X \ifdefined#1\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi } - \def\MT@ifdefined@n@T#1{\ifcsname#1\endcsname - \expandafter\@firstofone\else\expandafter\@gobble\fi + \def\MT@ifdefined@n@T#1{% +X \ifcsname#1\endcsname\expandafter\@firstofone\else\expandafter\@gobble\fi } +\catcode`\X=11 \begingroup \catcode`\%=12 \catcode`\&=14 @@ -92,13 +110,13 @@ \fi } \endgroup - \def\MT@ifint#1{% - \ifcase\pdfmatch{^-*[0-9]+ *$}{#1}\relax - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi - } + \def\MT@ifint#1{% + \ifcase\pdfmatch{^-*[0-9]+ *$}{#1}\relax + \expandafter\@secondoftwo + \else + \expandafter\@firstoftwo + \fi + } \def\MT@map@clist@n#1#2{% \ifx\@empty#1\else \def\MT@clist@function##1{#2}% @@ -118,77 +136,72 @@ \let\MT@setup@\@empty \def\MT@addto@setup{\g@addto@macro\MT@setup@} \AtBeginDocument{\MT@setup@ \MT@glet\MT@setup@\@empty} -\def\MT@with@package#1{\@ifpackageloaded{#1}\@firstofone\@gobble} +\def\MT@with@package@T#1{\@ifpackageloaded{#1}\@firstofone\@gobble} \MT@addto@setup{% - \@ifpackageloaded{hyperref}{% + \MT@with@package@T + {hyperref}{% \pdfstringdefDisableCommands{% \def\lsstyle{\pdfstringdefWarn\lsstyle}% \def\textls#1#{\pdfstringdefWarn\textls}% }% - }{% } - \MT@with@package{soul}{% + \MT@with@package@T{soul}{% \soulregister\lsstyle 0% \soulregister\textls 1% } } - \DeclareRobustCommand\lsstyle{% - \let\MT@tracking\MT@tracking@ - \MT@let@nc{lslig }\MT@lslig - \selectfont - \MT@lskern=\dimexpr\MT@ifdefined@c@TF\MT@letterspace@ - \MT@letterspace@\MT@letterspace sp - * \fontdimen6\MT@lsfont/2000\relax - \MT@ls@adjust - } - \def\MT@tracking@{% - \MT@set@tr@codes - } - \let\MT@tracking\relax - \def\MT@set@tr@codes{% - \MT@ifdefined@c@TF\MT@letterspace@\relax{% - \let\MT@letterspace@\MT@letterspace - }% - \ifnum\MT@letterspace@=\z@\else - \xdef\MT@lsfont{% - \csname\curr@fontshape\f@size - /\number\MT@letterspace@ ls\endcsname}% - \expandafter\ifx\MT@lsfont\relax - \MT@get@ls@basefont - \global\expandafter\letterspacefont\MT@lsfont\font@name \MT@letterspace@ - \fontdimen2\MT@lsfont=\dimexpr\numexpr 1000+\MT@letterspace@\relax sp - * \fontdimen2\MT@lsfont/1000\relax - \fi - \MT@set@lsfont - \fi - } - \def\MT@set@lsfont{\MT@exp@two@c\let\font@name\MT@lsfont} - \DeclareRobustCommand\lslig{\@firstofone} - \def\MT@lslig#1{% - \MT@get@ls@basefont - \kern\MT@lskern{\font@name #1}\kern\MT@lskern - } - \def\MT@get@ls@basefont{% - \ifcase\pdfmatch{^select font (.*)[+-][0-9]*ls( at .*)?$} - {\expandafter\meaning\font@name}\relax - \else - \global\expandafter\font\font@name - \expandafter\strip@prefix\pdflastmatch1 - \expandafter\strip@prefix\pdflastmatch2\relax +\let\MT@tracking\relax +\def\MT@set@tr@codes{% + \MT@ifdefined@c@TF\MT@letterspace@\relax{\let\MT@letterspace@\MT@letterspace}% + \ifnum\MT@letterspace@=\z@\else + \MT@warn@tracking@DVI + \xdef\MT@lsfont{\csname\expandafter\string\font@name + /\number\MT@letterspace@ ls\endcsname}% + \expandafter\ifx\MT@lsfont\relax + \MT@get@ls@basefont + \global\expandafter\letterspacefont\MT@lsfont\font@name\MT@letterspace@ + \fontdimen2\MT@lsfont=\dimexpr\numexpr 1000+\MT@letterspace@\relax sp + * \fontdimen2\MT@lsfont/1000\relax + \tagcode\MT@lsfont`f=\m@ne \fi - } + \aftergroup\MT@set@lsfont + \fi +} +\def\MT@set@lsfont{\MT@exp@two@c\let\font@name\MT@lsfont} +\DeclareRobustCommand\lsstyle{% + \let\MT@tracking\MT@set@tr@codes + \selectfont + \MT@lskern=\dimexpr\MT@ifdefined@c@TF\MT@letterspace@ + \MT@letterspace@\MT@letterspace sp + * \fontdimen6\MT@lsfont/2000\relax + \MT@ls@adjust +} +\DeclareRobustCommand\lslig[1]{% + \kern\MT@lskern + {\MT@get@ls@basefont\font@name #1}% + \kern\MT@lskern +} +\def\MT@get@ls@basefont{% + \escapechar\m@ne + \edef\MT@ls@basefont{\csname\expandafter\string\font@name @base\endcsname}% + \expandafter\ifx\MT@ls@basefont\relax + \MT@exp@two@c\MT@glet\MT@ls@basefont\font@name + \else + \MT@exp@two@c\let\font@name\MT@ls@basefont + \fi +} \DeclareRobustCommand\textls{% \hmode@bgroup - \@ifstar{\let\MT@ls@adjust\MT@ls@adjust@\MT@textls}% - {\let\MT@ls@adjust\relax \MT@textls}% + \@ifstar{\let\MT@ls@adjust\MT@ls@adjust@\MT@textls}% + {\let\MT@ls@adjust\relax \MT@textls}% } \newcommand\MT@textls[2][]{% - \MT@ifempty{#1}% - {\let\MT@letterspace@\@undefined}% - {\KV@@sp@def\MT@letterspace@{#1}% - \MT@ls@too@large\MT@letterspace@}% - \lsstyle #2% - \MT@ls@adjust + \MT@ifempty{#1}% + {\let\MT@letterspace@\@undefined}% + {\KV@@sp@def\MT@letterspace@{#1}% + \MT@ls@too@large\MT@letterspace@}% + \lsstyle #2% + \MT@ls@adjust \egroup } \def\MT@ls@too@large#1{% @@ -223,24 +236,27 @@ Command \string\pickup@font\space is not defined as expected.% } \fi + \g@addto@macro\pickup@font{\begingroup} + \MT@with@package@T{trace}{\g@addto@macro\pickup@font{\conditionally@traceoff}} \g@addto@macro\pickup@font{% - \MT@tracking + \escapechar\m@ne + \MT@tracking + \endgroup } } -\def\MT@def@num@opt#1{% - \define@key{MT}{#1}[]{% - \MT@ifempty{##1}% - {\MT@let@cn\@tempa{MT@#1@default}}% - {\def\@tempa{##1 }}% - \MT@ifint\@tempa{% - \MT@edef@n{MT@#1}{\@tempa}% - }{\MT@warning@nl{% - Value `##1' for option `#1' is not a number.\MessageBreak - Using default value of \number\@nameuse{MT@#1@default}}% - }% +\def\MT@optwarn@nan#1#2{% + \MT@warning@nl{Value `#1' for option `#2' is not a\MessageBreak number. + Using default value of \number\@nameuse{MT@#2@default}}% +} +\MT@map@clist@n{% + letterspace}{% + \define@key{MT}{#1}[\csname MT@#1@default\endcsname]{% + \def\@tempa{##1 }% + \MT@ifint\@tempa + {\MT@edef@n{MT@#1}{\@tempa}}% + {\MT@optwarn@nan{##1}{#1}}% }% } -\MT@def@num@opt{letterspace} \def\MT@ProcessOptionsWithKV#1{% \let\@tempc\relax \let\MT@temp\@empty @@ -258,11 +274,22 @@ }% }% \MT@temp - \AtEndOfPackage{\let\@unprocessedoptions\relax}% - \let\CurrentOption\@empty + \MT@clear@options } \MT@ProcessOptionsWithKV{MT} -\MT@addto@setup{% + \MT@addto@setup{% + \ifnum\pdfoutput<\@ne + \def\MT@warn@tracking@DVI{% + \MT@warning@nl{% + You are using tracking/letterspacing in DVI mode.\MessageBreak + This will probably not work, unless the post-\MessageBreak + processing program (dvips, dvipdfm(x), ...) is able\MessageBreak + to create the virtual fonts on the fly}% + \MT@glet\MT@warn@tracking@DVI\relax + } + \else + \let\MT@warn@tracking@DVI\relax + \fi \ifnum\MT@letterspace=\m@ne \let\MT@letterspace\MT@letterspace@default \else diff --git a/Master/texmf-dist/tex/latex/microtype/microtype.cfg b/Master/texmf-dist/tex/latex/microtype/microtype.cfg index d3dc6e480a9..7adaf78198f 100644 --- a/Master/texmf-dist/tex/latex/microtype/microtype.cfg +++ b/Master/texmf-dist/tex/latex/microtype/microtype.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,m-t') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,25 +20,25 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ %% This is the main configuration file for the `microtype' package. %% It contains settings for font expansion and character protrusion, -%% interword spacing and additional kerning, as well as character -%% inheritance and font set declarations. +%% tracking, interword spacing and additional kerning, as well as +%% character inheritance and font set declarations. +%% You may customise these settings here, or in a different file. %% Please consult the documentation for details. %% -%% You may customize these settings here, or in a different file. If -%% you think you have found improvements to the settings, please let -%% me know. +%% If you think you have found improvements to these settings, please +%% let me know. %% %% When modifying this file, also change the identification line below. %% ------------------------------------------------------------------------ %% \ProvidesFile - {microtype.cfg}[2007/01/14 v2.0 microtype main configuration file (RS)] + {microtype.cfg}[2007/07/14 v2.2 microtype main configuration file (RS)] %%% ----------------------------------------------------------------------- %%% FONT SETS @@ -90,10 +91,12 @@ \DeclareMicrotypeSetDefault[expansion] {basictext} \DeclareMicrotypeSetDefault[spacing] {basictext} \DeclareMicrotypeSetDefault[kerning] {alltext} -\DeclareMicrotypeSetDefault[tracking] {normalfont} +\DeclareMicrotypeSetDefault[tracking] {smallcaps} %%% ----------------------------------------------------------------------- -%%% FONT ALIASES +%%% FONT VARIANTS AND ALIASES + +\DeclareMicrotypeVariants{x,j,w,a,d,0,1} \DeclareMicrotypeAlias{lmr} {cmr} % lmodern \DeclareMicrotypeAlias{aer} {cmr} % ae @@ -101,13 +104,17 @@ \DeclareMicrotypeAlias{cmor}{cmr} % eco \DeclareMicrotypeAlias{hfor}{cmr} % hfoldsty \DeclareMicrotypeAlias{pxr} {ppl} % pxfonts -\DeclareMicrotypeAlias{qpl} {ppl} % qfonts/QuasiPalatino +\DeclareMicrotypeAlias{qpl} {ppl} % TeX Gyre Pagella (formerly: qfonts/QuasiPalatino) +\DeclareMicrotypeAlias{fp9x}{pplx} % FPL Neu +\DeclareMicrotypeAlias{fp9j}{pplj} % " \DeclareMicrotypeAlias{txr} {ptm} % txfonts -\DeclareMicrotypeAlias{qtm} {ptm} % qfonts/QuasiTimes +\DeclareMicrotypeAlias{qtm} {ptm} % TeX Gyre Termes (formerly: qfonts/QuasiTimes) \DeclareMicrotypeAlias{zeur}{eur} % Euler VM -\DeclareMicrotypeAlias{zeus}{eus} +\DeclareMicrotypeAlias{zeus}{eus} % " +\DeclareMicrotypeAlias{chr} {bch} % CH Math \DeclareMicrotypeAlias{mdbch}{bch} % mathdesign/Charter \DeclareMicrotypeAlias{mdugm}{ugm} % mathdesign/URW Garamond +\DeclareMicrotypeAlias{ulg} {blg} % URW LetterGothic -> Bitstream LetterGothic12Pitch \DeclareMicrotypeAlias{zpeus} {zpeu} % Adobe Euro sans -> serif \DeclareMicrotypeAlias{eurosans}{zpeu} % Adobe Euro sans -> serif \DeclareMicrotypeAlias{euroitcs}{euroitc} % ITC Euro sans -> serif @@ -120,7 +127,7 @@ {kerning=french, spacing=} \DeclareMicrotypeBabelHook - {english,UKenglish,british,american,USenglish} + {english,UKenglish,british,USenglish,american} {kerning=, spacing=nonfrench} \DeclareMicrotypeBabelHook @@ -136,7 +143,7 @@ i = {\i}, j = {\j}, O = {\O}, - o = {\o}, + o = {\o} } \DeclareCharacterInheritance @@ -172,8 +179,7 @@ Y = {\'Y,\"Y}, y = {\'y,\"y}, Z = {\'Z,\.Z,\v Z}, - z = {\'z,\.z,\v z}, - - = {127}, + z = {\'z,\.z,\v z} } \DeclareCharacterInheritance @@ -201,7 +207,7 @@ Y = {\'Y,\"Y}, y = {\'y,\"y}, Z = {\v Z}, - z = {\v z}, + z = {\v z} } \DeclareCharacterInheritance @@ -224,7 +230,7 @@ S = {\'S}, s = {\'s}, Z = {\'Z,\.Z}, - z = {\'z,\.z}, + z = {\'z,\.z} } \DeclareCharacterInheritance @@ -286,11 +292,19 @@ u = {\`u,\'u,\~u,\h u,\d u,\horn u, \`\uhorn,\'\uhorn,\~\uhorn,\h\uhorn,\d\uhorn}, Y = {\`Y,\'Y,\~Y,\h Y,\d Y}, - y = {\`y,\'y,\~y,\h y,\d y}, + y = {\`y,\'y,\~y,\h y,\d y} } %%% ----------------------------------------------------------------------- -%%% EXPANSION SETTINGS +%%% TRACKING/LETTERSPACING + +\SetTracking + [ no ligatures = {f} ] + { encoding = {OT1,T1,LY1,OT4,QX} } + {} + +%%% ----------------------------------------------------------------------- +%%% EXPANSION \SetExpansion [ name = default ] @@ -321,7 +335,7 @@ 3 = 700, 6 = 700, 8 = 700, - 9 = 700, + 9 = 700 } \SetExpansion @@ -351,11 +365,11 @@ 3 = 700, 6 = 700, 8 = 700, - 9 = 700, + 9 = 700 } %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = default ] @@ -397,7 +411,7 @@ - = {500,500}, \textendash = {200,200}, \textemdash = {150,150}, \textquoteleft = {300,400}, \textquoteright = {300,400}, - \textquotedblleft = {300,300}, \textquotedblright = {300,300}, + \textquotedblleft = {300,300}, \textquotedblright = {300,300} } \SetProtrusion @@ -412,7 +426,7 @@ \guillemotleft = {200,200}, \guillemotright = {200,200}, \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -429,7 +443,7 @@ \textbraceleft = {400,200}, \textbraceright = {200,400}, \textless = {200,100}, \textgreater = {100,200}, \textminus = {200,200}, \textdegree = {300,300}, - \copyright = {100,100}, \textregistered = {100,100}, + \copyright = {100,100}, \textregistered = {100,100} } \SetProtrusion @@ -452,7 +466,7 @@ - = {300,300}, \textendash = {200,200}, \textemdash = {150,150}, \textquoteleft = {400,200}, \textquoteright = {400,200}, - \textquotedblleft = {400,200}, \textquotedblright = {400,200}, + \textquotedblleft = {400,200}, \textquotedblright = {400,200} } \SetProtrusion @@ -485,7 +499,7 @@ \textbraceleft = {200,100}, \textbraceright = {200,200}, \textless = {100,100}, \textgreater = {100,100}, \textminus = {200,200}, \textdegree = {300,150}, - \copyright = {100,100}, \textregistered = {100,100}, + \copyright = {100,100}, \textregistered = {100,100} } \SetProtrusion @@ -501,7 +515,7 @@ 013 = { ,50}, % fl r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -517,7 +531,7 @@ 029 = { ,50}, % fl r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -533,7 +547,7 @@ 013 = { ,50}, % fl r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -548,7 +562,7 @@ } %%% ----------------------------------------------------------------------- -%%% INTERWORD SPACING SETTINGS +%%% INTERWORD SPACING \SetExtraSpacing [ name = default ] @@ -569,7 +583,7 @@ w = { ,-100,100}, z = { ,-100,100}, x = { ,-100,100}, - y = { ,-100,100}, % ? + y = { ,-100,100}, i = { , 50, -50}, m = { , 50, -50}, n = { , 50, -50}, @@ -578,7 +592,7 @@ ; = { ,200,-200}, . = { ,250,-250}, ! = { ,250,-250}, - ? = { ,250,-250}, + ? = { ,250,-250} } \SetExtraSpacing @@ -593,7 +607,7 @@ ! = {333,2000,-667}, : = {333,1000,-500}, ; = { , 500,-333}, - {,}= { , 250,-200}, + {,}= { , 250,-200} } \SetExtraSpacing @@ -607,7 +621,7 @@ ! = {240,2000,-667}, : = {240,1000,-500}, ; = { , 500,-333}, - {,}= { , 250,-200}, + {,}= { , 250,-200} } %%% ----------------------------------------------------------------------- @@ -627,7 +641,7 @@ : = {1000,}, % = \fontdimen2 ; = {500, }, % ~ \thinspace ! = {500, }, - ? = {500, }, + ? = {500, } } \SetExtraKerning @@ -638,7 +652,7 @@ { encoding = {T1,LY1} } { \guillemotleft = { ,800}, % = 0.8\fontdimen2 - \guillemotright = {800, }, + \guillemotright = {800, } } \SetExtraKerning @@ -651,13 +665,12 @@ \SetExtraKerning [ name = turkish, - context = turkish, - unit = space ] + context = turkish ] { encoding = {OT1,T1,LY1} } { - : = {500, }, % ~ \thinspace - ! = {500, }, - {=} = {500, }, + : = {167, }, % = \thinspace + ! = {167, }, + {=} = {167, } } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/microtype.sty b/Master/texmf-dist/tex/latex/microtype/microtype.sty index eeaf31b5d61..bc9e702567f 100644 --- a/Master/texmf-dist/tex/latex/microtype/microtype.sty +++ b/Master/texmf-dist/tex/latex/microtype/microtype.sty @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `package') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,41 +20,45 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage - {microtype} - [2007/01/21 v2.0 Micro-typography with pdfTeX (RS)] + {microtype} + [2007/07/14 v2.2 Micro-typography with pdfTeX (RS)] \newcommand*\DeclareMicrotypeSet[3][]{} \newcommand*\UseMicrotypeSet[2][]{} \newcommand*\DeclareMicrotypeSetDefault[2][]{} \newcommand*\SetProtrusion[3][]{} \newcommand*\SetExpansion[3][]{} -\newcommand*\SetExtraSpacing[3][]{} -\newcommand*\SetExtraKerning[3][]{} \newcommand*\SetTracking[3][]{} -\newcommand*\DisableLigatures[1]{} +\newcommand*\SetExtraKerning[3][]{} +\newcommand*\SetExtraSpacing[3][]{} +\newcommand*\DisableLigatures[2][]{} \newcommand*\DeclareCharacterInheritance[3][]{} +\newcommand*\DeclareMicrotypeVariants[1]{} \newcommand*\DeclareMicrotypeAlias[2]{} \newcommand*\LoadMicrotypeFile[1]{} \newcommand*\DeclareMicrotypeBabelHook[2]{} \newcommand*\microtypesetup[1]{} \newcommand*\microtypecontext[1]{} +\newcommand*\textmicrotypecontext[2]{#2} \@ifpackageloaded{letterspace}{\let\MT@textls\relax}{% \newcommand*\lsstyle{} \newcommand\textls[2][]{} -\def\textls#1#{\@firstofone} +\def\textls#1#{} \newcommand*\lslig[1]{#1} } \def\DeclareMicrotypeSet#1#{\@gobbletwo} +\def\DeclareMicrotypeVariants#1#{\@gobble} \@onlypreamble\DeclareMicrotypeSet \@onlypreamble\UseMicrotypeSet \@onlypreamble\DeclareMicrotypeSetDefault \@onlypreamble\DisableLigatures +\@onlypreamble\DeclareMicrotypeVariants \@onlypreamble\DeclareMicrotypeBabelHook \def\MT@old@cmd#1#2{% \newcommand*#1{\MT@warning{% @@ -64,12 +69,13 @@ \MT@old@cmd\DeclareMicroTypeSet \DeclareMicrotypeSet \MT@old@cmd\UseMicroTypeSet \UseMicrotypeSet \MT@old@cmd\LoadMicroTypeFile \LoadMicrotypeFile -\def\MT@MT{microtype} +\def\MT@MT + {microtype} +\def\MT@warning{\PackageWarning\MT@MT} +\def\MT@warning@nl#1{\MT@warning{#1\@gobble}} \def\MT@info{\PackageInfo\MT@MT} \def\MT@info@nl#1{\MT@info{#1\@gobble}} \let\MT@vinfo\@gobble -\def\MT@warning{\PackageWarning\MT@MT} -\def\MT@warning@nl#1{\MT@warning{#1\@gobble}} \def\MT@warn@err#1{\MT@error{#1}{% This error message appears because you loaded the `\MT@MT'\MessageBreak package with the option `verbose=errors'. Consult the documentation\MessageBreak @@ -83,42 +89,55 @@ \fi \ifx\pdftexversion\@undefined \else \ifx\pdftexversion\relax \else - \def\MT@pdftex@no{6} - \ifnum\pdftexversion < 140 - \def\MT@pdftex@no{5} - \ifnum\pdftexversion < 130 - \def\MT@pdftex@no{4} - \ifnum\pdftexversion < 120 - \def\MT@pdftex@no{3} - \ifnum\pdftexversion = 14 - \ifnum \expandafter`\pdftexrevision < `h - \def\MT@pdftex@no{2} - \ifnum \expandafter`\pdftexrevision < `f + \def\MT@pdftex@no{7} + \ifnum\pdftexversion = 140 + \ifnum\pdftexrevision < 4 + \def\MT@pdftex@no{6} + \fi + \else + \ifnum\pdftexversion < 140 + \def\MT@pdftex@no{5} + \ifnum\pdftexversion < 130 + \def\MT@pdftex@no{4} + \ifnum\pdftexversion < 120 + \def\MT@pdftex@no{3} + \ifnum\pdftexversion = 14 + \ifnum \expandafter`\pdftexrevision < `h + \def\MT@pdftex@no{2} + \ifnum \expandafter`\pdftexrevision < `f + \def\MT@pdftex@no{1} + \fi + \fi + \else + \ifnum\pdftexversion < 14 \def\MT@pdftex@no{1} \fi \fi - \else - \ifnum\pdftexversion < 14 - \def\MT@pdftex@no{1} - \fi \fi \fi \fi \fi \fi \fi -\ifnum\MT@pdftex@no<2 - \AtEndOfPackage{\let\@unprocessedoptions\relax} +\def\MT@clear@options{% + \AtEndOfPackage{\let\@unprocessedoptions\relax}% \let\CurrentOption\@empty - \MT@warning@nl{% +} +\ifnum\MT@pdftex@no < + 2 + \MT@clear@options + \MT@warning@nl{You \ifcase\MT@pdftex@no - You don't seem to be using pdftex.\MessageBreak + don't seem to be using pdftex.\MessageBreak + `\MT@MT' only works with pdftex.\MessageBreak + Try running `pdflatex' instead of `latex'% \else - You are using a pdftex version older than 0.14f.\MessageBreak - `\MT@MT' won't work with such antiquated versions.\MessageBreak - Please install a newer version of pdftex.\MessageBreak + are using a pdftex version older than + 0.14f% + .\MessageBreak + `\MT@MT' does not work with this version.\MessageBreak + Please install a newer version of pdftex% \fi - All micro-typographic features will be disabled% } \endinput\fi \def\MT@catcodes{% @@ -185,24 +204,33 @@ \let\MT@letterspace\m@ne \def\MT@letterspace@default{100} \newif\ifMT@document -\expandafter\let\expandafter\MT@requires@etex +\def\MT@maybe@etex{% \ifcase 0% \ifx\eTeXversion\@undefined 1\else \ifx\eTeXversion\relax 1\else \ifcase\eTeXversion 1\fi \fi - \fi\space - \@firstoftwo + \fi + \catcode`Q=14 \catcode`X=9 \else - \@secondoftwo + \catcode`Q=9 \catcode`X=14 \fi + \MT@maybe@etex@ +} +\def\MT@maybe@etex@#1{#1% + \catcode`Q=11 \catcode`X=11 +} \def\MT@requires@pdftex#1{% - \ifnum\MT@pdftex@no<#1 - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi + \ifnum\MT@pdftex@no<#1 \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi } +\ifx\directlua\@undefined\else + \MT@error + {`\MT@MT' + only works with luatex if you generate\MessageBreak + the package with the `lua' option% + } + {} +\fi \def\MT@glet{\global\let} \def\MT@def@n#1{\expandafter\def\csname #1\endcsname} \def\MT@gdef@n#1{\expandafter\gdef\csname #1\endcsname} @@ -218,43 +246,38 @@ \expandafter\expandafter\expandafter #1\expandafter\expandafter\expandafter {\expandafter#2\expandafter}\expandafter{#3}} -\MT@requires@etex{ - \def\MT@ifdefined@c@T#1{\ifdefined#1% - \expandafter\@firstofone\else\expandafter\@gobble\fi - } - \def\MT@ifdefined@c@TF#1{\ifdefined#1% - \expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi - } - \def\MT@ifdefined@n@T#1{\ifcsname#1\endcsname - \expandafter\@firstofone\else\expandafter\@gobble\fi +\MT@maybe@etex{ + \def\MT@ifdefined@c@T#1{% +X \ifdefined#1\expandafter\@firstofone\else\expandafter\@gobble\fi +Q \ifx#1\@undefined\expandafter\@gobble\else\expandafter\@firstofone\fi } - \def\MT@ifdefined@n@TF#1{\ifcsname#1\endcsname - \expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi + \def\MT@ifdefined@c@TF#1{% +X \ifdefined#1\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi +Q \ifx#1\@undefined +Q \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi } -}{ - \def\MT@ifdefined@c@T#1{\ifx#1\@undefined - \expandafter\@gobble\else\expandafter\@firstofone\fi + \def\MT@ifdefined@n@T#1{% +X \ifcsname#1\endcsname\expandafter\@firstofone\else\expandafter\@gobble\fi +Q \begingroup\MT@exp@two@c\endgroup\ifx\csname #1\endcsname\relax +Q \expandafter\@gobble\else\expandafter\@firstofone\fi } - \def\MT@ifdefined@c@TF#1{\ifx#1\@undefined - \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi + \def\MT@ifdefined@n@TF#1{% +X \ifcsname#1\endcsname\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi +Q \begingroup\MT@exp@two@c\endgroup\ifx\csname #1\endcsname\relax +Q \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi } - \def\MT@ifdefined@n@T#1{\begingroup\MT@exp@two@c\endgroup - \ifx\csname #1\endcsname\relax - \expandafter\@gobble\else\expandafter\@firstofone\fi +} +\MT@maybe@etex{ + \def\MT@detokenize@n#1{% +X \detokenize\expandafter{% + \string#1% +X }% } - \def\MT@ifdefined@n@TF#1{\begingroup\MT@exp@two@c\endgroup - \ifx\csname #1\endcsname\relax - \expandafter\@secondoftwo\else\expandafter\@firstoftwo\fi + \def\MT@detokenize@c#1{% +X \detokenize\expandafter\expandafter\expandafter{\expandafter\string#1}% +Q \MT@exp@two@c\zap@space\strip@prefix\meaning#1 \@empty } } -\MT@requires@etex{ - \def\MT@detokenize@n#1{\detokenize\expandafter{\string#1}} - \def\MT@detokenize@c#1{\detokenize - \expandafter\expandafter\expandafter{\expandafter\string#1}} -}{ - \def\MT@detokenize@n#1{\string#1} - \def\MT@detokenize@c#1{\MT@exp@two@c\zap@space\strip@prefix\meaning#1 \@empty} -} \begingroup \catcode`\%=12 \catcode`\&=14 @@ -267,13 +290,13 @@ } \endgroup \MT@requires@pdftex6{ - \def\MT@ifint#1{% - \ifcase\pdfmatch{^-*[0-9]+ *$}{#1}\relax - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi - } + \def\MT@ifint#1{% + \ifcase\pdfmatch{^-*[0-9]+ *$}{#1}\relax + \expandafter\@secondoftwo + \else + \expandafter\@firstoftwo + \fi + } }{ \def\MT@ifint#1{% \if!\ifnum9<1#1!\else?\fi @@ -284,14 +307,14 @@ } } \MT@requires@pdftex6{ - \def\MT@ifdimen#1{% - \ifcase\pdfmatch{^([0-9]+([.,][0-9]+)?|[.,][0-9]+)% - (em|ex|cm|mm|in|pc|pt|dd|cc|bp|sp|nd|nc|px)? *$}{#1}\relax - \expandafter\@secondoftwo - \else - \expandafter\@firstoftwo - \fi - } + \def\MT@ifdimen#1{% + \ifcase\pdfmatch{^([0-9]+([.,][0-9]+)?|[.,][0-9]+)% + (em|ex|cm|mm|in|pc|pt|dd|cc|bp|sp|nd|nc|px)? *$}{#1}\relax + \expandafter\@secondoftwo + \else + \expandafter\@firstoftwo + \fi + } }{ \def\MT@ifdimen#1{% \setbox\z@=\hbox{% @@ -312,18 +335,18 @@ \fi } \MT@requires@pdftex5{ - \def\MT@ifstreq#1#2{% - \ifcase\pdfstrcmp{#1}{#2}\relax - \expandafter\@firstoftwo - \else - \expandafter\@secondoftwo - \fi - } + \def\MT@ifstreq#1#2{% + \ifcase\pdfstrcmp{#1}{#2}\relax + \expandafter\@firstoftwo + \else + \expandafter\@secondoftwo + \fi + } }{ \def\MT@ifstreq#1#2{% - \edef\x{#1}% - \edef\y{#2}% - \ifx\x\y + \edef\MT@res@a{#1}% + \edef\MT@res@b{#2}% + \ifx\MT@res@a\MT@res@b \expandafter\@firstoftwo \else \expandafter\@secondoftwo @@ -433,32 +456,23 @@ } \def\MT@do@font{\MT@while@num\z@\@cclvi} \newcount\MT@count -\MT@requires@etex{ - \def\MT@increment#1{\edef#1{\number\numexpr #1 + 1\relax}} -}{ +\MT@maybe@etex{ \def\MT@increment#1{% - \MT@count=#1\relax - \advance\MT@count \@ne - \edef#1{\number\MT@count}% +X \edef#1{\number\numexpr #1 + 1\relax}% +Q \MT@count=#1\relax +Q \advance\MT@count \@ne +Q \edef#1{\number\MT@count}% } -} -\MT@requires@etex{ \def\MT@scale#1#2#3{% +Q \multiply #1 #2\relax \ifnum #3 = \z@ - #1=\numexpr #1 * #2\relax +X #1=\numexpr #1 * #2\relax \else - #1=\numexpr #1 * #2 / #3\relax - \fi - } -}{ - \def\MT@scale#1#2#3{% - \multiply #1 #2\relax - \ifnum #3 = \z@ \else - \divide #1 #3\relax +X #1=\numexpr #1 * #2 / #3\relax +Q \divide #1 #3\relax \fi } } -\let\MT@make@string\@onelevel@sanitize \def\MT@abbr@pr{protrusion} \def\MT@abbr@ex{expansion} \def\MT@abbr@pr@c{protrusion codes} @@ -491,20 +505,21 @@ \expandafter\@gobble \fi } +\@ifl@aded{tex}{wordcount}{% + \MT@warning@nl{Detected the `wordcount' utility.\MessageBreak + Disabling `\MT@MT', since it wouldn't work}% + \MT@clear@options\endinput}\relax \let\MT@setup@\@empty \def\MT@addto@setup{\g@addto@macro\MT@setup@} \AtBeginDocument{\MT@setup@ \MT@glet\MT@setup@\@empty} -\def\MT@with@package#1{\@ifpackageloaded{#1}\@firstofone\@gobble} -\def\MT@with@babel@and#1{\@ifpackagewith{babel}{#1}\@firstofone\@gobble} -\def\MT@pdfcprot@error{% - \MT@error{Detected the `pdfcprot' package!\MessageBreak - `\MT@MT' and `pdfcprot' may not be used together}{% -The `pdfcprot' package provides an interface to character protrusion.\MessageBreak -So does the `\MT@MT' package. Using both packages at the same\MessageBreak -time will almost certainly lead to undesired results. Have your choice!}% - \let\MT@pdfcprot@error\relax +\def\MT@with@package@T#1{\@ifpackageloaded{#1}\@firstofone\@gobble} +\def\MT@with@babel@and@T#1{% + \MT@ifdefined@n@T{opt@babel.\@pkgextension}{% + \@expandtwoargs\MT@in@clist{#1} + {\csname opt@babel.\@pkgextension\endcsname,\@classoptionslist}% + \ifMT@inlist@\expandafter\@gobble\fi + }\@gobble } -\MT@with@package{pdfcprot}\MT@pdfcprot@error \MT@let@nc{ver@letterspace.sty}\@empty \MT@requires@pdftex5{ \def\MT@ledmac@setup{% @@ -541,21 +556,32 @@ time will almost certainly lead to undesired results. Have your choice!}% } \def\MT@restore@p@h{\chardef\%`\% \chardef\#`\# } \def\MT@setupfont@hook{% - \MT@with@babel@and{spanish}{\MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% - \MT@with@package{csquotes}{% - \@ifpackagelater{csquotes}{2005/05/11}\@disablequotes\relax}% - \@ifpackageloaded{hyperref}\MT@restore@p@h{% - \MT@with@package{tex4ht}\MT@restore@p@h}% + \MT@with@babel@and@T{spanish} {\MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% + \MT@with@babel@and@T{galician}{\MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% + \MT@with@package@T{csquotes} + {\@ifpackagelater{csquotes}{2005/05/11}\@disablequotes\relax}% + \@ifpackageloaded{hyperref}\MT@restore@p@h + {\MT@with@package@T{tex4ht}\MT@restore@p@h}% } \MT@addto@setup{% - \MT@with@package{pdfcprot}\MT@pdfcprot@error - \MT@with@package{ledmac}\MT@ledmac@setup + \MT@with@package@T{pdfcprot}{% + \MT@error{Detected the `pdfcprot' package!\MessageBreak + `\MT@MT' and `pdfcprot' may not be used together}{% +The `pdfcprot' package provides an interface to character protrusion.\MessageBreak +So does the `\MT@MT' package. Using both packages at the same\MessageBreak +time will almost certainly lead to undesired results. Have your choice!}% + } + \MT@with@package@T{ledmac}\MT@ledmac@setup \let\MT@setupfont@hook\@empty - \MT@with@babel@and{spanish}{% + \MT@with@babel@and@T{spanish}{% + \g@addto@macro\MT@setupfont@hook{% + \MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% + } + \MT@with@babel@and@T{galician}{% \g@addto@macro\MT@setupfont@hook{% \MT@ifdefined@c@T\percentsign{\let\%\percentsign}}% } - \MT@with@package{csquotes}{% + \MT@with@package@T{csquotes}{% \@ifpackagelater{csquotes}{2005/05/11}{% \g@addto@macro\MT@setupfont@hook\@disablequotes }{% @@ -564,19 +590,18 @@ time will almost certainly lead to undesired results. Have your choice!}% numbers, try upgrading the `csquotes' package}% }% } - \@ifpackageloaded{hyperref}{% + \@ifpackageloaded + {hyperref}{% \g@addto@macro\MT@setupfont@hook\MT@restore@p@h \pdfstringdefDisableCommands{% \let\pickup@font\MT@orig@pickupfont \def\lsstyle{\pdfstringdefWarn\lsstyle}% \def\textls#1#{\pdfstringdefWarn\textls}% }% - }{% - \MT@with@package{tex4ht}{% - \g@addto@macro\MT@setupfont@hook\MT@restore@p@h - }% } - \MT@with@package{listings}{% + {\MT@with@package@T{tex4ht} + {\g@addto@macro\MT@setupfont@hook\MT@restore@p@h}}% + \MT@with@package@T{listings}{% \g@addto@macro\MT@normal@catcodes{% \MT@while@num{"30}{"3A}{\catcode\@tempcnta 12\relax}% \MT@while@num{"41}{"5B}{\catcode\@tempcnta 11\relax}% @@ -587,21 +612,21 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\lst@ProcessLetter\@empty }% } - \MT@with@package{soul}{% + \MT@with@package@T{soul}{% \soulregister\lsstyle 0% \soulregister\textls 1% } - \MT@with@package{pinyin}{% - \let\MT@py@macron\py@macron + \MT@with@package@T{pinyin}{% + \let\MT@orig@py@macron\py@macron \@ifpackagelater{pinyin}{2006/10/17}{% 4.7.0 \def\py@macron#1#2{% \let\pickup@font\MT@orig@pickupfont - \MT@py@macron{#1}{#2}% + \MT@orig@py@macron{#1}{#2}% \let\pickup@font\MT@pickupfont}% }{% \def\py@macron#1{% \let\pickup@font\MT@orig@pickupfont - \MT@py@macron{#1}% + \MT@orig@py@macron{#1}% \let\pickup@font\MT@pickupfont}% }% } @@ -609,25 +634,66 @@ time will almost certainly lead to undesired results. Have your choice!}% \expandafter\ifx\the\font\nullfont\normalfont\fi \def\MT@setupfont{% \MT@setupfont@hook +} +\MT@requires@pdftex7 + {\g@addto@macro\MT@setupfont\MT@copy@font}\relax +\g@addto@macro\MT@setupfont{% \MT@exp@two@c\MT@split@name\string\MT@font/\@nil \MT@exp@one@n\MT@find@file\MT@family \ifx\MT@familyalias\@empty \else \MT@exp@one@n\MT@find@file\MT@familyalias\fi - \ifx\f@encoding\cf@encoding\else\@@enc@update\fi - \MT@tracking +} +\MT@requires@pdftex6 + {\g@addto@macro\MT@setupfont\MT@tracking}\relax +\g@addto@macro\MT@setupfont{% \MT@check@font \ifMT@inlist@ \else \MT@vinfo{Setting up font `\MT@@font'\on@line}% - \MT@protrusion - \MT@expansion - \MT@spacing - \MT@kerning - \MT@noligatures + \MT@protrusion + \MT@expansion +} +\MT@requires@pdftex6 + {\g@addto@macro\MT@setupfont{\MT@spacing\MT@kerning}}\relax +\MT@requires@pdftex5 + {\g@addto@macro\MT@setupfont\MT@noligatures}\relax +\g@addto@macro\MT@setupfont{% \MT@register@font \fi \MT@glet\MT@font\@empty } +\MT@requires@pdftex7{ +\let\MT@copy@font\relax +\def\MT@copy@font@{% + \xdef\MT@font@copy{\csname\MT@@font/\MT@ex@context\endcsname}% + \expandafter\ifx\MT@font@copy\relax + \edef\MT@font@orig{\csname\expandafter\string\font@name @orig\endcsname}% + \expandafter\ifx\MT@font@orig\relax + \MT@exp@two@c\MT@glet\MT@font@orig\font@name + \else + \MT@exp@two@c\let\font@name\MT@font@orig + \fi + \global\MT@exp@two@c\pdfcopyfont\MT@font@copy\font@name + \MT@map@clist@c\MT@active@features{% + \expandafter\ifx\csname MT@\@nameuse{MT@abbr@##1}\endcsname\relax\else + \def\@tempa{##1}% + \expandafter\MT@map@tlist@c + \csname MT@##1@doc@contexts\endcsname + \MT@rem@from@list + \fi + }% + \fi + \MT@exp@two@c\let\MT@font\MT@font@copy + \let\font@name\MT@font@copy + \aftergroup\let\aftergroup\font@name\aftergroup\MT@font@copy +} +\def\MT@rem@from@list#1{% + \expandafter\ifx\csname MT@\@tempa @#1font@list\endcsname\relax\else + \expandafter\MT@exp@one@n\expandafter\MT@rem@from@clist\expandafter + \MT@font \csname MT@\@tempa @#1font@list\endcsname + \fi +} +}\relax \def\MT@split@name#1/#2/#3/#4/#5/#6\@nil{% \def\MT@encoding{#1}% \def\MT@family {#2}% @@ -642,6 +708,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@maybe@do#1{% \expandafter\csname ifMT@\csname MT@abbr@#1\endcsname\endcsname \MT@dotrue + \edef\@tempa{\csname MT@#1@setname\endcsname}% \MT@map@clist@n{font,encoding,family,series,shape,size}{% \MT@ifdefined@n@TF{MT@checklist@##1}% {\csname MT@checklist@##1\endcsname}% @@ -659,7 +726,6 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi } \def\MT@checklist@#1#2{% - \edef\@tempa{\csname MT@#2@setname\endcsname}% \MT@ifdefined@n@T {MT@#2list@#1@\@tempa}{% \expandafter\MT@exp@one@n\expandafter\MT@in@clist @@ -673,25 +739,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi }% } -\def\MT@checklist@font#1{% - \edef\@tempa{\csname MT@#1@setname\endcsname}% - \MT@ifdefined@n@T - {MT@#1list@font@\@tempa}{% - \expandafter\expandafter\expandafter\MT@exp@one@n - \expandafter\expandafter\expandafter\MT@in@clist - \expandafter\expandafter\expandafter{% - \expandafter\expandafter\expandafter\string - \expandafter\MT@font\expandafter}% - \csname MT@#1list@font@\@tempa\endcsname - \ifMT@inlist@ - \expandafter\MT@clist@break - \else - \MT@dofalse - \fi - }% -} \def\MT@checklist@family#1{% - \edef\@tempa{\csname MT@#1@setname\endcsname}% \MT@ifdefined@n@T {MT@#1list@family@\@tempa}{% \MT@exp@two@n\MT@in@clist @@ -714,11 +762,9 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } \def\MT@checklist@size#1{% - \edef\@tempa{\csname MT@#1@setname\endcsname}% \MT@ifdefined@n@T {MT@#1list@size@\@tempa}{% - \expandafter\MT@in@rlist - \csname MT@#1list@size@\@tempa\endcsname + \expandafter\MT@in@rlist\csname MT@#1list@size@\@tempa\endcsname \ifMT@inlist@ \MT@dotrue \else @@ -727,6 +773,19 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi }% } +\def\MT@checklist@font#1{% + \MT@ifdefined@n@T + {MT@#1list@font@\@tempa}{% + \edef\@tempb{\MT@encoding/\MT@family/\MT@series/\MT@shape/\MT@size}% + \expandafter\MT@exp@one@n\expandafter\MT@in@clist\expandafter + \@tempb \csname MT@#1list@font@\@tempa\endcsname + \ifMT@inlist@ + \expandafter\MT@clist@break + \else + \MT@dofalse + \fi + }% +} \def\MT@protrusion{\MT@maybe@do{pr}} \def\MT@set@pr@codes{% \MT@if@list@exists{% @@ -742,13 +801,23 @@ time will almost certainly lead to undesired results. Have your choice!}% }\MT@reset@pr@codes } \def\MT@set@all@pr#1#2{% - \MT@do@font{% - \lpcode\MT@font\@tempcnta=#1\relax - \rpcode\MT@font\@tempcnta=#2\relax - }% + \let\MT@temp\@empty + \MT@ifempty{#1}\relax{\g@addto@macro\MT@temp{\lpcode\MT@font\@tempcnta=#1\relax}}% + \MT@ifempty{#2}\relax{\g@addto@macro\MT@temp{\rpcode\MT@font\@tempcnta=#2\relax}}% + \MT@do@font\MT@temp } \def\MT@reset@pr@codes@{\MT@set@all@pr\z@\z@} \let\MT@reset@pr@codes\relax +\MT@requires@pdftex6{ + \g@addto@macro\MT@set@pr@codes\MT@compensate@tr + \let\MT@compensate@tr\relax + \def\MT@compensate@tr@{% + \MT@do@font{\MT@compensate@tr@@\lpcode \MT@compensate@tr@@\rpcode}% + } + \def\MT@compensate@tr@@#1{% + #1\MT@font\@tempcnta=\numexpr#1\MT@font\@tempcnta + \MT@letterspace@/2\relax + } +}\relax \def\MT@get@font@dimen@six{% \ifnum\fontdimen6\MT@font=\z@ \MT@warning@nl{% @@ -796,56 +865,54 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% } -\MT@requires@pdftex3{ - \def\MT@scale@to@em{% - \@tempcntb=\MT@count\relax - \MT@scale\@tempcntb \@tempb \MT@dimen@six - \ifnum\@tempcntb=\z@ \else - \MT@scale@factor - \fi - } - \MT@requires@etex{ +\MT@maybe@etex{ + \MT@requires@pdftex3{ + \def\MT@scale@to@em{% + \@tempcntb=\MT@count\relax + \MT@scale\@tempcntb \@tempb \MT@dimen@six + \ifnum\@tempcntb=\z@ \else + \MT@scale@factor + \fi + } \def\MT@get@charwd{% - \MT@count=\fontcharwd\MT@font\MT@char\relax +X \MT@count=\fontcharwd\MT@font\MT@char\relax +Q \setbox\z@=\hbox{\MT@font \char\MT@char}% +Q \MT@count=\wd\z@ \ifnum\MT@count=\z@ \MT@info@missing@char \fi } + \MT@requires@pdftex6{ + \g@addto@macro\MT@get@charwd{% + \MT@ifdefined@c@T\MT@letterspace@ + {\advance\MT@count -\dimexpr\MT@letterspace@ sp *\dimexpr 1em/1000\relax}% + } + }\relax }{ - \def\MT@get@charwd{% - \setbox\z@=\hbox{\MT@font \char\MT@char}% - \MT@count=\wd\z@\relax - \ifnum\MT@count=\z@ \MT@info@missing@char \fi + \def\MT@scale@to@em{% + \MT@count=\@tempb\relax + \ifnum\MT@count=\z@ \else + \MT@scale@factor + \fi } + \def\MT@get@charwd{\MT@count=\MT@dimen@six} } -}{ - \def\MT@scale@to@em{% - \MT@count=\@tempb\relax - \ifnum\MT@count=\z@ \else - \MT@scale@factor - \fi - } - \def\MT@get@charwd{\MT@count=\MT@dimen@six} } \def\MT@get@font@dimen#1{% \ifnum\fontdimen#1\MT@font=\z@ \MT@warning@nl{Font `\MT@@font' does not specify its\MessageBreak - \@backslashchar fontdimen \number#1 (it's zero)!\MessageBreak + \@backslashchar fontdimen #1 (it's zero)!\MessageBreak You should use a different `unit' for \MT@curr@list@name}% \else \MT@count=\fontdimen#1\MT@font \fi } -\MT@requires@etex{ - \def\MT@info@missing@char{% - \MT@info@nl{Character `\the\MT@toks' \iffontchar\MT@font\MT@char - has a width of 0pt \else is missing \fi in font\MessageBreak - `\MT@@font'. Ignoring protrusion settings\MessageBreak - for this character}% - } -}{ +\MT@maybe@etex{ \def\MT@info@missing@char{% - \MT@info@nl{% - Character `\the\MT@toks' has a width of 0pt\MessageBreak - (it's probably missing) in font `\MT@@font'.\MessageBreak + \MT@info@nl{Character `\the\MT@toks' +X \iffontchar\MT@font\MT@char + has a width of 0pt +X \else is missing\fi +Q \MessageBreak (it's probably missing) + \MessageBreak in font `\MT@@font'.\MessageBreak Ignoring protrusion settings for this character}% } } @@ -946,18 +1013,30 @@ time will almost certainly lead to undesired results. Have your choice!}% } \def\MT@set@inputenc#1{% \def\MT@cat{#1}% - \MT@ifdefined@n@T{% - MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}{% - \MT@ifdefined@c@TF\inputencoding{% - \MT@normal@catcodes - \inputencoding{\@nameuse{% - MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}}% - }{% + \edef\@tempa{MT@\MT@feat @#1@\csname MT@\MT@feat @#1@name\endcsname @inputenc}% + \MT@ifdefined@n@T\@tempa\MT@set@inputenc@ +} +\MT@addto@setup{% + \@ifpackageloaded{inputenc}{ + \@ifpackagelater{inputenc}{2006/02/22}{ + \def\MT@set@inputenc@{% + \MT@ifstreq\inputencodingname{\csname\@tempa\endcsname}\relax + \MT@load@inputenc + } + }{ + \let\MT@set@inputenc@\MT@load@inputenc + } + }{ + \def\MT@set@inputenc@{% \MT@error{Key `inputenc' used in \MT@curr@list@name, but the `inputenc' \MessageBreak package isn't loaded. Ignoring key}% {You must load the `inputenc' package before you can use the `inputenc' key.}% - }% - }% + } + } +} +\def\MT@load@inputenc{% + \MT@normal@catcodes + \inputencoding{\@nameuse{\@tempa}}% } \def\MT@set@pr@heirs#1{% \lpcode\MT@font#1=\lpcode\MT@font\MT@char @@ -972,10 +1051,10 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warn@preset@towidth{pr}% \let\MT@preset@aux\MT@preset@aux@factor \else - \let\MT@preset@aux\MT@preset@aux@space + \def\MT@preset@aux{\MT@preset@aux@space2}% \fi - \MT@preset@aux{#1}\@tempa - \MT@preset@aux{#2}\@tempb + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempb\@empty}{\MT@preset@aux{#2}\@tempb}% \MT@set@all@pr\@tempa\@tempb } \def\MT@preset@aux@factor#1#2{% @@ -983,11 +1062,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@scale@factor \edef#2{\number\@tempcntb}% } -\def\MT@preset@aux@space#1#2{% - \def\@tempb{#1}% - \MT@get@space@unit\tw@ +\def\MT@preset@aux@space#1#2#3{% + \def\@tempb{#2}% + \MT@get@space@unit#1% \MT@scale@to@em - \edef#2{\number\@tempcntb}% + \edef#3{\number\@tempcntb}% } \def\MT@warn@preset@towidth#1{% \MT@warning@nl{% @@ -1006,7 +1085,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@set@listname \MT@let@cn\@tempc{MT@ex@c@\MT@ex@c@name}% \expandafter\MT@ex@do\@tempc,\relax,% - \pdffontexpand\MT@font \MT@stretch@ \MT@shrink@ \MT@step@ \MT@auto@\relax + \MT@expandfont }\relax } \newif\ifMT@nonselected @@ -1022,10 +1101,13 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@ex@factor@\MT@ex@factor }% \MT@reset@ef@codes - \pdffontexpand\MT@font \MT@stretch@ \MT@shrink@ \MT@step@ \MT@auto@\relax + \MT@expandfont \MT@nonselectedfalse } \let\MT@set@ex@codes\MT@set@ex@codes@n +\def\MT@expandfont{% + \pdffontexpand\MT@font \MT@stretch@ \MT@shrink@ \MT@step@ \MT@auto@\relax +} \def\MT@set@all@ex#1{% \MT@do@font{\efcode\MT@font\@tempcnta=#1\relax}% } @@ -1146,13 +1228,13 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@sp@split@val#1,#2,#3\relax{% \def\@tempb{#1}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\tw@ + \MT@get@space@unit2% \MT@scale@to@em \knbscode\MT@font\MT@char=\@tempcntb }% \def\@tempb{#2}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\thr@@ + \MT@get@space@unit3% \MT@scale@to@em \stbscode\MT@font\MT@char=\@tempcntb }% @@ -1176,11 +1258,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \shbscode\MT@font#1=\shbscode\MT@font\MT@char } \def\MT@set@all@sp#1#2#3{% - \MT@do@font{% - \knbscode\MT@font\@tempcnta=#1\relax - \stbscode\MT@font\@tempcnta=#2\relax - \shbscode\MT@font\@tempcnta=#3\relax - }% + \let\MT@temp\@empty + \MT@ifempty{#1}\relax{\g@addto@macro\MT@temp{\knbscode\MT@font\@tempcnta=#1\relax}}% + \MT@ifempty{#2}\relax{\g@addto@macro\MT@temp{\stbscode\MT@font\@tempcnta=#2\relax}}% + \MT@ifempty{#3}\relax{\g@addto@macro\MT@temp{\shbscode\MT@font\@tempcnta=#3\relax}}% + \MT@do@font\MT@temp } \def\MT@reset@sp@codes@{\MT@set@all@sp\z@\z@\z@} \let\MT@reset@sp@codes\relax @@ -1191,25 +1273,17 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@preset@sp@#1,#2,#3\@nil{% \ifx\MT@sp@unit@\@empty \MT@warn@preset@towidth{sp}% - \MT@preset@aux@factor{#1}\@tempa - \MT@preset@aux@factor{#2}\@tempc - \MT@preset@aux@factor{#3}\@tempb + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux@factor{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempc\@empty}{\MT@preset@aux@factor{#2}\@tempc}% + \MT@ifempty{#3}{\let\@tempb\@empty}{\MT@preset@aux@factor{#3}\@tempb}% \else - \MT@preset@aux@space{#1}\@tempa - \def\@tempb{#2}% - \MT@get@space@unit\thr@@ - \MT@scale@to@em - \edef\@tempc{\number\@tempcntb}% - \def\@tempb{#3}% - \MT@get@space@unit4% - \MT@scale@to@em - \edef\@tempb{\number\@tempcntb}% + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux@space2{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempc\@empty}{\MT@preset@aux@space3{#2}\@tempc}% + \MT@ifempty{#3}{\let\@tempb\@empty}{\MT@preset@aux@space4{#3}\@tempb}% \fi \MT@set@all@sp\@tempa\@tempc\@tempb } -}{ - \let\MT@spacing\relax -} +}\relax \MT@requires@pdftex6{ \def\MT@kerning{\MT@maybe@do{kn}} \def\MT@set@kn@codes{% @@ -1244,13 +1318,13 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@kn@split@val#1,#2\relax{% \def\@tempb{#1}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\tw@ + \MT@get@space@unit2% \MT@scale@to@em \knbccode\MT@font\MT@char=\@tempcntb }% \def\@tempb{#2}% \MT@ifempty\@tempb\relax{% - \MT@get@space@unit\tw@ + \MT@get@space@unit2% \MT@scale@to@em \knaccode\MT@font\MT@char=\@tempcntb }% @@ -1267,10 +1341,10 @@ time will almost certainly lead to undesired results. Have your choice!}% \knaccode\MT@font#1=\knaccode\MT@font\MT@char } \def\MT@set@all@kn#1#2{% - \MT@do@font{% - \knbccode\MT@font\@tempcnta=#1\relax - \knaccode\MT@font\@tempcnta=#2\relax - }% + \let\MT@temp\@empty + \MT@ifempty{#1}\relax{\g@addto@macro\MT@temp{\knbccode\MT@font\@tempcnta=#1\relax}}% + \MT@ifempty{#2}\relax{\g@addto@macro\MT@temp{\knaccode\MT@font\@tempcnta=#2\relax}}% + \MT@do@font\MT@temp } \def\MT@reset@kn@codes@{\MT@set@all@kn\z@\z@} \let\MT@reset@kn@codes\relax @@ -1283,84 +1357,202 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warn@preset@towidth{kn}% \let\MT@preset@aux\MT@preset@aux@factor \else - \let\MT@preset@aux\MT@preset@aux@space + \def\MT@preset@aux{\MT@preset@aux@space2}% \fi - \MT@preset@aux{#1}\@tempa - \MT@preset@aux{#2}\@tempb + \MT@ifempty{#1}{\let\@tempa\@empty}{\MT@preset@aux{#1}\@tempa}% + \MT@ifempty{#2}{\let\@tempb\@empty}{\MT@preset@aux{#2}\@tempb}% \MT@set@all@kn\@tempa\@tempb } -}{ - \let\MT@kerning\relax -} +}\relax \MT@requires@pdftex6{ - \DeclareRobustCommand\lsstyle{% - \MT@trackingtrue - \def\MT@tr@setname{all}% - \let\MT@tracking\MT@tracking@ - \MT@let@nc{lslig }\MT@lslig - \selectfont - \MT@lskern=\dimexpr\MT@ifdefined@c@TF\MT@letterspace@ - \MT@letterspace@\MT@letterspace sp - * \fontdimen6\MT@lsfont/2000\relax - \MT@ls@adjust - } - \def\MT@tracking@{% - \ifMT@tracking\MT@maybe@do{tr}\fi - } - \let\MT@tracking\MT@tracking@ - \def\MT@set@tr@codes{% - \MT@ifdefined@c@TF\MT@letterspace@\relax{% - \let\MT@letterspace@\MT@letterspace - \MT@if@list@exists{% - \MT@set@listname - \MT@let@cn\MT@letterspace@{MT@tr@c@\MT@tr@c@name}% - \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @unit}{% - \MT@let@cn\MT@tr@unit@{MT@tr@c@\MT@tr@c@name @unit}% - \ifdim\MT@tr@unit@=1em\else - \MT@get@font@dimen@six - \MT@let@cn\@tempb{MT@tr@c@\MT@tr@c@name}% - \MT@get@unit\MT@tr@unit@ - \let\MT@tr@factor@\@m - \MT@scale@to@em - \edef\MT@letterspace@{\number\@tempcntb}% - \fi - }% - }\relax +\let\MT@tr@font@list\@empty +\def\MT@tracking@{% + \MT@exp@one@n\MT@in@clist\MT@font\MT@tr@font@list + \ifMT@inlist@\else + \MT@maybe@do{tr}% + \ifMT@do\else + \xdef\MT@tr@font@list{\MT@tr@font@list\MT@font,}% + \fi + \fi +} +\let\MT@tracking\MT@tracking@ +\def\MT@set@tr@codes{% + \MT@vinfo{Tracking font `\MT@@font'\on@line}% + \MT@get@font@dimen@six + \MT@if@list@exists{% + \MT@set@listname + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name}{% + \MT@let@cn\MT@letterspace{MT@tr@c@\MT@tr@c@name}% + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @unit}{% + \MT@let@cn\MT@tr@unit@{MT@tr@c@\MT@tr@c@name @unit}% + \ifdim\MT@tr@unit@=1em + \let\MT@tr@unit@\@undefined + \else + \MT@let@cn\@tempb{MT@tr@c@\MT@tr@c@name}% + \MT@get@unit\MT@tr@unit@ + \let\MT@tr@factor@\@m + \MT@scale@to@em + \edef\MT@letterspace{\number\@tempcntb}% + \fi + }% }% - \ifnum\MT@letterspace@=\z@\else - \xdef\MT@lsfont{% - \expandafter\csname\expandafter\string\MT@font - /\number\MT@letterspace@ ls\endcsname}% - \expandafter\ifx\MT@lsfont\relax - \MT@get@ls@basefont - \global\expandafter\letterspacefont\MT@lsfont\font@name \MT@letterspace@ - \fontdimen2\MT@lsfont=\dimexpr\numexpr 1000+\MT@letterspace@\relax sp - * \fontdimen2\MT@lsfont/1000\relax - \fi - \MT@vinfo{Tracking font `\MT@@font' by \number\MT@letterspace@ - \space\on@line}% - \let\MT@font\MT@lsfont - \aftergroup - \MT@set@lsfont + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @noligatures}% + {\MT@let@cn\MT@tr@ligatures{MT@tr@c@\MT@tr@c@name @noligatures}}% + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @spacing}% + {\MT@let@cn\MT@tr@ispace{MT@tr@c@\MT@tr@c@name @spacing}}% + \MT@ifdefined@n@T{MT@tr@c@\MT@tr@c@name @outerspacing}% + {\MT@let@cn\MT@tr@ospace{MT@tr@c@\MT@tr@c@name @outerspacing}}% + }\relax + \let\MT@compensate@tr\MT@compensate@tr@ + \MT@ifdefined@c@TF\MT@letterspace@\relax{\let\MT@letterspace@\MT@letterspace}% + \ifnum\MT@letterspace@=\z@\else + \MT@vinfo{... Tracking by \number\MT@letterspace@}% + \MT@warn@tracking@DVI + \xdef\MT@lsfont{\csname\expandafter\string\font@name + /\number\MT@letterspace@ ls\endcsname}% + \expandafter\ifx\MT@lsfont\relax + \MT@get@ls@basefont + \global\expandafter\letterspacefont\MT@lsfont\font@name\MT@letterspace@ + \MT@ifdefined@c@TF\MT@tr@ispace + {\let\@tempa\MT@tr@ispace} + {\edef\@tempa{\MT@letterspace@*,,}}% + \MT@ifdefined@c@TF\MT@tr@ospace + {\edef\@tempa{\@tempa,\MT@tr@ospace}} + {\edef\@tempa{\@tempa,,,}}% + \expandafter\MT@tr@adjust@space\@tempa,% + \MT@ifdefined@c@T\MT@tr@ligatures\MT@tr@noligatures + \fi + \aftergroup\MT@set@lsfont + \let\MT@font\MT@lsfont + \ifx\MT@ls@adjust\relax + \global\MT@outer@space=\csname MT@outer@space\MT@@font\endcsname + \MT@tr@outer@l + \aftergroup\aftergroup\aftergroup\MT@tr@outer@r + \fi + \fi +} +\def\MT@set@lsfont{\MT@exp@two@c\let\font@name\MT@lsfont} +\DeclareRobustCommand\lsstyle{% + \def\MT@feat{tr}% + \let\MT@tracking\MT@set@tr@codes + \selectfont + \MT@lskern=\dimexpr\MT@ifdefined@c@TF\MT@letterspace@ + \MT@letterspace@\MT@letterspace sp + * \fontdimen6\MT@lsfont/2000\relax + \MT@ls@adjust +} +\DeclareRobustCommand\lslig[1]{% + \kern\MT@lskern + {\MT@get@ls@basefont\font@name #1}% + \kern\MT@lskern +} +\def\MT@get@ls@basefont{% + \escapechar\m@ne + \edef\MT@ls@basefont{\csname\expandafter\string\font@name @base\endcsname}% + \expandafter\ifx\MT@ls@basefont\relax + \MT@exp@two@c\MT@glet\MT@ls@basefont\font@name + \else + \MT@exp@two@c\let\font@name\MT@ls@basefont + \fi +} +\MT@requires@pdftex7{ + \def\MT@tr@noligatures{% + \ifx\MT@tr@ligatures\@empty + \MT@noligatures@\MT@lsfont\@undefined + \else + \MT@noligatures@\MT@lsfont\MT@tr@ligatures \fi } - \def\MT@set@lsfont{\MT@exp@two@c\let\font@name\MT@lsfont} - \DeclareRobustCommand\lslig{\@firstofone} - \def\MT@lslig#1{% - \MT@get@ls@basefont - \kern\MT@lskern{\font@name #1}\kern\MT@lskern +}{ + \def\MT@tr@noligatures{% + \MT@warning@nl{% + Disabling selected ligatures is only possible since\MessageBreak + pdftex 1.40.4. Disabling all ligatures instead}% + \global\let\MT@tr@noligatures\relax } - \def\MT@get@ls@basefont{% - \ifcase\pdfmatch{^select font (.*)[+-][0-9]*ls( at .*)?$} - {\expandafter\meaning\font@name}\relax - \else - \global\expandafter\font\font@name - \expandafter\strip@prefix\pdflastmatch1 - \expandafter\strip@prefix\pdflastmatch2\relax +} +\newskip\MT@outer@space +\def\MT@tr@adjust@space#1,#2,#3,#4,#5,#6,{% + \let\MT@temp\@empty + \MT@adjust@space@{#1}{#4}{2}\@empty + \MT@adjust@space@{#2}{#5}{3}\@plus + \MT@adjust@space@{#3}{#6}{4}\@minus + \global\MT@let@nc{MT@outer@space\expandafter\string\MT@lsfont}\MT@temp +} +\def\MT@adjust@space@#1#2#3#4{% + \MT@ifempty{#2}{% + \MT@ifempty{#1}{% + \edef\MT@temp{\MT@temp#4\the\fontdimen#3\MT@lsfont}% + }{% + \MT@tr@get@space{#1}{#3}{1000}% + \edef\MT@temp{\MT@temp#4\the\@tempdima}% + \fontdimen#3\MT@lsfont=\@tempdima + }% + }{% + \MT@tr@get@space{#2}{#3}{2000}% + \edef\MT@temp{\MT@temp#4\the\@tempdima}% + \MT@ifempty{#1}\relax{% + \MT@tr@get@space{#1}{#3}{1000}% + \fontdimen#3\MT@lsfont=\@tempdima + }% + }% +} +\def\MT@tr@get@space#1#2#3{% + \MT@test@ast#1*\@nil{% + \MT@ifdefined@c@TF\MT@tr@unit@ + {\edef\@tempb{#1}\MT@scale@to@em} + {\@tempcntb=#1\relax}% + \@tempdima=\dimexpr \dimexpr\@tempcntb sp*\MT@dimen@six/1000\relax + -\fontdimen#2\MT@lsfont\relax + \ifnum#2=\tw@ + \advance\@tempdima -\dimexpr\MT@letterspace@ sp*\MT@dimen@six/#3\relax \fi - } + \@tempdima=\dimexpr \fontdimen#2\MT@lsfont+\@tempdima\relax + }{% + \MT@ifempty\@tempa{\let\@tempa\MT@letterspace@}\relax + \@tempdima=\dimexpr \numexpr1000+\@tempa sp *\fontdimen#2\MT@lsfont/1000\relax + }% +} +\def\MT@tr@outer@l{% + \ifdim\lastskip>5sp + \unskip \hskip\MT@outer@space + \fi +} +\def\MT@tr@outer@r{% + \futurelet\MT@tr@outer@next\MT@tr@outer@r@ +} +\def\MT@tr@outer@r@{% + \def\MT@temp*##1{\hskip\MT@outer@space}% + \ifcat\egroup\noexpand\MT@tr@outer@next + \unkern\egroup + \def\MT@temp*{\afterassignment\MT@tr@outer@r\let\x=}% + \else + \ifx\maybe@ic\MT@tr@outer@next + \def\MT@temp*{\afterassignment\MT@tr@outer@icr\let\x=}% + \else + \ifx\check@icr\MT@tr@outer@next + \def\MT@temp*{\aftergroup\MT@tr@outer@r\check@icr\let\x=}% + \else + \ifx\@sptoken\MT@tr@outer@next + \def\MT@temp* {\hskip\MT@outer@space}% + \else + \ifx~\MT@tr@outer@next + \def\MT@temp*~{\nobreak\hskip\MT@outer@space}% + \else + \ifx\ \MT@tr@outer@next \else + \ifx\space\MT@tr@outer@next \else + \ifx\@xobeysp\MT@tr@outer@next \else + \def\MT@temp*{}% + \let\MT@tr@outer@next\relax + \fi\fi\fi\fi\fi\fi\fi\fi + \MT@temp*% +} +\def\MT@tr@outer@icr{\afterassignment\MT@tr@outer@icr@\MT@tr@outer@r} +\def\MT@tr@outer@icr@{% + \let\@let@token= \MT@tr@outer@next + \maybe@ic@ +} }{ - \let\MT@tracking\relax \DeclareRobustCommand\lsstyle{% \MT@warning{Letterspacing only works with pdftex version 1.40\MessageBreak or newer. You might want to use the `soul' package\MessageBreak @@ -1370,16 +1562,16 @@ time will almost certainly lead to undesired results. Have your choice!}% } \DeclareRobustCommand\textls{% \hmode@bgroup - \@ifstar{\let\MT@ls@adjust\MT@ls@adjust@\MT@textls}% - {\let\MT@ls@adjust\relax \MT@textls}% + \@ifstar{\let\MT@ls@adjust\MT@ls@adjust@\MT@textls}% + {\let\MT@ls@adjust\relax \MT@textls}% } \newcommand\MT@textls[2][]{% - \MT@ifempty{#1}% - {\let\MT@letterspace@\@undefined}% - {\KV@@sp@def\MT@letterspace@{#1}% - \MT@ls@too@large\MT@letterspace@}% - \lsstyle #2% - \MT@ls@adjust + \MT@ifempty{#1}% + {\let\MT@letterspace@\@undefined}% + {\KV@@sp@def\MT@letterspace@{#1}% + \MT@ls@too@large\MT@letterspace@}% + \lsstyle #2% + \MT@ls@adjust \egroup } \def\MT@ls@too@large#1{% @@ -1406,13 +1598,30 @@ time will almost certainly lead to undesired results. Have your choice!}% {nl}% }% \ifMT@do - \pdfnoligatures\MT@font - \MT@vinfo{... Disabling ligatures}% + \MT@noligatures@\MT@font\MT@nl@ligatures \fi } -}{ - \let\MT@noligatures\relax -} + \def\MT@noligatures@#1#2{% + \MT@ifdefined@c@TF#2{% + \MT@ifdefined@c@TF\tagcode{% + \MT@map@clist@c#2{% + \def\@tempa{##1}\MT@get@slot + \ifnum\MT@char > \m@ne + \tagcode#1\MT@char=\m@ne\fi + }% + \MT@vinfo{... Disabling ligatures for characters: #2}% + }{% + \pdfnoligatures#1% + \MT@warning{Cannot disable selected ligatures (pdftex doesn't\MessageBreak + know \@backslashchar tagcode). Disabling all ligatures of\MessageBreak + the font instead}% + }% + }{% + \pdfnoligatures#1% + \MT@vinfo{... Disabling ligatures}% + }% + } +}\relax \def\MT@load@list#1{% \edef\@tempa{#1}% \MT@let@cn\@tempb{MT@\MT@feat @c@\@tempa @load}% @@ -1448,9 +1657,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@vinfo{... Loading configuration file \MT@curr@file}% \MT@xadd\MT@file@list{#1,}% }{% - \expandafter\MT@get@basefamily#1\relax\relax\relax + \MT@get@basefamily#1\@empty\@empty\@empty\@nil \MT@exp@one@n\MT@in@clist\@tempa\MT@file@list - \ifMT@inlist@\else + \ifMT@inlist@ + \MT@xadd\MT@file@list{#1,}% + \else \InputIfFileExists{mt-\@tempa.cfg}{% \edef\MT@curr@file{mt-\@tempa.cfg}% \MT@vinfo{... Loading configuration file \MT@curr@file}% @@ -1475,9 +1686,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \catcode`\}\tw@ \catcode`\#6% \catcode`\%14% - \MT@map@tlist@n - {\!\"\$\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\[\]\_\`\|\~}% - \@makeother + \MT@map@tlist@n{\!\"\$\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\[\]\_\`\|\~}\@makeother } \def\MT@begin@catcodes{% \begingroup @@ -1485,15 +1694,20 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\KV@@sp@def\def } \let\MT@end@catcodes\endgroup -\def\MT@get@basefamily#1#2#3#4\relax{% - \ifx#2\relax \def\@tempa{#1}\else - \ifx#3\relax \def\@tempa{#1#2}\else - \def\@tempa{#1#2#3}% - \ifx\relax#4\relax \else - \MT@ifstreq{#4}{\string x}\relax{% - \MT@ifstreq{#4}{\string j}\relax{% - \MT@ifstreq{#4}{\string w}\relax{% - \def\@tempa{#1#2#3#4}}}}\fi\fi\fi +\def\MT@get@basefamily#1#2#3#4\@nil{% + \ifx\@empty#4% + \def\@tempa{#1#2#3}% + \else + \let\@tempa\@empty + \edef\@tempb{#1#2#3#4}% + \expandafter\MT@get@basefamily@\@tempb\@nil + \fi +} +\def\MT@get@basefamily@#1#2\@nil{% + \edef\@tempa{\@tempa#1}% + \ifx\\#2\\\expandafter\@gobble\else\expandafter\@firstofone\fi + {\MT@in@tlist{#2}\MT@variants + \ifMT@inlist@\else\MT@get@basefamily@#2\@nil\fi}% } \def\MT@get@listname#1{% \let\MT@listname\@undefined @@ -1618,7 +1832,6 @@ time will almost certainly lead to undesired results. Have your choice!}% \escapechar\m@ne } \newif\ifMT@norest -\def\MT@testrest#1#2{\MT@ifstreq{#1}{#2}\relax\MT@norestfalse} \def\MT@is@letter#1#2\relax{% \ifcat a\noexpand#1\relax \edef\MT@char@{\number`#1}% @@ -1678,15 +1891,15 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@undefined@char#1{undefined in input encoding ``#1''} \def\MT@is@symbol{% \expandafter\def\expandafter\MT@char\expandafter - {\csname\MT@encoding\MT@detokenize@c\@tempa\endcsname}% + {\csname\MT@encoding\MT@detokenize@c\@tempa\endcsname}% \expandafter\MT@exp@two@c\expandafter\MT@is@char\expandafter \meaning\expandafter\MT@char\MT@charstring\relax\relax\relax \ifnum\MT@char@ < \z@ - \expandafter\MT@is@letter\MT@char\relax\relax + \expandafter\expandafter\expandafter\MT@is@letter\MT@char\relax\relax \fi } \begingroup - \catcode`\/=0 + \catcode`\/=\z@ /MT@map@tlist@n{/\CHAR}/@makeother /lowercase{% /def/x{% @@ -1695,10 +1908,10 @@ time will almost certainly lead to undesired results. Have your choice!}% /ifx/relax##1/relax /if##3\/relax /edef/MT@char@{/number"##2}% - /MT@testrest/MT@charstring{##3##4}% + /MT@ifstreq/MT@charstring{##3##4}/relax/MT@norestfalse /else /edef/MT@char@{/number"##2##3}% - /MT@testrest/MT@charstring{##4}% + /MT@ifstreq/MT@charstring{##4}/relax/MT@norestfalse /fi /fi }% @@ -1707,12 +1920,10 @@ time will almost certainly lead to undesired results. Have your choice!}% /expandafter/endgroup/x \def\MT@is@composite#1#2\relax{% \ifx\\#2\\\else - \edef\MT@char{\expandafter\csname\expandafter + \expandafter\def\expandafter\MT@char\expandafter{\csname\expandafter \string\csname\MT@encoding\endcsname - \MT@detokenize@n{#1}-% - \MT@detokenize@n{#2}% - \endcsname}% - \expandafter\MT@is@letter\MT@char\relax\relax + \MT@detokenize@n{#1}-\MT@detokenize@n{#2}\endcsname}% + \expandafter\expandafter\expandafter\MT@is@letter\MT@char\relax\relax \fi } \def\MT@set@listname{% @@ -1753,9 +1964,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@font@list\@empty \let\MT@font\@empty \MT@addto@setup{% - \g@addto@macro\do@subst@correction{% - \xdef\MT@font{\csname \curr@fontshape/\f@size\endcsname}% - } + \g@addto@macro\do@subst@correction + {\xdef\MT@font{\csname \curr@fontshape/\f@size\endcsname}} \@ifpackageloaded{CJK}{ \@ifpackagelater{CJK}{2006/10/17} {\def\MT@orig@pickupfont{\CJK@ifundefined\CJK@plane}} % 4.7.0 @@ -1776,7 +1986,7 @@ time will almost certainly lead to undesired results. Have your choice!}% } \fi \g@addto@macro\pickup@font{\begingroup} - \MT@with@package{trace}{\g@addto@macro\pickup@font{\conditionally@traceoff}} + \MT@with@package@T{trace}{\g@addto@macro\pickup@font{\conditionally@traceoff}} \g@addto@macro\pickup@font{% \escapechar\m@ne \ifx\MT@font\@empty @@ -1830,11 +2040,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\@tempa{##1}% \expandafter\MT@map@tlist@c \csname MT@##1@doc@contexts\endcsname - \MT@rem@from@lists + \MT@maybe@rem@from@list \fi }% } -\def\MT@rem@from@lists#1{% +\def\MT@maybe@rem@from@list#1{% \MT@ifstreq{\@tempa/#1}{\@tempa/\csname MT@\@tempa @context\endcsname}\relax{% \expandafter\MT@exp@one@n\expandafter\MT@rem@from@clist\expandafter \MT@font \csname MT@\@tempa @#1font@list\endcsname @@ -1850,6 +2060,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@reset@context }% } +\def\textmicrotypecontext#1#2{{\microtypecontext{#1}#2}} \def\MT@reset@context@{% \MT@vinfo{<<< Resetting contexts\on@line }% @@ -1863,13 +2074,12 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@glet\MT@register@subst@font\MT@register@subst@font@cx \MT@glet\MT@setup@contexts\relax } -\def\MT@define@context#1{% +\MT@map@clist@c\MT@features@long{% \define@key{MTC}{#1}[]{% - \KV@@sp@def\@tempb{#1}% - \edef\@tempb{\@nameuse{MT@rbba@\@tempb}}% + \edef\@tempb{\@nameuse{MT@rbba@#1}}% \MT@exp@one@n\MT@in@clist\@tempb\MT@active@features \ifMT@inlist@ - \MT@ifempty{##1}{\def\MT@val{@}}{\KV@@sp@def\MT@val{##1}}% + \MT@ifempty{##1}{\def\MT@val{@}}{\def\MT@val{##1}}% \expandafter\ifx\csname MT@\@tempb @context\endcsname\MT@val \else \MT@vinfo{>>> Changing #1 context to `\MT@val'\MessageBreak\on@line @@ -1886,7 +2096,6 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi }% } -\MT@map@clist@c\MT@features@long{\MT@define@context{#1}} \MT@exp@one@n\MT@map@clist@n{\MT@features,nl}{% \MT@def@n{MT@#1@context}{@}% \MT@def@n{MT@#1@doc@contexts}{{@}}% @@ -1894,19 +2103,10 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@extra@context\@empty \def\DeclareMicrotypeSet{% \@ifstar - {\@ifnextchar[\MT@DeclareSetAndUseIt - {\MT@DeclareSetAndUseIt[]}}% - {\@ifnextchar[\MT@DeclareSet - {\MT@DeclareSet[]}}% -} -\def\MT@DeclareSet[#1]{% - \MT@DeclareSet@{#1}% + \MT@DeclareSetAndUseIt + \MT@DeclareSet } -\def\MT@DeclareSetAndUseIt[#1]#2#3{% - \MT@DeclareSet@{#1}{#2}{#3}% - \UseMicrotypeSet[#1]{#2}% -} -\def\MT@DeclareSet@#1#2#3{% +\newcommand\MT@DeclareSet[3][]{% \KV@@sp@def\@tempa{#1}% \MT@ifempty\@tempa{% \MT@map@clist@c\MT@features{{\MT@declare@sets{##1}{#2}{#3}}}% @@ -1922,6 +2122,10 @@ time will almost certainly lead to undesired results. Have your choice!}% }}% }% } +\newcommand\MT@DeclareSetAndUseIt[3][]{% + \MT@DeclareSet[#1]{#2}{#3}% + \UseMicrotypeSet[#1]{#2}% +} \let\MT@curr@set@name\@empty \def\MT@declare@sets#1#2#3{% \KV@@sp@def\MT@curr@set@name{#2}% @@ -1932,14 +2136,6 @@ time will almost certainly lead to undesired results. Have your choice!}% \global\MT@let@nc{MT@#1@set@@\MT@curr@set@name}\@empty \setkeys{MT@#1@set}{#3}% } -\def\MT@define@set@keys#1{% - \MT@define@set@key@{encoding}{#1}% - \MT@define@set@key@{family}{#1}% - \MT@define@set@key@{series}{#1}% - \MT@define@set@key@{shape}{#1}% - \MT@define@set@key@size{#1}% - \MT@define@set@key@font{#1}% -} \def\MT@define@set@key@#1#2{% \define@key{MT@#2@set}{#1}[]{% \global\MT@let@nc{MT@#2list@#1@\MT@curr@set@name}\@empty @@ -1955,19 +2151,19 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } \def\MT@get@highlevel#1{% - \expandafter\MT@test@ast\MT@val*\@nil{% + \expandafter\MT@test@ast\MT@val*\@nil\relax{% \MT@ifempty\@tempa{\def\@tempa{#1}}\relax \edef\MT@val{\expandafter\noexpand\csname \@tempa default\endcsname}% }% } \def\MT@test@ast#1*#2\@nil{% \def\@tempa{#1}% - \MT@ifempty{#2}\@gobble\@firstofone + \MT@ifempty{#2}% } \let\MT@font@sets\@empty \def\MT@fix@font@set#1{% \xdef#1{#1}% - \global\MT@make@string#1% + \global\@onelevel@sanitize#1% } \def\MT@define@set@key@size#1{% \define@key{MT@#1@set}{size}[]{% @@ -2059,24 +2255,28 @@ time will almost certainly lead to undesired results. Have your choice!}% } \def\MT@get@font#1/#2/#3/#4/#5/#6\@nil{% \MT@ifempty{#1#2#3#4#5}\relax{% - \let\@tempb\@empty - \def\MT@temp{#1/#2/#3/#4/#5}% - \MT@get@axis{encoding}{#1}% - \MT@get@axis{family}{#2}% - \MT@get@axis{series}{#3}% - \MT@get@axis{shape}{#4}% - \MT@ifempty{#5}{% - \MT@warn@axis@empty{size}{\string\normalsize}% - \def\MT@val{*}% - }{% - \def\MT@val{#5}% - }% - \MT@get@size + \MT@get@font@{#1}{#2}{#3}{#4}{#5}{0}% \ifx\MT@val\relax\def\MT@val{0}\fi \expandafter\g@addto@macro\expandafter\@tempb\expandafter{\MT@val}% \let\MT@val\@tempb }% } +\def\MT@get@font@#1#2#3#4#5#6{% + \let\@tempb\@empty + \def\MT@temp{#1/#2/#3/#4/#5}% + \MT@get@axis{encoding}{#1}% + \MT@get@axis{family} {#2}% + \MT@get@axis{series} {#3}% + \MT@get@axis{shape} {#4}% + \ifnum#6>\z@\edef\@tempb{\@tempb*}\fi + \MT@ifempty{#5}{% + \MT@warn@axis@empty{size}{\string\normalsize}% + \def\MT@val{*}% + }{% + \def\MT@val{#5}% + }% + \MT@get@size +} \def\MT@get@axis#1#2{% \def\MT@val{#2}% \MT@get@highlevel{#1}% @@ -2090,14 +2290,20 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warning{#1 axis is empty in font specification\MessageBreak `\MT@temp'. Using `#2' instead}% } -\MT@map@clist@c\MT@features{\MT@define@set@keys{#1}} -\MT@define@set@keys{nl} +\MT@exp@one@n\MT@map@clist@n{\MT@features,nl}{% + \MT@define@set@key@{encoding}{#1}% + \MT@define@set@key@{family}{#1}% + \MT@define@set@key@{series}{#1}% + \MT@define@set@key@{shape}{#1}% + \MT@define@set@key@size{#1}% + \MT@define@set@key@font{#1}% +} \renewcommand*\UseMicrotypeSet[2][]{% \KV@@sp@def\@tempa{#1}% \MT@ifempty\@tempa{% \MT@map@clist@c\MT@features{{\MT@use@set{##1}{#2}}}% }{% - \MT@map@clist@c\@tempa{% + \MT@map@clist@c\@tempa{{% \KV@@sp@def\@tempa{##1}% \MT@ifempty\@tempa\relax{% \MT@is@feature{activation of set `#2'}{% @@ -2105,7 +2311,7 @@ time will almost certainly lead to undesired results. Have your choice!}% {\csname MT@rbba@\@tempa\endcsname}{#2}% }% }% - }% + }}% }% } \def\MT@use@set#1#2{% @@ -2122,21 +2328,6 @@ time will almost certainly lead to undesired results. Have your choice!}% Using set `\@nameuse{MT@#1@setname}' instead}% }% } -\MT@requires@pdftex5{ - \renewcommand*\DisableLigatures[1]{% - \edef\MT@active@features{\MT@active@features,nl}% - \MT@noligaturestrue - \MT@declare@sets{nl}{no ligatures}{#1}% - \gdef\MT@nl@setname{no ligatures}% - } -}{ - \renewcommand*\DisableLigatures[1]{% - \MT@warning{Disabling ligatures of a font is only possible\MessageBreak - with pdftex version 1.30 or newer.\MessageBreak - Ignoring \string\DisableLigatures}% - \MT@glet\DisableLigatures\@gobble - } -} \renewcommand*\DeclareMicrotypeSetDefault[2][]{% \KV@@sp@def\@tempa{#1}% \MT@ifempty\@tempa{% @@ -2164,10 +2355,23 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@xdef@n{MT@default@#1@set}{all}% }% } +\let\MT@variants\@empty +\def\DeclareMicrotypeVariants{% + \@ifstar + \MT@DeclareVariants + {\let\MT@variants\@empty\MT@DeclareVariants}% +} +\def\MT@DeclareVariants#1{% + \MT@map@clist@n{#1}{% + \KV@@sp@def\@tempa{##1}% + \@onelevel@sanitize\@tempa + \xdef\MT@variants{\MT@variants{\@tempa}}% + }% +} \renewcommand*\DeclareMicrotypeAlias[2]{% \KV@@sp@def\@tempa{#1}% \KV@@sp@def\@tempb{#2}% - \MT@make@string\@tempb + \@onelevel@sanitize\@tempb \MT@ifdefined@n@T{MT@\@tempa @alias}{% \MT@warning{Alias font family `\@tempb' will override alias `\@nameuse{MT@\@tempa @alias}'\MessageBreak @@ -2179,7 +2383,7 @@ time will almost certainly lead to undesired results. Have your choice!}% } \def\LoadMicrotypeFile#1{% \KV@@sp@def\@tempa{#1}% - \MT@make@string\@tempa + \@onelevel@sanitize\@tempa \MT@exp@one@n\MT@in@clist\@tempa\MT@file@list \ifMT@inlist@ \MT@vinfo{... Configuration file mt-\@tempa.cfg already loaded}% @@ -2196,6 +2400,26 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@end@catcodes \fi } +\MT@requires@pdftex5{ + \def\DisableLigatures{% + \MT@begin@catcodes + \MT@DisableLigatures + } + \newcommand*\MT@DisableLigatures[2][]{% + \MT@ifempty{#1}\relax{\gdef\MT@nl@ligatures{#1}}% + \xdef\MT@active@features{\MT@active@features,nl}% + \global\MT@noligaturestrue + \MT@declare@sets{nl}{no ligatures}{#2}% + \gdef\MT@nl@setname{no ligatures}% + \MT@end@catcodes + } +}{ + \renewcommand*\DisableLigatures[2][]{% + \MT@warning{Disabling ligatures of a font is only possible\MessageBreak + with pdftex version 1.30 or newer.\MessageBreak + Ignoring \string\DisableLigatures}% + } +} \def\DeclareMicrotypeBabelHook#1#2{% \MT@map@clist@n{#1}{% \KV@@sp@def\@tempa{##1}% @@ -2246,7 +2470,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@permutelist{tr@c}% \setkeys{MT@cfg}{#2}% \MT@permute - \MT@gdef@n{MT@tr@c@\MT@tr@c@name}{#3}% + \MT@ifempty{#3}\relax{\MT@gdef@n{MT@tr@c@\MT@tr@c@name}{#3}}% \MT@end@catcodes } \def\SetExtraSpacing{% @@ -2321,22 +2545,8 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } \def\MT@get@font@and@size#1/#2/#3/#4/#5/#6\@nil{% - \MT@ifempty{#1#2#3#4#5}\relax{% - \let\@tempb\@empty - \def\MT@temp{#1/#2/#3/#4/#5}% - \MT@get@axis{encoding}{#1}% - \MT@get@axis{family}{#2}% - \MT@get@axis{series}{#3}% - \MT@get@axis{shape}{#4}% - \edef\@tempb{\@tempb*}% - \MT@ifempty{#5}{% - \MT@warn@axis@empty{size}{\string\normalsize}% - \def\MT@val{*}% - }{% - \def\MT@val{#5}% - }% - \MT@get@size - }% + \MT@ifempty{#1#2#3#4#5}\relax + {\MT@get@font@{#1}{#2}{#3}{#4}{#5}{1}}% } \MT@define@code@key{encoding}{cfg} \MT@define@code@key{family}{cfg} @@ -2344,7 +2554,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@define@code@key{shape}{cfg} \MT@define@code@key@size{cfg} \MT@define@code@key@font{cfg} -\def\MT@define@opt@keys#1{% +\def\MT@define@opt@key#1#2{% + \define@key{MT@#1@c}{#2}[]{\MT@ifempty{##1}\relax{% + \MT@xdef@n{MT@#1@c@\MT@curr@set@name @#2}{##1}}}% +} +\MT@map@clist@c\MT@features{% \define@key{MT@#1@c}{name}[]{% \MT@ifempty{##1}{% \MT@edef@n{MT@#1@c@name}{\MT@curr@file/\the\inputlineno}% @@ -2362,57 +2576,66 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@define@opt@key{#1}{inputenc}% \define@key{MT@#1@c}{context}[]{\MT@ifempty{##1}\relax{\def\MT@extra@context{##1}}}% } -\def\MT@define@opt@key#1#2{% - \define@key{MT@#1@c}{#2}[]{\MT@ifempty{##1}\relax{% - \MT@xdef@n{MT@#1@c@\MT@curr@set@name @#2}{##1}}}% +\MT@requires@pdftex7{ + \define@key{MT@ex@c}{context}[]{\MT@ifempty{#1}\relax{% + \MT@glet\MT@copy@font\MT@copy@font@ + \def\MT@extra@context{#1}}% + } + \MT@addto@setup{% + \define@key{MT@ex@c}{context}[]{% + \ifx\MT@copy@font\MT@copy@font@ + \MT@ifempty{#1}\relax{\def\MT@extra@context{#1}}% + \else + \MT@error{\MT@MT\space isn't set up for expansion contexts.\MessageBreak + Ignoring `context' key\on@line}% + {Either move the settings inside the preamble,\MessageBreak + or load the package with the `copyfonts' option.}% + \fi + } + } +}{ + \define@key{MT@ex@c}{context}[]{% + \MT@error{Expansion contexts only work with pdftex 1.40.4\MessageBreak + or later. Ignoring `context' key\on@line}% + {Upgrade pdftex.}% + } +} +\def\MT@warn@nodim#1{% + \MT@warning{`\@tempa' is not a dimension.\MessageBreak + Ignoring it and setting values relative to\MessageBreak #1}% } -\MT@map@clist@c\MT@features{\MT@define@opt@keys{#1}} \define@key{MT@pr@c}{unit}[character]{% \global\MT@let@nc{MT@pr@c@\MT@curr@set@name @unit}\@empty \def\@tempa{#1}% \MT@ifstreq\@tempa{character}\relax{% - \MT@ifdimen\@tempa{% - \global\MT@let@nc{MT@pr@c@\MT@curr@set@name @unit}\@tempa - }{% - \MT@warning{`\@tempa' is not a dimension.\MessageBreak - Ignoring it and setting values relative to\MessageBreak - character widths}% - }% + \MT@ifdimen\@tempa + {\global\MT@let@nc{MT@pr@c@\MT@curr@set@name @unit}\@tempa}% + {\MT@warn@nodim{character widths}}% }% } \define@key{MT@tr@c}{unit}[1em]{% \global\MT@let@nc{MT@tr@c@\MT@curr@set@name @unit}\@empty \def\@tempa{#1}% - \MT@ifdimen\@tempa{% - \global\MT@let@nc{MT@tr@c@\MT@curr@set@name @unit}\@tempa - }{% - \MT@warning{`\@tempa' is not a dimension.\MessageBreak - Ignoring it and setting values relative to\MessageBreak - 1em}% - \MT@gdef@n{MT@tr@c@\MT@curr@set@name @unit}{1em}% - }% + \MT@ifdimen\@tempa + {\global\MT@let@nc{MT@tr@c@\MT@curr@set@name @unit}\@tempa}% + {\MT@warn@nodim{1em}% + \MT@gdef@n{MT@tr@c@\MT@curr@set@name @unit}{1em}}% } -\def\MT@define@key@unit#1{% +\MT@map@clist@n{sp,kn}{% \define@key{MT@#1@c}{unit}[space]{% \global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\@empty \def\@tempa{##1}% \MT@ifstreq\@tempa{character}\relax{% \global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\m@ne \MT@ifstreq\@tempa{space}\relax{% - \MT@ifdimen\@tempa{% - \global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\@tempa - }{% - \MT@warning{`\@tempa' is not a dimension.\MessageBreak - Ignoring it and setting values relative to\MessageBreak - width of space}% - }% + \MT@ifdimen\@tempa + {\global\MT@let@nc{MT@#1@c@\MT@curr@set@name @unit}\@tempa}% + {\MT@warn@nodim{width of space}}% }% }% }% } -\MT@define@key@unit{sp} -\MT@define@key@unit{kn} -\def\MT@define@ex@opt@key#1{% +\MT@map@clist@n{stretch,shrink,step}{% \define@key{MT@ex@c}{#1}[]{% \MT@ifempty{##1}\relax{% \MT@ifint{##1}{% @@ -2425,9 +2648,6 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% } -\MT@define@ex@opt@key{stretch} -\MT@define@ex@opt@key{shrink} -\MT@define@ex@opt@key{step} \define@key{MT@ex@c}{auto}[true]{% \def\@tempa{#1}% \csname if\@tempa\endcsname @@ -2442,6 +2662,12 @@ time will almost certainly lead to undesired results. Have your choice!}% }\relax \fi } +\MT@define@opt@key{tr}{spacing} +\MT@define@opt@key{tr}{outerspacing} +\define@key{MT@tr@c}{outer spacing}[]{\setkeys{MT@tr@c}{outerspacing={#1}}} +\define@key{MT@tr@c}{noligatures}[]% + {\MT@xdef@n{MT@tr@c@\MT@curr@set@name @noligatures}{#1}} +\define@key{MT@tr@c}{no ligatures}[]{\setkeys{MT@tr@c}{noligatures={#1}}} \renewcommand*\DeclareCharacterInheritance[1][]{% \let\MT@extra@context\@empty \let\MT@extra@inputenc\@undefined @@ -2585,9 +2811,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \else \MT@ifdefined@c@TF\MT@tempsize{% \MT@ifdefined@n@T{MT@\MT@permutelist @\@tempa\MT@extra@context @sizes}{% - \MT@map@tlist@c - \MT@tempsize - \MT@check@rlist + \MT@map@tlist@c\MT@tempsize\MT@check@rlist }% \expandafter\MT@xaddb \csname MT@\MT@permutelist @\@tempa\MT@extra@context @sizes\endcsname @@ -2667,7 +2891,24 @@ time will almost certainly lead to undesired results. Have your choice!}% \newif\ifMT@opt@expansion \newif\ifMT@opt@auto \newif\ifMT@opt@DVI -\def\MT@define@option#1{% +\def\MT@optwarn@admissible#1#2{% + \MT@warning@nl{`#1' is not an admissible value for option\MessageBreak + `#2'. Assuming `false'}% +} +\def\MT@optwarn@nan#1#2{% + \MT@warning@nl{Value `#1' for option `#2' is not a\MessageBreak number. + Using default value of \number\@nameuse{MT@#2@default}}% +} +\def\MT@opt@def@set#1{% + \MT@ifdefined@n@TF{MT@\@tempb @set@@\MT@val}{% + \MT@xdef@n{MT@\@tempb @setname}{\MT@val}% + }{% + \MT@xdef@n{MT@\@tempb @setname}{\@nameuse{MT@default@\@tempb @set}}% + \MT@warning@nl{The #1 set `\MT@val' is undeclared.\MessageBreak + Using set `\@nameuse{MT@\@tempb @setname}' instead}% + }% +} +\MT@map@clist@n{protrusion,expansion}{% \define@key{MT}{#1}[true]{% \csname MT@opt@#1true\endcsname \MT@map@clist@n{##1}{% @@ -2686,15 +2927,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@ifstreq\MT@val{nocompatibility}{% \MT@let@nc{MT@\@tempb @level}\tw@ }{% - \MT@ifdefined@n@TF{MT@\@tempb @set@@\MT@val}{% - \MT@xdef@n{MT@\@tempb @setname}{\MT@val}% - }{% - \MT@xdef@n{MT@\@tempb @setname}% - {\@nameuse{MT@default@\@tempb @set}}% - \MT@warning@nl{% - The #1 set `\MT@val' is undeclared.\MessageBreak - Using set `\@nameuse{MT@\@tempb @setname}' instead}% - }% + \MT@opt@def@set{#1}% }% }% }% @@ -2703,61 +2936,44 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% } -\MT@define@option{protrusion} -\MT@define@option{expansion} \define@key{MT}{activate}[true]{% - \setkeys{MT}{protrusion={#1}}% - \setkeys{MT}{expansion={#1}}% + \setkeys{MT}{protrusion={#1}}% + \setkeys{MT}{expansion={#1}}% } -\def\MT@define@option@#1{% +\MT@map@clist@n{spacing,kerning,tracking}{% \define@key{MT}{#1}[true]{% - \csname MT@opt@#1true\endcsname \MT@map@clist@n{##1}{% \KV@@sp@def\MT@val{####1}% \MT@ifempty\MT@val\relax{% \csname MT@#1true\endcsname - \edef\@tempb{\csname MT@rbba@#1\endcsname}% \MT@ifstreq\MT@val{true}\relax {% \MT@ifstreq\MT@val{false}{% \csname MT@#1false\endcsname }{% - \MT@ifdefined@n@TF{MT@\@tempb @set@@\MT@val}{% - \MT@xdef@n{MT@\@tempb @setname}{\MT@val}% - }{% - \MT@xdef@n{MT@\@tempb @setname}% - {\@nameuse{MT@default@\@tempb @set}}% - \MT@warning@nl{% - The #1 set `\MT@val' is undeclared.\MessageBreak - Using set `\@nameuse{MT@\@tempb @setname}' instead}% - }% + \edef\@tempb{\csname MT@rbba@#1\endcsname}% + \MT@opt@def@set{#1}% }% }% }% }% }% } -\MT@define@option@{spacing} -\MT@define@option@{kerning} -\MT@define@option@{tracking} \def\MT@def@bool@opt#1#2{% - \define@key{MT}{#1}[]{% - \MT@ifempty{##1}% - {\def\@tempa{true}}% - {\def\@tempa{##1}}% + \define@key{MT}{#1}[true]{% + \def\@tempa{##1}% \MT@ifstreq\@tempa{true}\relax{% \MT@ifstreq\@tempa{false}\relax{% - \MT@warning@nl{% - `##1' is not an admissible value for option\MessageBreak - `#1'. Assuming `false'}% + \MT@optwarn@admissible{##1}{#1}% \def\@tempa{false}% }% }% #2% }% } -\def\MT@def@simple@bool@opt#1{\MT@def@bool@opt{#1}{\csname MT@#1\@tempa\endcsname}} -\MT@map@tlist@n{{draft}{auto}{selected}{babel}}\MT@def@simple@bool@opt +\MT@map@clist@n{draft,selected,babel}{% + \MT@def@bool@opt{#1}{\csname MT@#1\@tempa\endcsname}} +\MT@def@bool@opt{auto}{\csname MT@auto\@tempa\endcsname \MT@opt@autotrue} \MT@def@bool@opt{DVIoutput}{% \csname if\@tempa\endcsname \ifnum\pdfoutput>\z@ \MT@opt@DVItrue \fi @@ -2776,6 +2992,23 @@ time will almost certainly lead to undesired results. Have your choice!}% }% \fi } +\MT@requires@pdftex7{ + \MT@def@bool@opt{copyfonts}{% + \csname if\@tempa\endcsname + \MT@glet\MT@copy@font\MT@copy@font@ + \else + \MT@glet\MT@copy@font\relax + \fi + } +}{ + \MT@def@bool@opt{copyfonts}{% + \csname if\@tempa\endcsname + \MT@error{The pdftex version you are using is too old\MessageBreak + to use the `copyfonts' option} + {Please upgrade pdftex.}% + \fi + } +} \MT@def@bool@opt{final}{% \csname if\@tempa\endcsname \MT@draftfalse @@ -2783,61 +3016,44 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@drafttrue \fi } -\define@key{MT}{verbose}[]{% +\define@key{MT}{verbose}[true]{% \let\MT@vinfo\MT@info@nl - \MT@ifempty{#1}% - {\def\@tempa{true}}% - {\def\@tempa{#1}}% + \def\@tempa{#1}% \MT@ifstreq\@tempa{true}\relax{% \MT@ifstreq\@tempa{errors}{% \let\MT@warning\MT@warn@err \let\MT@warning@nl\MT@warn@err }{% \let\MT@vinfo\@gobble - \MT@ifstreq\@tempa{false}\relax{% - \MT@warning@nl{% - `#1' is not an admissible value for option\MessageBreak - `verbose'. Assuming `false'}% - }% + \MT@ifstreq\@tempa{false}\relax + {\MT@optwarn@admissible{#1}{verbose}}% }% }% } -\def\MT@def@num@opt#1{% - \define@key{MT}{#1}[]{% - \MT@ifempty{##1}% - {\MT@let@cn\@tempa{MT@#1@default}}% - {\def\@tempa{##1 }}% - \MT@ifint\@tempa{% - \MT@edef@n{MT@#1}{\@tempa}% - }{\MT@warning@nl{% - Value `##1' for option `#1' is not a number.\MessageBreak - Using default value of \number\@nameuse{MT@#1@default}}% - }% +\MT@map@clist@n{% + stretch,shrink,step,% + letterspace}{% + \define@key{MT}{#1}[\csname MT@#1@default\endcsname]{% + \def\@tempa{##1 }% + \MT@ifint\@tempa + {\MT@edef@n{MT@#1}{\@tempa}}% + {\MT@optwarn@nan{##1}{#1}}% }% } -\MT@map@tlist@n{{stretch}{shrink}{step}{letterspace}}\MT@def@num@opt -\define@key{MT}{factor}[]{% - \MT@ifempty{#1}% - {\let\@tempa\MT@factor@default}% - {\def\@tempa{#1 }}% - \MT@ifint\@tempa{% - \edef\MT@pr@factor{\@tempa}% - }{\MT@warning@nl{% - Value `#1' for option `factor' is not a number.\MessageBreak - Using default value of \number\MT@factor@default}% - }% +\define@key{MT}{factor}[\MT@factor@default]{% + \def\@tempa{#1 }% + \MT@ifint\@tempa + {\edef\MT@pr@factor{\@tempa}} + {\MT@optwarn@nan{#1}{factor}}% } -\define@key{MT}{unit}[]{% - \MT@ifempty{#1}% - {\def\@tempa{character}}% - {\KV@@sp@def\@tempa{#1}}% +\define@key{MT}{unit}[character]{% + \def\@tempa{#1}% \MT@ifstreq\@tempa{character}\relax{% - \MT@ifdimen\@tempa{% - \let\MT@pr@unit\@tempa - }{% - \MT@warning@nl{`\@tempa' is not a dimension. Ignoring it and\MessageBreak - setting values relative to character widths}% - }% + \MT@ifdimen\@tempa + {\let\MT@pr@unit\@tempa}% + {\MT@warning@nl{`\@tempa' is not a dimension.\MessageBreak + Ignoring it and setting values relative to\MessageBreak + character widths}}% }% } \MT@protrusiontrue @@ -2851,7 +3067,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@get@config#1config=#2,#3\@nil{% \MT@ifempty{#2}% {\def\MT@config@file{\MT@MT.cfg}}% - {\KV@@sp@def\MT@config@file{#2.cfg}}% + {\def\MT@config@file{#2.cfg}}% } \expandafter\expandafter\expandafter\MT@get@config \csname opt@\@currname.\@currext\endcsname,config=,\@nil @@ -2878,7 +3094,7 @@ time will almost certainly lead to undesired results. Have your choice!}% }{% \global\MT@let@nn{MT@#1@setname}{MT@default@#1@set}% \MT@info@nl{Using default \@nameuse{MT@abbr@#1} set `\@nameuse{MT@#1@setname}'}% - } + }% } \MT@ifdefined@c@T\MicroType@Hook{\MT@warning{% Command \string\MicroType@Hook\space is deprecated.\MessageBreak @@ -2888,14 +3104,13 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@addto@setup{\def\microtypesetup{\setkeys{MTX}}} \def\MT@define@optionX#1#2{% \define@key{MTX}{#1}[true]{% - \KV@@sp@def\@tempb{#1}% + \edef\@tempb{\csname MT@rbba@#1\endcsname}% \MT@map@clist@n{##1}{% \KV@@sp@def\MT@val{####1}% - \edef\@tempb{\csname MT@rbba@\@tempb\endcsname}% \MT@ifempty\MT@val\relax{% \@tempcnta=\m@ne \MT@ifstreq\MT@val{true}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \expandafter\@tempcnta=\csname MT@\@tempb @level\endcsname \MT@info{Enabling #1 (level \number\csname MT@\@tempb @level\endcsname)}% @@ -2906,20 +3121,19 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@info{Disabling #1}% }{% \MT@ifstreq\MT@val{compatibility}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \@tempcnta=\@ne \MT@let@nc{MT@\@tempb @level}\@ne \MT@info{Setting #1 to level 1}% }% }{% \MT@ifstreq\MT@val{nocompatibility}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \@tempcnta=\tw@ \MT@let@nc{MT@\@tempb @level}\tw@ \MT@info{Setting #1 to level 2}% }% - }{% - \MT@warning{% + }{\MT@warning{% Value `\MT@val' for key `#1' not recognised.\MessageBreak Use any of `true', `false', `compatibility' or\MessageBreak `nocompatibility'}% @@ -2935,12 +3149,11 @@ time will almost certainly lead to undesired results. Have your choice!}% }% } \def\MT@checksetup#1{% - \expandafter\csname ifMT@\csname MT@abbr@#1\endcsname\endcsname + \expandafter\csname ifMT@#1\endcsname \expandafter\@firstofone \else - \MT@warning{% - You cannot enable \@nameuse{MT@abbr@#1} if it was disabled\MessageBreak - in the package options,}% + \MT@warning{You cannot enable #1 if it was disabled\MessageBreak + in the package options,}% \expandafter\@gobble \fi } @@ -2949,14 +3162,12 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@requires@pdftex6{ \def\MT@define@optionX@#1#2{% \define@key{MTX}{#1}[true]{% - \KV@@sp@def\@tempb{#1}% \MT@map@clist@n{##1}{% \KV@@sp@def\MT@val{####1}% - \edef\@tempb{\csname MT@rbba@\@tempb\endcsname}% \MT@ifempty\MT@val\relax{% \@tempcnta=\m@ne \MT@ifstreq\MT@val{true}{% - \MT@checksetup\@tempb{% + \MT@checksetup{#1}{% \@tempcnta=\@ne \MT@info{Enabling #1}% }% @@ -2964,10 +3175,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@ifstreq\MT@val{false}{% \@tempcnta=\z@ \MT@info{Disabling #1}% - }{% - \MT@warning{% - Value `\MT@val' for key `#1' not recognised.\MessageBreak - Use either `true' or `false'}% + }{\MT@warning{Value `\MT@val' for key `#1' not recognised. + \MessageBreak Use either `true' or `false'}% }% }% \ifnum\@tempcnta>\m@ne @@ -2977,8 +3186,8 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% } - \MT@define@optionX@{tracking}{\ifnum\@tempcnta=\z@ - \MT@trackingfalse\else\MT@trackingtrue\fi} + \MT@define@optionX@{tracking}{\ifnum\@tempcnta=\z@ \let\MT@tracking\relax\else + \let\MT@tracking\MT@tracking@\fi} \MT@define@optionX@{spacing}{\pdfadjustinterwordglue\@tempcnta} \MT@define@optionX@{kerning}{\pdfprependkern\@tempcnta \pdfappendkern \@tempcnta} @@ -2994,7 +3203,7 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@saved@setupfont\MT@setupfont \define@key{MTX}{disable}[]{% \MT@info{Inactivate `\MT@MT' package}% - \let\MT@setupfont\@gobble + \let\MT@setupfont\relax } \define@key{MTX}{enable}[]{% \MT@info{Reactivate `\MT@MT' package}% @@ -3017,8 +3226,7 @@ time will almost certainly lead to undesired results. Have your choice!}% }% }% \MT@temp - \AtEndOfPackage{\let\@unprocessedoptions\relax}% - \let\CurrentOption\@empty + \MT@clear@options } \MT@ProcessOptionsWithKV{MT} \MT@addto@setup{% @@ -3026,25 +3234,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \MT@warning@nl{`draft' option active.\MessageBreak Disabling all micro-typographic extensions.\MessageBreak This might lead to different line and page breaks} - \MT@protrusionfalse - \MT@expansionfalse - \MT@trackingfalse - \MT@spacingfalse - \MT@kerningfalse - \MT@babelfalse \let\MT@setupfont\relax - \def\DeclareMicrotypeSet#1#{\@gobbletwo} - \renewcommand*\UseMicrotypeSet[2][]{} - \renewcommand*\SetProtrusion[3][]{} - \renewcommand*\SetExpansion[3][]{} - \renewcommand*\SetTracking[3][]{} - \renewcommand*\SetExtraSpacing[3][]{} - \renewcommand*\SetExtraKerning[3][]{} - \renewcommand*\DeclareCharacterInheritance[3][]{} - \renewcommand*\DeclareMicrotypeAlias[2]{} \renewcommand*\LoadMicrotypeFile[1]{} \renewcommand*\microtypesetup[1]{} \renewcommand*\microtypecontext[1]{} + \renewcommand*\lsstyle{} \else \ifnum\pdfoutput<\@ne \ifMT@opt@expansion \else @@ -3126,9 +3320,9 @@ time will almost certainly lead to undesired results. Have your choice!}% \def\MT@auto{1000 } } \else - \ifnum\MT@pdftex@no < 4 + \MT@requires@pdftex4\relax{ \def\MT@auto{1000 } - \fi + } \fi \ifMT@selected \let\MT@set@ex@codes\MT@set@ex@codes@s @@ -3147,10 +3341,24 @@ time will almost certainly lead to undesired results. Have your choice!}% \ifMT@expansion \edef\MT@active@features{\MT@active@features,ex}% \pdfadjustspacing\MT@ex@level - \MT@info@nl{\ifMT@auto\else Non-\fi Automatic font expansion enabled + \MT@info@nl{\ifMT@auto A\else Non-a\fi utomatic font expansion enabled (level \number\MT@ex@level),\MessageBreak stretch: \number\MT@stretch, shrink: \number\MT@shrink, - step: \number\MT@step, \ifMT@selected\else non-\fi selected} + step: \number\MT@step, \ifMT@selected\else non-\fi selected% + \ifx\MT@copy@font\MT@copy@font@ .\MessageBreak + Set up for expansion contexts (using font copies)\fi} + \def\MT@check@step#1{% + \@tempcnta=\csname MT@#1\endcsname + \divide\@tempcnta \MT@step + \multiply\@tempcnta \MT@step + \ifnum\@tempcnta=\csname MT@#1\endcsname\else + \MT@warning@nl{The #1 amount is not a multiple of step.\MessageBreak + The effective maximum #1 is \the\@tempcnta\space + (step \number\MT@step)} + \fi + } + \MT@check@step{stretch} + \MT@check@step{shrink} \MT@check@active@set{ex} \CheckCommand*\showhyphens[1]{\setbox0\vbox{% \color@begingroup\everypar{}\parfillskip\z@skip @@ -3166,11 +3374,11 @@ time will almost certainly lead to undesired results. Have your choice!}% \fi } \MT@requires@pdftex6{ -\MT@addto@setup{% + \MT@addto@setup{% \ifMT@tracking - \edef\MT@active@features{\MT@active@features,tr} - \MT@info@nl{Tracking enabled} - \MT@check@active@set{tr} + \edef\MT@active@features{\MT@active@features,tr} + \MT@info@nl{Tracking enabled} + \MT@check@active@set{tr} \else \let\MT@tracking\relax \MT@info@nl{No tracking} @@ -3194,6 +3402,18 @@ time will almost certainly lead to undesired results. Have your choice!}% \let\MT@kerning\relax \MT@info@nl{No adjustment of character kerning} \fi + \ifnum\pdfoutput<\@ne + \def\MT@warn@tracking@DVI{% + \MT@warning@nl{% + You are using tracking/letterspacing in DVI mode.\MessageBreak + This will probably not work, unless the post-\MessageBreak + processing program (dvips, dvipdfm(x), ...) is able\MessageBreak + to create the virtual fonts on the fly}% + \MT@glet\MT@warn@tracking@DVI\relax + } + \else + \let\MT@warn@tracking@DVI\relax + \fi \ifnum\MT@letterspace=\m@ne \let\MT@letterspace\MT@letterspace@default \else @@ -3208,24 +3428,18 @@ time will almost certainly lead to undesired results. Have your choice!}% \else \MT@info@nl{No tracking (pdftex too old)} \fi - \MT@trackingfalse - \let\MT@tracking\relax \ifMT@spacing \MT@warning@nl{Adjustment of interword spacing only works with\MessageBreak pdftex version 1.40 or newer. Switching it off}% \else \MT@info@nl{No adjustment of interword spacing (pdftex too old)} \fi - \MT@spacingfalse - \let\MT@spacing\relax \ifMT@kerning \MT@warning@nl{Character kerning only works with\MessageBreak pdftex version 1.40 or newer. Switching it off}% \else \MT@info@nl{No adjustment of character kerning (pdftex too old)} \fi - \MT@kerningfalse - \let\MT@kerning\relax } } \MT@requires@pdftex6{ @@ -3273,8 +3487,8 @@ time will almost certainly lead to undesired results. Have your choice!}% \shorthandoff{#2}} }{ \def\MT@shorthandoff#1#2{% - \MT@error{You must load the `babel' package before microtype} - {Otherwise, I cannot switch off the active characters + \MT@error{You must load the `babel' package before \MT@MT} + {Otherwise, `\MT@MT' cannot switch off the active characters for #1 babel.}} } \MT@addto@setup{% @@ -3293,13 +3507,13 @@ time will almost certainly lead to undesired results. Have your choice!}% } \ifMT@kerning \MT@if@false - \MT@with@babel@and{french} \MT@if@true - \MT@with@babel@and{frenchb} \MT@if@true - \MT@with@babel@and{francais}\MT@if@true - \MT@with@babel@and{acadian} \MT@if@true - \MT@with@babel@and{canadien}\MT@if@true + \MT@with@babel@and@T{french} \MT@if@true + \MT@with@babel@and@T{frenchb} \MT@if@true + \MT@with@babel@and@T{francais}\MT@if@true + \MT@with@babel@and@T{acadian} \MT@if@true + \MT@with@babel@and@T{canadien}\MT@if@true \ifMT@if@\MT@shorthandoff{French}{;:!?}\fi - \MT@with@babel@and{turkish}{\MT@shorthandoff{Turkish}{:!=}} + \MT@with@babel@and@T{turkish}{\MT@shorthandoff{Turkish}{:!=}} \fi \MT@set@babel@context\languagename }{% diff --git a/Master/texmf-dist/tex/latex/microtype/mt-bch.cfg b/Master/texmf-dist/tex/latex/microtype/mt-bch.cfg index 059ef4e1d17..5d215e875c1 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-bch.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-bch.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,bch') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-bch.cfg}[2005/12/02 v1.4 microtype config. file: Bitstream Charter (RS)] + {mt-bch.cfg}[2007/03/03 v1.5 microtype config. file: Bitstream Charter (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = bch-default ] @@ -93,7 +94,7 @@ - = {400,500}, \textendash = {200,300}, \textemdash = {150,250}, \textquoteleft = {300,400}, \textquoteright = {300,400}, - \textquotedblleft = {300,300}, \textquotedblright = {300,300}, + \textquotedblleft = {300,300}, \textquotedblright = {300,300} } \SetProtrusion @@ -110,7 +111,7 @@ \guillemotleft = {200,200}, \guillemotright = {150,300}, \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {200, }, \textbraceright = { ,300}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -125,7 +126,7 @@ \guilsinglleft = {400,300}, \guilsinglright = {300,400}, \guillemotleft = {200,200}, \guillemotright = {150,300}, \textbraceleft = {200, }, \textbraceright = { ,300}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -168,7 +169,7 @@ - = {300,400}, \textendash = {200,300}, \textemdash = {150,200}, \textquoteleft = {400,200}, \textquoteright = {400,200}, - \textquotedblleft = {400,200}, \textquotedblright = {400,200}, + \textquotedblleft = {400,200}, \textquotedblright = {400,200} } \SetProtrusion @@ -201,7 +202,7 @@ \guilsinglleft = {300,400}, \guilsinglright = {200,500}, \guillemotleft = {200,300}, \guillemotright = {150,400}, \textbraceleft = {200, }, \textbraceright = { ,200}, - \textless = {100, }, \textgreater = { ,100}, + \textless = {100, }, \textgreater = { ,100} } \SetProtrusion @@ -222,7 +223,7 @@ o = {50,50}, q = {50,70}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -244,7 +245,7 @@ \oe = {50, }, q = {50,70}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -264,7 +265,7 @@ o = {50,50}, q = { 0, }, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -302,8 +303,8 @@ \textonesuperior = {200,300}, \textordmasculine = {200,200}, \texteuro = {100, }, - \texttimes = {100,100}, - \textdiv = {150,200}, + \texttimes = {200,200}, + \textdiv = {150,200} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-blg.cfg b/Master/texmf-dist/tex/latex/microtype/mt-blg.cfg new file mode 100644 index 00000000000..d744a8be554 --- /dev/null +++ b/Master/texmf-dist/tex/latex/microtype/mt-blg.cfg @@ -0,0 +1,181 @@ +%% +%% This is file `mt-blg.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% microtype.dtx (with options: `config,cfg-t,blg') +%% +%% ------------------------------------------------------------------------ +%% +%% The `microtype' package +%% An interface to the micro-typographic extensions of pdfTeX +%% Copyright (c) 2004--2007 R Schlicht +%% +%% This work may be distributed and/or modified under the conditions of the +%% LaTeX Project Public License, either version 1.3c of this license or (at +%% your option) any later version. The latest version of this license is in: +%% http://www.latex-project.org/lppl.txt, and version 1.3c or later is part +%% of all distributions of LaTeX version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `author-maintained'. +%% +%% This work consists of the files microtype.dtx and microtype.ins and the +%% derived files microtype.sty and letterspace.sty. +%% +%% ------------------------------------------------------------------------ +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as +%% character inheritance declarations. +%% Please consult the documentation for details. +%% +%% If you think you have found improvements to these settings, please +%% let me know. +%% +%% When modifying this file, also change the identification line below. +%% ------------------------------------------------------------------------ +%% +\ProvidesFile + {mt-blg.cfg}[2007/07/14 v1.0 microtype config. file: Bitstream Letter Gothic(RS)] + +%%% ----------------------------------------------------------------------- +%%% PROTRUSION + +\SetProtrusion + [ name = blg-default ] + { encoding = OT1, + family = blg } + { + A = {50,50}, + I = {150,150}, + J = {100, }, + K = {50, }, + L = { ,150}, + P = { ,100}, + T = {100,100}, + V = {70,70}, + Y = {80,80}, + f = {150,100}, + i = {150,150}, + j = {100,100}, + l = {150,150}, + r = {100, 80}, + t = {150, 80}, + v = {100,100}, + x = {100,100}, + y = { 50,100}, + 1 = {150,150}, + 2 = { ,100}, + 3 = {100, }, + 4 = {100, }, + 7 = {100,100}, + . = {400,500}, + {,}= {300,400}, + : = {300,400}, + ; = {200,300}, + ! = {200,200}, + ? = {150,150}, + ~ = {200,250}, + \# = {100,100}, + * = {150,200}, + + = {150,200}, + {=}= {200,200}, + ( = {300, }, ) = { ,300}, + [ = {300,100}, ] = { ,300}, + / = {300,300}, + - = {300,400}, + < = {200,100}, > = {100,200}, + _ = {150,250}, + | = {250,250}, + \textquoteleft = {400,600}, \textquoteright = {400,600}, + \textquotedblright = {300,400} + } + +\SetProtrusion + [ name = blg-T1, + load = blg-default ] + { encoding = {T1}, + family = blg } + { + \v L = { ,250}, + \v d = { ,250}, + \v l = { ,250}, + \v t = { ,250}, + 127 = {300,400}, + 156 = {100, }, % IJ + 188 = { 80, 80}, % ij + \textbackslash = {250,300}, + \textendash = {300,300}, \textemdash = {150,150}, + \textquotedbl = {300,400}, \textquotedblleft = {300,400}, + \quotesinglbase = {400,400}, \quotedblbase = {300,400}, + \guilsinglleft = {300,500}, \guilsinglright = {300,500}, + \guillemotleft = {300,300}, \guillemotright = {200,400}, + \textexclamdown = {200, }, \textquestiondown = {100, }, + \textbraceleft = {200, }, \textbraceright = { ,300}, + } + +\SetProtrusion + [ name = blg-it, + load = blg-default ] + { encoding = OT1, + family = blg, + shape = it } + { + . = {400,600}, + {,}= {300,500}, + _ = {0,300}, + \textquoteleft = {400,400}, \textquoteright = {400,400}, + \textquotedblright = {300,300} + } + +\SetProtrusion + [ name = blg-it-T1, + load = blg-T1 ] + { encoding = {T1}, + family = blg, + shape = it } + { + _ = {0,300}, + . = {400,600}, + {,}= {300,500}, + \textquoteleft = {400,400}, \textquoteright = {400,400}, + \textquotedbl = {300,300}, \textquotedblleft = {300,300}, + \textquotedblright = {300,300}, \quotedblbase = {200,600}, + } + +\SetProtrusion + [ name = blg-textcomp ] + { encoding = TS1, + family = blg } + { + \textquotestraightbase = {400,500}, + \textquotestraightdblbase = {300,400}, + \textquotesingle = {500,600}, + \textasteriskcentered = {150,200}, + \textminus = {250,300}, + \textlbrackdbl = {200, }, + \textrbrackdbl = { ,200}, + \texttildelow = {200,250}, + \textdagger = {200,200}, + \textdaggerdbl = {150,150}, + \textbardbl = {150,150}, + \textbullet = {400,500}, + \textflorin = {100,100}, + \texttrademark = {200,200}, + \textbrokenbar = {250,250}, + \textlnot = {200,100}, + \textdegree = {200,200}, + \textpm = {100,100}, + \texttwosuperior = {100,200}, + \textthreesuperior = {100,200}, + \textperiodcentered = {400,500}, + \textonesuperior = {200,300}, + \textordmasculine = {100,200}, + \texttimes = {100,100}, + \textdiv = {100,100} + } + +\endinput +%% +%% End of file `mt-blg.cfg'. diff --git a/Master/texmf-dist/tex/latex/microtype/mt-cmr.cfg b/Master/texmf-dist/tex/latex/microtype/mt-cmr.cfg index 90271984441..902ef9c5a00 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-cmr.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-cmr.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,cmr') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-cmr.cfg}[2005/11/07 v1.9 microtype config. file: Computer Modern Roman (RS)] + {mt-cmr.cfg}[2005/11/07 v1.9 microtype config. file: Computer Modern Roman (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = cmr-default ] @@ -88,7 +89,7 @@ - = {400,500}, \textendash = {400,300}, \textemdash = {300,200}, \textquoteleft = {500,700}, \textquoteright = {500,600}, - \textquotedblleft = {500,300}, \textquotedblright = {200,600}, + \textquotedblleft = {500,300}, \textquotedblright = {200,600} } \SetProtrusion @@ -105,7 +106,7 @@ "06 = { 50, 50}, % \Sigma "07 = {100,100}, % \Upsilon "08 = { 50, 50}, % \Phi - "09 = { 50, 50}, % \Psi + "09 = { 50, 50} % \Psi } \SetProtrusion @@ -117,14 +118,13 @@ \AE = {50, }, _ = {200,200}, \textbackslash = {200,300}, - \textquotedblleft = {200,600}, - \textquotedbl = {300,300}, + \textquotedbl = {300,300}, \textquotedblleft = {200,600}, \quotesinglbase = {400,400}, \quotedblbase = {400,400}, \guilsinglleft = {400,400}, \guilsinglright = {300,500}, \guillemotleft = {300,200}, \guillemotright = {100,400}, \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -134,7 +134,7 @@ family = lmr } { \textquotedblleft = {500,300}, - \quotedblbase = {500,300}, + \quotedblbase = {500,300} } \SetProtrusion @@ -150,7 +150,7 @@ \guilsinglleft = {400,400}, \guilsinglright = {300,500}, \guillemotleft = {300,200}, \guillemotright = {100,400}, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -208,7 +208,7 @@ - = {500,300}, \textendash = {500,300}, \textemdash = {400,200}, \textquoteleft = {800,200}, \textquoteright = {800,200}, - \textquotedblleft = {700,100}, \textquotedblright = {500,300}, + \textquotedblleft = {700,100}, \textquotedblright = {500,300} } \SetProtrusion @@ -230,7 +230,7 @@ "07 = {200,150}, % \Upsilon "08 = {150, 50}, % \Phi "09 = {150,100}, % \Psi - "0A = { 50, 50}, % \Omega + "0A = { 50, 50} % \Omega } \SetProtrusion @@ -251,7 +251,7 @@ \guillemotleft = {400,100}, \guillemotright = {200,300}, \textexclamdown = {200, }, \textquestiondown = {200, }, \textbraceleft = {400,100}, \textbraceright = {200,200}, - \textless = {300,100}, \textgreater = {200,100}, + \textless = {300,100}, \textgreater = {200,100} } \SetProtrusion @@ -267,7 +267,7 @@ \guilsinglleft = {500,300}, \guilsinglright = {400,400}, \guillemotleft = {400,100}, \guillemotright = {200,300}, \textbraceleft = {400,100}, \textbraceright = {200,200}, - \textless = {300,100}, \textgreater = {200,100}, + \textless = {300,100}, \textgreater = {200,100} } \SetProtrusion @@ -280,7 +280,7 @@ L = { ,50}, f = { ,-50}, - = {300, }, - \textendash = {400, }, \textemdash = {300, }, + \textendash = {400, }, \textemdash = {300, } } \SetProtrusion @@ -293,7 +293,7 @@ L = { ,50}, f = { ,-50}, - = {300, }, - \textendash = {400, }, \textemdash = {300, }, + \textendash = {400, }, \textemdash = {300, } } \SetProtrusion @@ -306,7 +306,7 @@ L = { ,50}, f = { ,-50}, - = {300, }, - \textendash = {400, }, \textemdash = {300, }, + \textendash = {400, }, \textemdash = {300, } } \SetProtrusion @@ -317,7 +317,7 @@ shape = {it,sl} } { \textquotedblleft = {700,100}, - \quotedblbase = {600,300}, + \quotedblbase = {600,300} } \SetProtrusion @@ -334,7 +334,7 @@ 6 = {200, }, 7 = {200, 50}, 8 = {150,-50}, - 9 = {100, 50}, + 9 = {100, 50} } \SetProtrusion @@ -352,7 +352,7 @@ 013 = { ,50}, % fl r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -370,7 +370,7 @@ 029 = { ,50}, % fl r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -386,7 +386,7 @@ l = { ,50}, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -427,7 +427,7 @@ \textordmasculine = {100,200}, \texteuro = {100, }, \texttimes = {150,250}, - \textdiv = {150,250}, + \textdiv = {150,250} } \SetProtrusion @@ -470,7 +470,7 @@ \textordmasculine = {100,100}, \texteuro = {200, }, \texttimes = {200,200}, - \textdiv = {200,200}, + \textdiv = {200,200} } \SetProtrusion @@ -559,7 +559,7 @@ "5E = {200,200}, % \smile "5F = {200,200}, % \frown "7C = {100, }, % \jmath - "7D = { ,100}, % \wp + "7D = { ,100} % \wp } \SetProtrusion @@ -669,7 +669,7 @@ "7C = {100,100}, % \clubsuit "7D = {100,100}, % \diamondsuit "7E = {100,100}, % \heartsuit - "7F = {100,100}, % \spadesuit + "7F = {100,100} % \spadesuit } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-euf.cfg b/Master/texmf-dist/tex/latex/microtype/mt-euf.cfg index 2d5b241cc24..bb0fe053766 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-euf.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-euf.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-u,euf') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-euf.cfg}[2006/07/03 v1.1 microtype config. file: AMS Euler Fraktur (RS)] + {mt-euf.cfg}[2006/07/03 v1.1 microtype config. file: AMS Euler Fraktur (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = mathfrak ] @@ -84,7 +85,7 @@ {=} = {200,200}, : = { ,200}, ; = { ,200}, - ] = { ,200}, + ] = { ,200} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-eur.cfg b/Master/texmf-dist/tex/latex/microtype/mt-eur.cfg index dfc2f150fc5..322aca21634 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-eur.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-eur.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-u,eur') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-eur.cfg}[2006/07/31 v1.1 microtype config. file: AMS Euler Roman (RS)] + {mt-eur.cfg}[2006/07/31 v1.1 microtype config. file: AMS Euler Roman (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = euler ] @@ -92,7 +93,7 @@ X = { 50, 50}, Y = { 50, }, h = { , 50}, - k = { , 50}, + k = { , 50} } \SetProtrusion @@ -115,7 +116,7 @@ "5F = {100,100}, "80 = { , 50}, "81 = {200,250}, - "82 = {100,200}, + "82 = {100,200} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-euroitc.cfg b/Master/texmf-dist/tex/latex/microtype/mt-euroitc.cfg index 97c8f2549cd..8e95bf4c786 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-euroitc.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-euroitc.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-e,euroitc') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-euroitc.cfg}[2006/05/04 v1.0 microtype config. file: ITC Euro (RS)] + {mt-euroitc.cfg}[2006/05/04 v1.0 microtype config. file: ITC Euro (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion { encoding = U, diff --git a/Master/texmf-dist/tex/latex/microtype/mt-eus.cfg b/Master/texmf-dist/tex/latex/microtype/mt-eus.cfg index a74239ec386..41601c2e61d 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-eus.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-eus.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-u,eus') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-eus.cfg}[2006/07/28 v1.2 microtype config. file: AMS Euler Script (RS)] + {mt-eus.cfg}[2006/07/28 v1.2 microtype config. file: AMS Euler Script (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = euscript ] @@ -75,7 +76,7 @@ "5F = {100,100}, "66 = { 50, }, "67 = { , 50}, - "6E = {200,200}, + "6E = {200,200} } \SetProtrusion @@ -164,7 +165,7 @@ "BA = { ,200}, "BB = { ,200}, "BD = {200,200}, - "DE = {200,200}, + "DE = {200,200} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-msa.cfg b/Master/texmf-dist/tex/latex/microtype/mt-msa.cfg index 0df962c4575..97c13b45e11 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-msa.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-msa.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-u,msa') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-msa.cfg}[2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)] + {mt-msa.cfg}[2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = AMS-a ] @@ -140,7 +141,7 @@ "7C = {100,100}, % \intercal "7D = { 50, 50}, % \circledcirc "7E = { 50, 50}, % \circledast - "7F = { 50, 50}, % \circleddash + "7F = { 50, 50} % \circleddash } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-msb.cfg b/Master/texmf-dist/tex/latex/microtype/mt-msb.cfg index c67596f523e..143f2b4569a 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-msb.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-msb.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-u,msb') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-msb.cfg}[2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)] + {mt-msb.cfg}[2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = AMS-b ] @@ -142,7 +143,7 @@ "79 = { 50,150}, % \curvearrowright "7A = { 50,200}, % \digamma "7B = {100, 50}, % \varkappa - "7F = {200, }, % \backepsilon + "7F = {200, } % \backepsilon } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-mvs.cfg b/Master/texmf-dist/tex/latex/microtype/mt-mvs.cfg index cfe2441bc22..b443e7a6e74 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-mvs.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-mvs.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-e,mvs') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,7 +37,7 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-mvs.cfg}[2006/07/05 v1.1 microtype config. file: Marvosym Euro (RS)] + {mt-mvs.cfg}[2006/07/05 v1.1 microtype config. file: Marvosym Euro (RS)] %%% ----------------------------------------------------------------------- %%% CHARACTER INHERITANCE @@ -52,14 +53,14 @@ { 164 = {099,100,101} } %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion { encoding = {OT1,U}, family = mvs } { 164 = {50,50}, % \EUR - 068 = {50,-100}, % \EURdig + 068 = {50,-100} % \EURdig } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-pad.cfg b/Master/texmf-dist/tex/latex/microtype/mt-pad.cfg index 2941faff471..8d47ddb9af5 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-pad.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-pad.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,pad') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-pad.cfg}[2005/11/07 v1.5 microtype config. file: Adobe Garamond (RS)] + {mt-pad.cfg}[2005/11/07 v1.5 microtype config. file: Adobe Garamond (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = pad-default ] @@ -97,7 +98,7 @@ - = {300,500}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {500,700}, \textquoteright = {500,700}, - \textquotedblleft = {300,400}, \textquotedblright = {300,400}, + \textquotedblleft = {300,400}, \textquotedblright = {300,400} } \SetProtrusion @@ -113,7 +114,7 @@ \guillemotleft = {300,300}, \guillemotright = {200,400}, \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -166,7 +167,7 @@ - = {300,400}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {800,200}, \textquoteright = {800,200}, - \textquotedblleft = {700,200}, \textquotedblright = {700,200}, + \textquotedblleft = {700,200}, \textquotedblright = {700,200} } \SetProtrusion @@ -184,7 +185,7 @@ \guillemotleft = {300,300}, \guillemotright = {200,400}, \textexclamdown = {100, }, \textquestiondown = {200, }, \textbraceleft = {400,100}, \textbraceright = {200,200}, - \textless = {300,100}, \textgreater = {200,100}, + \textless = {300,100}, \textgreater = {200,100} } \SetProtrusion @@ -207,7 +208,7 @@ q = {50,70}, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -230,7 +231,7 @@ q = {50,70}, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -272,7 +273,7 @@ \textordmasculine = {200,200}, \texteuro = { 50,100}, \texttimes = {100,150}, - \textdiv = {150,200}, + \textdiv = {150,200} } \SetProtrusion @@ -313,7 +314,7 @@ \textperiodcentered = {300,400}, \texteuro = {100, }, \texttimes = {200,100}, - \textdiv = {200,200}, + \textdiv = {200,200} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-pmn.cfg b/Master/texmf-dist/tex/latex/microtype/mt-pmn.cfg index 80b643d3c3b..49b382eb367 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-pmn.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-pmn.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,pmn') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -41,10 +42,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-pmn.cfg}[2004/11/07 v1.2 microtype config. file: Adobe Minion (HH)] + {mt-pmn.cfg}[2004/11/07 v1.2 microtype config. file: Adobe Minion (HH)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = pmnj-default ] @@ -97,7 +98,7 @@ - = {200,400}, \textendash = {200,200}, \textemdash = {150,150}, \textquoteleft = {300,400}, \textquoteright = {300,400}, - \textquotedblleft = {300,300}, \textquotedblright = {300,300}, + \textquotedblleft = {300,300}, \textquotedblright = {300,300} } \SetProtrusion @@ -115,7 +116,7 @@ \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {200, }, \textbraceright = { ,300}, \textless = {100, }, \textgreater = { ,100}, - \textvisiblespace = {100,100}, % not in LY1 + \textvisiblespace = {100,100} % not in LY1 } \SetProtrusion @@ -124,7 +125,7 @@ { encoding = OT1, family = pmnx } { - 1 = {230,180}, + 1 = {230,180} } \SetProtrusion @@ -133,7 +134,7 @@ { encoding = {T1,LY1}, family = pmnx } { - 1 = {230,180}, + 1 = {230,180} } \SetProtrusion @@ -198,7 +199,7 @@ - = {200,300}, \textendash = {200,200}, \textemdash = {150,150}, \textquoteleft = {400,200}, \textquoteright = {400,200}, - \textquotedblleft = {400,200}, \textquotedblright = {400,200}, + \textquotedblleft = {400,200}, \textquotedblright = {400,200} } \SetProtrusion @@ -220,7 +221,7 @@ \textexclamdown = {-50, }, \textquestiondown = {-50, }, \textbraceleft = {200, }, \textbraceright = { ,200}, \textless = {100, }, \textgreater = { ,100}, - \textvisiblespace = {100,100}, + \textvisiblespace = {100,100} } \SetProtrusion @@ -230,7 +231,7 @@ family = pmnx, shape = {it,sl} } { - 1 = {100,150}, + 1 = {100,150} } \SetProtrusion @@ -240,7 +241,7 @@ family = pmnx, shape = {it,sl} } { - 1 = {100,150}, + 1 = {100,150} } \SetProtrusion @@ -263,7 +264,7 @@ q = {50,70}, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -286,7 +287,7 @@ q = {50,70}, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -296,7 +297,7 @@ family = pmnx, shape = sc } { - 1 = {230,180}, + 1 = {230,180} } \SetProtrusion @@ -306,7 +307,7 @@ family = pmnx, shape = sc } { - 1 = {230,180}, + 1 = {230,180} } \SetProtrusion @@ -345,7 +346,7 @@ v = {100, }, w = {100, }, y = {50, }, - z = { ,-50}, + z = { ,-50} } \SetProtrusion @@ -385,7 +386,7 @@ v = {100, }, w = {100, }, y = {50, }, - z = { ,-50}, + z = { ,-50} } \SetProtrusion @@ -395,7 +396,7 @@ family = pmnx, shape = {scit,si} } { - 1 = {100,150}, + 1 = {100,150} } \SetProtrusion @@ -405,7 +406,7 @@ family = pmnx, shape = {scit,si} } { - 1 = {100,150}, + 1 = {100,150} } \SetProtrusion @@ -459,7 +460,7 @@ \textordmasculine = {200,200}, \texteuro = {100, }, \texttimes = { 70,100}, - \textdiv = {150,200}, + \textdiv = {150,200} } \SetProtrusion @@ -512,7 +513,7 @@ \textordmasculine = {200,200}, \texteuro = {100,-50}, \texttimes = { 70,100}, - \textdiv = {150,200}, + \textdiv = {150,200} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-ppl.cfg b/Master/texmf-dist/tex/latex/microtype/mt-ppl.cfg index 2a50f6584f9..37495a21e03 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-ppl.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-ppl.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,ppl') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-ppl.cfg}[2005/11/16 v1.6 microtype config. file: Palatino (RS)] + {mt-ppl.cfg}[2005/11/16 v1.6 microtype config. file: Palatino (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = ppl-default ] @@ -82,7 +83,7 @@ - = {400,500}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {500,700}, \textquoteright = {500,700}, - \textquotedblleft = {300,400}, \textquotedblright = {300,400}, + \textquotedblleft = {300,400}, \textquotedblright = {300,400} } \SetProtrusion @@ -98,7 +99,7 @@ \guillemotleft = {300,300}, \guillemotright = {200,400}, \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -151,7 +152,7 @@ - = {300,500}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {700,400}, \textquoteright = {700,400}, - \textquotedblleft = {500,300}, \textquotedblright = {500,300}, + \textquotedblleft = {500,300}, \textquotedblright = {500,300} } \SetProtrusion @@ -168,7 +169,7 @@ \guillemotleft = {300,300}, \guillemotright = {300,300}, \textexclamdown = {100, }, \textquestiondown = {200, }, \textbraceleft = {200,100}, \textbraceright = {200,200}, - \textless = {300,100}, \textgreater = {200,100}, + \textless = {300,100}, \textgreater = {200,100} } \SetProtrusion @@ -187,7 +188,7 @@ q = { 0, }, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion @@ -206,7 +207,7 @@ q = { 0, }, r = { , 0}, t = {50,50}, - y = {50,50}, + y = {50,50} } \SetProtrusion diff --git a/Master/texmf-dist/tex/latex/microtype/mt-ptm.cfg b/Master/texmf-dist/tex/latex/microtype/mt-ptm.cfg index a824e87d911..c2e9574670e 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-ptm.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-ptm.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,ptm') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-ptm.cfg}[2006/04/20 v1.7 microtype config. file: Times (RS)] + {mt-ptm.cfg}[2006/04/20 v1.7 microtype config. file: Times (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = ptm-default ] @@ -83,7 +84,7 @@ - = {500,500}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {500,500}, \textquoteright = {300,500}, - \textquotedblleft = {300,400}, \textquotedblright = {300,400}, + \textquotedblleft = {300,400}, \textquotedblright = {300,400} } \SetProtrusion @@ -99,7 +100,7 @@ \guillemotleft = {300,300}, \guillemotright = {200,400}, \textexclamdown = {200, }, \textquestiondown = {200, }, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -130,7 +131,7 @@ \texttimes = {100,150}, \textpm = { 50, 80}, \textbullet = {150,150}, \textperiodcentered = {300,300}, \textquotesingle = {500,500}, \textquotedbl = {300,300}, - \textperthousand = { ,50}, + \textperthousand = { ,50} } \SetProtrusion @@ -160,7 +161,7 @@ \textperiodcentered = {300,300}, \textplusminus = { 50, 80}, \textmultiply = {100,100}, - \textdivide = { 50,150}, + \textdivide = { 50,150} } \SetProtrusion @@ -220,7 +221,7 @@ - = {500,500}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {800,500}, \textquoteright = {800,500}, - \textquotedblleft = {700,400}, \textquotedblright = {700,400}, + \textquotedblleft = {700,400}, \textquotedblright = {700,400} } \SetProtrusion @@ -238,7 +239,7 @@ \guillemotleft = {300,400}, \guillemotright = {200,400}, \textexclamdown = {200, }, \textquestiondown = {200, }, \textbraceleft = {400,100}, \textbraceright = {200,200}, - \textless = {300,100}, \textgreater = {200,100}, + \textless = {300,100}, \textgreater = {200,100} } \SetProtrusion @@ -270,7 +271,7 @@ \texttimes = {100,150}, \textpm = { 50, 80}, \textbullet = {300,100}, \textperiodcentered = {300,300}, \textquotesingle = {500,500}, \textquotedbl = {300,300}, - \textperthousand = { ,50}, + \textperthousand = { ,50} } \SetProtrusion @@ -303,7 +304,7 @@ \textonehalf = { 50, }, \textplusminus = {100,100}, \textmultiply = {150,150}, - \textdivide = {150,150}, + \textdivide = {150,150} } \SetProtrusion @@ -321,7 +322,7 @@ 013 = { ,80}, % fl r = { , 0}, t = {50,50}, - y = {80,80}, + y = {80,80} } \SetProtrusion @@ -339,7 +340,7 @@ 029 = { ,80}, % fl r = { , 0}, t = {50,50}, - y = {80,80}, + y = {80,80} } \SetProtrusion @@ -365,7 +366,7 @@ \textonesuperior = {100,100}, \texttimes = {100,100}, \textdiv = { 50,100}, - \textperthousand = { ,50}, + \textperthousand = { ,50} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-ugm.cfg b/Master/texmf-dist/tex/latex/microtype/mt-ugm.cfg index 8066b5a1492..3961d196e07 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-ugm.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-ugm.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-t,ugm') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,10 +37,10 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-ugm.cfg}[2006/01/26 v1.0 microtype config. file: URW Garamond (RS)] + {mt-ugm.cfg}[2006/01/26 v1.0 microtype config. file: URW Garamond (RS)] %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion [ name = ugm-default ] @@ -98,7 +99,7 @@ - = {500,600}, \textendash = {250,300}, \textemdash = {250,250}, \textquoteleft = {300,600}, \textquoteright = {300,600}, - \textquotedblleft = {400,400}, \textquotedblright = {400,400}, + \textquotedblleft = {400,400}, \textquotedblright = {400,400} } \SetProtrusion @@ -115,7 +116,7 @@ \guillemotleft = {300,400}, \guillemotright = {300,400}, \textexclamdown = {100, }, \textquestiondown = {100, }, \textbraceleft = {400,200}, \textbraceright = {200,400}, - \textless = {200,100}, \textgreater = {100,200}, + \textless = {200,100}, \textgreater = {100,200} } \SetProtrusion @@ -151,7 +152,7 @@ - = {400,700}, \textendash = {300,300}, \textemdash = {200,200}, \textquoteleft = {400,200}, \textquoteright = {400,200}, - \textquotedblleft = {600,200}, \textquotedblright = {600,200}, + \textquotedblleft = {600,200}, \textquotedblright = {600,200} } \SetProtrusion @@ -207,7 +208,7 @@ \textonehalf = { 50,100}, \textonequarter = { 50,100}, \textthreequarters = { 50,100}, - \textsurd = { ,100}, + \textsurd = { ,100} } \SetProtrusion @@ -247,7 +248,7 @@ \textonehalf = { 50,100}, \textonequarter = { 50,100}, \textthreequarters = { 50,100}, - \textsurd = { ,100}, + \textsurd = { ,100} } \endinput diff --git a/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg b/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg index c9cc997b20c..01768ae5ad5 100644 --- a/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg +++ b/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg @@ -7,6 +7,7 @@ %% microtype.dtx (with options: `config,cfg-e,zpeu') %% %% ------------------------------------------------------------------------ +%% %% The `microtype' package %% An interface to the micro-typographic extensions of pdfTeX %% Copyright (c) 2004--2007 R Schlicht @@ -19,13 +20,13 @@ %% %% This work has the LPPL maintenance status `author-maintained'. %% -%% This work consists of the files microtype.dtx and microtype.ins and the +%% This work consists of the files microtype.dtx and microtype.ins and the %% derived files microtype.sty and letterspace.sty. %% %% ------------------------------------------------------------------------ -%% This is a font-specific configuration file for the `microtype' -%% package. It may contain settings for font expansion and character -%% protrusion, interword spacing and additional kerning, as well as +%% This is a font-specific configuration file for the `microtype' package. +%% It may contain settings for font expansion and character protrusion, +%% tracking, interword spacing and additional kerning, as well as %% character inheritance declarations. %% Please consult the documentation for details. %% @@ -36,7 +37,7 @@ %% ------------------------------------------------------------------------ %% \ProvidesFile - {mt-zpeu.cfg}[2006/05/04 v1.0 microtype config. file: Adobe Euro (RS)] + {mt-zpeu.cfg}[2006/05/04 v1.0 microtype config. file: Adobe Euro (RS)] %%% ----------------------------------------------------------------------- %%% CHARACTER INHERITANCE @@ -47,7 +48,7 @@ { E = 128 } %%% ----------------------------------------------------------------------- -%%% PROTRUSION SETTINGS +%%% PROTRUSION \SetProtrusion { encoding = U, -- cgit v1.2.3