Newer
Older
Presentations / Zurich_group / 14_07_2014 / plots / vllrr_mem.eps
@mchrzasz mchrzasz on 13 Aug 2014 44 KB update
  1. %!PS-Adobe-3.0 EPSF-3.0
  2. %%Creator: xpdf/pdftops 3.01
  3. %%LanguageLevel: 2
  4. %%BoundingBox: 0 0 255 245
  5. %%DocumentSuppliedResources: (atend)
  6. %%EndComments
  7. %%BeginProlog
  8. %%BeginResource: procset xpdf 3.01 0
  9. /xpdf 75 dict def xpdf begin
  10. % PDF special state
  11. /pdfDictSize 15 def
  12. /pdfSetup {
  13. 3 1 roll 2 array astore
  14. /setpagedevice where {
  15. pop 3 dict begin
  16. /PageSize exch def
  17. /ImagingBBox null def
  18. /Policies 1 dict dup begin /PageSize 3 def end def
  19. { /Duplex true def } if
  20. currentdict end setpagedevice
  21. } {
  22. pop pop
  23. } ifelse
  24. } def
  25. /pdfStartPage {
  26. pdfDictSize dict begin
  27. /pdfFillCS [] def
  28. /pdfFillXform {} def
  29. /pdfStrokeCS [] def
  30. /pdfStrokeXform {} def
  31. /pdfFill [0] def
  32. /pdfStroke [0] def
  33. /pdfFillOP false def
  34. /pdfStrokeOP false def
  35. /pdfLastFill false def
  36. /pdfLastStroke false def
  37. /pdfTextMat [1 0 0 1 0 0] def
  38. /pdfFontSize 0 def
  39. /pdfCharSpacing 0 def
  40. /pdfTextRender 0 def
  41. /pdfTextRise 0 def
  42. /pdfWordSpacing 0 def
  43. /pdfHorizScaling 1 def
  44. /pdfTextClipPath [] def
  45. } def
  46. /pdfEndPage { end } def
  47. % PDF color state
  48. /cs { /pdfFillXform exch def dup /pdfFillCS exch def
  49. setcolorspace } def
  50. /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
  51. setcolorspace } def
  52. /sc { pdfLastFill not { pdfFillCS setcolorspace } if
  53. dup /pdfFill exch def aload pop pdfFillXform setcolor
  54. /pdfLastFill true def /pdfLastStroke false def } def
  55. /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
  56. dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
  57. /pdfLastStroke true def /pdfLastFill false def } def
  58. /op { /pdfFillOP exch def
  59. pdfLastFill { pdfFillOP setoverprint } if } def
  60. /OP { /pdfStrokeOP exch def
  61. pdfLastStroke { pdfStrokeOP setoverprint } if } def
  62. /fCol {
  63. pdfLastFill not {
  64. pdfFillCS setcolorspace
  65. pdfFill aload pop pdfFillXform setcolor
  66. pdfFillOP setoverprint
  67. /pdfLastFill true def /pdfLastStroke false def
  68. } if
  69. } def
  70. /sCol {
  71. pdfLastStroke not {
  72. pdfStrokeCS setcolorspace
  73. pdfStroke aload pop pdfStrokeXform setcolor
  74. pdfStrokeOP setoverprint
  75. /pdfLastStroke true def /pdfLastFill false def
  76. } if
  77. } def
  78. % build a font
  79. /pdfMakeFont {
  80. 4 3 roll findfont
  81. 4 2 roll matrix scale makefont
  82. dup length dict begin
  83. { 1 index /FID ne { def } { pop pop } ifelse } forall
  84. /Encoding exch def
  85. currentdict
  86. end
  87. definefont pop
  88. } def
  89. /pdfMakeFont16 {
  90. exch findfont
  91. dup length dict begin
  92. { 1 index /FID ne { def } { pop pop } ifelse } forall
  93. /WMode exch def
  94. currentdict
  95. end
  96. definefont pop
  97. } def
  98. % graphics state operators
  99. /q { gsave pdfDictSize dict begin } def
  100. /Q {
  101. end grestore
  102. /pdfLastFill where {
  103. pop
  104. pdfLastFill {
  105. pdfFillOP setoverprint
  106. } {
  107. pdfStrokeOP setoverprint
  108. } ifelse
  109. } if
  110. } def
  111. /cm { concat } def
  112. /d { setdash } def
  113. /i { setflat } def
  114. /j { setlinejoin } def
  115. /J { setlinecap } def
  116. /M { setmiterlimit } def
  117. /w { setlinewidth } def
  118. % path segment operators
  119. /m { moveto } def
  120. /l { lineto } def
  121. /c { curveto } def
  122. /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
  123. neg 0 rlineto closepath } def
  124. /h { closepath } def
  125. % path painting operators
  126. /S { sCol stroke } def
  127. /Sf { fCol stroke } def
  128. /f { fCol fill } def
  129. /f* { fCol eofill } def
  130. % clipping operators
  131. /W { clip newpath } def
  132. /W* { eoclip newpath } def
  133. % text state operators
  134. /Tc { /pdfCharSpacing exch def } def
  135. /Tf { dup /pdfFontSize exch def
  136. dup pdfHorizScaling mul exch matrix scale
  137. pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
  138. exch findfont exch makefont setfont } def
  139. /Tr { /pdfTextRender exch def } def
  140. /Ts { /pdfTextRise exch def } def
  141. /Tw { /pdfWordSpacing exch def } def
  142. /Tz { /pdfHorizScaling exch def } def
  143. % text positioning operators
  144. /Td { pdfTextMat transform moveto } def
  145. /Tm { /pdfTextMat exch def } def
  146. % text string operators
  147. /cshow where {
  148. pop
  149. /cshow2 {
  150. dup {
  151. pop pop
  152. 1 string dup 0 3 index put 3 index exec
  153. } exch cshow
  154. pop pop
  155. } def
  156. }{
  157. /cshow2 {
  158. currentfont /FontType get 0 eq {
  159. 0 2 2 index length 1 sub {
  160. 2 copy get exch 1 add 2 index exch get
  161. 2 copy exch 256 mul add
  162. 2 string dup 0 6 5 roll put dup 1 5 4 roll put
  163. 3 index exec
  164. } for
  165. } {
  166. dup {
  167. 1 string dup 0 3 index put 3 index exec
  168. } forall
  169. } ifelse
  170. pop pop
  171. } def
  172. } ifelse
  173. /awcp {
  174. exch {
  175. false charpath
  176. 5 index 5 index rmoveto
  177. 6 index eq { 7 index 7 index rmoveto } if
  178. } exch cshow2
  179. 6 {pop} repeat
  180. } def
  181. /Tj {
  182. fCol
  183. 1 index stringwidth pdfTextMat idtransform pop
  184. sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
  185. pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
  186. 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
  187. pdfTextMat dtransform
  188. 6 5 roll Tj1
  189. } def
  190. /Tj16 {
  191. fCol
  192. 2 index stringwidth pdfTextMat idtransform pop
  193. sub exch div
  194. pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
  195. 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
  196. pdfTextMat dtransform
  197. 6 5 roll Tj1
  198. } def
  199. /Tj16V {
  200. fCol
  201. 2 index stringwidth pdfTextMat idtransform exch pop
  202. sub exch div
  203. 0 pdfWordSpacing pdfTextMat dtransform 32
  204. 4 3 roll pdfCharSpacing add 0 exch
  205. pdfTextMat dtransform
  206. 6 5 roll Tj1
  207. } def
  208. /Tj1 {
  209. 0 pdfTextRise pdfTextMat dtransform rmoveto
  210. currentpoint 8 2 roll
  211. pdfTextRender 1 and 0 eq {
  212. 6 copy awidthshow
  213. } if
  214. pdfTextRender 3 and dup 1 eq exch 2 eq or {
  215. 7 index 7 index moveto
  216. 6 copy
  217. currentfont /FontType get 3 eq { fCol } { sCol } ifelse
  218. false awcp currentpoint stroke moveto
  219. } if
  220. pdfTextRender 4 and 0 ne {
  221. 8 6 roll moveto
  222. false awcp
  223. /pdfTextClipPath [ pdfTextClipPath aload pop
  224. {/moveto cvx}
  225. {/lineto cvx}
  226. {/curveto cvx}
  227. {/closepath cvx}
  228. pathforall ] def
  229. currentpoint newpath moveto
  230. } {
  231. 8 {pop} repeat
  232. } ifelse
  233. 0 pdfTextRise neg pdfTextMat dtransform rmoveto
  234. } def
  235. /TJm { pdfFontSize 0.001 mul mul neg 0
  236. pdfTextMat dtransform rmoveto } def
  237. /TJmV { pdfFontSize 0.001 mul mul neg 0 exch
  238. pdfTextMat dtransform rmoveto } def
  239. /Tclip { pdfTextClipPath cvx exec clip newpath
  240. /pdfTextClipPath [] def } def
  241. % Level 2 image operators
  242. /pdfImBuf 100 string def
  243. /pdfIm {
  244. image
  245. { currentfile pdfImBuf readline
  246. not { pop exit } if
  247. (%-EOD-) eq { exit } if } loop
  248. } def
  249. /pdfImM {
  250. fCol imagemask
  251. { currentfile pdfImBuf readline
  252. not { pop exit } if
  253. (%-EOD-) eq { exit } if } loop
  254. } def
  255. /pdfImClip {
  256. gsave
  257. 0 2 4 index length 1 sub {
  258. dup 4 index exch 2 copy
  259. get 5 index div put
  260. 1 add 3 index exch 2 copy
  261. get 3 index div put
  262. } for
  263. pop pop rectclip
  264. } def
  265. /pdfImClipEnd { grestore } def
  266. % shading operators
  267. /colordelta {
  268. false 0 1 3 index length 1 sub {
  269. dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
  270. pop true
  271. } if
  272. } for
  273. exch pop exch pop
  274. } def
  275. /funcCol { func n array astore } def
  276. /funcSH {
  277. dup 0 eq {
  278. true
  279. } {
  280. dup 6 eq {
  281. false
  282. } {
  283. 4 index 4 index funcCol dup
  284. 6 index 4 index funcCol dup
  285. 3 1 roll colordelta 3 1 roll
  286. 5 index 5 index funcCol dup
  287. 3 1 roll colordelta 3 1 roll
  288. 6 index 8 index funcCol dup
  289. 3 1 roll colordelta 3 1 roll
  290. colordelta or or or
  291. } ifelse
  292. } ifelse
  293. {
  294. 1 add
  295. 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
  296. 6 index 6 index 4 index 4 index 4 index funcSH
  297. 2 index 6 index 6 index 4 index 4 index funcSH
  298. 6 index 2 index 4 index 6 index 4 index funcSH
  299. 5 3 roll 3 2 roll funcSH pop pop
  300. } {
  301. pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
  302. funcCol sc
  303. dup 4 index exch mat transform m
  304. 3 index 3 index mat transform l
  305. 1 index 3 index mat transform l
  306. mat transform l pop pop h f*
  307. } ifelse
  308. } def
  309. /axialCol {
  310. dup 0 lt {
  311. pop t0
  312. } {
  313. dup 1 gt {
  314. pop t1
  315. } {
  316. dt mul t0 add
  317. } ifelse
  318. } ifelse
  319. func n array astore
  320. } def
  321. /axialSH {
  322. dup 0 eq {
  323. true
  324. } {
  325. dup 8 eq {
  326. false
  327. } {
  328. 2 index axialCol 2 index axialCol colordelta
  329. } ifelse
  330. } ifelse
  331. {
  332. 1 add 3 1 roll 2 copy add 0.5 mul
  333. dup 4 3 roll exch 4 index axialSH
  334. exch 3 2 roll axialSH
  335. } {
  336. pop 2 copy add 0.5 mul axialCol sc
  337. exch dup dx mul x0 add exch dy mul y0 add
  338. 3 2 roll dup dx mul x0 add exch dy mul y0 add
  339. dx abs dy abs ge {
  340. 2 copy yMin sub dy mul dx div add yMin m
  341. yMax sub dy mul dx div add yMax l
  342. 2 copy yMax sub dy mul dx div add yMax l
  343. yMin sub dy mul dx div add yMin l
  344. h f*
  345. } {
  346. exch 2 copy xMin sub dx mul dy div add xMin exch m
  347. xMax sub dx mul dy div add xMax exch l
  348. exch 2 copy xMax sub dx mul dy div add xMax exch l
  349. xMin sub dx mul dy div add xMin exch l
  350. h f*
  351. } ifelse
  352. } ifelse
  353. } def
  354. /radialCol {
  355. dup t0 lt {
  356. pop t0
  357. } {
  358. dup t1 gt {
  359. pop t1
  360. } if
  361. } ifelse
  362. func n array astore
  363. } def
  364. /radialSH {
  365. dup 0 eq {
  366. true
  367. } {
  368. dup 8 eq {
  369. false
  370. } {
  371. 2 index dt mul t0 add radialCol
  372. 2 index dt mul t0 add radialCol colordelta
  373. } ifelse
  374. } ifelse
  375. {
  376. 1 add 3 1 roll 2 copy add 0.5 mul
  377. dup 4 3 roll exch 4 index radialSH
  378. exch 3 2 roll radialSH
  379. } {
  380. pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
  381. exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
  382. 0 360 arc h
  383. dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
  384. 0 360 arc h f*
  385. } ifelse
  386. } def
  387. end
  388. %%EndResource
  389. %%EndProlog
  390. %%BeginSetup
  391. xpdf begin
  392. %%BeginResource: font CMR12
  393. %!FontType1-1.0: CMR12
  394. 12 dict begin
  395. /FontInfo 10 dict dup begin
  396. /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
  397. /FullName (CMR12) readonly def
  398. /FamilyName (Computer Modern) readonly def
  399. /isFixedPitch false def
  400. /ItalicAngle 0 def
  401. /UnderlinePosition -100 def
  402. /UnderlineThickness 50 def
  403. end readonly def
  404. /FontName /CMR12 def
  405. /PaintType 0 def
  406. /FontType 1 def
  407. /FontMatrix [0.001 0 0 0.001 0 0] readonly def
  408. /FontBBox [0 -250 719 750] readonly def
  409. /StrokeWidth 0 def
  410. /Encoding 256 array
  411. 0 1 255 {1 index exch /.notdef put} for
  412. dup 47 /slash put
  413. dup 71 /G put
  414. dup 86 /V put
  415. dup 101 /e put
  416. readonly def
  417. currentdict end
  418. currentfile eexec
  419. 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
  420. BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
  421. 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
  422. BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
  423. 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
  424. 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
  425. 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
  426. F95CB8F8CCC9D94D5DC34E9811120A9E9E71C6DDD3132B5CC9D46DECE24A719A
  427. FDDB1841D3E6A93CC2618BCCD8F4074DF63BC9DFABFEBC774BFB261B9FFFBAB5
  428. CA354CA4AD04DCCD068B7F42CFE13B2BB384ECC4305EE3A5E1F86E88E268BB0B
  429. A2E8A4C36FDBD63E11F095BE2A6CB2C87BEA09B603D867A6E45B424376702E63
  430. C1FDB89550B5D876393EFD48F11F35365DE84746A9DAFB25A0EFFCF59CE8AE28
  431. 7DC0A578102E6E9AF8B40D0840DAB94F5313B262AB479F2291CCA365B461BA88
  432. 70B2A69887670203E3705E932D089DC28010F10F998FBA775C9BE04F00390253
  433. 28E13B2FF090F7352EFD22FC76BC05F432599E295FF3872CDCDCEE5E75D5B249
  434. 0E9C1DC24DA890F6349E3E846952B87B3D3248CEED60375D2E8ABB8252229849
  435. 9F45E76DA401A2197662B87E180C1FA963CA343DB24F2A3C2600FABF9C4D6837
  436. 0F015EB0692BAF1A366E3DD126B4D04CA91BB71A565129757F4B76C55091A566
  437. 15F7107AF42915F4CD0D60C8DD6240EF4FF81E330423D43D91F894E43573521A
  438. F2D189ABA31A540C25408B69606639CC5841137026278E383648F97325DC0CCB
  439. A63FDC6C3153F9D9973A79F4BF4724FA640257674165408CCCC6003B26DD689B
  440. E622395BCF26FE49686B0A31CF629035258B0737D59958065FB8A7E8612912F9
  441. 6EFE8C9F2E409BB6EAD3C61CFAD18B5FAD42DAFA2BF77E7975C1AA233D84BD4A
  442. 3D097A58FEA2173768C3123ABA53381679D8C9E4AEC776D79940A5A98796A160
  443. 37ED1108FB144C8DFB2ED9F83BE9140AEC8ED61CDA58128A9106B72E781CB563
  444. 7ED453A579EDBCA6D9C618A25C19EAA3D4DAF7C39EE6E1D40057EF976C372559
  445. 8B4622C261D4285F13D149ED27AA48DF8F08C78596ADB05D094DD2388B0CD702
  446. 32413D28B9469501262539B7E23733EBD00D9ED416F1F27EEAC6A172B515BB13
  447. BC7E1A02D4AD4F56179CD0F602B667145A79AA32462CA26508379CA6206B80FD
  448. D9BC9A9724946187B0A325D293F071C2988CDA6996E0144B5EBE2F98BDC3FE79
  449. 31609D34E86EE72E8279392614B399D138869E9554AD3ED403FDA73E34B530F8
  450. 50CFA048E955FEE21544B1FA5BDFD16BB206E7C08E9830ABA6ECE788697A4B80
  451. EEA6FE93D02EE5481D336D37C171B24AE545D15946DAC24A0BDDAD9A7FE1E013
  452. 56A7DDFB99EFE7464F7A28992A10C824101B945E0220FB8FC399853673955489
  453. 8909593136924368E89BCE6BF9998C8A97BA223E91936CEF28E7D33194D22401
  454. 85EB648C017E9E6A989953D4528BF02A8F8E7D6975
  455. 0000000000000000000000000000000000000000000000000000000000000000
  456. 0000000000000000000000000000000000000000000000000000000000000000
  457. 0000000000000000000000000000000000000000000000000000000000000000
  458. 0000000000000000000000000000000000000000000000000000000000000000
  459. 0000000000000000000000000000000000000000000000000000000000000000
  460. 0000000000000000000000000000000000000000000000000000000000000000
  461. 0000000000000000000000000000000000000000000000000000000000000000
  462. 0000000000000000000000000000000000000000000000000000000000000000
  463. cleartomark
  464. %%EndResource
  465. /F8_0 /CMR12 1 1
  466. [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  467. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  468. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  469. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  470. /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
  471. /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
  472. /zero/one/two/three/four/five/six/seven
  473. /eight/nine/colon/semicolon/less/equal/greater/question
  474. /at/A/B/C/D/E/F/G
  475. /H/I/J/K/L/M/N/O
  476. /P/Q/R/S/T/U/V/W
  477. /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
  478. /grave/a/b/c/d/e/f/g
  479. /h/i/j/k/l/m/n/o
  480. /p/q/r/s/t/u/v/w
  481. /x/y/z/braceleft/bar/braceright/asciitilde/bullet
  482. /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
  483. /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
  484. /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
  485. /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
  486. /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
  487. /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
  488. /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
  489. /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
  490. /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  491. /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  492. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
  493. /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
  494. /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  495. /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  496. /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
  497. /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
  498. pdfMakeFont
  499. %%BeginResource: font CMSY8
  500. %!FontType1-1.0: CMSY8
  501. 12 dict begin
  502. /FontInfo 10 dict dup begin
  503. /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
  504. /FullName (CMSY8) readonly def
  505. /FamilyName (Computer Modern) readonly def
  506. /isFixedPitch false def
  507. /ItalicAngle 0 def
  508. /UnderlinePosition -100 def
  509. /UnderlineThickness 50 def
  510. end readonly def
  511. /FontName /CMSY8 def
  512. /PaintType 0 def
  513. /FontType 1 def
  514. /FontMatrix [0.001 0 0 0.001 0 0] readonly def
  515. /FontBBox [0 0 736 273] readonly def
  516. /StrokeWidth 0 def
  517. /Encoding 256 array
  518. 0 1 255 {1 index exch /.notdef put} for
  519. dup 0 /minus put
  520. readonly def
  521. currentdict end
  522. currentfile eexec
  523. 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
  524. BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
  525. 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
  526. BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
  527. 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
  528. 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
  529. 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
  530. FCC85D7215D6A753D1600450880CA3ACF55B3AD66A86569B45E1CD936342DD19
  531. BAC805F187C78ABAEC8EE81012D1BA0ADD5B7EDB44BBBF79BE3AF7BFF7AA2CEA
  532. 283ABB6ED5A981FF5CB142F669C41BF29142AC04D1CC1DB61EC37FF35E77AB73
  533. 77FB5234EE7363177FADD38D449224958A8BE06017F6B9D626BC221FA08E037B
  534. 07A2D2C913421668864BAAC4DE3129B2E9F860351DCD880E06D20F7BE7B775CB
  535. 831DB014F04C8A0C6CF6EE787AE4C129CC5AC4AC8D1345FC899964527F120408
  536. 8711A655A739F350E16389349F9EF58F4302ECEA01CBED41CBB1CB31E96BF981
  537. EF8A7BBE2570619225463F8F792FA67C3724B91CCCF099977EE7F3827A0E1C71
  538. 16D5A8242812A9AA5CFCBBFC415ACC7FAAC1BDE90C3B932EC9EDAE421701E7EC
  539. EBDC767C785606A634F55ED2E560818B41FFA6BE09346C236B2225CDA0884596
  540. 9313C2EC4797F784B9C59DDA6F187804
  541. 0000000000000000000000000000000000000000000000000000000000000000
  542. 0000000000000000000000000000000000000000000000000000000000000000
  543. 0000000000000000000000000000000000000000000000000000000000000000
  544. 0000000000000000000000000000000000000000000000000000000000000000
  545. 0000000000000000000000000000000000000000000000000000000000000000
  546. 0000000000000000000000000000000000000000000000000000000000000000
  547. 0000000000000000000000000000000000000000000000000000000000000000
  548. 0000000000000000000000000000000000000000000000000000000000000000
  549. cleartomark
  550. %%EndResource
  551. /F9_0 /CMSY8 1 1
  552. [ /minus/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  553. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  554. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  555. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  556. /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
  557. /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
  558. /zero/one/two/three/four/five/six/seven
  559. /eight/nine/colon/semicolon/less/equal/greater/question
  560. /at/A/B/C/D/E/F/G
  561. /H/I/J/K/L/M/N/O
  562. /P/Q/R/S/T/U/V/W
  563. /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
  564. /grave/a/b/c/d/e/f/g
  565. /h/i/j/k/l/m/n/o
  566. /p/q/r/s/t/u/v/w
  567. /x/y/z/braceleft/bar/braceright/asciitilde/bullet
  568. /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
  569. /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
  570. /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
  571. /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
  572. /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
  573. /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
  574. /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
  575. /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
  576. /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  577. /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  578. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
  579. /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
  580. /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  581. /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  582. /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
  583. /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
  584. pdfMakeFont
  585. %%BeginResource: font CMR8
  586. %!FontType1-1.0: CMR8
  587. 12 dict begin
  588. /FontInfo 10 dict dup begin
  589. /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
  590. /FullName (CMR8) readonly def
  591. /FamilyName (Computer Modern) readonly def
  592. /isFixedPitch false def
  593. /ItalicAngle 0 def
  594. /UnderlinePosition -100 def
  595. /UnderlineThickness 50 def
  596. end readonly def
  597. /FontName /CMR8 def
  598. /PaintType 0 def
  599. /FontType 1 def
  600. /FontMatrix [0.001 0 0 0.001 0 0] readonly def
  601. /FontBBox [0 -104 766 665] readonly def
  602. /StrokeWidth 0 def
  603. /Encoding 256 array
  604. 0 1 255 {1 index exch /.notdef put} for
  605. dup 43 /plus put
  606. dup 50 /two put
  607. readonly def
  608. currentdict end
  609. currentfile eexec
  610. 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
  611. BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
  612. 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
  613. BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
  614. 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
  615. 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
  616. 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
  617. F95CB8F8CCC9D94D5DC34E9811120A9E9E71C6DDD3132B5CC9D46DECE24A719A
  618. FDDB1841D3E6A93CC2618BCCD8F4074DF63BC9DFABFEBC774BFB261B9FFFBAB5
  619. CA354CA4AD04DCCD068B7F42CFE13B2BB384ECC4305EE3A5E1F86E88E313AA4D
  620. 70FE0F2BE26038E08525CF5EB693875CF0B1F30BB17DBAF9FE6A67703681C0AE
  621. 9253AD8F42F0A26BABABCCD6080BFAA3DE0E36448FF7FD203A683CBE581CB2EC
  622. B32BA9AA445C8D21A31B2566D782BE7058954836A022E87F8847DF6440AA3877
  623. 33ED181E405A85618DE845BA21BCECB298A83A3CC6C2775A974E907A9BE1F7DA
  624. 36207B22DD7DB186E38637943069CA73B0E29247FB72BC51E1C22E5846207532
  625. D67AAB2469DCB79670D97401310FE11AE7852ADCEF2A35A3693438723B6159F0
  626. C2193563ECA7AB9064662ABB628A75EA3247E74926ECCAA10D711611C324117A
  627. FFF67008440D049194E73172ED8F8AC477B552372A407D0E48C6C84636112392
  628. C18B0A316B3A61091FA96E36FB2A85053711D35D95F84688E192309D34A491A6
  629. F50C47F910FDA4D83B8D28459E09DB9AF5039C21DC595B05A916F0E9E4C71F63
  630. D0C2B217193492DBD1474B2457FF5A0AF98F0E3D5C4C5B8831C04DAE98897B2F
  631. 5C5D98B4E7671E6793DE5F0FB944BAD28C3E202EC4F2CF7D0D3376D91EECB171
  632. 63A6E9CFF48853CF8A83F4DC6BC07FD9D3793F3782F8A9415F76F86BB8044D03
  633. 147750B466924E80B748AB2E4D20B0AE27412F8DAA9FD3E4B3E050502A6402FF
  634. E311326423C6768FF004B65A9A52CC1648B7DF50CCF61B1CC0C37967E36CFBB3
  635. 427D75CB53021D79F2A34B6866EC17DE7777434808072F1D9137F0B6DE98DAF4
  636. 47CB5B45F0A605
  637. 0000000000000000000000000000000000000000000000000000000000000000
  638. 0000000000000000000000000000000000000000000000000000000000000000
  639. 0000000000000000000000000000000000000000000000000000000000000000
  640. 0000000000000000000000000000000000000000000000000000000000000000
  641. 0000000000000000000000000000000000000000000000000000000000000000
  642. 0000000000000000000000000000000000000000000000000000000000000000
  643. 0000000000000000000000000000000000000000000000000000000000000000
  644. 0000000000000000000000000000000000000000000000000000000000000000
  645. cleartomark
  646. %%EndResource
  647. /F10_0 /CMR8 1 1
  648. [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  649. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  650. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  651. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  652. /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
  653. /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
  654. /zero/one/two/three/four/five/six/seven
  655. /eight/nine/colon/semicolon/less/equal/greater/question
  656. /at/A/B/C/D/E/F/G
  657. /H/I/J/K/L/M/N/O
  658. /P/Q/R/S/T/U/V/W
  659. /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
  660. /grave/a/b/c/d/e/f/g
  661. /h/i/j/k/l/m/n/o
  662. /p/q/r/s/t/u/v/w
  663. /x/y/z/braceleft/bar/braceright/asciitilde/bullet
  664. /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
  665. /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
  666. /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
  667. /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
  668. /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
  669. /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
  670. /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
  671. /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
  672. /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  673. /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  674. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
  675. /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
  676. /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  677. /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  678. /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
  679. /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
  680. pdfMakeFont
  681. %%BeginResource: font CMMI12
  682. %!FontType1-1.0: CMMI12
  683. 12 dict begin
  684. /FontInfo 10 dict dup begin
  685. /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
  686. /FullName (CMMI12) readonly def
  687. /FamilyName (Computer Modern) readonly def
  688. /isFixedPitch false def
  689. /ItalicAngle 0 def
  690. /UnderlinePosition -100 def
  691. /UnderlineThickness 50 def
  692. end readonly def
  693. /FontName /CMMI12 def
  694. /PaintType 0 def
  695. /FontType 1 def
  696. /FontMatrix [0.001 0 0 0.001 0 0] readonly def
  697. /FontBBox [0 -10 827 441] readonly def
  698. /StrokeWidth 0 def
  699. /Encoding 256 array
  700. 0 1 255 {1 index exch /.notdef put} for
  701. dup 109 /m put
  702. readonly def
  703. currentdict end
  704. currentfile eexec
  705. 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
  706. BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
  707. 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
  708. BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
  709. 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
  710. 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
  711. 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
  712. F95CB8F8CCC9D94D5DC34E9811120A9E9E71C1D559F732F6DBE4BD53A4D3AC30
  713. EA780A1EAB6D5293D8749AA04212931AA44D0C4FB6DE46CBCC0252D2F62B661A
  714. 2C731BF8C30E2F4DEB71C531D4BE210220A930D4D0F9B072DDF863E0697BE742
  715. 2569F773FD6E46E3494C14338B2A80CA9971F8C25EBF4CD7075702CBB7B8AB56
  716. C030C6C6623F92B892CFE65B10AA159AD4DE9381FB6F70342A5EEBBD510F1259
  717. F811649D30793EA1B2D2AE86277C3911C02ACE921ADC26F529E6F9458E27493F
  718. B8350D799BF6152FC1FDEE3B6AC51B88AF26E25D1E6CECD237E8CA6E75FD3B43
  719. A13191B02B7E1263706B867EBD6B71A8E4C4D9916045287C05E01ACAB04F6D45
  720. 00C6F0B8719D76834BC15CB40B6BCF6F875F189A07F71BDABC07891AAD14986C
  721. 0DF6DAECE1AA4E233D9E3312CE9660EB77542CBE7B7B46245152B57A54247587
  722. AFCEA5EDEAE52C49AAEF79695357D0C5006860B29764A9E78CC27CE846F0C83A
  723. 5CD7A318934D78348C68EA4FDB6777EF7921A25841204461399510D3B4284FA5
  724. F0C930127DE0E6E0595809935B4D2503C81345B761FC27A795340B3196861406
  725. AC7B828ECB02B26EC76CB7EDB031F7341485E2C2DBC6538465F2A59E87670648
  726. A81D6BA75ACD1E068D3BE74ED73BAD8E67DCCF8F69DDD9BF4D9ABD0B2875E1F9
  727. B8BFF945BEC6A1E4F0CB09E3313EACD20A50DEA89FBC144271B35494BEAA8F1A
  728. D4618D8291E800537F7D01EE61F2DCEA1D72C14F29E436F0D1F2CC773BFCC0A6
  729. 01332F4ABED9DE3064FDB883CADAAE34786669D97E5A1D5F6A1E28001A6EF86B
  730. 3E2708336479A15EBE1A93307102C4E8073FCFC423B39ACF48949785F7A3BC81
  731. 9E32F9DB1457B4310D8C60B64F545386180F111844EB86DAF936B6C394AE7E2C
  732. 2E8E
  733. 0000000000000000000000000000000000000000000000000000000000000000
  734. 0000000000000000000000000000000000000000000000000000000000000000
  735. 0000000000000000000000000000000000000000000000000000000000000000
  736. 0000000000000000000000000000000000000000000000000000000000000000
  737. 0000000000000000000000000000000000000000000000000000000000000000
  738. 0000000000000000000000000000000000000000000000000000000000000000
  739. 0000000000000000000000000000000000000000000000000000000000000000
  740. 0000000000000000000000000000000000000000000000000000000000000000
  741. cleartomark
  742. %%EndResource
  743. /F11_0 /CMMI12 1 1
  744. [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  745. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  746. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  747. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  748. /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
  749. /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
  750. /zero/one/two/three/four/five/six/seven
  751. /eight/nine/colon/semicolon/less/equal/greater/question
  752. /at/A/B/C/D/E/F/G
  753. /H/I/J/K/L/M/N/O
  754. /P/Q/R/S/T/U/V/W
  755. /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
  756. /grave/a/b/c/d/e/f/g
  757. /h/i/j/k/l/m/n/o
  758. /p/q/r/s/t/u/v/w
  759. /x/y/z/braceleft/bar/braceright/asciitilde/bullet
  760. /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
  761. /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
  762. /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
  763. /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
  764. /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
  765. /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
  766. /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
  767. /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
  768. /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  769. /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  770. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
  771. /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
  772. /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  773. /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  774. /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
  775. /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
  776. pdfMakeFont
  777. /F12_0 /Courier 1 1
  778. [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  779. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  780. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  781. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  782. /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
  783. /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
  784. /zero/one/two/three/four/five/six/seven
  785. /eight/nine/colon/semicolon/less/equal/greater/question
  786. /at/A/B/C/D/E/F/G
  787. /H/I/J/K/L/M/N/O
  788. /P/Q/R/S/T/U/V/W
  789. /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
  790. /quoteleft/a/b/c/d/e/f/g
  791. /h/i/j/k/l/m/n/o
  792. /p/q/r/s/t/u/v/w
  793. /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
  794. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  795. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  796. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  797. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  798. /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
  799. /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
  800. /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
  801. /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
  802. /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
  803. /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
  804. /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  805. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  806. /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
  807. /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
  808. /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
  809. /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
  810. pdfMakeFont
  811. %%EndSetup
  812. pdfStartPage
  813. [] 0 d
  814. 1 i
  815. 0 j
  816. 0 J
  817. 10 M
  818. 1 w
  819. /DeviceGray {} cs
  820. [0] sc
  821. /DeviceGray {} CS
  822. [0] SC
  823. false op
  824. false OP
  825. 0 0 255 245 re
  826. W
  827. q
  828. q
  829. [1 0 0 1 -97 -433] cm
  830. q
  831. [1 0 0 1 0 0] cm
  832. 0 0 612 792 re
  833. W
  834. q
  835. [0.1 0 0 0.1 0 0] cm
  836. q
  837. 1210.42 4513.47 2303.76 2303.74 re
  838. W
  839. 2.5 w
  840. 1 J
  841. 1 j
  842. /DeviceGray {} CS
  843. [0] SC
  844. 1448.79 4675.3 m
  845. 1448.79 4688.41 l
  846. S
  847. /DeviceGray {} cs
  848. [0] sc
  849. q
  850. [10 0 0 10 0 0] cm
  851. [1 0 0 1 0 0] Tm
  852. 0 0 Td
  853. [1 0 0 1 141.92 458.777] Tm
  854. 0 0 Td
  855. /F12_0 10 Tf
  856. (0) 6 Tj
  857. Q
  858. 1811.02 4675.3 m
  859. 1811.02 4688.41 l
  860. S
  861. q
  862. [10 0 0 10 0 0] cm
  863. [1 0 0 1 0 0] Tm
  864. 0 0 Td
  865. [1 0 0 1 172.104 458.777] Tm
  866. 0 0 Td
  867. /F12_0 10 Tf
  868. (0.5) 18 Tj
  869. Q
  870. 2173.28 4675.3 m
  871. 2173.28 4688.41 l
  872. S
  873. q
  874. [10 0 0 10 0 0] cm
  875. [1 0 0 1 0 0] Tm
  876. 0 0 Td
  877. [1 0 0 1 214.37 458.837] Tm
  878. 0 0 Td
  879. /F12_0 10 Tf
  880. (1) 6 Tj
  881. Q
  882. 2535.54 4675.3 m
  883. 2535.54 4688.41 l
  884. S
  885. q
  886. [10 0 0 10 0 0] cm
  887. [1 0 0 1 0 0] Tm
  888. 0 0 Td
  889. [1 0 0 1 244.555 458.837] Tm
  890. 0 0 Td
  891. /F12_0 10 Tf
  892. (1.5) 18 Tj
  893. Q
  894. 2897.79 4675.3 m
  895. 2897.79 4688.41 l
  896. S
  897. q
  898. [10 0 0 10 0 0] cm
  899. [1 0 0 1 0 0] Tm
  900. 0 0 Td
  901. [1 0 0 1 286.936 458.777] Tm
  902. 0 0 Td
  903. /F12_0 10 Tf
  904. (2) 6 Tj
  905. Q
  906. 3260.05 4675.3 m
  907. 3260.05 4688.41 l
  908. S
  909. q
  910. [10 0 0 10 0 0] cm
  911. [1 0 0 1 0 0] Tm
  912. 0 0 Td
  913. [1 0 0 1 317.112 458.777] Tm
  914. 0 0 Td
  915. /F12_0 10 Tf
  916. (2.5) 18 Tj
  917. Q
  918. 1.25 w
  919. 1521.23 4675.3 m
  920. 1521.23 4683.16 l
  921. S
  922. 1593.68 4675.3 m
  923. 1593.68 4683.16 l
  924. S
  925. 1666.13 4675.3 m
  926. 1666.13 4683.16 l
  927. S
  928. 1738.57 4675.3 m
  929. 1738.57 4683.16 l
  930. S
  931. 1883.49 4675.3 m
  932. 1883.49 4683.16 l
  933. S
  934. 1955.94 4675.3 m
  935. 1955.94 4683.16 l
  936. S
  937. 2028.39 4675.3 m
  938. 2028.39 4683.16 l
  939. S
  940. 2100.83 4675.3 m
  941. 2100.83 4683.16 l
  942. S
  943. 2245.75 4675.3 m
  944. 2245.75 4683.16 l
  945. S
  946. 2318.2 4675.3 m
  947. 2318.2 4683.16 l
  948. S
  949. 2390.64 4675.3 m
  950. 2390.64 4683.16 l
  951. S
  952. 2463.09 4675.3 m
  953. 2463.09 4683.16 l
  954. S
  955. 2607.98 4675.3 m
  956. 2607.98 4683.16 l
  957. S
  958. 2680.45 4675.3 m
  959. 2680.45 4683.16 l
  960. S
  961. 2752.9 4675.3 m
  962. 2752.9 4683.16 l
  963. S
  964. 2825.35 4675.3 m
  965. 2825.35 4683.16 l
  966. S
  967. 2970.24 4675.3 m
  968. 2970.24 4683.16 l
  969. S
  970. 3042.71 4675.3 m
  971. 3042.71 4683.16 l
  972. S
  973. 3115.16 4675.3 m
  974. 3115.16 4683.16 l
  975. S
  976. 3187.61 4675.3 m
  977. 3187.61 4683.16 l
  978. S
  979. 3332.5 4675.3 m
  980. 3332.5 4683.16 l
  981. S
  982. 3404.96 4675.3 m
  983. 3404.96 4683.16 l
  984. S
  985. 3477.41 4675.3 m
  986. 3477.41 4683.16 l
  987. S
  988. 2.5 w
  989. 1416.63 4675.3 m
  990. 3512.9 4675.3 l
  991. S
  992. 1416.63 4686.69 m
  993. 1429.73 4686.69 l
  994. S
  995. q
  996. [10 0 0 10 0 0] cm
  997. [1 0 0 1 0 0] Tm
  998. 0 0 Td
  999. [1 0 0 1 134.214 465.7] Tm
  1000. 0 0 Td
  1001. /F12_0 10 Tf
  1002. (0) 6 Tj
  1003. Q
  1004. 1416.63 5010.62 m
  1005. 1429.73 5010.62 l
  1006. S
  1007. q
  1008. [10 0 0 10 0 0] cm
  1009. [1 0 0 1 0 0] Tm
  1010. 0 0 Td
  1011. [1 0 0 1 122.134 498.094] Tm
  1012. 0 0 Td
  1013. /F12_0 10 Tf
  1014. (0.5) 18 Tj
  1015. Q
  1016. 1416.63 5334.54 m
  1017. 1429.73 5334.54 l
  1018. S
  1019. q
  1020. [10 0 0 10 0 0] cm
  1021. [1 0 0 1 0 0] Tm
  1022. 0 0 Td
  1023. [1 0 0 1 134.214 530.441] Tm
  1024. 0 0 Td
  1025. /F12_0 10 Tf
  1026. (1) 6 Tj
  1027. Q
  1028. 1416.63 5658.48 m
  1029. 1429.73 5658.48 l
  1030. S
  1031. q
  1032. [10 0 0 10 0 0] cm
  1033. [1 0 0 1 0 0] Tm
  1034. 0 0 Td
  1035. [1 0 0 1 122.134 562.91] Tm
  1036. 0 0 Td
  1037. /F12_0 10 Tf
  1038. (1.5) 18 Tj
  1039. Q
  1040. 1416.63 5982.41 m
  1041. 1429.73 5982.41 l
  1042. S
  1043. q
  1044. [10 0 0 10 0 0] cm
  1045. [1 0 0 1 0 0] Tm
  1046. 0 0 Td
  1047. [1 0 0 1 134.234 595.198] Tm
  1048. 0 0 Td
  1049. /F12_0 10 Tf
  1050. (2) 6 Tj
  1051. Q
  1052. 1416.63 6306.35 m
  1053. 1429.73 6306.35 l
  1054. S
  1055. q
  1056. [10 0 0 10 0 0] cm
  1057. [1 0 0 1 0 0] Tm
  1058. 0 0 Td
  1059. [1 0 0 1 122.134 627.667] Tm
  1060. 0 0 Td
  1061. /F12_0 10 Tf
  1062. (2.5) 18 Tj
  1063. Q
  1064. 1416.63 6630.27 m
  1065. 1429.73 6630.27 l
  1066. S
  1067. q
  1068. [10 0 0 10 0 0] cm
  1069. [1 0 0 1 0 0] Tm
  1070. 0 0 Td
  1071. [1 0 0 1 134.245 660.059] Tm
  1072. 0 0 Td
  1073. /F12_0 10 Tf
  1074. (3) 6 Tj
  1075. Q
  1076. 1.25 w
  1077. 1416.63 4751.48 m
  1078. 1424.49 4751.48 l
  1079. S
  1080. 1416.63 4816.26 m
  1081. 1424.49 4816.26 l
  1082. S
  1083. 1416.63 4881.05 m
  1084. 1424.49 4881.05 l
  1085. S
  1086. 1416.63 4945.83 m
  1087. 1424.49 4945.83 l
  1088. S
  1089. 1416.63 5075.4 m
  1090. 1424.49 5075.4 l
  1091. S
  1092. 1416.63 5140.2 m
  1093. 1424.49 5140.2 l
  1094. S
  1095. 1416.63 5204.97 m
  1096. 1424.49 5204.97 l
  1097. S
  1098. 1416.63 5269.77 m
  1099. 1424.49 5269.77 l
  1100. S
  1101. 1416.63 5399.34 m
  1102. 1424.49 5399.34 l
  1103. S
  1104. 1416.63 5464.13 m
  1105. 1424.49 5464.13 l
  1106. S
  1107. 1416.63 5528.91 m
  1108. 1424.49 5528.91 l
  1109. S
  1110. 1416.63 5593.7 m
  1111. 1424.49 5593.7 l
  1112. S
  1113. 1416.63 5723.27 m
  1114. 1424.49 5723.27 l
  1115. S
  1116. 1416.63 5788.05 m
  1117. 1424.49 5788.05 l
  1118. S
  1119. 1416.63 5852.84 m
  1120. 1424.49 5852.84 l
  1121. S
  1122. 1416.63 5917.62 m
  1123. 1424.49 5917.62 l
  1124. S
  1125. 1416.63 6047.21 m
  1126. 1424.49 6047.21 l
  1127. S
  1128. 1416.63 6111.99 m
  1129. 1424.49 6111.99 l
  1130. S
  1131. 1416.63 6176.78 m
  1132. 1424.49 6176.78 l
  1133. S
  1134. 1416.63 6241.56 m
  1135. 1424.49 6241.56 l
  1136. S
  1137. 1416.63 6371.13 m
  1138. 1424.49 6371.13 l
  1139. S
  1140. 1416.63 6435.93 m
  1141. 1424.49 6435.93 l
  1142. S
  1143. 1416.63 6500.7 m
  1144. 1424.49 6500.7 l
  1145. S
  1146. 1416.63 6565.5 m
  1147. 1424.49 6565.5 l
  1148. S
  1149. 1416.63 6695.07 m
  1150. 1424.49 6695.07 l
  1151. S
  1152. 1416.63 6759.86 m
  1153. 1424.49 6759.86 l
  1154. S
  1155. 2.5 w
  1156. 1416.63 4675.3 m
  1157. 1416.63 6771.58 l
  1158. S
  1159. 1448.79 6758.48 m
  1160. 1448.79 6771.58 l
  1161. S
  1162. 1811.02 6758.48 m
  1163. 1811.02 6771.58 l
  1164. S
  1165. 2173.28 6758.48 m
  1166. 2173.28 6771.58 l
  1167. S
  1168. 2535.54 6758.48 m
  1169. 2535.54 6771.58 l
  1170. S
  1171. 2897.79 6758.48 m
  1172. 2897.79 6771.58 l
  1173. S
  1174. 3260.05 6758.48 m
  1175. 3260.05 6771.58 l
  1176. S
  1177. 1.25 w
  1178. 1521.23 6763.72 m
  1179. 1521.23 6771.58 l
  1180. S
  1181. 1593.68 6763.72 m
  1182. 1593.68 6771.58 l
  1183. S
  1184. 1666.13 6763.72 m
  1185. 1666.13 6771.58 l
  1186. S
  1187. 1738.57 6763.72 m
  1188. 1738.57 6771.58 l
  1189. S
  1190. 1883.49 6763.72 m
  1191. 1883.49 6771.58 l
  1192. S
  1193. 1955.94 6763.72 m
  1194. 1955.94 6771.58 l
  1195. S
  1196. 2028.39 6763.72 m
  1197. 2028.39 6771.58 l
  1198. S
  1199. 2100.83 6763.72 m
  1200. 2100.83 6771.58 l
  1201. S
  1202. 2245.75 6763.72 m
  1203. 2245.75 6771.58 l
  1204. S
  1205. 2318.2 6763.72 m
  1206. 2318.2 6771.58 l
  1207. S
  1208. 2390.64 6763.72 m
  1209. 2390.64 6771.58 l
  1210. S
  1211. 2463.09 6763.72 m
  1212. 2463.09 6771.58 l
  1213. S
  1214. 2607.98 6763.72 m
  1215. 2607.98 6771.58 l
  1216. S
  1217. 2680.45 6763.72 m
  1218. 2680.45 6771.58 l
  1219. S
  1220. 2752.9 6763.72 m
  1221. 2752.9 6771.58 l
  1222. S
  1223. 2825.35 6763.72 m
  1224. 2825.35 6771.58 l
  1225. S
  1226. 2970.24 6763.72 m
  1227. 2970.24 6771.58 l
  1228. S
  1229. 3042.71 6763.72 m
  1230. 3042.71 6771.58 l
  1231. S
  1232. 3115.16 6763.72 m
  1233. 3115.16 6771.58 l
  1234. S
  1235. 3187.61 6763.72 m
  1236. 3187.61 6771.58 l
  1237. S
  1238. 3332.5 6763.72 m
  1239. 3332.5 6771.58 l
  1240. S
  1241. 3404.96 6763.72 m
  1242. 3404.96 6771.58 l
  1243. S
  1244. 3477.41 6763.72 m
  1245. 3477.41 6771.58 l
  1246. S
  1247. 2.5 w
  1248. 1416.63 6771.58 m
  1249. 3512.9 6771.58 l
  1250. S
  1251. 3499.8 4686.69 m
  1252. 3512.9 4686.69 l
  1253. S
  1254. 3499.8 5010.62 m
  1255. 3512.9 5010.62 l
  1256. S
  1257. 3499.8 5334.54 m
  1258. 3512.9 5334.54 l
  1259. S
  1260. 3499.8 5658.48 m
  1261. 3512.9 5658.48 l
  1262. S
  1263. 3499.8 5982.41 m
  1264. 3512.9 5982.41 l
  1265. S
  1266. 3499.8 6306.35 m
  1267. 3512.9 6306.35 l
  1268. S
  1269. 3499.8 6630.27 m
  1270. 3512.9 6630.27 l
  1271. S
  1272. 1.25 w
  1273. 3505.04 4751.48 m
  1274. 3512.9 4751.48 l
  1275. S
  1276. 3505.04 4816.26 m
  1277. 3512.9 4816.26 l
  1278. S
  1279. 3505.04 4881.05 m
  1280. 3512.9 4881.05 l
  1281. S
  1282. 3505.04 4945.83 m
  1283. 3512.9 4945.83 l
  1284. S
  1285. 3505.04 5075.4 m
  1286. 3512.9 5075.4 l
  1287. S
  1288. 3505.04 5140.2 m
  1289. 3512.9 5140.2 l
  1290. S
  1291. 3505.04 5204.97 m
  1292. 3512.9 5204.97 l
  1293. S
  1294. 3505.04 5269.77 m
  1295. 3512.9 5269.77 l
  1296. S
  1297. 3505.04 5399.34 m
  1298. 3512.9 5399.34 l
  1299. S
  1300. 3505.04 5464.13 m
  1301. 3512.9 5464.13 l
  1302. S
  1303. 3505.04 5528.91 m
  1304. 3512.9 5528.91 l
  1305. S
  1306. 3505.04 5593.7 m
  1307. 3512.9 5593.7 l
  1308. S
  1309. 3505.04 5723.27 m
  1310. 3512.9 5723.27 l
  1311. S
  1312. 3505.04 5788.05 m
  1313. 3512.9 5788.05 l
  1314. S
  1315. 3505.04 5852.84 m
  1316. 3512.9 5852.84 l
  1317. S
  1318. 3505.04 5917.62 m
  1319. 3512.9 5917.62 l
  1320. S
  1321. 3505.04 6047.21 m
  1322. 3512.9 6047.21 l
  1323. S
  1324. 3505.04 6111.99 m
  1325. 3512.9 6111.99 l
  1326. S
  1327. 3505.04 6176.78 m
  1328. 3512.9 6176.78 l
  1329. S
  1330. 3505.04 6241.56 m
  1331. 3512.9 6241.56 l
  1332. S
  1333. 3505.04 6371.13 m
  1334. 3512.9 6371.13 l
  1335. S
  1336. 3505.04 6435.93 m
  1337. 3512.9 6435.93 l
  1338. S
  1339. 3505.04 6500.7 m
  1340. 3512.9 6500.7 l
  1341. S
  1342. 3505.04 6565.5 m
  1343. 3512.9 6565.5 l
  1344. S
  1345. 3505.04 6695.07 m
  1346. 3512.9 6695.07 l
  1347. S
  1348. 3505.04 6759.86 m
  1349. 3512.9 6759.86 l
  1350. S
  1351. 2.5 w
  1352. 3512.9 4675.3 m
  1353. 3512.9 6771.58 l
  1354. S
  1355. Q
  1356. q
  1357. 1416.63 4675.3 2096.27 2096.28 re
  1358. W
  1359. q
  1360. [2015.65 0 0 -2015.65 1456.94 6731.27] cm
  1361. /DeviceGray setcolorspace
  1362. <<
  1363. /ImageType 1
  1364. /Width 500
  1365. /Height 500
  1366. /ImageMatrix [500 0 0 -500 0 500]
  1367. /BitsPerComponent 8
  1368. /Decode [0 1]
  1369. /DataSource currentfile
  1370. /ASCII85Decode filter
  1371. /RunLengthDecode filter
  1372. >>
  1373. pdfIm
  1374. JcC<$JcC<$JcF@%JbHhOJcC<$nc+14Jb8s6JcDVIJb"B_e+/(ib5[%^Jag,;JcFg2
  1375. JaS*WTC.:1q>Z$4JaA?^MZ87mJa.gOrp#gLJ`q[KJ`u[gUAof-J`hUIki]#HJ`VIE
  1376. J`YeNZi>U:J`D=Af]0RCJ`21=J`5#8_#JuCJ_u%9bhpD>J_bn5J_eB&b5[%IJ_Pb1
  1377. _qWH9J_>V-J_@ild/S[KJ_,J)^":a5J^o>%J^q?^f)L<NJ^f8#\('(1J^T+tJ^V!T
  1378. gAc`NJ^AtpZd@M-J^/hlJ^1RHhZ&/NJ]r\hYfu#)J]`PdJ]b1=i;\AMJ]WJbY0#Z&
  1379. J]E>^J]Fn5ir=SKJ]32ZXMs6"J]!&VJ]"P+jSseIJ\coRWkmfsJ\ZiPJ\\8#k5U"H
  1380. J\H]LWP7KoJ\6QHJ\7tpk5U"DJ\$EDW4M0lJ[p?BJ[q_ik5U"AJ[^3>W41siJ[L':
  1381. J[MGakPp+?J[C!8VmPXeJ[0j4J[25[kPp+;JZs^0W3GFaJZaR,JZbrSkPp+8JZXL*
  1382. W3,4^JZF@&JZG`MkPp+4JZ44"W2\qZJZ+-uJZ,QHjo9n/JYn!qWi"nXJY[jmJY]9@
  1383. jo9n,JYRdkWh\\UJY@XgJYB*;jSse(JY7ReX.\MQJY%FaJY&p6jSse$JXh:]X.85M
  1384. JX_4[JX`a1ir=RtJXM(WXdS/JJXD"UJXEU-iW"IpJX1kQXd7rGJX(eOJX*C'i;\@l
  1385. JWkYKYERoEJWYMGJW[-uhuA7hJWPGEY`R`AJW>;AJW@!qh>`%cJW55?ZAm]?JW#);
  1386. JW$dkh>`%`JVo#9ZARH;JV\l5JV^Xgg])h[JVSf3["mB8JVAZ/JVCLcgAc_WJV8T-
  1387. [=m65JV&H)JV(=^f`-MRJUrB'[t302JUi<%JUk7\f)L;MJUW0!\UN*/JUN)tJUP+X
  1388. ec12IJU;rp\pMs,JU2lnJU4qSe,OuDJTu`j]Qhm)JTlZhJTneOdJnc@JTcTf^37m'
  1389. JTQHbJTSYKd/SZ<JTHB`^2q[$JT?<^JTAMGci8Q8JT-0Z^i7U!JT$*XJT&ACc2W?4
  1390. JSp$V_J[TtJS]mRJS`5?bQ!-/JSTgP`,!NqJSKaNJSN/=b5[$+JS9UJ`G!BnJS0OH
  1391. JS2u8aT$g'JS'IFa(EBlJRj=BJRli4`rCU"JRa7@a^`<iJRX1>JRZc2`;bBsJRO+<
  1392. b@/<gJR<t8JR?W._Z,0nJR3n6c!J9eJR*h4JR-N+_>f'kJR!b2cWn6bJQdV.JQgE(
  1393. ^AiaeJQ[P,d940_JQRJ*JQU?&]`3OaJQID(doX0]JQ@>&JQC9$])R=\JQ.2"ePs*Z
  1394. JQ%+uJQ(,u\Gq+XJPq%sf2B*XJPgtqJPk&s\,V"UJP^nofMK$VJPUhmJPXrp[JteQ
  1395. JPLbkg.o$TJP:VgJP=flZi>SLJP1Pege4sQJP(JcJP+`jZ2]AHJOtDahFXsOJOk>_
  1396. JOnZhYQ'/DJOb8]i('sMJOY2[JO\TfXoEr@JOP,Yi^KsKJOG&WJOJNdX8d`<JO=uU
  1397. j?osIJO4oSJO8HbWrIW9JO+iQj[#mGJO"cOJO&B`VuM<4JNn]MkWbsEJNeWKJNi<^
  1398. V>l*0JN\QIl91sCJNSKGJNW6\U]5m,JNJEEloUsAJNA?CJNE0ZU&T[(JN89AmQ$s?
  1399. JN/3?JN3*XTDsI$JN&-=n2Hs=JMr';JN!$VSc=6uJMi!9nhls;JM_p7JMcsTS,\$q
  1400. JMVj5oJ;s9JMMd3JMQmRRK%gmJMD^1p+_s7JM;X/JM?jQQiDUiJM2R-pb.s5JM2R-
  1401. JM6gPQ2cCfJM)L+qC\$4JLuF)JM$aNPQ-1bJLl@'r%+$2JLc:%JLg[LOoKt^JLZ4#
  1402. r[O$0JLZ4#JL^[LO8jb[JLQ.!!%Es.JLH'tJLHNXJL?!rJgZNWJL5ppK-lNVJL,jn
  1403. KI)NUJL,jnL*_ZUJL#dlLEqZTJKo^jLa.ZSJKfXhM'@ZRJKfXhMB[`RJK]RfM]m`Q
  1404. JKTLdN$*`PJKKFbN?<`OJKKFbNZWiP!<7TkJKBjnJcGcMJK9:^O<&oPs8RWjJK9gm
  1405. JcG`LJK04\OrT&Qr;V<eJK'dlJcGWIJK'.ZPT,2RqYu*bJJsdlJcGQGJJj"VQ5P8R
  1406. q#>m_JJjdlJcGKEJJ`qTQl(DSpA][[JJX^jJcGECJJWkRRMUPTo`'IXJJO^jJcG?A
  1407. JJNePS/-\Uo)F7UJJF^jJcG9?JJ<YLT+lkVn,IqQJJ=akJcG0<JJ3SJTbE"WmJh_N
  1408. JJ4akJcG*:JJ*MHUCr.Xli2MKJJ+akJcG$8JJ!GFV%J:Yl2Q;HJJ"akJcFs6JImAD
  1409. V\"FZkPp)DJIe[iJcFm4JId;BW=OR[jo9lAJI\^jJcFd1JI[5@X:Bg]ir=Q>JI\dl
  1410. JcF^/JIR/>Xpos^i;\?;JISdlJcFX-JII)<YRH*_hZ&-8JIJdlJcFR+JI@#:Z3u6`
  1411. h#Dp5JIAdlJcFO*JI6r8ZO29`g])g3JI8akJcFI(JI6r8[L.Tcf`-L/JI/dlJcF@%
  1412. JI-l6\-[`df)L:,JI&dlJcF:#JI$f4\d3leeGk(*JI&jnJcF4!JHp`2]Ea#fdf4k'
  1413. JHrjnJcF-tJHp`2^'B5hd/SY$JHijnJcF'rJHgZ0^]oAicMrG"JHisqJcEsoJH^T.
  1414. _ZbVkbQ!+sJH`sqJcEmmJH^T.`<Chmao?npJHWsqJcEgkJHUN,`rptna8^\nJHX$s
  1415. JcEaiJHUN,aTR1p`W(JkJHO$sJcE[gJHLH*b6*=q_uG8iJHO.!JcERdJHLH*c3&Xt
  1416. _#JreJHF.!JcELbJHCB(ciSdu^Ai`cJHF4#JcEF`JHCB(dK5""]`3NaJHF:%JcE@^
  1417. JH:<&e,b.#])R<^JH=:%JcE:\JH:<&ecC@%\Gq*\JH=C(JcE1YJH:<&f`?[([JtdY
  1418. JH=I*JcE+WJH:<&gAum*Zi>RVJH4I*JcE%UJH16$h#N$+Z2]@TJH4O,JcDtSJH16$
  1419. hZ/6-YQ'.RJH4U.JcDnQJH16$i;eH/XoEqPJH4^1JcDeNJH16$j8ac2WrIVMJH4d3
  1420. JcD_LJH16$joBu4W;hDKJH4j5JcDYJJH16$kQ$26VZ22IJH4p7JcDVIJH16$kl?;7
  1421. V>l)HJH4s8JcDPGJH16$lMuM9U]5lFJH5';JcDGDJH16$mJqh<T`9QCJH5-=JcDAB
  1422. JH16$n,S%>T)X?AJH53?JcD;@JH16$nc47@SH"-?JH59AJcD5>JH16$oDjIBRf@p=
  1423. JH5?CJcD/<JH16$pAfdEQiDU:JH5HFJcD&9JH16$q#H!GQ2cC8JH5NHJcCu7JH16$
  1424. qZ)3IPQ-16JH5TJJcCo5JH:<&r;hKLOoKt5JH>`NJcCi3JH:<&rrI]NO8jb3JH5`O
  1425. JcCc1JH:?'JcC]/JH:B(JcCZ.JH:E)JcCW-JHCN,JcCT,JHCQ-JcCQ+JHCT.JcCN*
  1426. JHCW/JcCK)JHCZ0JcCH(JHLc3JcCE'JHLi5JcC?%JHLl6JcC<$JHLo7JcC<$!<7TQ
  1427. Ns(%6JcGcMJHV&;JcC<$rr7NPOT^78JcG]KJH_2?JcC<$r;V<OP6HO;JcGWIJH_8A
  1428. JcC<$qYu*MPm)a=JcGQGJHhGFJcC<$p]#dKQj/-AJcGHDJHhMHJcC<$p&BRJRKnED
  1429. JcGBBJHqYLJcC<$oDa@HS-OWFJcG<@JI%ePJcC<$nc+.GSd9oIJcG6>JI.qTJcC<$
  1430. n,IqFTa?;MJcG-;JI/%WJcC<$m/MVDUC)SPJcG'9JI81[JcC<$lMlDCV$hkSJcG!7
  1431. JIA=_JcC<$kl62AV[J(UJcFp5JIJIcJcC<$k5Tu@W=4@XJcFj3JISUgJcC<$jSsc?
  1432. X:9a\JcFa0JI\dlJcC<$iW"H=Xq$$_JcF[.JIeppJcC<$huA6<YRc<bJcFU,JIo't
  1433. JcC<$h>`$;Z4MTeJcFO*JJ#4#JcC<$g])g:Zk7lhJcFI(JJ,C(JcC<$f`-L8[h=8l
  1434. JcF@%JJ5O,JcC<$f)L:7\J'PoJcF:#JJ>[0JcC<$eGk(7]+onsJcF4!JJGg4JcC<$
  1435. df4k6]bZ2!JcF-tJJPs8JcC<$d/SY5^__S%JcF$qJJc3?JcC<$c2W>3_AIk(JcEso
  1436. JJl?CJcC<$bQ!,3`#=4,JcEmmJJuKGJcC<$b5[#3`>aC.JcEjlJK)TJJcC<$aT$f2
  1437. `uK[1JcEdjJK;iQJcC<$`W(K1arZ-6JcE[gJKDuUJcC<$_uG90bTDE9JcEUeJKW2[
  1438. JcC<$_>f'/c6.]<JcEOcJK`>_JcC<$^]/j/cm"&@JcEIaJKrPeJcC<$^&NX.dj'GD
  1439. JcE@^JL&_jJcC<$])R=-eKoeHJcE:\JL8qpJcC<$\Gq+-f-c.LJcE4ZJLB(tJcC<$
  1440. [f:n,fdMFOJcE.XJLT;%JcC<$[/Y\,gF@dSJcE(VJLfP,JcC<$Z2]A*hCF0WJcDtS
  1441. JLo\0JcC<$YQ'/*i%9N[JcDnQJM,n6JcC<$XoEr*i\,l_JcDhOJM?+<JcC<$X8d`*
  1442. j=u5cJcDbMJMQ=BJcC<$WW.N)k;%VgJcDYJJMZLGJcC<$VZ23(kqmtkJcDSHJMl^M
  1443. JcC<$V#Q!(lSa=oJcDMFJN)pSJcC<$UAod(m5T[sJcDGDJN<-YJcC<$T`9R(mlH%"
  1444. JcDABJNNB`JcC<$Sc=7'niVL'JcD8?JN`TfJcC<$S,\%'oKIj+JcD2=JNrflJcC<$
  1445. RK%h'p-=3/JcD,;JO0#rJcC<$QiDV'pd0Q3JcD&9JOB6#JcC<$Q2cD'qa?#8JcCr6
  1446. JOTK*JcC<$P5g)&rC2A<JcCl4JOf]0JcC<$OT0l&s%%_@JcCf2JOoi5JcC<$NrOZ'
  1447. JcC<$NW4T(JcC<$N;nN)JcC<$MuSK+JcC<$M>r<+JcC<$M#W6,JcC<$L]<0-JcC<$
  1448. LB!*.JcC<$L&[$0JcC<$K`?s1JcC<$KE$m2JcC<$K)^g3JcC<$JcCd5JcC<$JcGcM
  1449. OBR58JcC<$rr8*bJcC<$JcG]KP$ES<JcC<$r;VsdJcC<$JcGWIP[8q@JcC<$qYugg
  1450. JcC<$JcGQGQ=5@EJcC<$q#?[iJcC<$JcGKER:CgJJcC<$p&CIlJcC<$JcGBBRq@6O
  1451. JcC<$oDb=nJcC<$JcG<@SS<ZTJcC<$nc,1qJcC<$JcG6>T50#XJcC<$n,K%tJcC<$
  1452. JcG0<Tl,G]JcC<$mJir"JcC<$JcG'9UiCtcJcC<$lMm]$JcC<$JcG!7VK7=gJcC<$
  1453. kl7Q'JcC<$JcFp5W-3alJcC<$k5VE)JcC<$JcFj3Wd00qJcC<$jSu9,JcC<$JcFd1
  1454. XaG^"JcC<$iW$'/JcC<$JcF[.YCD-'JcC<$huBp2JcC<$JcFU,Z%7K+JcC<$h>ad5
  1455. JcC<$JcFO*Z\3o0JcC<$g]+X8JcC<$JcFI([>0>5JcC<$g&JO<JcC<$JcF@%\;Gk;
  1456. JcC<$f)N:>JcC<$JcF:#\rD:@JcC<$eGm.AJcC<$JcF4!]T@^EJcC<$df7"DJcC<$
  1457. JcF-t^6=-JJcC<$d/UkGJcC<$JcF'r_3]`QJcC<$c2YYJJcC<$JcEso_jZ/VJcC<$
  1458. bQ#MMJcC<$JcEmm`LVS[JcC<$aoBAPJcC<$JcEgka.S"`JcC<$a8a5TJcC<$JcEai
  1459. b+jOfJcC<$`;e#WJcC<$JcEXfbbp$lJcC<$_Z.lZJcC<$JcERdcDlHqJcC<$_#M`^
  1460. JcC<$JcELbd&hm!JcC<$^AlTaJcC<$JcEF`d]nB'JcC<$]`6KeJcC<$JcE=]e[0o-
  1461. JcC<$\c:6hJcC<$JcE7[f=->2JcC<$\,Y*kJcC<$JcE1Yft2h8JcC<$[K"soJcC<$
  1462. JcE+WgV/7=JcC<$ZiAgrJcC<$JcE%UhSOjDJcC<$YlEV!JcC<$JcDqRi5U?JJcC<$
  1463. Y5dJ$JcC<$JcDkPilQcOJcC<$XT.>(JcC<$JcDeNjNW8UJcC<$WrM2,JcC<$JcD_L
  1464. k0S\ZJcC<$W;l)0JcC<$JcDVIl-t:aJcC<$V>oi3JcC<$JcDPGle$dgJcC<$U]9]7
  1465. JcC<$JcDJEmG*9mJcC<$U&XQ;JcC<$JcDDCn)&]rJcC<$TE"E>JcC<$JcD>Ao&G<$
  1466. JcC<$SH&3BJcC<$JcD5>o]Lf*JcC<$RfE'FJcC<$JcD/<p?R;0JcC<$R/cpJJcC<$
  1467. JcD):q!We6JcC<$QN-dNJcC<$JcD#8qt#C=JcC<$PQ1RRJcC<$JcCo5rV(mCJcC<$
  1468. OoPFVJcC<$JcCi3s8.BIJcC<$O8f4YJcC<$JcC<$JcC<$JcD5>~>
  1469. %-EOD-
  1470. Q
  1471. Q
  1472. /DeviceGray {} CS
  1473. [0] SC
  1474. /DeviceGray {} cs
  1475. [0] sc
  1476. q
  1477. [10 0 0 10 0 0] cm
  1478. [1 0 0 1 0 0] Tm
  1479. 0 0 Td
  1480. [0 1 -1 0 106.68 539.359] Tm
  1481. 0 0 Td
  1482. /F11_0 11.9552 Tf
  1483. (m) 10.2337 Tj
  1484. 3.27967 TJm
  1485. 10.2 4.31992 Td
  1486. /F10_0 7.97011 Tf
  1487. (2) 4.23213 Tj
  1488. 4.28236 TJm
  1489. 10.2 -3 Td
  1490. (+) 6.58331 Tj
  1491. -1.69701 TJm
  1492. 16.8 -3 Td
  1493. /F9_0 7.97011 Tf
  1494. (\000) 6.58331 Tj
  1495. -1.69701 TJm
  1496. 27.7199 0 Td
  1497. /F8_0 11.9552 Tf
  1498. (/) 5.85805 Tj
  1499. -333.489 TJm
  1500. (G) 9.18159 Tj
  1501. -4.61114 TJm
  1502. (e) 5.20051 Tj
  1503. 3.56148 TJm
  1504. (V) 8.77512 Tj
  1505. 1.27838 TJm
  1506. 60.7199 4.31992 Td
  1507. /F10_0 7.97011 Tf
  1508. (2) 4.23213 Tj
  1509. 4.28236 TJm
  1510. [1 0 0 1 220.08 436.52] Tm
  1511. 0 0 Td
  1512. /F11_0 11.9552 Tf
  1513. (m) 10.2337 Tj
  1514. 3.28171 TJm
  1515. 10.2 4.31992 Td
  1516. /F10_0 7.97011 Tf
  1517. (2) 4.23213 Tj
  1518. 4.28236 TJm
  1519. 10.2 -2.88008 Td
  1520. /F9_0 7.97011 Tf
  1521. (\000) 6.58331 Tj
  1522. -1.69395 TJm
  1523. (\000) 6.58331 Tj
  1524. -1.69395 TJm
  1525. 27.8398 -4.44089e-16 Td
  1526. /F8_0 11.9552 Tf
  1527. (/) 5.85805 Tj
  1528. -323.456 TJm
  1529. (G) 9.18159 Tj
  1530. -4.6091 TJm
  1531. (e) 5.20051 Tj
  1532. 3.56148 TJm
  1533. (V) 8.77512 Tj
  1534. 1.27633 TJm
  1535. 60.7199 4.31992 Td
  1536. /F10_0 7.97011 Tf
  1537. (2) 4.23213 Tj
  1538. 4.28236 TJm
  1539. Q
  1540. Q
  1541. Q
  1542. Q
  1543. Q
  1544. showpage
  1545. %%PageTrailer
  1546. pdfEndPage
  1547. %%Trailer
  1548. end
  1549. %%DocumentSuppliedResources:
  1550. %%+ font CMR12
  1551. %%+ font CMSY8
  1552. %%+ font CMR8
  1553. %%+ font CMMI12
  1554. %%EOF