%!PS-Adobe-3.0 EPSF-3.0 %%Creator: OmniGraffle Professional 4.2.2 %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%BoundingBox: 0 0 278 231 %%DocumentSuppliedResources: (atend) %%EndComments %%BeginProlog %%BeginResource: procset xpdf 3.00 0 %%Copyright: Copyright 1996-2004 Glyph & Cog, LLC /xpdf 75 dict def xpdf begin % PDF special state /pdfDictSize 15 def /pdfSetup { 3 1 roll 2 array astore /setpagedevice where { pop 3 dict begin /PageSize exch def /ImagingBBox null def /Policies 1 dict dup begin /PageSize 3 def end def { /Duplex true def } if currentdict end setpagedevice } { pop pop } ifelse } def /pdfStartPage { pdfDictSize dict begin /pdfFillCS [] def /pdfFillXform {} def /pdfStrokeCS [] def /pdfStrokeXform {} def /pdfFill [0] def /pdfStroke [0] def /pdfFillOP false def /pdfStrokeOP false def /pdfLastFill false def /pdfLastStroke false def /pdfTextMat [1 0 0 1 0 0] def /pdfFontSize 0 def /pdfCharSpacing 0 def /pdfTextRender 0 def /pdfTextRise 0 def /pdfWordSpacing 0 def /pdfHorizScaling 1 def /pdfTextClipPath [] def } def /pdfEndPage { end } def % PDF color state /cs { /pdfFillXform exch def dup /pdfFillCS exch def setcolorspace } def /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def setcolorspace } def /sc { pdfLastFill not { pdfFillCS setcolorspace } if dup /pdfFill exch def aload pop pdfFillXform setcolor /pdfLastFill true def /pdfLastStroke false def } def /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if dup /pdfStroke exch def aload pop pdfStrokeXform setcolor /pdfLastStroke true def /pdfLastFill false def } def /op { /pdfFillOP exch def pdfLastFill { pdfFillOP setoverprint } if } def /OP { /pdfStrokeOP exch def pdfLastStroke { pdfStrokeOP setoverprint } if } def /fCol { pdfLastFill not { pdfFillCS setcolorspace pdfFill aload pop pdfFillXform setcolor pdfFillOP setoverprint /pdfLastFill true def /pdfLastStroke false def } if } def /sCol { pdfLastStroke not { pdfStrokeCS setcolorspace pdfStroke aload pop pdfStrokeXform setcolor pdfStrokeOP setoverprint /pdfLastStroke true def /pdfLastFill false def } if } def % build a font /pdfMakeFont { 4 3 roll findfont 4 2 roll matrix scale makefont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /Encoding exch def currentdict end definefont pop } def /pdfMakeFont16 { exch findfont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /WMode exch def currentdict end definefont pop } def % graphics state operators /q { gsave pdfDictSize dict begin } def /Q { end grestore /pdfLastFill where { pop pdfLastFill { pdfFillOP setoverprint } { pdfStrokeOP setoverprint } ifelse } if } def /cm { concat } def /d { setdash } def /i { setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def % path segment operators /m { moveto } def /l { lineto } def /c { curveto } def /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath } def /h { closepath } def % path painting operators /S { sCol stroke } def /Sf { fCol stroke } def /f { fCol fill } def /f* { fCol eofill } def % clipping operators /W { clip newpath } def /W* { eoclip newpath } def /Ws { strokepath clip newpath } def % text state operators /Tc { /pdfCharSpacing exch def } def /Tf { dup /pdfFontSize exch def dup pdfHorizScaling mul exch matrix scale pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put exch findfont exch makefont setfont } def /Tr { /pdfTextRender exch def } def /Ts { /pdfTextRise exch def } def /Tw { /pdfWordSpacing exch def } def /Tz { /pdfHorizScaling exch def } def % text positioning operators /Td { pdfTextMat transform moveto } def /Tm { /pdfTextMat exch def } def % text string operators /cshow where { pop /cshow2 { dup { pop pop 1 string dup 0 3 index put 3 index exec } exch cshow pop pop } def }{ /cshow2 { currentfont /FontType get 0 eq { 0 2 2 index length 1 sub { 2 copy get exch 1 add 2 index exch get 2 copy exch 256 mul add 2 string dup 0 6 5 roll put dup 1 5 4 roll put 3 index exec } for } { dup { 1 string dup 0 3 index put 3 index exec } forall } ifelse pop pop } def } ifelse /awcp { exch { false charpath 5 index 5 index rmoveto 6 index eq { 7 index 7 index rmoveto } if } exch cshow2 6 {pop} repeat } def /Tj { fCol 1 index stringwidth pdfTextMat idtransform pop sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 pdfTextMat dtransform 6 5 roll Tj1 } def /Tj16 { fCol 2 index stringwidth pdfTextMat idtransform pop sub exch div pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 pdfTextMat dtransform 6 5 roll Tj1 } def /Tj16V { fCol 2 index stringwidth pdfTextMat idtransform exch pop sub exch div 0 pdfWordSpacing pdfTextMat dtransform 32 4 3 roll pdfCharSpacing add 0 exch pdfTextMat dtransform 6 5 roll Tj1 } def /Tj1 { 0 pdfTextRise pdfTextMat dtransform rmoveto currentpoint 8 2 roll pdfTextRender 1 and 0 eq { 6 copy awidthshow } if pdfTextRender 3 and dup 1 eq exch 2 eq or { 7 index 7 index moveto 6 copy currentfont /FontType get 3 eq { fCol } { sCol } ifelse false awcp currentpoint stroke moveto } if pdfTextRender 4 and 0 ne { 8 6 roll moveto false awcp /pdfTextClipPath [ pdfTextClipPath aload pop {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall ] def currentpoint newpath moveto } { 8 {pop} repeat } ifelse 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def /TJm { pdfFontSize 0.001 mul mul neg 0 pdfTextMat dtransform rmoveto } def /TJmV { pdfFontSize 0.001 mul mul neg 0 exch pdfTextMat dtransform rmoveto } def /Tclip { pdfTextClipPath cvx exec clip newpath /pdfTextClipPath [] def } def % Level 2 image operators /pdfImBuf 100 string def /pdfIm { image { currentfile pdfImBuf readline not { pop exit } if (%-EOD-) eq { exit } if } loop } def /pdfImM { fCol imagemask { currentfile pdfImBuf readline not { pop exit } if (%-EOD-) eq { exit } if } loop } def /pr { 2 index 2 index 3 2 roll putinterval 4 add } def /pdfImClip { gsave 0 2 4 index length 1 sub { dup 4 index exch 2 copy get 5 index div put 1 add 3 index exch 2 copy get 3 index div put } for pop pop rectclip } def /pdfImClipEnd { grestore } def % shading operators /colordelta { false 0 1 3 index length 1 sub { dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { pop true } if } for exch pop exch pop } def /funcCol { func n array astore } def /funcSH { dup 0 eq { true } { dup 6 eq { false } { 4 index 4 index funcCol dup 6 index 4 index funcCol dup 3 1 roll colordelta 3 1 roll 5 index 5 index funcCol dup 3 1 roll colordelta 3 1 roll 6 index 8 index funcCol dup 3 1 roll colordelta 3 1 roll colordelta or or or } ifelse } ifelse { 1 add 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch 6 index 6 index 4 index 4 index 4 index funcSH 2 index 6 index 6 index 4 index 4 index funcSH 6 index 2 index 4 index 6 index 4 index funcSH 5 3 roll 3 2 roll funcSH pop pop } { pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul funcCol sc dup 4 index exch mat transform m 3 index 3 index mat transform l 1 index 3 index mat transform l mat transform l pop pop h f* } ifelse } def /axialCol { dup 0 lt { pop t0 } { dup 1 gt { pop t1 } { dt mul t0 add } ifelse } ifelse func n array astore } def /axialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index axialCol 2 index axialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index axialSH exch 3 2 roll axialSH } { pop 2 copy add 0.5 mul axialCol sc exch dup dx mul x0 add exch dy mul y0 add 3 2 roll dup dx mul x0 add exch dy mul y0 add dx abs dy abs ge { 2 copy yMin sub dy mul dx div add yMin m yMax sub dy mul dx div add yMax l 2 copy yMax sub dy mul dx div add yMax l yMin sub dy mul dx div add yMin l h f* } { exch 2 copy xMin sub dx mul dy div add xMin exch m xMax sub dx mul dy div add xMax exch l exch 2 copy xMax sub dx mul dy div add xMax exch l xMin sub dx mul dy div add xMin exch l h f* } ifelse } ifelse } def /radialCol { dup t0 lt { pop t0 } { dup t1 gt { pop t1 } if } ifelse func n array astore } def /radialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index dt mul t0 add radialCol 2 index dt mul t0 add radialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index radialSH exch 3 2 roll radialSH } { pop 2 copy add 0.5 mul dt mul t0 add radialCol sc encl { exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 0 360 arc h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 360 0 arcn h f } { 2 copy dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arcn dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arcn h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arc dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arc h f } ifelse } ifelse } def end %%EndResource %%EndProlog %%BeginSetup xpdf begin %%BeginResource: font LSYUOI+AppleSymbols %!PS-TrueTypeFont- 1 10 dict begin /FontName /LSYUOI+AppleSymbols def /FontType 42 def /FontMatrix [1 0 0 1 0 0] def /FontBBox [68 0 614 1365] def /PaintType 0 def /Encoding 256 array dup 0 /.notdef put dup 1 /.notdef put dup 2 /.notdef put dup 3 /.notdef put dup 4 /.notdef put dup 5 /.notdef put dup 6 /.notdef put dup 7 /.notdef put dup 8 /.notdef put dup 9 /.notdef put dup 10 /.notdef put dup 11 /.notdef put dup 12 /.notdef put dup 13 /.notdef put dup 14 /.notdef put dup 15 /.notdef put dup 16 /.notdef put dup 17 /.notdef put dup 18 /.notdef put dup 19 /.notdef put dup 20 /.notdef put dup 21 /.notdef put dup 22 /.notdef put dup 23 /.notdef put dup 24 /.notdef put dup 25 /.notdef put dup 26 /.notdef put dup 27 /.notdef put dup 28 /.notdef put dup 29 /.notdef put dup 30 /.notdef put dup 31 /.notdef put dup 32 /space put dup 33 /exclam put dup 34 /quotedbl put dup 35 /numbersign put dup 36 /dollar put dup 37 /percent put dup 38 /ampersand put dup 39 /quotesingle put dup 40 /parenleft put dup 41 /parenright put dup 42 /asterisk put dup 43 /plus put dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 47 /slash put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put dup 58 /colon put dup 59 /semicolon put dup 60 /less put dup 61 /equal put dup 62 /greater put dup 63 /question put dup 64 /at put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 74 /J put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 81 /Q put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 88 /X put dup 89 /Y put dup 90 /Z put dup 91 /bracketleft put dup 92 /backslash put dup 93 /bracketright put dup 94 /asciicircum put dup 95 /underscore put dup 96 /grave put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 106 /j put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put dup 123 /braceleft put dup 124 /bar put dup 125 /braceright put dup 126 /asciitilde put dup 127 /.notdef put dup 128 /Adieresis put dup 129 /Aring put dup 130 /Ccedilla put dup 131 /Eacute put dup 132 /Ntilde put dup 133 /Odieresis put dup 134 /Udieresis put dup 135 /aacute put dup 136 /agrave put dup 137 /acircumflex put dup 138 /adieresis put dup 139 /atilde put dup 140 /aring put dup 141 /ccedilla put dup 142 /eacute put dup 143 /egrave put dup 144 /ecircumflex put dup 145 /edieresis put dup 146 /iacute put dup 147 /igrave put dup 148 /icircumflex put dup 149 /idieresis put dup 150 /ntilde put dup 151 /oacute put dup 152 /ograve put dup 153 /ocircumflex put dup 154 /odieresis put dup 155 /otilde put dup 156 /uacute put dup 157 /ugrave put dup 158 /ucircumflex put dup 159 /udieresis put dup 160 /dagger put dup 161 /degree put dup 162 /cent put dup 163 /sterling put dup 164 /section put dup 165 /bullet put dup 166 /paragraph put dup 167 /germandbls put dup 168 /registered put dup 169 /copyright put dup 170 /trademark put dup 171 /acute put dup 172 /dieresis put dup 173 /notequal put dup 174 /AE put dup 175 /Oslash put dup 176 /infinity put dup 177 /plusminus put dup 178 /lessequal put dup 179 /greaterequal put dup 180 /yen put dup 181 /mu put dup 182 /partialdiff put dup 183 /summation put dup 184 /product put dup 185 /pi put dup 186 /integral put dup 187 /ordfeminine put dup 188 /ordmasculine put dup 189 /Omega put dup 190 /ae put dup 191 /oslash put dup 192 /questiondown put dup 193 /exclamdown put dup 194 /logicalnot put dup 195 /radical put dup 196 /florin put dup 197 /approxequal put dup 198 /Delta put dup 199 /guillemotleft put dup 200 /guillemotright put dup 201 /ellipsis put dup 202 /space put dup 203 /Agrave put dup 204 /Atilde put dup 205 /Otilde put dup 206 /OE put dup 207 /oe put dup 208 /endash put dup 209 /emdash put dup 210 /quotedblleft put dup 211 /quotedblright put dup 212 /quoteleft put dup 213 /quoteright put dup 214 /divide put dup 215 /lozenge put dup 216 /ydieresis put dup 217 /Ydieresis put dup 218 /fraction put dup 219 /currency put dup 220 /guilsinglleft put dup 221 /guilsinglright put dup 222 /fi put dup 223 /fl put dup 224 /daggerdbl put dup 225 /periodcentered put dup 226 /quotesinglbase put dup 227 /quotedblbase put dup 228 /perthousand put dup 229 /Acircumflex put dup 230 /Ecircumflex put dup 231 /Aacute put dup 232 /Edieresis put dup 233 /Egrave put dup 234 /Iacute put dup 235 /Icircumflex put dup 236 /Idieresis put dup 237 /Igrave put dup 238 /Oacute put dup 239 /Ocircumflex put dup 240 /apple put dup 241 /Ograve put dup 242 /Uacute put dup 243 /Ucircumflex put dup 244 /Ugrave put dup 245 /dotlessi put dup 246 /circumflex put dup 247 /tilde put dup 248 /macron put dup 249 /breve put dup 250 /dotaccent put dup 251 /ring put dup 252 /cedilla put dup 253 /hungarumlaut put dup 254 /ogonek put dup 255 /caron put readonly def /CharStrings 256 dict dup begin /.notdef 0 def /space 1 def /space 1 def end readonly def /sfnts [ <00010000000900800003001063767420083708700000009c000000486670676d 4972a8a4000000e400000b10676c7966b083b02100000bf40000004c68656164 ecbfb7a900000c4000000036686865611bfc157900000c7800000024686d7478 0554004400000c9c000000086c6f63610026002600000ca4000000066d617870 026241db00000cac0000002070726570cd19380700000ccc0000004000> <0000055503bcfe00005300200042005700270051001c00470030004d0037005a 0052005500470078006d00400044005f0094009800b500b9002a002a002a002a 002a002a002a002a00> <0002004400000266055500030007002340100506020104070300050402030607 01002f3cdc3c2f3cdc3c002f3cdc3c2f3cdc3c331121112711211144022244fe 660555faab4404cdfb33000000> <00010000000500003d1427235f0f3cf50113080000000000c4f5b6ab00000000 c4f5b6ab004400000266055500000009000200000000000000> <000100000555fe0000ab18fcfd6efe7a188b0001000000000000000000000000 0000000200> <02aa004402aa000000> <000000260026000000> <00010000000203200002002500060002000400000050000002003e930003000100> ] def FontName currentdict end definefont pop %%EndResource /F10_0 /LSYUOI+AppleSymbols 1 1 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /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 /grave/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/.notdef /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron] pdfMakeFont %%BeginResource: font NDTNZJ+AppleSymbols %!PS-TrueTypeFont- 1 10 dict begin /FontName /NDTNZJ+AppleSymbols def /FontType 42 def /FontMatrix [1 0 0 1 0 0] def /FontBBox [68 -1 1021 1365] def /PaintType 0 def /Encoding 256 array dup 0 /c00 put dup 1 /c01 put dup 2 /c02 put dup 3 /c03 put dup 4 /c04 put dup 5 /c05 put dup 6 /c06 put dup 7 /c07 put dup 8 /c08 put dup 9 /c09 put dup 10 /c0a put dup 11 /c0b put dup 12 /c0c put dup 13 /c0d put dup 14 /c0e put dup 15 /c0f put dup 16 /c10 put dup 17 /c11 put dup 18 /c12 put dup 19 /c13 put dup 20 /c14 put dup 21 /c15 put dup 22 /c16 put dup 23 /c17 put dup 24 /c18 put dup 25 /c19 put dup 26 /c1a put dup 27 /c1b put dup 28 /c1c put dup 29 /c1d put dup 30 /c1e put dup 31 /c1f put dup 32 /c20 put dup 33 /c21 put dup 34 /c22 put dup 35 /c23 put dup 36 /c24 put dup 37 /c25 put dup 38 /c26 put dup 39 /c27 put dup 40 /c28 put dup 41 /c29 put dup 42 /c2a put dup 43 /c2b put dup 44 /c2c put dup 45 /c2d put dup 46 /c2e put dup 47 /c2f put dup 48 /c30 put dup 49 /c31 put dup 50 /c32 put dup 51 /c33 put dup 52 /c34 put dup 53 /c35 put dup 54 /c36 put dup 55 /c37 put dup 56 /c38 put dup 57 /c39 put dup 58 /c3a put dup 59 /c3b put dup 60 /c3c put dup 61 /c3d put dup 62 /c3e put dup 63 /c3f put dup 64 /c40 put dup 65 /c41 put dup 66 /c42 put dup 67 /c43 put dup 68 /c44 put dup 69 /c45 put dup 70 /c46 put dup 71 /c47 put dup 72 /c48 put dup 73 /c49 put dup 74 /c4a put dup 75 /c4b put dup 76 /c4c put dup 77 /c4d put dup 78 /c4e put dup 79 /c4f put dup 80 /c50 put dup 81 /c51 put dup 82 /c52 put dup 83 /c53 put dup 84 /c54 put dup 85 /c55 put dup 86 /c56 put dup 87 /c57 put dup 88 /c58 put dup 89 /c59 put dup 90 /c5a put dup 91 /c5b put dup 92 /c5c put dup 93 /c5d put dup 94 /c5e put dup 95 /c5f put dup 96 /c60 put dup 97 /c61 put dup 98 /c62 put dup 99 /c63 put dup 100 /c64 put dup 101 /c65 put dup 102 /c66 put dup 103 /c67 put dup 104 /c68 put dup 105 /c69 put dup 106 /c6a put dup 107 /c6b put dup 108 /c6c put dup 109 /c6d put dup 110 /c6e put dup 111 /c6f put dup 112 /c70 put dup 113 /c71 put dup 114 /c72 put dup 115 /c73 put dup 116 /c74 put dup 117 /c75 put dup 118 /c76 put dup 119 /c77 put dup 120 /c78 put dup 121 /c79 put dup 122 /c7a put dup 123 /c7b put dup 124 /c7c put dup 125 /c7d put dup 126 /c7e put dup 127 /c7f put dup 128 /c80 put dup 129 /c81 put dup 130 /c82 put dup 131 /c83 put dup 132 /c84 put dup 133 /c85 put dup 134 /c86 put dup 135 /c87 put dup 136 /c88 put dup 137 /c89 put dup 138 /c8a put dup 139 /c8b put dup 140 /c8c put dup 141 /c8d put dup 142 /c8e put dup 143 /c8f put dup 144 /c90 put dup 145 /c91 put dup 146 /c92 put dup 147 /c93 put dup 148 /c94 put dup 149 /c95 put dup 150 /c96 put dup 151 /c97 put dup 152 /c98 put dup 153 /c99 put dup 154 /c9a put dup 155 /c9b put dup 156 /c9c put dup 157 /c9d put dup 158 /c9e put dup 159 /c9f put dup 160 /ca0 put dup 161 /ca1 put dup 162 /ca2 put dup 163 /ca3 put dup 164 /ca4 put dup 165 /ca5 put dup 166 /ca6 put dup 167 /ca7 put dup 168 /ca8 put dup 169 /ca9 put dup 170 /caa put dup 171 /cab put dup 172 /cac put dup 173 /cad put dup 174 /cae put dup 175 /caf put dup 176 /cb0 put dup 177 /cb1 put dup 178 /cb2 put dup 179 /cb3 put dup 180 /cb4 put dup 181 /cb5 put dup 182 /cb6 put dup 183 /cb7 put dup 184 /cb8 put dup 185 /cb9 put dup 186 /cba put dup 187 /cbb put dup 188 /cbc put dup 189 /cbd put dup 190 /cbe put dup 191 /cbf put dup 192 /cc0 put dup 193 /cc1 put dup 194 /cc2 put dup 195 /cc3 put dup 196 /cc4 put dup 197 /cc5 put dup 198 /cc6 put dup 199 /cc7 put dup 200 /cc8 put dup 201 /cc9 put dup 202 /cca put dup 203 /ccb put dup 204 /ccc put dup 205 /ccd put dup 206 /cce put dup 207 /ccf put dup 208 /cd0 put dup 209 /cd1 put dup 210 /cd2 put dup 211 /cd3 put dup 212 /cd4 put dup 213 /cd5 put dup 214 /cd6 put dup 215 /cd7 put dup 216 /cd8 put dup 217 /cd9 put dup 218 /cda put dup 219 /cdb put dup 220 /cdc put dup 221 /cdd put dup 222 /cde put dup 223 /cdf put dup 224 /ce0 put dup 225 /ce1 put dup 226 /ce2 put dup 227 /ce3 put dup 228 /ce4 put dup 229 /ce5 put dup 230 /ce6 put dup 231 /ce7 put dup 232 /ce8 put dup 233 /ce9 put dup 234 /cea put dup 235 /ceb put dup 236 /cec put dup 237 /ced put dup 238 /cee put dup 239 /cef put dup 240 /cf0 put dup 241 /cf1 put dup 242 /cf2 put dup 243 /cf3 put dup 244 /cf4 put dup 245 /cf5 put dup 246 /cf6 put dup 247 /cf7 put dup 248 /cf8 put dup 249 /cf9 put dup 250 /cfa put dup 251 /cfb put dup 252 /cfc put dup 253 /cfd put dup 254 /cfe put dup 255 /cff put readonly def /CharStrings 256 dict dup begin /.notdef 0 def /c22 1 def /c21 2 def end readonly def /sfnts [ <00010000000900800003001063767420083708700000009c000000486670676d 4972a8a4000000e400000b10676c79662da24c3500000bf40000010468656164 ee57b7a800000cf800000036686865611bfc157a00000d3000000024686d7478 0acd021300000d540000000c6c6f6361006400a800000d60000000086d617870 026341db00000d680000002070726570cd19380700000d880000004000> <0000055503bcfe00005300200042005700270051001c00470030004d0037005a 0052005500470078006d00400044005f0094009800b500b9002a002a002a002a 002a002a002a002a00> <0002004400000266055500030007002340100506020104070300050402030607 01002f3cdc3c2f3cdc3c002f3cdc3c2f3cdc3c331121112711211144022244fe 660555faab4404cdfb33000000> <00010077ffff03fd03c60019001fb800002b00ba0010001100032bba00000001 00032bba0008000900032b303101072522070e01070515211e01171633051521 2200353437363303fd01fe507667393a190319fce51c403d6a860193fe69d7fe e88c8fb203c66702502c66600368686d2b4c01680114d5c48c8e000000> <00010158020d022402dc000b000bb800002b00b800062f303101361615140623 222635343601bb2a3f3c262a403902d9033c2b28403e29273b00000000> <00010000000500003436e53f5f0f3cf50113080000000000c4f5b6ab00000000 c4f5b6ab0044ffff03fd055500000009000200000000000000> <000100000555fe0000ab18fcfd6efe7a188b0001000000000000000000000000 0000000300> <02aa0044049c00770387015800> <000000260064008200> <00010000000303200002002500060002000400000050000002003e930003000100> ] def FontName currentdict end definefont pop %%EndResource /F11_0 /NDTNZJ+AppleSymbols 1 1 [ /c00/c01/c02/c03/c04/c05/c06/c07 /c08/c09/c0a/c0b/c0c/c0d/c0e/c0f /c10/c11/c12/c13/c14/c15/c16/c17 /c18/c19/c1a/c1b/c1c/c1d/c1e/c1f /c20/c21/c22/c23/c24/c25/c26/c27 /c28/c29/c2a/c2b/c2c/c2d/c2e/c2f /c30/c31/c32/c33/c34/c35/c36/c37 /c38/c39/c3a/c3b/c3c/c3d/c3e/c3f /c40/c41/c42/c43/c44/c45/c46/c47 /c48/c49/c4a/c4b/c4c/c4d/c4e/c4f /c50/c51/c52/c53/c54/c55/c56/c57 /c58/c59/c5a/c5b/c5c/c5d/c5e/c5f /c60/c61/c62/c63/c64/c65/c66/c67 /c68/c69/c6a/c6b/c6c/c6d/c6e/c6f /c70/c71/c72/c73/c74/c75/c76/c77 /c78/c79/c7a/c7b/c7c/c7d/c7e/c7f /c80/c81/c82/c83/c84/c85/c86/c87 /c88/c89/c8a/c8b/c8c/c8d/c8e/c8f /c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9a/c9b/c9c/c9d/c9e/c9f /ca0/ca1/ca2/ca3/ca4/ca5/ca6/ca7 /ca8/ca9/caa/cab/cac/cad/cae/caf /cb0/cb1/cb2/cb3/cb4/cb5/cb6/cb7 /cb8/cb9/cba/cbb/cbc/cbd/cbe/cbf /cc0/cc1/cc2/cc3/cc4/cc5/cc6/cc7 /cc8/cc9/cca/ccb/ccc/ccd/cce/ccf /cd0/cd1/cd2/cd3/cd4/cd5/cd6/cd7 /cd8/cd9/cda/cdb/cdc/cdd/cde/cdf /ce0/ce1/ce2/ce3/ce4/ce5/ce6/ce7 /ce8/ce9/cea/ceb/cec/ced/cee/cef /cf0/cf1/cf2/cf3/cf4/cf5/cf6/cf7 /cf8/cf9/cfa/cfb/cfc/cfd/cfe/cff] pdfMakeFont %%BeginResource: font NXDITK+Helvetica %!PS-TrueTypeFont- 1 10 dict begin /FontName /NXDITK+Helvetica def /FontType 42 def /FontMatrix [1 0 0 1 0 0] def /FontBBox [59 -304 1261 1488] def /PaintType 0 def /Encoding 256 array dup 0 /.notdef put dup 1 /.notdef put dup 2 /.notdef put dup 3 /.notdef put dup 4 /.notdef put dup 5 /.notdef put dup 6 /.notdef put dup 7 /.notdef put dup 8 /.notdef put dup 9 /.notdef put dup 10 /.notdef put dup 11 /.notdef put dup 12 /.notdef put dup 13 /.notdef put dup 14 /.notdef put dup 15 /.notdef put dup 16 /.notdef put dup 17 /.notdef put dup 18 /.notdef put dup 19 /.notdef put dup 20 /.notdef put dup 21 /.notdef put dup 22 /.notdef put dup 23 /.notdef put dup 24 /.notdef put dup 25 /.notdef put dup 26 /.notdef put dup 27 /.notdef put dup 28 /.notdef put dup 29 /.notdef put dup 30 /.notdef put dup 31 /.notdef put dup 32 /space put dup 33 /exclam put dup 34 /quotedbl put dup 35 /numbersign put dup 36 /dollar put dup 37 /percent put dup 38 /ampersand put dup 39 /quotesingle put dup 40 /parenleft put dup 41 /parenright put dup 42 /asterisk put dup 43 /plus put dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 47 /slash put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put dup 58 /colon put dup 59 /semicolon put dup 60 /less put dup 61 /equal put dup 62 /greater put dup 63 /question put dup 64 /at put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 74 /J put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 81 /Q put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 88 /X put dup 89 /Y put dup 90 /Z put dup 91 /bracketleft put dup 92 /backslash put dup 93 /bracketright put dup 94 /asciicircum put dup 95 /underscore put dup 96 /grave put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 106 /j put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put dup 123 /braceleft put dup 124 /bar put dup 125 /braceright put dup 126 /asciitilde put dup 127 /.notdef put dup 128 /Adieresis put dup 129 /Aring put dup 130 /Ccedilla put dup 131 /Eacute put dup 132 /Ntilde put dup 133 /Odieresis put dup 134 /Udieresis put dup 135 /aacute put dup 136 /agrave put dup 137 /acircumflex put dup 138 /adieresis put dup 139 /atilde put dup 140 /aring put dup 141 /ccedilla put dup 142 /eacute put dup 143 /egrave put dup 144 /ecircumflex put dup 145 /edieresis put dup 146 /iacute put dup 147 /igrave put dup 148 /icircumflex put dup 149 /idieresis put dup 150 /ntilde put dup 151 /oacute put dup 152 /ograve put dup 153 /ocircumflex put dup 154 /odieresis put dup 155 /otilde put dup 156 /uacute put dup 157 /ugrave put dup 158 /ucircumflex put dup 159 /udieresis put dup 160 /dagger put dup 161 /degree put dup 162 /cent put dup 163 /sterling put dup 164 /section put dup 165 /bullet put dup 166 /paragraph put dup 167 /germandbls put dup 168 /registered put dup 169 /copyright put dup 170 /trademark put dup 171 /acute put dup 172 /dieresis put dup 173 /notequal put dup 174 /AE put dup 175 /Oslash put dup 176 /infinity put dup 177 /plusminus put dup 178 /lessequal put dup 179 /greaterequal put dup 180 /yen put dup 181 /mu put dup 182 /partialdiff put dup 183 /summation put dup 184 /product put dup 185 /pi put dup 186 /integral put dup 187 /ordfeminine put dup 188 /ordmasculine put dup 189 /Omega put dup 190 /ae put dup 191 /oslash put dup 192 /questiondown put dup 193 /exclamdown put dup 194 /logicalnot put dup 195 /radical put dup 196 /florin put dup 197 /approxequal put dup 198 /Delta put dup 199 /guillemotleft put dup 200 /guillemotright put dup 201 /ellipsis put dup 202 /space put dup 203 /Agrave put dup 204 /Atilde put dup 205 /Otilde put dup 206 /OE put dup 207 /oe put dup 208 /endash put dup 209 /emdash put dup 210 /quotedblleft put dup 211 /quotedblright put dup 212 /quoteleft put dup 213 /quoteright put dup 214 /divide put dup 215 /lozenge put dup 216 /ydieresis put dup 217 /Ydieresis put dup 218 /fraction put dup 219 /currency put dup 220 /guilsinglleft put dup 221 /guilsinglright put dup 222 /fi put dup 223 /fl put dup 224 /daggerdbl put dup 225 /periodcentered put dup 226 /quotesinglbase put dup 227 /quotedblbase put dup 228 /perthousand put dup 229 /Acircumflex put dup 230 /Ecircumflex put dup 231 /Aacute put dup 232 /Edieresis put dup 233 /Egrave put dup 234 /Iacute put dup 235 /Icircumflex put dup 236 /Idieresis put dup 237 /Igrave put dup 238 /Oacute put dup 239 /Ocircumflex put dup 240 /apple put dup 241 /Ograve put dup 242 /Uacute put dup 243 /Ucircumflex put dup 244 /Ugrave put dup 245 /dotlessi put dup 246 /circumflex put dup 247 /tilde put dup 248 /macron put dup 249 /breve put dup 250 /dotaccent put dup 251 /ring put dup 252 /cedilla put dup 253 /hungarumlaut put dup 254 /ogonek put dup 255 /caron put readonly def /CharStrings 256 dict dup begin /.notdef 0 def /space 1 def /u 16 def /r 15 def /l 14 def /e 13 def /c 12 def /b 11 def /a 10 def /E 9 def /question 8 def /equal 7 def /nine 6 def /one 5 def /zero 4 def /comma 3 def /plus 2 def /space 1 def end readonly def /sfnts [ <000100000009008000030010637674208de93e9e0000009c0000036c6670676d 11e0c3ca0000040800000a0c676c7966d5a6590500000e1400000be868656164 ee36b6f4000019fc00000036686865610a22072900001a3400000024686d7478 443b071900001a58000000446c6f6361154c190200001a9c000000246d617870 08750af900001ac00000002070726570bc836e3100001ae0000003cf00> <05c0001005bd00280580001a042f001f0000ffd90000ffda0000ffd9fe55ffe6 05c70010fe6dfff1033b000000b9000000b902fe3f3c00c0008d009b00af0006 00a800c00028005e009800c9016a00b9015c00b400d6011e002e0080000400b8 004c00cc01ffffd1006600a400af007400c2009500b1000c0028006d0015004c 008e0125ff7a000c0040004c00620084ffa200240038008600bd0039005e008e 00edffa9ffb300400052005500aa00ab00c200cb012302b10413ffaeffe40008 00510074008400aa00d1ff4cffaf0012002c004200500051008400be012503da ff680018003b0098009c009f00a100c100ec018201b4ff68ff76ffd0ffe10002 0018001c00530053007d01b401e103af0486ff9cffeafffe001f0028002a0052 0060009300a300aa00af00af00c001000145016b0174019301950240028202b4 04850517fefd00060029004700470048006f008800b400b900c400f200f901ef 02180310037403c5ff35fff3000b004b004c0052005500650076007600870087 008e00ab00bb0106013001430150017d0194019501d3022a0255025802770278 02e6034e035c037903d3047304b2058c0598060bfef5ffbbffc7ffd50017001d 005b0072007e009c00c200d000f400fa01030106011c0125013b0142015e015e 0180019b02b901a101b9025001c001d002aa01df01e301ef01fb0205020c0215 022b0274029302ab02c202ce03690395039903df03f5043e050205a105e50625 07dbfe62fe89feceff3bffe1fff800030008002100390042004e005f0061006f 00700034007f008e00ad00ad00af00bd00c400c500c900c900c900e3011c00ed 00f800f901000112011a0132014d014d014e014f01660169019e01ba01ba01be 01e301ef01f602000200020902110217021c02530262026d028002d50280031b 032a034a035a03af03af03c803d603fb03fb04050413041504470449008c046d 049a049a04a604a804b204cf0539053e054e055605800589058c036305d105d6 067e068e06b206ef06f00728074c076f078c00b400c900c000c1000000000000 0000000000000004012400af0032006e0063014401620096014301a10161008a 00740064018801ef01700028ff5d037e0347023000aa00be007b0062009a007d 0089035c00a1ffd803aa00d70093006c0000008000a70442001d0597001d0082 0030002a002a002a002a002a00> <40292a292827262524232221201f1e1d1c1b1a191817161514131211100d0c0b 0a090807060504030201002c4523466020b02660b004262348482d2c45234623 6120b02661b004262348482d2c45234660b0206120b04660b004262348482d2c 4523462361b0206020b02661b02061b004262348482d2c45234660b0406120b0 6660b004262348482d2c4523462361b0406020b02661b04061b004262348482d 2c0110203c003c2d2c20452320b0cd442320b8015a51582320b08d44235920b0 ed51582320b04d44235920b09051582320b00d44235921212d2c202045186844 20b001602045b04676688a4560442d2c01b9400000000a2d2c00b9000040000b 2d2c2045b00043617d6818b0004360442d2c45b01a234445b01923442d2c2045 b00325456164b050515845441b2121592d2c20b0032552582359212d2c69b040 61b0008b0c6423648bb8400062600c642364615c58b0036159b002602d2c45b0 112bb0172344b0177ae5182d2c45b0112bb01723442d2c45b0112bb017458cb0 172344b0177ae5182d2cb002254661658a46b040608b482d2cb0022546608a46 b040618c482d2c4b53205c58b002855958b00185592d2c20b0032545b019236a 4445b01a23444565234520b00325606a20b009234223688a6a606120b0005258 b21a401a4523614459b0005058b219401945236144592d2cb9187e3b210b2d2c b92d412d410b2d2cb93b21187e0b2d2cb93b21e7830b2d2cb92d41d2c00b2d2c b9187ec4e00b2d2c4b525845441b2121592d2c0120b003252349b04060b02063 20b000525823b002253823b002256538008a63381b212121212159012d2c4569 20b00943b0022660b00325b005254961b0805358b21940194523616844b21a40 1a4523606a44b209191a45652345604259b00943608a103a2d2c01b005251023 208af500b0016023edec2d2c01b005251023208af500b0016123edec2d2c01b0 062510f500edec2d2c20b001600110203c003c2d2c20b001610110203c003c2d 2c764520b003254523616818236860442d2c7645b00325452361682318456860 442d2c7645b0032545616823452361442d2c4569b014b0324b505821b0205961 442db8002b2c4bb800095058b101018e59b801ff85b800441db9000900035f5e 2db8002c2c2020456944b001602db8002d2cb8002c2a212db8002e2c2046b003 254652582359208a208a49648a204620686164b004254620686164525823658a 592f20b00053586920b000545821b040591b6920b000545821b0406559593a2d b8002f2c2046b00425465258238a592046206a6164b0042546206a6164525823 8a592ffd2db800302c4b20b0032650585158b080441bb04044591b21212045b0 c05058b0c0441b2159592db800312c2020456944b001602020457d691844b001 602db800322cb800312a2db800332c4b20b003265358b0801bb040598a8a20b0 032653582321b0c08a8a1b8a235920b0032653582321b801008a8a1b8a235920 b0032653582321b801408a8a1b8a235920b80003265358b0032545b801805058 2321b8018023211bb003254523212321591b2159442db800342c4b535845441b 2121592db800352c4bb800095058b101018e59b801ff85b800441db900090003 5f5e2db800362c2020456944b001602db800372cb800362a212db800382c2046 b003254652582359208a208a49648a204620686164b004254620686164525823 658a592f20b00053586920b000545821b040591b6920b000545821b040655959 3a2db800392c2046b00425465258238a592046206a6164b0042546206a616452 58238a592ffd2db8003a2c4b20b0032650585158b080441bb04044591b212120 45b0c05058b0c0441b2159592db8003b2c2020456944b001602020457d691844 b001602db8003c2cb8003b2a2db8003d2c4b20b003265358b0801bb040598a8a 20b0032653582321b0c08a8a1b8a235920b0032653582321b801008a8a1b8a23 5920b0032653582321b801408a8a1b8a235920b80003265358b0032545b80180 50582321b8018023211bb003254523212321591b2159442db8003e2c4b535845 441b2121592db8003f2c4bb800095058b101018e59b801ff85b800441db90009 00035f5e2db800402c2020456944b001602db800412cb800402a212db800422c 2046b003254652582359208a208a49648a204620686164b00425462068616452 5823658a592f20b00053586920b000545821b040591b6920b000545821b04065 59593a2db800432c2046b00425465258238a592046206a6164b0042546206a61 645258238a592ffd2db800442c4b20b0032650585158b080441bb04044591b21 212045b0c05058b0c0441b2159592db800452c2020456944b001602020457d69 1844b001602db800462cb800452a2db800472c4b20b003265358b0801bb04059 8a8a20b0032653582321b0c08a8a1b8a235920b0032653582321b801008a8a1b 8a235920b0032653582321b801408a8a1b8a235920b80003265358b0032545b8 018050582321b8018023211bb003254523212321591b2159442db800482c4b53 5845441b2121592db800492c4bb800095058b101018e59b801ff85b800441db9 000900035f5e2db8004a2c2020456944b001602db8004b2cb8004a2a212db800 4c2c2046b003254652582359208a208a49648a204620686164b0042546206861 64525823658a592f20b00053586920b000545821b040591b6920b000545821b0 406559593a2db8004d2c2046b00425465258238a592046206a6164b004254620 6a61645258238a592ffd2db8004e2c4b20b0032650585158b080441bb0404459 1b21212045b0c05058b0c0441b2159592db8004f2c2020456944b00160202045 7d691844b001602db800502cb8004f2a2db800512c4b20b003265358b0801bb0 40598a8a20b0032653582321b0c08a8a1b8a235920b0032653582321b801008a 8a1b8a235920b0032653582321b801408a8a1b8a235920b80003265358b00325 45b8018050582321b8018023211bb003254523212321591b2159442db800522c 4b535845441b2121592db800532c4bb800095058b101018e59b801ff85b80044 1db9000900035f5e2db800542c2020456944b001602db800552cb800542a212d b800562c2046b003254652582359208a208a49648a204620686164b004254620 686164525823658a592f20b00053586920b000545821b040591b6920b0005458 21b0406559593a2db800572c2046b00425465258238a592046206a6164b00425 46206a61645258238a592ffd2db800582c4b20b0032650585158b080441bb040 44591b21212045b0c05058b0c0441b2159592db800592c2020456944b0016020 20457d691844b001602db8005a2cb800592a2db8005b2c4b20b003265358b080 1bb040598a8a20b0032653582321b0c08a8a1b8a235920b0032653582321b801 008a8a1b8a235920b0032653582321b801408a8a1b8a235920b80003265358b0 032545b8018050582321b8018023211bb003254523212321591b2159442db800 5c2c4b535845441b2121592d00> <00020042000004d005bd00030007003fb800532bb800082fb800092fb8000810 b80000d0b800002fb8000910b80003dcb80004dcb8000010b80007dc00ba0007 000000562bba0002000500562b3031331121112711211142048eb8fce205bdfa 43b8044dfbb3000000> <0001005c0000046f0415000b0037401c037a050220080b7a0a0a0d17171a067a 040920030a7a00190c3f52182b4e10f44df43cfd3cf44e456544e6003f4df43c fd3cf431301335211133112115211123115c01b4ab01b4fe4cab01b6a801b7fe 49a8fe4a01b6000000> <000100aafed0018000da000e002d401600230e0a64080a1017171a07340a6400 08190f6365182b4e10f44d3cfded4e456544e6003f4dedd4ed31301736373635 34262723353315140607aa451c0f01026dd66076d10c552d2a070b07daca77b4 1500000000> <00020040ffd9041c0598000f001c00714017870501460815350f051c35070d12 38036f18380b1e471d1076c418d4edfded003fed3fed313043794034001b0d26 01251a2609250526160e18280014001228011b081828001006122801170c1528 011302152801190a1c280011041c28002b2b2b2b012b2b2b2b2b2b2b2b2b8100 5d00171611100702212027261134371221123611340223220211141716330340 7c60577efee2fefe7e693f7601358aa678ad9f932f48ae0598e5b1feccfedcbf feeee0bb013bf4af0146fae5f80152f4013bfed5fedddb85cb00000000> <000100c4000002d5059200080023b10801b80133400c0404070c04079605000a 47091076c418c4d5fd39003f3ff4cd313013353e013733112311c4c39a268ec0 03f68a1359a6fa6e03f6000000> <00020049ffd80411059a001b002700ab402e19052b0528164806580568058919 881a981a09460807212727350a0a182135100504351bc7180d07023c071e3114 b80155400b0d00291b8124380d2947281076c418d4edf4ed10f5fd397d4b5278 7a2f18003feded3fed12392fed1112393130437940341f26191a0b1301031225 0226220f24280020111e28010319002800260b242800230e2128011f13212801 011a042800250c2728002b2b2b2b012b2b2b2b2b2b81818181015d0116171633 3236130e01232202353412332013161510070221222635003635342623220615 1416330110086b374581b6263cb166cff1eee8013977424f83fec7d2da0232b1 9f7b849b8895015a95391ed701495f4d0102cbc30128fee69be9fef9cbfeaedc a601268db09e9bb1948ca50000> <0002005c00de046f03360003000700274015012000cd07200604001a09070219 08095c213f52182b2b4ef43c10f63c002f4dedfdfd3130011521350115213504 6ffbed0413fbed0336a8a8fe53abab0000> <0002009c0000041705d000030020009c4047281248135813650d750d05690c79 0c0226080f100d150f0b091815120d0b04201057012a030a20ca1b240601120f 31101f0164030309201838091a221f3120192122d3216348182b2b4ef44ded4e 10f64ded1112392fedf4fd39003feded3ffde611173901111239123939111231 304379401a191e04081d251c051f41001a071841011e041b410119081b410100 2b2b012b2b2b8181005d015d253315230012333216151406070e01152334363f 0136373635342623220706072301edc7c7feaff4d5c5ed57846039b244735024 16287587a7402405b2d0d004c90107e1af6a84805d817e8faf714f2225414662 907c458200> <000200af000004ed05bd000b000c004e4024071e04040b031e01000209081e0a 0b080c020c0c02000669023b091a0e03082500190d0eb8010bb3219589182b2b 4ef44dfd3c4e10f64df4e41112392f003f3f3cfd3c3f3ced12392ffd31301321 1521112115211121152101af042ffc93032bfcd5037cfbc2021f05bdb4fe42aa fe0eaf05bd00000000> <00030052ffdc04470449000f003b003c00dd40382a30010a100b1b0c1c273348 1069096a10073908120c09031b320724091d100c1d3b2b022e293bb73b023b32 2a2512100705081c2722171cb8018a4023171d1f07271d2e0b021d350b3c073c 3c1c1407292aa8241a3e1b291c4a0f2738193d3ebc0197002100b9019600182b 2b4ef44dedf4ed4e10f64de4fdc412392f003f3fed3fed3feded123911121739 5d1112392eed2eed01111239111739313043794028363715220001192501360f 2100181e1b21001620142101212200370221001a1d1721011521172101002b2b 2b01103c2b2b2b2b818181005d015d2416333237363d010e010f010607061501 3637363534262322070607233e01333217161511141633323637150e01232227 26270e012322263534363713010e724e5f59962168326d62315301b43e150c83 7a8d3b210aa805f7a3bd767517250c1e112a2c265d2a160937ce7c95bdba978a cf5a2c49a691151c060e0d1c2f67016c082c182d5c534c2a53c69b484898fd97 1c220303850c06422340486ab58895a41301e40000> <00020076ffde042505c20011001e0070402ea607a71cd71c0322080f1e020500 00171d0507110a1e1d0b0b1427081a201a2e102e01290011191f208721bd5d18 2b2b4ef43c4dfde4e44e10f64ded003fed3f3fed3f1139113931304379401812 16060a1606142601120a142601150717260113091e26002b2b012b2b8181005d 1333113e01333212111402232227262715232436353426232206151417163376 af3ba460c8f9f6da7a543239a6026691918d7bb92647c205c2fdeb4d51feedfe f4fefeb03b234d897de8bea9deb6d1975eb1000000> <0002003bffe103d0044e001a001b00a7402fa719019818a808aa18034a08119b 14030314061d1a070d1d140b1b071b1b1710271201032702111a1d0a2717191c 1db80107b321727d182b2b4ef44ded4e10f63c4ded3939ed12392f003f3fed3f ed12392f10ed313043794034001908250c150a26000e1310260112110f100719 0a26000500032101010204030b160d26000f120d260009180626010401062101 2b2b2b2b01103c103c2b2b103c103c2b2b2b81005d015d001617232e01232207 0615141633323637330e01232202351000330702d6e317af10727eac4a308892 708319af1ef0bbd2fa0112d41c044eb0d76383a86da0a1dc8977d5c50133e601 1a013a0500> <00030048ffda041a0449001c00240025010c40799708991aa71f03050e020f05 14150e120f1514400c401408291a014b0bb603c701c603c71bd808d909d61fd8 23e817e8230bc711c712025c080521240f9a161d243906070716211d1c070a1d 160b2507971ca71cb71cd71c0425160f251c05190a0c07110e270f1d27051a27 242e072719192627d421a65d182b2b4ef44dfde44e10f64dedd4fd3912393911 12393912392f5d003f3fed3fed12392f3cfd3c10ed1112393130437940460023 040503050205010504061f26111012101310141004060c25221b24260020001d 26011e1d09170726000b150e26010d0e231a2126011e0521260108180a26000d 100a2600002b2b2b2b01103c2b2b103c2b2b2b2a2b2a8101715d00715d5d0016 1716171615211e013332373637330e0107060706232200111000330126272623 2206070102b4d638361210fcef0590978d543014b1074f3152794152c8feea01 18e2011f0b284aad7ca805012304476b55516c4aa2a3c55d36473b912e501c10 0123010601020142fe26754682b38a01dc00000000> <000100890000013d05bd0003002940150000030a0517171a0102290003190405 aa216242182b2b4ef43c4dfd3c4e456544e6003f3f31301333112389b4b405bd fa43000000> <000100890000029204470011004f40262703260d37034704040e0810020e0911 090c270805070006110a081a13012e10291100191213b80145b321627e182b2b 4ef43c4dfde44e10e6003f3f4d3fc4fdc411123939011112393130005d133315 3e0133321617152e0123220615112389ab15a46b05181d101b108892b4042fb9 369b0203be0302af72fd980000> <00020080ffe303de044900170018005e403ab814c81402091308141913191428 067703d707070800050e0a00060d0a051d120b180718180b160d2e0a290c0b1a 1a01291619191ad2216242182b2b4ef44ded4e10f63c4dfde41112392f003f3f ed3f3f3c391112393130005d015d011114171633323736351133112337060706 2322272635112501381a3083bc4425b4aa0223346793e5532d01af042ffd3952 3460a85a9d020efbd19e3d2a5499528902d81a0000> <0001000000000000e43fa88e5f0f3cf50011080000000000c4f5b6ab00000000 c4f5b6ab003bfed004ed05d000000009000100000000000000> <000100000629fe2900000c01f865fced0b910001000000000000000000000000 0000001100> <051200420239000004ac005c023900aa04730040047300c40473004904ac005c 0473009c055600af04730052047300760400003b0473004801c7008902aa0089 0473008000> <0000003400340068009a0108012e01c401ec026e02b2037c03e6046805320554 059a05f400> <000100000011006f0003006b0007000200100010005d000007e80a0c0004000100> ] def FontName currentdict end definefont pop %%EndResource /F9_0 /NXDITK+Helvetica 1 1 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /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 /grave/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/.notdef /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron] pdfMakeFont %%BeginResource: font PYAKTI+Helvetica %!PS-TrueTypeFont- 1 10 dict begin /FontName /PYAKTI+Helvetica def /FontType 42 def /FontMatrix [1 0 0 1 0 0] def /FontBBox [41 0 1250 1474] def /PaintType 0 def /Encoding 256 array dup 0 /c00 put dup 1 /c01 put dup 2 /c02 put dup 3 /c03 put dup 4 /c04 put dup 5 /c05 put dup 6 /c06 put dup 7 /c07 put dup 8 /c08 put dup 9 /c09 put dup 10 /c0a put dup 11 /c0b put dup 12 /c0c put dup 13 /c0d put dup 14 /c0e put dup 15 /c0f put dup 16 /c10 put dup 17 /c11 put dup 18 /c12 put dup 19 /c13 put dup 20 /c14 put dup 21 /c15 put dup 22 /c16 put dup 23 /c17 put dup 24 /c18 put dup 25 /c19 put dup 26 /c1a put dup 27 /c1b put dup 28 /c1c put dup 29 /c1d put dup 30 /c1e put dup 31 /c1f put dup 32 /c20 put dup 33 /c21 put dup 34 /c22 put dup 35 /c23 put dup 36 /c24 put dup 37 /c25 put dup 38 /c26 put dup 39 /c27 put dup 40 /c28 put dup 41 /c29 put dup 42 /c2a put dup 43 /c2b put dup 44 /c2c put dup 45 /c2d put dup 46 /c2e put dup 47 /c2f put dup 48 /c30 put dup 49 /c31 put dup 50 /c32 put dup 51 /c33 put dup 52 /c34 put dup 53 /c35 put dup 54 /c36 put dup 55 /c37 put dup 56 /c38 put dup 57 /c39 put dup 58 /c3a put dup 59 /c3b put dup 60 /c3c put dup 61 /c3d put dup 62 /c3e put dup 63 /c3f put dup 64 /c40 put dup 65 /c41 put dup 66 /c42 put dup 67 /c43 put dup 68 /c44 put dup 69 /c45 put dup 70 /c46 put dup 71 /c47 put dup 72 /c48 put dup 73 /c49 put dup 74 /c4a put dup 75 /c4b put dup 76 /c4c put dup 77 /c4d put dup 78 /c4e put dup 79 /c4f put dup 80 /c50 put dup 81 /c51 put dup 82 /c52 put dup 83 /c53 put dup 84 /c54 put dup 85 /c55 put dup 86 /c56 put dup 87 /c57 put dup 88 /c58 put dup 89 /c59 put dup 90 /c5a put dup 91 /c5b put dup 92 /c5c put dup 93 /c5d put dup 94 /c5e put dup 95 /c5f put dup 96 /c60 put dup 97 /c61 put dup 98 /c62 put dup 99 /c63 put dup 100 /c64 put dup 101 /c65 put dup 102 /c66 put dup 103 /c67 put dup 104 /c68 put dup 105 /c69 put dup 106 /c6a put dup 107 /c6b put dup 108 /c6c put dup 109 /c6d put dup 110 /c6e put dup 111 /c6f put dup 112 /c70 put dup 113 /c71 put dup 114 /c72 put dup 115 /c73 put dup 116 /c74 put dup 117 /c75 put dup 118 /c76 put dup 119 /c77 put dup 120 /c78 put dup 121 /c79 put dup 122 /c7a put dup 123 /c7b put dup 124 /c7c put dup 125 /c7d put dup 126 /c7e put dup 127 /c7f put dup 128 /c80 put dup 129 /c81 put dup 130 /c82 put dup 131 /c83 put dup 132 /c84 put dup 133 /c85 put dup 134 /c86 put dup 135 /c87 put dup 136 /c88 put dup 137 /c89 put dup 138 /c8a put dup 139 /c8b put dup 140 /c8c put dup 141 /c8d put dup 142 /c8e put dup 143 /c8f put dup 144 /c90 put dup 145 /c91 put dup 146 /c92 put dup 147 /c93 put dup 148 /c94 put dup 149 /c95 put dup 150 /c96 put dup 151 /c97 put dup 152 /c98 put dup 153 /c99 put dup 154 /c9a put dup 155 /c9b put dup 156 /c9c put dup 157 /c9d put dup 158 /c9e put dup 159 /c9f put dup 160 /ca0 put dup 161 /ca1 put dup 162 /ca2 put dup 163 /ca3 put dup 164 /ca4 put dup 165 /ca5 put dup 166 /ca6 put dup 167 /ca7 put dup 168 /ca8 put dup 169 /ca9 put dup 170 /caa put dup 171 /cab put dup 172 /cac put dup 173 /cad put dup 174 /cae put dup 175 /caf put dup 176 /cb0 put dup 177 /cb1 put dup 178 /cb2 put dup 179 /cb3 put dup 180 /cb4 put dup 181 /cb5 put dup 182 /cb6 put dup 183 /cb7 put dup 184 /cb8 put dup 185 /cb9 put dup 186 /cba put dup 187 /cbb put dup 188 /cbc put dup 189 /cbd put dup 190 /cbe put dup 191 /cbf put dup 192 /cc0 put dup 193 /cc1 put dup 194 /cc2 put dup 195 /cc3 put dup 196 /cc4 put dup 197 /cc5 put dup 198 /cc6 put dup 199 /cc7 put dup 200 /cc8 put dup 201 /cc9 put dup 202 /cca put dup 203 /ccb put dup 204 /ccc put dup 205 /ccd put dup 206 /cce put dup 207 /ccf put dup 208 /cd0 put dup 209 /cd1 put dup 210 /cd2 put dup 211 /cd3 put dup 212 /cd4 put dup 213 /cd5 put dup 214 /cd6 put dup 215 /cd7 put dup 216 /cd8 put dup 217 /cd9 put dup 218 /cda put dup 219 /cdb put dup 220 /cdc put dup 221 /cdd put dup 222 /cde put dup 223 /cdf put dup 224 /ce0 put dup 225 /ce1 put dup 226 /ce2 put dup 227 /ce3 put dup 228 /ce4 put dup 229 /ce5 put dup 230 /ce6 put dup 231 /ce7 put dup 232 /ce8 put dup 233 /ce9 put dup 234 /cea put dup 235 /ceb put dup 236 /cec put dup 237 /ced put dup 238 /cee put dup 239 /cef put dup 240 /cf0 put dup 241 /cf1 put dup 242 /cf2 put dup 243 /cf3 put dup 244 /cf4 put dup 245 /cf5 put dup 246 /cf6 put dup 247 /cf7 put dup 248 /cf8 put dup 249 /cf9 put dup 250 /cfa put dup 251 /cfb put dup 252 /cfc put dup 253 /cfd put dup 254 /cfe put dup 255 /cff put readonly def /CharStrings 256 dict dup begin /.notdef 0 def /c21 1 def end readonly def /sfnts [ <000100000009008000030010637674208de93e9e0000009c0000036c6670676d 11e0c3ca0000040800000a0c676c79660082a53a00000e140000011c68656164 ee18b81600000f3000000036686865610a22071a00000f6800000024686d7478 0a2f006b00000f8c000000086c6f6361008e003400000f94000000066d617870 08650af900000f9c0000002070726570bc836e3100000fbc000003cf00> <05c0001005bd00280580001a042f001f0000ffd90000ffda0000ffd9fe55ffe6 05c70010fe6dfff1033b000000b9000000b902fe3f3c00c0008d009b00af0006 00a800c00028005e009800c9016a00b9015c00b400d6011e002e0080000400b8 004c00cc01ffffd1006600a400af007400c2009500b1000c0028006d0015004c 008e0125ff7a000c0040004c00620084ffa200240038008600bd0039005e008e 00edffa9ffb300400052005500aa00ab00c200cb012302b10413ffaeffe40008 00510074008400aa00d1ff4cffaf0012002c004200500051008400be012503da ff680018003b0098009c009f00a100c100ec018201b4ff68ff76ffd0ffe10002 0018001c00530053007d01b401e103af0486ff9cffeafffe001f0028002a0052 0060009300a300aa00af00af00c001000145016b0174019301950240028202b4 04850517fefd00060029004700470048006f008800b400b900c400f200f901ef 02180310037403c5ff35fff3000b004b004c0052005500650076007600870087 008e00ab00bb0106013001430150017d0194019501d3022a0255025802770278 02e6034e035c037903d3047304b2058c0598060bfef5ffbbffc7ffd50017001d 005b0072007e009c00c200d000f400fa01030106011c0125013b0142015e015e 0180019b02b901a101b9025001c001d002aa01df01e301ef01fb0205020c0215 022b0274029302ab02c202ce03690395039903df03f5043e050205a105e50625 07dbfe62fe89feceff3bffe1fff800030008002100390042004e005f0061006f 00700034007f008e00ad00ad00af00bd00c400c500c900c900c900e3011c00ed 00f800f901000112011a0132014d014d014e014f01660169019e01ba01ba01be 01e301ef01f602000200020902110217021c02530262026d028002d50280031b 032a034a035a03af03af03c803d603fb03fb04050413041504470449008c046d 049a049a04a604a804b204cf0539053e054e055605800589058c036305d105d6 067e068e06b206ef06f00728074c076f078c00b400c900c000c1000000000000 0000000000000004012400af0032006e0063014401620096014301a10161008a 00740064018801ef01700028ff5d037e0347023000aa00be007b0062009a007d 0089035c00a1ffd803aa00d70093006c0000008000a70442001d0597001d0082 0030002a002a002a002a002a00> <40292a292827262524232221201f1e1d1c1b1a191817161514131211100d0c0b 0a090807060504030201002c4523466020b02660b004262348482d2c45234623 6120b02661b004262348482d2c45234660b0206120b04660b004262348482d2c 4523462361b0206020b02661b02061b004262348482d2c45234660b0406120b0 6660b004262348482d2c4523462361b0406020b02661b04061b004262348482d 2c0110203c003c2d2c20452320b0cd442320b8015a51582320b08d44235920b0 ed51582320b04d44235920b09051582320b00d44235921212d2c202045186844 20b001602045b04676688a4560442d2c01b9400000000a2d2c00b9000040000b 2d2c2045b00043617d6818b0004360442d2c45b01a234445b01923442d2c2045 b00325456164b050515845441b2121592d2c20b0032552582359212d2c69b040 61b0008b0c6423648bb8400062600c642364615c58b0036159b002602d2c45b0 112bb0172344b0177ae5182d2c45b0112bb01723442d2c45b0112bb017458cb0 172344b0177ae5182d2cb002254661658a46b040608b482d2cb0022546608a46 b040618c482d2c4b53205c58b002855958b00185592d2c20b0032545b019236a 4445b01a23444565234520b00325606a20b009234223688a6a606120b0005258 b21a401a4523614459b0005058b219401945236144592d2cb9187e3b210b2d2c b92d412d410b2d2cb93b21187e0b2d2cb93b21e7830b2d2cb92d41d2c00b2d2c b9187ec4e00b2d2c4b525845441b2121592d2c0120b003252349b04060b02063 20b000525823b002253823b002256538008a63381b212121212159012d2c4569 20b00943b0022660b00325b005254961b0805358b21940194523616844b21a40 1a4523606a44b209191a45652345604259b00943608a103a2d2c01b005251023 208af500b0016023edec2d2c01b005251023208af500b0016123edec2d2c01b0 062510f500edec2d2c20b001600110203c003c2d2c20b001610110203c003c2d 2c764520b003254523616818236860442d2c7645b00325452361682318456860 442d2c7645b0032545616823452361442d2c4569b014b0324b505821b0205961 442db8002b2c4bb800095058b101018e59b801ff85b800441db9000900035f5e 2db8002c2c2020456944b001602db8002d2cb8002c2a212db8002e2c2046b003 254652582359208a208a49648a204620686164b004254620686164525823658a 592f20b00053586920b000545821b040591b6920b000545821b0406559593a2d b8002f2c2046b00425465258238a592046206a6164b0042546206a6164525823 8a592ffd2db800302c4b20b0032650585158b080441bb04044591b21212045b0 c05058b0c0441b2159592db800312c2020456944b001602020457d691844b001 602db800322cb800312a2db800332c4b20b003265358b0801bb040598a8a20b0 032653582321b0c08a8a1b8a235920b0032653582321b801008a8a1b8a235920 b0032653582321b801408a8a1b8a235920b80003265358b0032545b801805058 2321b8018023211bb003254523212321591b2159442db800342c4b535845441b 2121592db800352c4bb800095058b101018e59b801ff85b800441db900090003 5f5e2db800362c2020456944b001602db800372cb800362a212db800382c2046 b003254652582359208a208a49648a204620686164b004254620686164525823 658a592f20b00053586920b000545821b040591b6920b000545821b040655959 3a2db800392c2046b00425465258238a592046206a6164b0042546206a616452 58238a592ffd2db8003a2c4b20b0032650585158b080441bb04044591b212120 45b0c05058b0c0441b2159592db8003b2c2020456944b001602020457d691844 b001602db8003c2cb8003b2a2db8003d2c4b20b003265358b0801bb040598a8a 20b0032653582321b0c08a8a1b8a235920b0032653582321b801008a8a1b8a23 5920b0032653582321b801408a8a1b8a235920b80003265358b0032545b80180 50582321b8018023211bb003254523212321591b2159442db8003e2c4b535845 441b2121592db8003f2c4bb800095058b101018e59b801ff85b800441db90009 00035f5e2db800402c2020456944b001602db800412cb800402a212db800422c 2046b003254652582359208a208a49648a204620686164b00425462068616452 5823658a592f20b00053586920b000545821b040591b6920b000545821b04065 59593a2db800432c2046b00425465258238a592046206a6164b0042546206a61 645258238a592ffd2db800442c4b20b0032650585158b080441bb04044591b21 212045b0c05058b0c0441b2159592db800452c2020456944b001602020457d69 1844b001602db800462cb800452a2db800472c4b20b003265358b0801bb04059 8a8a20b0032653582321b0c08a8a1b8a235920b0032653582321b801008a8a1b 8a235920b0032653582321b801408a8a1b8a235920b80003265358b0032545b8 018050582321b8018023211bb003254523212321591b2159442db800482c4b53 5845441b2121592db800492c4bb800095058b101018e59b801ff85b800441db9 000900035f5e2db8004a2c2020456944b001602db8004b2cb8004a2a212db800 4c2c2046b003254652582359208a208a49648a204620686164b0042546206861 64525823658a592f20b00053586920b000545821b040591b6920b000545821b0 406559593a2db8004d2c2046b00425465258238a592046206a6164b004254620 6a61645258238a592ffd2db8004e2c4b20b0032650585158b080441bb0404459 1b21212045b0c05058b0c0441b2159592db8004f2c2020456944b00160202045 7d691844b001602db800502cb8004f2a2db800512c4b20b003265358b0801bb0 40598a8a20b0032653582321b0c08a8a1b8a235920b0032653582321b801008a 8a1b8a235920b0032653582321b801408a8a1b8a235920b80003265358b00325 45b8018050582321b8018023211bb003254523212321591b2159442db800522c 4b535845441b2121592db800532c4bb800095058b101018e59b801ff85b80044 1db9000900035f5e2db800542c2020456944b001602db800552cb800542a212d b800562c2046b003254652582359208a208a49648a204620686164b004254620 686164525823658a592f20b00053586920b000545821b040591b6920b0005458 21b0406559593a2db800572c2046b00425465258238a592046206a6164b00425 46206a61645258238a592ffd2db800582c4b20b0032650585158b080441bb040 44591b21212045b0c05058b0c0441b2159592db800592c2020456944b0016020 20457d691844b001602db8005a2cb800592a2db8005b2c4b20b003265358b080 1bb040598a8a20b0032653582321b0c08a8a1b8a235920b0032653582321b801 008a8a1b8a235920b0032653582321b801408a8a1b8a235920b80003265358b0 032545b8018050582321b8018023211bb003254523212321591b2159442db800 5c2c4b535845441b2121592d00> <00020042000004d005bd00030007003fb800532bb800082fb800092fb8000810 b80000d0b800002fb8000910b80003dcb80004dcb8000010b80007dc00ba0007 000000562bba0002000500562b3031331121112711211142048eb8fce205bdfa 43b8044dfbb3000000> <00020029000004e205c20009000d0077b800492bb8000e2fb8000f2fb8000e10 b80003d0b800032fb80002dcb80005d0b800052fb8000f10b80009dcb8000cdc b80006d0b8000210b8000ad000b800042fb800072fb800002fb800022fba0001 00000004111239ba000600000004111239ba000a00000004111239ba000c0000 000411123930312101112311330111331101150135043dfc9bafab035faffbf6 035b0350fcb005c2fc800380fa3e04fee3fc79ed00> <00010000000000002c7799d05f0f3cf50011080000000000c4f5b6ab00000000 c4f5b6ab0029000004e205c200000009000100000000000000> <000100000629fe2900000c01f865fced0b910001000000000000000000000000 0000000200> <05120042051d002900> <00000034008e000000> <000100000002006f0002006b0007000200100010005d000007e80a0c0004000100> ] def FontName currentdict end definefont pop %%EndResource /F12_0 /PYAKTI+Helvetica 1 1 [ /c00/c01/c02/c03/c04/c05/c06/c07 /c08/c09/c0a/c0b/c0c/c0d/c0e/c0f /c10/c11/c12/c13/c14/c15/c16/c17 /c18/c19/c1a/c1b/c1c/c1d/c1e/c1f /c20/c21/c22/c23/c24/c25/c26/c27 /c28/c29/c2a/c2b/c2c/c2d/c2e/c2f /c30/c31/c32/c33/c34/c35/c36/c37 /c38/c39/c3a/c3b/c3c/c3d/c3e/c3f /c40/c41/c42/c43/c44/c45/c46/c47 /c48/c49/c4a/c4b/c4c/c4d/c4e/c4f /c50/c51/c52/c53/c54/c55/c56/c57 /c58/c59/c5a/c5b/c5c/c5d/c5e/c5f /c60/c61/c62/c63/c64/c65/c66/c67 /c68/c69/c6a/c6b/c6c/c6d/c6e/c6f /c70/c71/c72/c73/c74/c75/c76/c77 /c78/c79/c7a/c7b/c7c/c7d/c7e/c7f /c80/c81/c82/c83/c84/c85/c86/c87 /c88/c89/c8a/c8b/c8c/c8d/c8e/c8f /c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9a/c9b/c9c/c9d/c9e/c9f /ca0/ca1/ca2/ca3/ca4/ca5/ca6/ca7 /ca8/ca9/caa/cab/cac/cad/cae/caf /cb0/cb1/cb2/cb3/cb4/cb5/cb6/cb7 /cb8/cb9/cba/cbb/cbc/cbd/cbe/cbf /cc0/cc1/cc2/cc3/cc4/cc5/cc6/cc7 /cc8/cc9/cca/ccb/ccc/ccd/cce/ccf /cd0/cd1/cd2/cd3/cd4/cd5/cd6/cd7 /cd8/cd9/cda/cdb/cdc/cdd/cde/cdf /ce0/ce1/ce2/ce3/ce4/ce5/ce6/ce7 /ce8/ce9/cea/ceb/cec/ced/cee/cef /cf0/cf1/cf2/cf3/cf4/cf5/cf6/cf7 /cf8/cf9/cfa/cfb/cfc/cfd/cfe/cff] pdfMakeFont %%EndSetup pdfStartPage [] 0 d 1 i 0 j 0 J 10 M 1 w /DeviceGray {} cs [0] sc /DeviceGray {} CS [0] SC false op false OP {} settransfer q q Q q /DeviceGray {} cs [0] sc [1] sc 0 0 278 231 re f 0 i /DeviceRGB {} cs [0 0 0] sc [0.9765 0.949 0.9725] sc 68.6437 219.338 m 165.6913 161.0259 l 108.5941 66.0004 l 11.5465 124.3125 l 68.6437 219.338 l h f 2 w 1 J 1 j /DeviceRGB {} CS [0 0 0] SC [0.6431 0.3961 0.6627] SC q [1 0 0 -1 -38.5 284.5] cm 107.1436 65.162 m 204.1913 123.4741 l 147.0941 218.4996 l 50.0465 160.1875 l 107.1436 65.162 l h S Q /DeviceGray {} cs [0] sc [0] sc 0 i q [0.8572 -0.515 -0.515 -0.8572 88.4478 143.3553] cm [1 0 0 1 0 0] Tm 0 0 Td [23 0 0 -23 40.1095 9] Tm 0 0 Td /F9_0 1 Tf (c) 0.5 Tj Q 0 i /DeviceRGB {} cs [0 0 0] sc [0.9961 0.9529 0.949] sc 165.691 66.5 97.0213 95 re f [0.9568 0.5255 0.5216] SC q [1 0 0 -1 -38.5 284.5] cm 204.191 123 97.0213 95 re S Q /DeviceGray {} cs [0] sc [0] sc 0 i q [1 0 0 -1 213.7016 114.5] cm [1 0 0 1 0 0] Tm 0 0 Td [23 0 0 -23 -43.5107 9] Tm 0 0 Td /F9_0 1 Tf (b) 0.556 Tj Q 0 i /DeviceRGB {} cs [0 0 0] sc [0.949 0.949 0.9765] sc 108.5 10.5 57.1915 56 re f [0.6627 0.698 0.8431] SC q [1 0 0 -1 -38.5 284.5] cm 147 218 57.1915 56 re S Q /DeviceGray {} cs [0] sc [0] sc 0 i q [1 0 0 -1 136.5957 39] cm [1 0 0 1 0 0] Tm 0 0 Td [23 0 0 -23 -6.3958 -5] Tm 0 0 Td /F9_0 1 Tf (a) 0.556 Tj Q 0 i [0 0 0] SC q [1 0 0 -1 -38.5 284.5] cm 204.191 123.5 m 204.191 218 l 147 218.5 l 204.191 123 l S Q 0 i q [1 0 0 -1 196 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -21.5 -4] Tm 0 0 Td /F9_0 1 Tf (a+b+c ) 3.058 Tj Q q [1 0 0 -1 196 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -21.5 13] Tm 0 0 Td /F9_0 1 Tf (a) 0.556 Tj Q q [1 0 0 -1 196 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -13.7139 13] Tm 0 0 Td /F11_0 1 Tf (!) 0.441 Tj Q q [1 0 0 -1 196 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -7.541 13] Tm 0 0 Td /F9_0 1 Tf (b) 0.556 Tj Q q [1 0 0 -1 196 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 0.2451 13] Tm 0 0 Td /F11_0 1 Tf (!) 0.441 Tj Q q [1 0 0 -1 196 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 6.418 13] Tm 0 0 Td /F9_0 1 Tf (c ) 1.056 Tj Q q [1 0 0 -1 179 200.5] cm [1 0 0 1 0 0] Tm 0 0 Td [24 0 0 -24 -38.5 8.5] Tm 0 0 Td /F9_0 1 Tf (Euler 9) 3.168 Tj Q q [1 0 0 -1 60 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -28 4.5] Tm 0 0 Td /F9_0 1 Tf (a,b,c ) 2.446 Tj Q q [1 0 0 -1 60 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 6.2412 4.5] Tm 0 0 Td /F11_0 1 Tf (") 0.576 Tj /F10_0 1 Tf ( ) 0.333 Tj Q q [1 0 0 -1 60 39] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 18.9697 4.5] Tm 0 0 Td /F12_0 1 Tf (!) 0.639 Tj Q q [1 0 0 -1 240.5 40] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -22 -3] Tm 0 0 Td /F9_0 1 Tf (= 1000) 3.086 Tj Q q [1 0 0 -1 240.5 40] cm [1 0 0 1 0 0] Tm 0 0 Td [14 0 0 -14 -22 14] Tm 0 0 Td /F9_0 1 Tf (= ?) 1.418 Tj Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%+ font LSYUOI+AppleSymbols %%+ font NDTNZJ+AppleSymbols %%+ font NXDITK+Helvetica %%+ font PYAKTI+Helvetica %%EOF