%!PS-Adobe-3.0 %%Creator: Writer %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%DocumentMedia: plain 0 0 0 () () %%BoundingBox: 0 0 0 0 %%Pages: 1 %%EndComments %%BeginDefaults %%PageMedia: plain %%EndDefaults %%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 BAAAAA+TimesNewRomanPSMT %!PS-TrueTypeFont-29810 10 dict begin /FontName /BAAAAA+TimesNewRomanPSMT def /FontType 42 def /FontMatrix [1 0 0 1 0 0] def /FontBBox [-7 -442 1584 1422] 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 /c18 24 def /c17 23 def /c16 22 def /c15 21 def /c14 20 def /c13 19 def /c12 18 def /c11 17 def /c10 16 def /c0f 15 def /c0e 14 def /c0d 13 def /c0c 12 def /c0b 11 def /c0a 10 def /c09 9 def /c08 8 def /c07 7 def /c06 6 def /c05 5 def /c04 4 def /c03 3 def /c02 2 def /c01 1 def end readonly def /sfnts [ <00010000000900800003001063767420f34dda810000009c000007c46670676d 3775a72f0000086000000573676c796694c0fa9800000dd40000290468656164 103a3880000036d800000036686865610779fe5f0000371000000024686d7478 58fb057e00003734000000646c6f63617b0283c800003798000000346d617870 063e0fa5000037cc0000002070726570d2662bf4000037ec00000f1800> <058e0000054c001f054c001c0394001b0000ffe10000ffe40000ffe8fe4afffc 056b0023fe6affe00313000000ad000000ad0000000000250096009f002400f0 013100c200c0004a00a6004100500094004700cf00af000e007901cb00040023 004400a80025011f0002004600170105009900d9005c007200e500e00028004b 00de011200240045007000160039ffe90016004b0088ffb900d9000a004300ae 00ba016c0153002f00430048022c012b0025008fffc000170028ffcdffd80025 009d00e50124ffb10048009d00e600110027007f00910012006a00cafffc0000 0024006200a7017c01e900210060008b0434048aff6b003b00b500d5014bff6b 004d007905d809b5006c009100a3011701c0ffdfffe700be04010065007f0082 0088009900b200c0022e034305a000200026003d004e00610065007b00d90113 01310340ff27ff42ff99004e00a700f2022b02c603070011002b0049005f008d 00a100af00d600e400f5010b0135019d01ab01ab01d101ee05d80000004b0075 007a0080009d00a600a700ac00b9013101310217021700020017002900550080 008f00a500b200b300d0014b015901c001c103a50530fe3fff14ff15ffe7ffff 002a00580099009f00c100e400f40130015901ab01ab03220374041e04740532 fd81004d0064009c00d000d100d600de00e500f500f8012a012a01e1027e027f ff57ffa8ffe500000008001f00380051005a006f0076007700a200c000c200c4 00f101fb0209027e02cf04c5057a05f0ff92001200260042004b004f00510053 0064008b00ae00b200b800b800d600f50111012001310138014e01520167018f 019601b801d901d902060221027102ea03b003cb03dc04360505ff3a00120016 001e001f002300570068006c007e0088009200a500a800c500c901150126012d 013001d601d901f6023b0244024402a302cf02de0385038f04fc0586fee0feeb fefbff8a0007004400470058007500aa00e400ef011601200129016a017301e3 027e029002b4030e0310032303350341035403590388039403c803ce047204ab 04da0549056105ab0761fe6efed1ff4bff84000000010006001e0027002c0034 003700620066006a006b006c007000700072007c0081008a008e0091009200a0 00ab00b800bf00c900d500dd00ec00f40100012101300169016a016d017c0185 018e018e019901ac01c101c501c901e101f601f601f60222022202280236023f 02430246026702850285029402d002d602e8031c0363037f03800380039e03b6 03d90400040404ff053205320548058b05a706cb07280748076208ccfcedfd2a fd59fddefe00fe1afe5bfe96fec1fee7ff56ff7900010025002d002e007c0087 0091009900a100a500a500aa00af00b600c600cc00d700dd00ec00f201020105 011701180123012a012c0131013f014701490149014d01510151015501550157 015a015a0161016201680168017f0180018201830184018d0195019501950198 019901a501a901b601b601b701ba01ba01d501df01e601ea01f2020002000203 021702250227022f0239024302430247024f025202520267026f026f02700272 0276027e02a702b302b902d603130325032d03610371039903ae03c203d403f9 0402042c042f043c04560467048304cf04d104d804fb051f05450568059e05c2 061b06340655066a069806af06e806fc070607500762077c07d407ff082500ad 00c700aa00b5000000000000000000000000002f06cf01730514047802df009c 0018037005870155002500060254036c038e03d2056601f0032001da018a0369 036bffa3034602f8036f015602bf0122031f053a0366008c00ff01ab02e102f4 02e70415015402e90128049101b7026f034302060000000005d30415048305e8 000002d7003a027d01c002c503830383ffbd003a059e01df059e02d1002004e0 021300df01c001870297000000ce0269028b0058043405fb0069015a01a90578 0182013e0288012a03d4049e00e5032302f301f00196007a00cd014a0424025e 023901ab00cf00fd011e00ed017100700195004001bb01dd01b8000101a803a7 014c020c018d01b0020d0137010000cd032101d4030a00590000000001260215 015002f0025503bc06d00335010100d000d2007a01030130007c000000000000 000000fe006e006600940227002b0045004d00d3013200180097004100f4febc ffe9001605d8058b009100a1032c00520030005d02cb003a009200e500e50058 0086003200ba0099008800300298007cff8001640028004d0065000200b8016a 002f010b001100170100007f00040016022200a6005f000000f8000a00ca0043 004b01ee0077012000f401c00028045f0000008c044500c20060007b008b008b 0064005d00c2009c009206b505d3004f011700000420fe9e00cc00dc005e0046 00e30032001a003c0091005a00a1042c0041002000490071009c009cfe480040 0040008600cb0102007d003a003e006a0050044800290096ff6a0097006900e0 004c001b00c90069ff970043ffbd0052ff83ff8b005fffa1ff5c00670053ffa8 002a0076ffb20036008705590256052b043400de00c901c4004800db018b00b3 004800da01160125011800ea00ea00ae0046003e05bb008a04d70053003fff8c ffd500150028002200990062004a00e4006d00ee00e5004803c00033fe4e02b1 ff460370007905df0051ffa7ff1f010a0068ff6c004f00bc00a5070500ab0080 001e05a500> <4040403f3e3d3c3b3a393837363534333231302f2e2d2c2b2a29282726252423 2221201f1e1d1c1b1a1918171614131211100f0e0d0c0b0a0908070605040302 01002c4523466020b02660b004262348482d2c452346236120b02661b0042623 48482d2c45234660b0206120b04660b004262348482d2c4523462361b0206020 b02661b02061b004262348482d2c45234660b0406120b06660b004262348482d 2c4523462361b0406020b02661b04061b004262348482d2c0110203c003c2d2c 20452320b0cd442320b8015a51582320b08d44235920b0ed51582320b04d4423 5920b09051582320b00d44235921212d2c20204518684420b001602045b04676 688a4560442d2c01b10b0a432343650a2d2c00b10a0b4323430b2d2c00b01723 70b101173e01b0172370b10217453ab10200080d2d2c45b01a234445b0192344 2d2c2045b00325456164b050515845441b2121592d2cb00143632362b0002342 b00f2b2d2c2045b0004360442d2c01b00643b00743650a2d2c2069b04061b000 8b20b12cc08a8cb8100062602b0c642364615c58b00361592d2c45b0112bb017 2344b0177ae4182d2c45b0112bb01723442d2cb01243588745b0112bb0172344 b0177ae41b038a45186920b01723448a8a8720b0a05158b0112bb0172344b017 7ae41b21b0177ae45959182d2cb0022546608a46b040618c482d2c4b53205c58 b002855958b00185592d2c20b0032545b019234445b01a23444565234520b003 25606a20b009234223688a6a606120b01a8ab000527921b21a1a40b9ffe0001a 45208a54582321b03f1b235961441cb114008a5279b31940201945208a545823 21b03f1b235961442d2cb110114323430b2d2cb10e0f4323430b2d2cb10c0d43 23430b2d2cb10c0d432343650b2d2cb10e0f432343650b2d2cb1101143234365 0b2d2c4b525845441b2121592d2c0120b003252349b04060b0206320b0005258 23b002253823b002256538008a63381b212121212159012d2c4bb06451584569 b00943608a103a1b212110592d2c01b005251023208af500b0016023edec2d2c 01b005251023208af500b0016123edec2d2c01b0062510f500edec2d2c20b001 600110203c003c2d2c20b001610110203c003c2d2cb02b2bb02a2a2d2c00b007 43b006430b2d2c3eb02a2a2d2c352d2c76b802b023701020b802b04520b00050 58b00161593a2f182d2c21210c6423648bb84000622d2c21b08051580c642364 8bb82000621bb200402f2b59b002602d2c21b0c051580c6423648bb81555621b b200802f2b59b002602d2c0c6423648bb84000626023212d2cb4000100000015 b00826b00826b00826b008260f10161345683ab001162d2cb4000100000015b0 0826b00826b00826b008260f1016134568653ab001162d2c4b53234b515a5820 458a60441b2121592d2c4b545820458a60441b2121592d2c4b53234b515a5838 1b2121592d2c4b5458381b2121592d2c014b53234b515ab00225b00425b00625 4923451869525a58b00225b00225b00525462345696048592121212d2cb01343 58031b02592d2cb0134358021b03592d2c4b54b012435c5a58381b2121592d2c b012435c580cb00425b00425060c6423646164b807085158b00425b004250120 46b01060482046b0106048590a21211b2121592d2cb012435c580cb00425b004 25060c6423646164b807085158b00425b00425012046b8fff060482046b8fff0 6048590a21211b2121592d2c4b53234b515a58b03a2b1b2121592d2c4b53234b 515a58b03b2b1b2121592d2c4b53234b515ab012435c5a58381b2121592d2c0c 8a034b54b00426024b545a8a8a0ab012435c5a58381b2121592d2c462346608a 8a462320468a608a61b8ff8062232010238ab9035803588a70456020b0005058 b00161b8ffba8b1bb0468c59b0106068013a2d0000> <0002010000000500050000030007004db10201bb02be0006000702bfb2000504 b802beb403000a0704b802beb5010019080605bf02be0002000301290009016b 015e00182b10f63cfd3c4e10f43c4dfd3c003f3cfd3c10fc3cfd3c3130211121 112521112101000400fc2003c0fc400500fb002004c0000000> <000100230000059d054c004500c740717047a047d047e0470413479e1c403650 47e04702121f1b0b2122221f1b1c2122341f1b2e2122451f1b3e2122021f1b0a 2123131f1b1b2123251f1b2d2123351f1b3d21230100232324241b3e3d3d0b0b 0a022e2d2d1c1c1b0812132202402201df2201202230227022a022d022e02206 22b80220401a10476047c0470320470147452522355034603402349e4661dc18 2b4d10f4723c4dfd3c107172f45d71723cfd3c003f3c103c103c3f3c103c103c 12392f3cfd3c2b2b2b2b2b2b2b2b3130015d2b015d0121113427262726232335 2115232207060615111417161716333315213533323736351121111417161716 33331521353332373635113427262726232335211523220706061501a502760d 0a202b3030024430302b20170d0a1f2c3030fdbc30532619fd8a0d0a202b3031 fdbb305426180d0a1f2c3030024531302b1f1802d70184682119121825251710 4164fc956721191218252531207a019dfe636721191218252531207a036b6821 19121825251710416400000000> <0002004cffe4035303b00014001d02434019125f185d1960006014d603051920 1c3917201c3916401c391fb8ffc0400a434a34081f430d5d361fb8ffc0b32828 341fb8ffc0405b2a2e341b06190958135e165f175a185b1a0701030906070908 0c0515490689028c06870c8a10851da302ab18b513d402d90fda10f402f30313 12000700081007100860076008700780078909c107c80ff0070c0401070d8402 0309baffe00006ffe040433609460247094f1f54025409620272028913891999 13a409a40ab808b509b00ac702e702e00cf40a1408d007010007d00702200790 07a007b00704077d041400301615b8ffc040131239125f157f159f15df150415 151bd3040104b8ffd0b2143904b8ffe8b2133904b8ffd84048123904310b0b5c 1b011b25110707cc0816281b390f16016f167f168f160316f414148008013008 90080230088f08df08031008400860087008b008e0080608aa0e150400890002 00b8032c4012300e400e500e03000e100e200e03f00e010eb8ffc04009434a34 0e431e434b182b4e10f42b7172724dfd713c10fd5d715d713c10ed5d712b10ed 003fed723fed2b2b2b7211392f5d4358b26f15015d592b3cfd3c10f45d717239 3130015d00383800715d014358b40600010202715971722b2b2b2b2b2b2b0072 435c58b90007ffc0400b23390c402d390d402d3908b8ffc0b2283907b8ffc0b2 283906b8ffc0b21b3907b8ffc0b21b3908b8ffc0b21b3907b8ffc0b20a3908b8 ffc0b20a3907b8ffc0b2093908b8ffc0400e093915101939192011390d201139 002b2b012b002b2b2b2b2b2b2b2b2b2b2b2b5913061716333236371706062322 0235341233321615252126272626232206da016464875a852d1f15ca98a5ebf1 b69ac6fd8701a805101963365383023bcc747463781489e10101d9eb0107cbaa 3a5824384081000000> <0001000d000002b703af002800a4406f2002200f3202320f4002400f82040740 2a015f2a011f291e18272211291e17862327272041261e2744000a0b2a111420 100104188009010939100c010c590303000718170a5f0601400601062e1f2a01 2a0011241f1f1f2001802090200200201020b020c020d02005206029a66e182b 4e10f45d71723c4d10fd3c1072e47172003f3c3f3c10ed72ed5d111739011112 39390010f5edfc01f52b2b3130017271005d0115363332161514062322262322 070607111417161633152135323736373635113426262322072725014c737937 48342423571512152d30130d423efe2b4622190a050d231a1f270a011503afce ce432c27364514295efe494c271b24242416102311500163a03d1c0f2470000000> <000100510323011a056b000c0051401b0a0e801e67360b182a35340c382a3534 b80bc80bd80be80b040c00b80154b706030e17171a0900b80335400a0c0c096d 03800d54a4182b10f6ed392fed4e10456544e6003f4dfd3c313001722b2b2b13 0326353436333216151407039e3617342d2d3b1a36032301287b2b403a3b3025 91fed90000> <00010064ffe402d503af003103094029092c192c0212122e400b392c280b3918 14590c5a269b109424050a070a280a29603370338033060f33b8012040870d5d 36cb0dcb0ec424c425d723d624d92ce604e623e624e92c0b123f2c5d2c6e2d7d 2c8f018f028f038015801a801b801c892d8f2e0d0f010f020a03090c061c0a2c c822c923081c031614121c161d19291b2c9909990a9b20932393240b122b0d28 2c4a2c4f335f337829782c860ea823af33e803e61c0c2908311e00bd021e011f 012f010201b8012bb200bd2eb8011a40112a181e19bd1b1e1a1f1a01101a201a 021ab8012bb219bd16b8011a4022121224230d0b040f2724230d0b04051e01c7 002e2f2a31000005252a071a7e191918b803464014162f1e25120b02cc120101 12cf21df21ef210321b80314400b700f01600f700f900f030fb801364019271a 192e1f0801082c9f270160277027802703202730270227ba012000320120b14b 182b4e10f45d71724ded72f43c10fd5d71fd5d4358b2ff21015d59392f435c58 b2ff01015d59ed003fede4f43c10ed3fed3c103c10e410ed1112173901111217 394358400a242323240d0b140d0d0b870e2e2b0e7d10c459180010ecf4ed5d72 0110edf4ed0010ecf4ed5d0110edf4ed31304379401c28291f20101106071f11 211c010629081c0020101e1c000728051c01002b2b012b2b81818181015d4358 4009fb07f610f611fb28045d5901720071005d435840199f019f029f039f0b9a 0d9015901a901b901c992297239f2d0c5d595d2b017100722b2b4358400b2f23 2f248b2c9b249b2c055d59435c584011282019390928193901400a3902400a39 1bb8ffc0b20a391ab8ffc040190a392e400a392c400a392c4009390c101e123f 0e201e123f0eb8fff0b21b390eb8fff0b2193924b8ffe8b2133923b8ffe8b213 390cb8ffe8b613392c1813391bb8ffc0b212391ab8ffc0400f12390140123902 4012392c20123924b8fff0400f0f392c180f3903100d392e400d3923b8fff040 120d390c100d392c200d392c1811392c181139002b2b2b2b2b2b2b2b2b2b2b2b 2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b012b2b59005d011123262623220615 1417161717161514062322272623220723113316163332363534262427263534 36333217163332363702902126775c4656201f5f92cbbd75546c2115170d2121 1c9e62455761fede2d2d9b7b364d331110120c03affec8936a4a2d3828292e47 63a27d991e0a1a01478c8e5139455e903a39577198170f0e1800000000> <00020049ffed038903af0032003d0255406f0b1c8a33021253360112201f3980 3fa809b60a03122b127d007d3386008b0b8b35061d12163a103f803f04091c4c 054c06452045224c3a403f891d080a0e0720002249014b0a490b49354b37433a 493d570b670b8509840a840b0f54168316021f3f5f3f0260083300343c2e292d 34bb011b000c000cffc0b609390c280b390cb8ffc0401a3a35100c500c02400c 500c600c03200c500c600c760c040c3c18b8ffd840290b394f185f186f18032f 187f1802187e1f100110251e07303c403c023c2c04702d802d022d35292c30b8 03464011040b2ec02d012d602500330d0c0c343433bb016700240025ffc04014 0e3900251f2580259025044025f0250280250125bb024300070015ffc0b21f39 15b80167401e1b2f393107400e3920075007800703100701f007015007010743 3e436e182b4e10f45d7172722b4dedf4ed2b10fd5d71722b3cfd3c103c103c10 3c10f65d3c003ff4fde45d10ed713fed72fd5d712b11395d71722b2b2b2fed11 123911123939313043794047353b1c23051337383638020609080a0802062122 20220206350b392000111d131c0012130f1f0d1c0122233b05391c0038083420 0135340b121c101c010e22101c013a063c1c002b2b2b3c103c2b012b103c2b10 3c2b2b2a2a2a818181017201710071017172005d4358b23f12015d59015d2b00 72435c58b431400e392eb8ffe0b210392eb8ffe0b60e3937200e3920b8ffe8b2 0c3920b8ffe0400b0b3918200b3917200b391cb8fff0401a0b390a280b393728 0b390a280a3937280a390a28093937280939002b2b2b2b2b2b2b2b2b2b2b2b2b 2b2b59005d250607062322263534373636373534262322070615171406232226 3534363332171617161511141616333237363715062322262711060706061514 16333202478d24363d5f7b1e29cbec57533f2526022f26252fb09f7a4e3b1c12 0a170f100c153c7066313a01972c4f4456384c846d1119826a43314478562489 6622222c3a2e32342d5690291f422b85fec9833b14070d3c38964493015d3c19 2c6039485f00000000> <0002003c00000207058e000b002200db4019902401602470249024a024f02405 2024502402402450240224b8ffc0b332323424b8ffc0b3383a3424b8ffc0b32d 303424b8ffc0b323253424b8ffc0402e191a3418291e134a220d291e124a2321 271941201e21440c190c1390060106390000220c0713120a900901093903b8ff c0b2433503b8ffc0400f3f35036b0c0c0d190d2418402b3918b8ffc0401a363a 34901801501801601870189018a018f0180518b223b2a3182b10f65d71722b2b ed3c103c10f42b2bed72003f3c3f3c3fed7211123910f5edfc01f52b2b313001 2b2b2b2b2b015d715d0172013216151406232226353436131114161633152135 323636351134272626232207272501292a3b3b2a2a3c3b7e193141fe43432e1b 09071e1a1c280e0114058e3b2a2a3c3c2a2a3bfe21fd2056391c24241a3c5501 61952c20190f247000> <000100110000063003af00570144401c3407d059ef16038059011159600d5d36 2b0d01905901200820291e18b802fcb42237291e31b802fc400b224c291e474a 2211291e17b8030eb4232b291e30b8030db42341291e46b8030d403e2355274d 41541e55440829374d4039292808000725475657073c2c05252c0c0a0b070604 05074746313018170a5917171a101124213020017020b0200220b80135400f37 292e2b24383037017037b0370237b8013540164d5741244c4c1f4d504d02804d 904d02004d104d024db8ffc0b61416344d605859b8025ab321a67f18b8016485 2b2b4ef42b5d71723c4d10fd3c10f471723cfde410f471723cfd3c4e456544e6 003f3c3c3c3c3c3f3c3c3f3c3c4ded10ed3f3c111217390111123900f5edfc01 f52b2b2b2b2b2b31304379401422240c0f0d252326240c211c010e0f220e251c 012b01103c2b2b2b81810172005d2b01715d0136373636333216173636333216 1716151114171616331521353332373637363511342726232206070717111416 1633152135323637363511342726232207060711141616331521353236363511 34272626232207272533015064122d6833567c15678e4b497121160d0a363dfe 3c133b21170a041b2756356b4c0202153a46fe314c390b05212c4f3635532d19 314bfe3b3f321a09071e1a1c270f01142b02ec640f262a645f784b4b553a7cfe 765620161f24241710231150018a702e4035480b2bfe4b5e2e1f242424241152 018a7031401d2c37fe155a361b24241b3b55015e972c21190f24700000> <0002fff9fe4a03ba03af002700390104407e0a3b430d5d36391049105b108911 04862c013b2c3f3b4b2c5b2c6a116a2c73087911792c8408a507e908f9090d30 3b583359346c3404403b012f08032829121320291e19862213291e1827230027 214f271e004402122b2803042e1036013659060702072e250e0b19180e32311f 0a900a02600a800aaf0a030aeb200213b80167401b2020502170210280210100 211021b021c021d0210521603ac24b182b10f65d71723c10fd3c10fd5d72ed00 3f3c3fed3f3fed7211173910f5edfc01f52b2b030e103c3c3c3c313043794020 2f35070d082534260c26302535073220012f0d3220013309362001310b2e2000 002b2b012b2b2b2b2b2b81810171725d00715d2b032533153636333217161514 0706232227262711141616331521353316373636351134262623220705111417 161633323736353427262322070602011a26478f4f8a5c718870aa4a36283217 394bfe20193727131510231e18250134090e6d53643e515c4058302f24033972 d679616c84d4ed9b7f150f2dfee95e331e252501160b316403625930180e7ffe aa6f233a584e66b9d2714e181200000000> <0001003d0000020f058e0015009bb79017c017f0170317b8ffc0b33f463417b8 ffc0403a393b340117b20d643650170140175017601770179017a017f017070c 291e074a2201291e06272314270d41131e144415000007060a0001240d0cb8ff c0b33f46340cb8ffc0401a353b34900c01500c01600c700c900ca00cf00c050c b216b2a3182b10f65d71722b2b3cfd3c003f3c3f3cf5edfc01f52b2b3130015d 0171012b012b2b01720111141616331521353236363511342626232207272501 7b193447fe3f3f2e1a0e1f181a28110111058efb4156381d24241a3c5503409b 471a10237000000000> <0001004f0000037a058c002b011d403e8b2099159926034403440c4819850385 0c059a04012f2d7f21900690079f089f099e109e11b02d0910061007025f2a5f 2b021c080eb41e08922201b41e07b80308401f231e9f1ebf1e021e1124251701 2b50100110302a2912110608070a101b011bb80152b38f2d012db802f6b2012a 2bb80110400d282901120f1110920f0f01240eb8ffc0b36060340eb8ffc0b33a 3a340eb8ffc0b33f3f340eb8ffc0b32431340eb8ffc040161c2134900e01000e 100e5f0e700ec00ed00e060e192cba0306030700182b4e10f45d722b2b2b2b2b 4ded3c10f43c103c103c3cf43c10e65de472003f3c3f3c3c3cfd723c3ffd1139 5d2f2b2b31304379401225271416262515262516281c002714241c012b012b2b 2b81810172715d0072715d011114171633331521353332363635112335333534 363633321716151406232226262726232206061515331501a61c253e53fddd29 284219b2b258b57169583a341e17334a1f1f262e401cec034cfda680222c2424 284462025a483c89be75442d381e35216d13133167d6424800> <00010091ffe4016f00c2000b002b401c0040060b034009403a3509403f355f09 019f09af090209850c6a7a182b10f671722b2bed003fed313025321615140623 222635343601002f40412e2e4141c2412e2e41412e2f400000> <0001003300000278054c001f007b405d21402835192161116436081f1b022122 181f1b122122191f1b012123091f1b1121231211020201081819220970088008 e00803ff0801300850086008035f08c008d0080308612070218021e021033021 5021602103c021d0210261dc182b4e5d717210f45d7171723c4dfd3c003f3c3f 3c2b2b2b2b31302b2b2515213533323736351134272627262323352115232207 0615111417161716330278fdbb305426180d0a1f2c30300245315326190d0a20 2b3025252531207a036c6721191218252531207afc9467211912180000> <00010014fff1023c04c1001b00d6b9000dffe840410c395f015f02023f1d9911 9919bf15bf16b819e819079f1d01891a014f0c4f0d5f0c5f0df5180506181518 271803161518191a030118191a03141ba00103153004b8011b401c0103300202 01060c35082c0f0b16cf15df15ef15031565141bcc000bb801ec402c200c010c 2e2f1db01d021d000101040405241450130180130100131013b013c013d013e0 130613601cab89182b10f65d71723cfd3c103c103c105df45ded10ed10f45d3c 003ffde43f3c10ed10edfd3c10e401111739001117391239313000715d017172 5d00722b01113315231114163332363733060623222626351123353636373637 014ad6d63328213e11272380442e582a9137732d172904c1fed346fdae593e29 286263335f630268211669482665000000> <0001000c000003f703af00330108403a35402a350835600d5d36303550356035 70359035052d040140356035703580359035b03506b035d03502b03501603580 35c035031d0816291e0fb8030f40112229291e244a2208291e0e4a231d291e23 b8030e402e2331272a41301e31441c00233233071a2c02072423230f0f0e0a17 162407900801b008010f0870089f08cf080408b802bd401b29331d242a1f2950 29602970290480299029b02903002910290229b8ffc04009141634296034a67f 182b10f62b5d71723cfd3c10fd5d71723cfd3c003f3c103c103c3fed3f3c1139 39f5edfc01f52b2b2b2b3130437940121819030604251903171c01050618051a 1c012b01103c2b2b8181015d71015d71005d01722b2b01363332161716151114 1716163315213533323637363511342623220711141716163315213533323635 11342626232207272533014ba1924b6c20160e0b3142fe3b1340330a04414d77 760b0e314bfe3b1446310f1f1a1c270f01142b02edc24b563c7cfe79571f191c 242427260f4f01777d7182fe1d5d161d1b242447640154a5481a0f247000000000> <00010011ffe403ed03940020023a400912530a58185b190319b8ffd8b20b3522 b8ffc0406115351419141a2309220a2111201224182019201a3a09390a3a1239 1835193a1a4a084909440a45184519491a69089c0899099d1a9a1b9f22a900a8 08a509a219a21aa81bbe08b509b60ab618b719ba1abb1bc022d518f60af618fb 1a2d9f090122b8ffc0b332603422b8ffc0b32b313422b8ffc0b31e293422b8ff c0b347473422b8ffc0b327273422b8ffc0b323233422b8ffc0b311113422b8ff c04040191c340f227c007201720270057c20810585118f22093a08340a341839 1bc606c021d81a07880a891887190337124818021318141e13001b201e00120a 111e12b8ff86402c091a192018191930090a1409090a1b1a1a24090814090908 070605040408021e01131212010100061a190b18b8011d40125f0a01100a240a 9f0ab60ad40a050a7d091bb80167401040062fa008b908ce0803087d0919751a bb011b00200009ffc0b30f123409b8ffc0b3191d3409b8ffc0b2323509b8ffc0 b70c350009c0090209b801bfb610220180220122b8ffc0b3191d3422b8ffc0b6 0f133421ab89182b19102b2b7172f45d2b2b2b2b1afd18e61910f45d18f41aed 1910f45d7218ed003f3c3f3c103c103c10ed01111739872e2b0e7d10c487052e 182b0e7d10c42b180010ed0110c00010ed0110c00010ed0110c03130015d5d5d 712b2b2b2b2b2b2b2b005d015d2b2b0172435c58b50a20160d3f08b8ffe8b716 0d3f09240b3918b8ffe0b213390ab8ffe0400a1339082013391b201339012b2b 2b2b002b012b2b59132115232206151417131336353427262623352115060706 0701230126262726271101af1c272915d5d617080b2234012b3414231cfebb29 feb916281f113203942526202330fe06020d381d0e090f0b252504111e46fcee 0305362f1009080000> <0001000cfe4603f403940032016c40ab0910120b3f0e2b95290213342e166436 8305850602090905120819081a092b141a26092412241a262b38013612351b47 126809680a6919661a631b682c7808790a7919771a741b782c890a8919980098 09971a962bbb00d034e506230909082b2b2c2a2a0a0108021e011319141e1300 2c321e00120a111e12260820191a1a302a0a142a2a0a2c2b2b24090814092b2a 09082b2a1a09040a082c2b2a1a190a090808231312120101000627b8ffc0400e 120b3f272f23391d0f3417171a19b80108401b8f0a01df0af00a02600a700aef 0a030a7d3f094f095f0903097d08b8010e401d2bd60f20010f209f2002208f5f 2c012f2c3f2c022c193334a921a67f182b2b4ef45d724de45d71e4fdf45df45d 5d71fd4e456544e6003f4dfde42b3f3c103c103c121739011112173987082e2b 0e7d10c4870e2e182b7d10c401111239180010ed0110c00010ed0110c00010ed 0110c00010ed0110c00710083c083c3130015d01712b005d012b132115232206 1514171313363534272626233521150606070607010606232226353436333217 163332363737012627262726270c01ab152d2d21dfcd110708222b012a252818 0919fe8b36af513b4c37302139280a1e472441feb70f2119101733039425271d 2745fe3201fa292812090b0d25250418210e3ffc6e8588442c2a33160f3e599f 02b31f2e230c100c00> <0003003dfe4603db03af003b0049005902e540821216509726993603002d105b 02762a765302002a062e06528b20043f374f5b6f377526705b8f048f05831784 188f358a3e83458f4b864f95179518994fb804b905b417b418c934c94bc05bd0 5be05bf05b1b1a201533103514361f5b05a7084a363f1b00160336214a1b0019 431211100f0e0d0c0b0a090913131409088025011225b8ffc0b3140c3f25b8ff c0400b120b3f9f25af25bf250325b8019e400e582b802101129f21af21bf2103 21b8ffc0b3140c3f21b8ffc0b3120b3f21b8019e4012904a014a40140c3f4a40 120b3f4a50140114b80108b608350699430143b80331400c194a0a2f19015019 80190219bd02d200060009034d003c0331400a0607195101512c2c0f4dbe0330 0030001e03300039004d033040181030016f308f309f30033035392e03805401 54251f280128b8ffc0401d171a348f28014f287028c028d028042875205b305b 405ba05bd05b055bb8ffc040160b0c345b0e8f96460146312016010f167016cf 160316b802bd4013993f013f313003500302500301000310030203b8ffc0b319 1d3403b8ffc0b60b0c3403695a5bba01780021010ab189182b2bf62b2b5d7172 ed72fd5d71ed72e4102b71f65d712b72ed7110e4f45d72ed10ed10ed003fed72 3ffde610ed5d713f10ed7210f4ed72102b2b5ded2b2b5d4358b4cf21df21025d 5972f4ed5d2b2b4358b4cf25df25025d5972103c103c11121739111239391112 39011112393912393931304379407a4b573a4524351c1d171801052625323133 313431030641264f262e252a265625541c011c3b1e1c004b354d200042013f20 003d053f1c00502d4d1c00522b5420014418461c015527571c0156571d3a1b1c 011c1b3b004c314a20014b4a3536400243200001003e043c1c014e2f511c0053 295120004517431c00002b2b2b2b103c2b103c103c2b103c103c2b103c2b012b 2b2b2b2b2b2b2b2b2b2b2b2a2b81818181818101725d00715d01710072435c58 400a2e10120b3f351012392eb8fff0b11239002b2b2b59012626353436333217 3332161716151407060623231615140623222706061514161716171617161615 1407062322272635343736373637262635343601220615141716333236353427 26010606151417163332363534272627260135545acda08360c22b0e03060503 0f2b7738c4a544472c1f21301c70ce3d5d6f6a9cfbc1854b0b1135075f342b39 01154a644434504c624533fef82f303a64bdb4ab33349ae1014e29935988c440 050609171a0a0506487080b614263914112007040305090d7052716392573236 1818254209631f311f235e0287767a9e5742727a9f5a42fc8133582530243e7f 483416160406000000> <0001003e000004b0054c001f00c9403a5a015a025a1d5a1e6b016b026b1d6b1e 082f213f214f219805971ba805a61b0702011d1e161f1b102122091f1b0f2123 071823001f02100f0821b802c0401309012b0040170e3f120f001f005000af00 0400b80228b708092217161f2b1eb8ffc0400e170e3f12001e101e5f1ea01e04 1eba0228001602c0b320645d182b10f6f45d4358b9001effc0b20b351eb8ffc0 b20b0f342b2b592be4103cfd3cf45d4358400900400b3500400b0f342b2b592b e410e6003f3c3f3cfd3c2b2b0110c910c93130015d005d011323262726262323 111417163333152135333237363511232207060607231304a10f260b131f6754 bf1b264f2ffdc130562416a35f28344a072610054cfec254243a37fbf47d1f2a 2525342072040c0e136c5c013e00000000> <0001000d000003f3058e003600fa402f38402a350a38600d5d360f250f268038 903804b038c038d038032b0601503860387038903804403801200818291e11b8 030f4011222d291e274a220a291e104a2321291e26b8030e402e2335272e4134 1e35440120273600001d2c04072726261111100a19182409900a01b00a010f0a 700a9f0acf0a040ab802bd40252d0021242e1f2d502d602d702d04802d902d02 b02d01002d102dc02dd02d042d6037a67f182b10f65d5d71723cfd3c10fd5d71 723cfd3c003f3c103c103c3fed3f3c113939f5edfc01f52b2b2b2b3130437940 141a1c050806251b261c05191c0107081a071d1c012b01103c2b2b2b81810171 72005d015d712b2b011136363332161716151114171616331521353332363736 3511342626232206071114161633152135323736363511342626232207272501 4d6f82414e701b130e0a3040fe3e1540320a031f4430316a4a153946fe3a3d23 14180f1f1a152f0e0112058efd627a45565c40aafebc5720181c24242726104e 0144965e2f344ffe1c5e2e1f2424130a3856033d9d481a102370000000> <00020045ffe403b903af000f001d0158404512801501a716b616c501c909c41d d9090612e70a0148094516571585018c09890fd91b071f403235041f430d5d36 9f1f01c615c91a02401f014908102500071725080b1204b8ffc0402b120b3f4f 0401400401d0040140045004600470049004b0040604ec0c40120b3f400c9f0c 020c431e434b182b4e10f4722b4ded5d5d71722b4bb028534bb050515ab10c1e 49b11f0449525a58bd000cffc00004ffc0001fffc0383838594358bc001a0332 000400140332e910e91bbc001a0332000400140332ed10ed59003fed3fed3130 43794036011d12250e2602251c260a250626110f1420001d011a200116091420 0018071a2001130d1020011b03102001150b17200019051720002b2b2b2b012b 2b2b2b2b2b2b2b2b2b8101720171722b2b71015d0143584011750275067a0a7a 0e7a1278167518751c085d595d005d435c5840091c1011391b10113915b8fff0 b10b39002b2b2b59013217161514060623222726353436361722060615141233 3236353427260200d07e6b76cf7fcf7a677dcc53356b429f82617e694703af9e 87af7bfc80a58bad7ef977413f9e7cc8fedea0c3f48c600000> <00010002ffe403fd0394002500dc40350127600d5d36202760277027b0270434 0b371f3a20481f4820051a08134f1e182723214f1e25272308270141071e0844 200b251d08b8014540130a002525191918061d2c0e0e0a0b0a0b0b2120b80167 400e00b001010f0170019f01cf010401b802bd402512191a2412125013901302 80139013b01303001310132013b013c013d01306136026c27f182b4e10f45d71 723c4d10fd3c10fd5d713cfd3c3c103c003f3c10ed3f3c103c103c10ed111239 39f5edfc01f52b2b3130437940101b1c0f111c0f1a1c0010111b101d1c002b01 103c2b8181005d015d2b01111416163332371705233506062322262635113426 2607352111141633323637113426273503630f21161f270efeee2d767c454d71 2c1c37480141593f2b6d4b395a0394fdd59f471c112371c28042598c80019941 321b0125fd9b8050364c02074e37022500> <00010046ffe4034a03af00210182b40804011223b8ffc040732a2d340023430d 5d36170d5705021c135404530553065407581b581c076705760580008021b41b c520d020e000e50509370147015618551c5f236018601c7618721c8a128e1390 119018a601a402af23b301c101c707c719e908e41cea20f4011806024a125712 8b1f8b208023f02307112001bcffe00020ffe0001fffe0b2001d00b803464030 10210160218021020021102120215021602170219021a021b021c021d021e021 f0210d21661ddf0f010fc7162509071db8ffd8b214391db8ffd8403812391d31 030b21cc1f0c014f0c8f0c020c2f100030004000600070009000b000c000e000 09300040000200aa731a831a02501a019f1a011ab8010c4012f0060100061006 2006300640060506432243b9029100182b4e10f472714ded5d7271fd715de471 72ed003fed2b2b3feded7110f45d7172e412393130383838013801715d005d01 7200722b2b435c58b4001018391bb8fff0b613390510103901b8ffc0b2103920 b8ffc0b11039002b2b2b2b012b59017101060623220235340033321615140623 222726262726232207061514163332373637034a25d8839ce80101b487ae312c 3b1e110b23233e643d51a189624e3734015cb5c30106dfd8010e8f4d262f2615 761f1e4a62a1a4fb432e790000> <000100000002d1ecf51b440c5f0f3cf50819080000000000a2e31dc200000000 00000000fff9fe460630058e00000009000100000000000000> <000100000721fe45005700000000000000000001000000000000000000000000 0000001900> <0639011c05c70023038d004c02aa000d01710051031d006402000000038d0049 0239003c063900110400fff90239003d02aa004f0200009102aa003302390014 0400000c040000110400000c0400003d04e3003e0400000d0400004504000002 038d004600> <0000003c0102025602e6032804f604f6067a071e083c091409880a540a800aee 0b860c560daa0eae10a2113a120812e4138c148200> <000100000019005a00030000000000020010002f0041000005cd0f180003000200> ] def FontName currentdict end definefont pop %%EndResource /F9_0 /BAAAAA+TimesNewRomanPSMT 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 0 0 false pdfSetup %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageOrientation: Portrait pdfStartPage 0.0000 0.0000 scale 0 0 612 792 re W %%EndPageSetup [] 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 0.1 w q 0 -0.1 612.1 792.1 re W* q /DeviceRGB {} cs [0 0 0] sc [1 0 0 1 0 0] Tm 0 0 Td 56.8 724.1 Td /F9_0 12 Tf (\001) 8.664 Tj -3 TJm (\002) 5.316 Tj 1 TJm (\003\002) 9.312 Tj 1 TJm (\004) 2.16 Tj -3 TJm (\005) 4.668 Tj -3 TJm (\006\007) 8.316 Tj 1 TJm (\006\005) 7.668 Tj -3 TJm (\010) 3.324 Tj 2 TJm (\011) 9.324 Tj 2 TJm (\012\013) 9.324 Tj 2 TJm (\002) 5.316 Tj -7 TJm (\006\014\010) 10.32 Tj 2 TJm (\013) 3.324 Tj 2 TJm (\002) 5.316 Tj 1 TJm (\015) 3 Tj Q q /DeviceRGB {} cs [0 0 0] sc [1 0 0 1 0 0] Tm 0 0 Td 56.8 696.5 Td /F9_0 12 Tf (\016\017) 7.32 Tj -6 TJm (\006\010) 6.324 Tj 2 TJm (\005) 4.668 Tj -3 TJm (\020) 6 Tj 8 TJm (\004) 2.16 Tj -3 TJm (\017) 3.324 Tj -6 TJm (\006\021\002) 14.316 Tj 1 TJm (\003\022\006\010) 16.32 Tj 2 TJm (\020\017) 9.324 Tj 2 TJm (\002) 5.316 Tj 1 TJm (\003\002) 9.312 Tj 1 TJm (\005) 4.668 Tj -3 TJm (\017) 3.324 Tj -6 TJm (\010) 3.324 Tj 2 TJm (\020\023\015) 15 Tj Q q /DeviceRGB {} cs [0 0 0] sc [1 0 0 1 0 0] Tm 0 0 Td 56.8 668.9 Td /F9_0 12 Tf (\024) 7.32 Tj 2 TJm (\025\002) 11.316 Tj 1 TJm (\003) 3.996 Tj -9 TJm (\002) 5.316 Tj 1 TJm (\004) 2.16 Tj 5 TJm (\005) 4.668 Tj -3 TJm (\006\020\026\017) 18.324 Tj -6 TJm (\006\011) 12.324 Tj 2 TJm (\027\030) 11.316 Tj 1 TJm (\025\006\025\002) 20.316 Tj 1 TJm (\003\002) 9.312 Tj 1 TJm (\015) 3 Tj Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%+ font BAAAAA+TimesNewRomanPSMT %%EOF