]> git.sur5r.net Git - bacula/docs/blob - docs/images/mediacompatibilityoct03.eps
Merge branch 'Branch-5.2' of bsweb:docs into Branch-5.2
[bacula/docs] / docs / images / mediacompatibilityoct03.eps
1 %!PS-Adobe-3.0
2 %%Creator: xpdf/pdftops 3.00
3 %%LanguageLevel: 2
4 %%DocumentSuppliedResources: (atend)
5 %%DocumentMedia: plain 612 792 0 () ()
6 %%BoundingBox: 0 0 612 792
7 %%Pages: 1
8 %%EndComments
9 %%BeginDefaults
10 %%PageMedia: plain
11 %%EndDefaults
12 %%BeginProlog
13 %%BeginResource: procset xpdf 3.00 0
14 /xpdf 75 dict def xpdf begin
15 % PDF special state
16 /pdfDictSize 15 def
17 /pdfSetup {
18   3 1 roll 2 array astore
19   /setpagedevice where {
20     pop 3 dict begin
21       /PageSize exch def
22       /ImagingBBox null def
23       /Policies 1 dict dup begin /PageSize 3 def end def
24       { /Duplex true def } if
25     currentdict end setpagedevice
26   } {
27     pop pop
28   } ifelse
29 } def
30 /pdfStartPage {
31   pdfDictSize dict begin
32   /pdfFill [0] def
33   /pdfStroke [0] def
34   /pdfLastFill false def
35   /pdfLastStroke false def
36   /pdfTextMat [1 0 0 1 0 0] def
37   /pdfFontSize 0 def
38   /pdfCharSpacing 0 def
39   /pdfTextRender 0 def
40   /pdfTextRise 0 def
41   /pdfWordSpacing 0 def
42   /pdfHorizScaling 1 def
43   /pdfTextClipPath [] def
44 } def
45 /pdfEndPage { end } def
46 % separation convention operators
47 /findcmykcustomcolor where {
48   pop
49 }{
50   /findcmykcustomcolor { 5 array astore } def
51 } ifelse
52 /setcustomcolor where {
53   pop
54 }{
55   /setcustomcolor {
56     exch
57     [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
58       0 4 getinterval cvx
59       [ exch /dup load exch { mul exch dup } /forall load
60         /pop load dup ] cvx
61     ] setcolorspace setcolor
62   } def
63 } ifelse
64 /customcolorimage where {
65   pop
66 }{
67   /customcolorimage {
68     gsave
69     [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
70       0 4 getinterval
71       [ exch /dup load exch { mul exch dup } /forall load
72         /pop load dup ] cvx
73     ] setcolorspace
74     10 dict begin
75       /ImageType 1 def
76       /DataSource exch def
77       /ImageMatrix exch def
78       /BitsPerComponent exch def
79       /Height exch def
80       /Width exch def
81       /Decode [1 0] def
82     currentdict end
83     image
84     grestore
85   } def
86 } ifelse
87 % PDF color state
88 /sCol {
89   pdfLastStroke not {
90     pdfStroke aload length
91     dup 1 eq {
92       pop setgray
93     }{
94       dup 3 eq {
95         pop setrgbcolor
96       }{
97         4 eq {
98           setcmykcolor
99         }{
100           findcmykcustomcolor exch setcustomcolor
101         } ifelse
102       } ifelse
103     } ifelse
104     /pdfLastStroke true def /pdfLastFill false def
105   } if
106 } def
107 /fCol {
108   pdfLastFill not {
109     pdfFill aload length
110     dup 1 eq {
111       pop setgray
112     }{
113       dup 3 eq {
114         pop setrgbcolor
115       }{
116         4 eq {
117           setcmykcolor
118         }{
119           findcmykcustomcolor exch setcustomcolor
120         } ifelse
121       } ifelse
122     } ifelse
123     /pdfLastFill true def /pdfLastStroke false def
124   } if
125 } def
126 % build a font
127 /pdfMakeFont {
128   4 3 roll findfont
129   4 2 roll matrix scale makefont
130   dup length dict begin
131     { 1 index /FID ne { def } { pop pop } ifelse } forall
132     /Encoding exch def
133     currentdict
134   end
135   definefont pop
136 } def
137 /pdfMakeFont16 {
138   exch findfont
139   dup length dict begin
140     { 1 index /FID ne { def } { pop pop } ifelse } forall
141     /WMode exch def
142     currentdict
143   end
144   definefont pop
145 } def
146 /pdfMakeFont16L3 {
147   1 index /CIDFont resourcestatus {
148     pop pop 1 index /CIDFont findresource /CIDFontType known
149   } {
150     false
151   } ifelse
152   {
153     0 eq { /Identity-H } { /Identity-V } ifelse
154     exch 1 array astore composefont pop
155   } {
156     pdfMakeFont16
157   } ifelse
158 } def
159 % graphics state operators
160 /q { gsave pdfDictSize dict begin } def
161 /Q { end grestore } def
162 /cm { concat } def
163 /d { setdash } def
164 /i { setflat } def
165 /j { setlinejoin } def
166 /J { setlinecap } def
167 /M { setmiterlimit } def
168 /w { setlinewidth } def
169 % color operators
170 /g { dup 1 array astore /pdfFill exch def setgray
171      /pdfLastFill true def /pdfLastStroke false def } def
172 /G { dup 1 array astore /pdfStroke exch def setgray
173      /pdfLastStroke true def /pdfLastFill false def } def
174 /rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
175       /pdfLastFill true def /pdfLastStroke false def } def
176 /RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
177       /pdfLastStroke true def /pdfLastFill false def } def
178 /k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
179      /pdfLastFill true def /pdfLastStroke false def } def
180 /K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
181      /pdfLastStroke true def /pdfLastFill false def } def
182 /ck { 6 copy 6 array astore /pdfFill exch def
183       findcmykcustomcolor exch setcustomcolor
184       /pdfLastFill true def /pdfLastStroke false def } def
185 /CK { 6 copy 6 array astore /pdfStroke exch def
186       findcmykcustomcolor exch setcustomcolor
187       /pdfLastStroke true def /pdfLastFill false def } def
188 % path segment operators
189 /m { moveto } def
190 /l { lineto } def
191 /c { curveto } def
192 /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
193       neg 0 rlineto closepath } def
194 /h { closepath } def
195 % path painting operators
196 /S { sCol stroke } def
197 /Sf { fCol stroke } def
198 /f { fCol fill } def
199 /f* { fCol eofill } def
200 % clipping operators
201 /W { clip newpath } def
202 /W* { eoclip newpath } def
203 % text state operators
204 /Tc { /pdfCharSpacing exch def } def
205 /Tf { dup /pdfFontSize exch def
206       dup pdfHorizScaling mul exch matrix scale
207       pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
208       exch findfont exch makefont setfont } def
209 /Tr { /pdfTextRender exch def } def
210 /Ts { /pdfTextRise exch def } def
211 /Tw { /pdfWordSpacing exch def } def
212 /Tz { /pdfHorizScaling exch def } def
213 % text positioning operators
214 /Td { pdfTextMat transform moveto } def
215 /Tm { /pdfTextMat exch def } def
216 % text string operators
217 /cshow where {
218   pop
219   /cshow2 {
220     dup {
221       pop pop
222       1 string dup 0 3 index put 3 index exec
223     } exch cshow
224     pop pop
225   } def
226 }{
227   /cshow2 {
228     currentfont /FontType get 0 eq {
229       0 2 2 index length 1 sub {
230         2 copy get exch 1 add 2 index exch get
231         2 copy exch 256 mul add
232         2 string dup 0 6 5 roll put dup 1 5 4 roll put
233         3 index exec
234       } for
235     } {
236       dup {
237         1 string dup 0 3 index put 3 index exec
238       } forall
239     } ifelse
240     pop pop
241   } def
242 } ifelse
243 /awcp {
244   exch {
245     false charpath
246     5 index 5 index rmoveto
247     6 index eq { 7 index 7 index rmoveto } if
248   } exch cshow2
249   6 {pop} repeat
250 } def
251 /Tj {
252   fCol
253   1 index stringwidth pdfTextMat idtransform pop
254   sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
255   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
256   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
257   pdfTextMat dtransform
258   6 5 roll Tj1
259 } def
260 /Tj16 {
261   fCol
262   2 index stringwidth pdfTextMat idtransform pop
263   sub exch div
264   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
265   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
266   pdfTextMat dtransform
267   6 5 roll Tj1
268 } def
269 /Tj16V {
270   fCol
271   2 index stringwidth pdfTextMat idtransform exch pop
272   sub exch div
273   0 pdfWordSpacing pdfTextMat dtransform 32
274   4 3 roll pdfCharSpacing add 0 exch
275   pdfTextMat dtransform
276   6 5 roll Tj1
277 } def
278 /Tj1 {
279   0 pdfTextRise pdfTextMat dtransform rmoveto
280   currentpoint 8 2 roll
281   pdfTextRender 1 and 0 eq {
282     6 copy awidthshow
283   } if
284   pdfTextRender 3 and dup 1 eq exch 2 eq or {
285     7 index 7 index moveto
286     6 copy
287     currentfont /FontType get 3 eq { fCol } { sCol } ifelse
288     false awcp currentpoint stroke moveto
289   } if
290   pdfTextRender 4 and 0 ne {
291     8 6 roll moveto
292     false awcp
293     /pdfTextClipPath [ pdfTextClipPath aload pop
294       {/moveto cvx}
295       {/lineto cvx}
296       {/curveto cvx}
297       {/closepath cvx}
298     pathforall ] def
299     currentpoint newpath moveto
300   } {
301     8 {pop} repeat
302   } ifelse
303   0 pdfTextRise neg pdfTextMat dtransform rmoveto
304 } def
305 /TJm { pdfFontSize 0.001 mul mul neg 0
306        pdfTextMat dtransform rmoveto } def
307 /TJmV { pdfFontSize 0.001 mul mul neg 0 exch
308         pdfTextMat dtransform rmoveto } def
309 /Tclip { pdfTextClipPath cvx exec clip newpath
310          /pdfTextClipPath [] def } def
311 % Level 2 image operators
312 /pdfImBuf 100 string def
313 /pdfIm {
314   image
315   { currentfile pdfImBuf readline
316     not { pop exit } if
317     (%-EOD-) eq { exit } if } loop
318 } def
319 /pdfImSep {
320   findcmykcustomcolor exch
321   dup /Width get /pdfImBuf1 exch string def
322   dup /Decode get aload pop 1 index sub /pdfImDecodeRange exch def
323   /pdfImDecodeLow exch def
324   begin Width Height BitsPerComponent ImageMatrix DataSource end
325   /pdfImData exch def
326   { pdfImData pdfImBuf1 readstring pop
327     0 1 2 index length 1 sub {
328       1 index exch 2 copy get
329       pdfImDecodeRange mul 255 div pdfImDecodeLow add round cvi
330       255 exch sub put
331     } for }
332   6 5 roll customcolorimage
333   { currentfile pdfImBuf readline
334     not { pop exit } if
335     (%-EOD-) eq { exit } if } loop
336 } def
337 /pdfImM {
338   fCol imagemask
339   { currentfile pdfImBuf readline
340     not { pop exit } if
341     (%-EOD-) eq { exit } if } loop
342 } def
343 end
344 %%EndResource
345 %%EndProlog
346 %%BeginSetup
347 xpdf begin
348 %%BeginResource: font NEMBPK+Humanist777BT-BoldB
349 %!FontType1-1.0: NEMBPK+Humanist777BT-BoldB2.0-1.0
350 12 dict begin
351 /FontInfo 10 dict dup begin
352 /version (2.0-1.0) readonly def
353 /Notice (Copyright 1990 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
354 /FullName (Humanist 777 Bold) readonly def
355 /FamilyName (Humanist 777) readonly def
356 /Weight (Bold) readonly def
357 /isFixedPitch false def
358 /ItalicAngle 0 def
359 /UnderlinePosition -104 def
360 /UnderlineThickness 75 def
361 end readonly def
362 /FontName /NEMBPK+Humanist777BT-BoldB def
363 /PaintType 0 def
364 /FontType 1 def
365 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
366 /FontBBox [-143 -236 1273 980] readonly def
367 /StrokeWidth 0 def
368 /Encoding StandardEncoding def
369 currentdict end
370 currentfile eexec
371 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
372 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
373 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
374 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
375 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
376 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
377 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
378 CE16D9AA769776E565B004BF14A5A96E4EEFFF52ED98F99D53BB9D1566EEEE92
379 F09DA6E7ACB610B569B575946C00FF1043D04A35B939F9CB95EF4095F3FEC471
380 74CA2689FF3133253ABCA9EE7279A5AC55293A69CB5DBC5EA467B9F51A4930DA
381 F61EC4511657DF754DCB2D5C75307C5D2E4CFC7BC9BB3E25F49092659DBD7149
382 F1E9A703B290F8BC2A154B3E7E2D2058C6BC260A650ED4E5830E8552BE296AB6
383 90A08584721E76027801038FDBA2BE53583EC57CB49053B0542F3BF2B79A7845
384 672A5D4AB3720479712E637D683FFECC93F10142AC42256BF0FD0764DE64F039
385 99C90A5AD728AF55A0993B8923C7E624E5E957E2DAF69CED7F35C8C7F9EC3C31
386 EC8429F93110587B27296A270F25C6EB2D5E616C408FA0CDD61EDE0D68C35B2D
387 471F1C6ABCB417032CA8665BCE2275EDF1AB1335C43DA7CE84305BA405C8FEB5
388 AE581FC0111299ABD10FCFA5DBEF2071D15BF80DED32E5D6A9771F6929D0BD32
389 C022EA5AE88EAAD3BFD43380D5FFB6C1B303B0045F9F19EADF74D635524F30FF
390 4FCD45F9486ADB0A4E6B030660C52A7AAB5ED728EBE6214947E851E0596CDD91
391 5C6F0C6F704C144E810B66DD98C82E82E284826475F6776FA7D711E71CC95DB0
392 3788BBBDAC2CAB7D8F5C60E0770F6E2EC33E1FDE77CA5B1DFC5F956DE2F26847
393 C6AAC4DA3F8AF7417CF745C2DD6A8FD336FBA7A376CC29879E8F2579E5B3A08E
394 CEAAE5351D4D1A78AE9E9BB9F7C1CD38C6A8D58D8A37F3B650EE229D5D858C47
395 74A063D9313233D01A78A9B71E867F900B3E12FEC24D784E069E5F6D2F4766B6
396 A0E222EE5871DDB7F75E203F53B32027946175B3C8FC5D110F63A6757A5A9573
397 D8AEFD69D3603806C889AAAA528185008638B5A818AA6C492D46E4875F1A3C5E
398 C3CCD7D7A2541A029D864B89C1E88A8A13B76B91747551599B1CA1AA2BBAB7CA
399 C2B726FB1F96CF5D10929F4EBBF34E5395EA6204F040BFF7A22AE772A04DE2FD
400 D1CB8E0E70D315777EB9E477E9415A592926215FBEDD744A049F61EC807282DB
401 223FFF344FA5F208EFEFA2EA7BB499AD1F3057F9AA901642AED53902711579F8
402 1B699D09E40F4D3F106681B967138F3FFCF131CA698B995CFD1839B9A812458F
403 420F581DE3C459EB7CD1B6BED910A661E49B2BC03306C5A6EE2B8231926F6CE8
404 D4EAC9D57E8D2390EE3F73DEB49D2B1E714A5A22E1D6908E6FC105FCD0B06943
405 106F32810F297930628B64C40294172EC6067ADBB35E46A56E605F5E157AF112
406 6CA322D28AE35401B93A46D524ECE3ABF37D2635503822E28A0328B7757D11D3
407 5CF496CA0CF0391B04FFBE2A1DFFEC0F10FA595ED18726A357F515D6B2068C62
408 C44C6FC95E7893CB709750DBDDC255ACA716FF2FF6490523F89C44C35D8F2C80
409 F20B01A4F861C22680C6EDE1BD64E48F3424ED06F3C1E8DCD47CB613D3E8E18C
410 5F647B0FE92E75761A6473C45D4151A8B938E51E1597F9DB6184B37746B015BA
411 326B30714BB92CCE24FCBA3FAF17502213ADE0FF82C1B97EA795D2D37D394374
412 2A0F38DCC6D7D8F1295D38686477820A71B1004DD7536C71915ADCB89ED8FA6A
413 5C9C2BEF13EF2124A5FFD011E4DF60EB878BF703BC79A32133F79A1E65041A96
414 0ED2A6BC603917F0E83CC89FB9D9DC72B74651C10CFCCADA8139662777EF5B7E
415 A0F4792017759564CEC4670859A9B02D6024BEB0A5A8CFC854ADE76A5DBD16AB
416 516F5E67E586BF9D8F62CA842A916AE2ABE0052B21A822C7E4F9CE0474D4D796
417 8398F1BFADC4CF4B7CB0F27507303FA88E401000A8BCD1ECC198ADC7A1AFA0D3
418 DF90D6ED07778DAB566587786793CB722FB8C6C180961B98D69152C611FFAB37
419 5B94EC5CAD2885BCDC94D8E235D994BFF40A1B270954BB2C7C82F30C705CCCCB
420 ED206DBBEB12946A325B78A053A6E0B998C7F394BB900C2289499D5A1D80AF77
421 301D6520D2B6D032A5A81D51AEAFD606813BC1CA04F4E9524E5ED0326A51CE42
422 94351DA764DB2B8FA35E1DD6F2A1D8275A09A8C9406BFC226EA57823C286BD51
423 F8FD4271D1F34F8CE676553CFF86D8AD86DC6F2CCD64A3603036F7FEE5DA1AB7
424 5A806BBCF35BF1DC8B135BB9A3BB4132659AC5E8DA2D4962EAD7C30C7335E29B
425 A4DD41390DB89B077774ED49257D40D3C2A40EC0C570E7B67F4DE6E003128DE3
426 C9E567857D5813969B20E486DBE1F376E6C582B5627D61CF046194607BA33743
427 367F31BDFE6576B7B9270D8F812D8C1FCB4B704E2C81144BCC89F90F79C5433D
428 A196B3B47CD4CA87099BCCD82197EE59A3981B3FFDCFE9850B8FB273D5C2E5D2
429 370AAFF8CF57F2B25AF98EB9303E60417138D2201B9D3327AE81878ACB29AEAB
430 789B47100DAE38C21C308E079A464746A2B42CE48520C81D357E1F83B5776C63
431 19570654FDECA04DCEF1B56F9846FF145D3F8F8B5CCE67B88F6160629582FB89
432 FE660DA4B5FE3510D8A003BE768332796E9C14B9FBB1C8FE95A84328F97470DB
433 61267EE5CF1570A889B87CE539CBA31BCF9E7B260D03DB381A608DF7B1822E0B
434 1698FD39D59B6D3C7EEF54DE744B9E5CA25D73D257DC92547A073AC4B7B82F88
435 F809A0EF635E56C779B2256CDA78CDD7D188E4FE5B8C2F92F9A32FA39993BD2B
436 9E25B44B04A439734F0C5EC006E0946ED619E4408E3F35D633561563324CC953
437 E243411D93DBC2F69408174C68027665BD4A91D39EC7A19FA28DF671A6EBA2B4
438 3E0CA7609F422343C824D46DDB6A411E66F961D8594524BFC8AEC500990CF805
439 4D09D48F66E2CA2F7B4CB6B7CF3989CC62146E0ABFCA8A1D51E95716EC302C8E
440 233FC92AD3E853B9FBC3C31D10EFEDFAAC03178ED0FC1708CF2087B5041EF4B6
441 9216E7CB1BAD02A88D3CD4DE3544D4882D8990407A9E6BBEA05B5370A21084E2
442 E946D6B6599627941AEE6DE3806CB6FCE3C99DAE221CD418ABA89DFBB30C72B2
443 83CFE1351309DB6B2A1D35CE0896840F423CDAA165B6D5763DFE51D28F04B093
444 62752259FCB2BA987ADCA162AA9392A663FB46471C85C4A4B892A2E3D1C3DF69
445 D9DEF281BD4660374D5EDCF0BB35AE8EC0C5AB25F73EB9029AD8ACA56835308B
446 2A0B636B06481FCB6499153D96360E03B7DCC137EE01CA101DDE219D372F4815
447 66A18927CB3CD1478628934DF19964C1D3B90C21160E4CD9B3A3487C87D297C8
448 45C0FD5871FEF7183EA305779653675E75633112893857E7CFEC2F8F89DDF9BE
449 724D3C4D89C89340B1DB1666F59E45079C8C4E2BEB0B97516648C4090C87ACC8
450 9981E59CFC5267ED9217914589F135094CD1592BC45EF58E7E124378B76DF05B
451 5AB27768D391BCEC93C5C6CA544636E72B82B7A1CB362F346531176CE0F78CEA
452 A4F529C2E69957696DC1FB923E7019300A9DFAEE64A2F82FD38DF5F69138DAED
453 F12CC572DA6940B4A6BEAAB5FBDB1D3B1502A9DDA5D7A39ED6F5BF1F97AC4E7E
454 6B6011AFBFD8847F9F76D9DB2590BD86ADD904571F0B2DD208721D5EF832038C
455 52DC7CEB7D424C10A1187F8F15FAFF5EEAB0A35333AD09228BD81D837B0486A1
456 197DEA11732D5E85BC52C458AF8FCDD88752CB5B78AB399A59F8947EA9591405
457 B34F8C151A0BC02653F761962A0DF410FDDBBFA21EEB9DA70493C644A8F82692
458 3B393DA31DA8D67EA6CAF6889E25FBC4591164EFC9396D6FB0136D55057E11F9
459 CE5A4F9B7E17E6F08718DC9D9A4461DF3F01ABEB84441C4B16490303B0D88B27
460 EEB6100A2E993398F29281544621D44F35E581851986B10DE3024CF8B2CA2346
461 DFE987F62FE8BA7305A7350FEDA53C5FA6BD9B351EC014F6EB88166D6D6F21E8
462 CC7B11314799403643AC1AF7191A425195FB52129032903B05EC937C6D3FB28D
463 708FA8DB1616AC9A3C16FBD0A4E97E1A88CE3699D57572945608E186BB0120D3
464 FBD76018F4FEF98BF04E640EB77816C711D698DAB0AD724C30A45D1B505C0F01
465 6002D0682D90081DF2AD5B322EBFA298E9F710B6901946EAA693CC64763F10FA
466 B70D92746DA38B79AA178C2F24EC972E5AE453D7AD019E1DAB6E064F6A76FF77
467 43D896A56F855855E34DF1151C6149B7A63CA13F4738F0088B45B5DB26D6A716
468 EBAC1BA32BBB1AF7C9F0FCDA91883DDE8D7AF12920E53D382E649EDA13BCF09F
469 F3CC2A86BB6D7ADA572AD9437021BB353616974BB8E21E91AE5205C9F3DE6F46
470 5B72F7C2AF53B9D58FD12CB8271FB876918C1452EA1D67A58FA15B6152208216
471 A53629311DAECD45EA0A1634DD65FCC4AA9836E220C042397F913CB76B7CCA37
472 02243554EAAE55B17112E3C7A1D70DAA2167F52ABB2412E515928450F3B3092A
473 71E528143C6D81526E121FCFD72C5A0041439E075BD1D1523048A1E1B2EE2480
474 7A205E7D48D6E58FDF451459D785AE56799FC5465A1027A249A774192C337428
475 A701A6B4E802BE4041199FD5BC75B12CBB85D5AE6874CBD75711D02BBB0DBCAF
476 FE6B71FC3416FEF882AECF3F3171F01CC1A2810760D8752751E84157CCE273FF
477 B932FA68AC7A148ABFB7D53AAE7AFB8FDB01F35F09A6F12DDB47E0436B1DABD7
478 2E13B558F388D84716CE9A593B62BD1D440B84DDA90306051B3DCED4EE2D8279
479 9F0FE6803A555ECFA91A4B17650B0F65FFA1D81558D10D4065B115B51C29F420
480 6723906498DCCC5AC701AC7BAF067769C8D4F192030EBF2B5E7C9DD54B660D8B
481 004E08945CC80AC2438818559501D4FC41F0A191B71979C49E1A20E365EFB919
482 E5989835A35113B868B576DA2DB6DDB3E880A41699E5690A875CEBFEA2B992FD
483 7F8B7AB74B7CEC540824261B35DC5D9C84406B2019F795EEC2194EF5F9870409
484 22F1445E842587DD41CAB8D7950D546DA7E38BEEA653367BEF1D2F054931CD33
485 4A64FA2898D80EF9114E04A8AA245B1166A81A25D76D02B37657FAAB27590417
486 B14FECDB39BA686FDC22BB220D3E2514456D279A182D17A9C1B1A660626F8531
487 957F123DFDDAFEE11C0480F473E7F0078A6C4526C58FA8B6CE8606BB949567BA
488 EFB8DD6989D6A222A8917496CA0D626C8E6A43C057ECCEC9C68A120B02331C73
489 F0FE5DC5D42B5370C23A6534AC9A83EC99847E27B35810EA5F993D5535EA633E
490 7786F5D020879EE94B29580D31A25E637B12BF1CFFFDDA97EDC5952B45B52F57
491 F196041FC83000547C5679DA741E35D3FE9C24E83C286715A9C5FDC848E9F2B1
492 3723434A7FB831C015610EB6E7872B755CED4581D41FB75DBCB92586201839DC
493 47FA1C5AABEA43094D910F0CAE2936C92B7260614565A41AC3556B48F6E039CA
494 79DDB038F4148EA769517B51C2BC1155474CBCBCF31D65FDA45DE37BC80B40A3
495 492BFFD4800BEC0A25E5A7383E8B3C262617B3B8BE8DA724CC755FBA6674D3FE
496 5B9677FC9EC06B9180000BD79E066BE02D74D2441B5FC6BC5FD4289FFF2AE355
497 3D4D2C49DD18B06EDF8D2CA631B96EA24AF6A592E835700215BFF97FEDD1AB49
498 4091B1659E2A5CD848F074E1D94C1C9DD2840007AE91C73A8F30DC1091C0C453
499 53C9EAB4E7D62003673423EC4CB3CFBCC3E9C8730F8F2FD0A4A1FB815440AEE3
500 F8A51F0A52F6C215382E8AD2FEB97182E8C6F91EB7AF8A4DAA8A2A41C4A87F15
501 C6C861905579EA14BED73F05330D30AC0023776420FAC9D8121F0818FE5AB668
502 F9B419AAF7AC2DF7D8DAC10274650F273934C8F9DA70F1E2F461BAB08EBBC065
503 3FFE5D2A0FEB9ABB22F6687F45916D9549216C33D9412D42B86483D5333634EB
504 C3D3A1280DC20F1D6AC422334911CFFAA1D0FD6A1186242692041C4FE971BA6E
505 30B3AD18C952B49A074D9554FE32BD34F90D778E0CB46A47315CC1132488C9AA
506 89E5933B3ACEA23A9EB054CF189FA956D6CED9B7BA2013DCFC
507 0000000000000000000000000000000000000000000000000000000000000000
508 0000000000000000000000000000000000000000000000000000000000000000
509 0000000000000000000000000000000000000000000000000000000000000000
510 0000000000000000000000000000000000000000000000000000000000000000
511 0000000000000000000000000000000000000000000000000000000000000000
512 0000000000000000000000000000000000000000000000000000000000000000
513 0000000000000000000000000000000000000000000000000000000000000000
514 0000000000000000000000000000000000000000000000000000000000000000
515 cleartomark
516 %%EndResource
517 /F16_0 /NEMBPK+Humanist777BT-BoldB 1 1
518 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
519   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
520   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
521   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
522   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
523   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
524   /zero/one/two/three/four/five/six/seven
525   /eight/nine/colon/semicolon/less/equal/greater/question
526   /at/A/B/C/D/E/F/G
527   /H/I/J/K/L/M/N/O
528   /P/Q/R/S/T/U/V/W
529   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
530   /grave/a/b/c/d/e/f/g
531   /h/i/j/k/l/m/n/o
532   /p/q/r/s/t/u/v/w
533   /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
534   /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
535   /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
536   /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
537   /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
538   /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
539   /registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
540   /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
541   /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
542   /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
543   /guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe
544   /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
545   /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
546   /daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute
547   /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
548   /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
549   /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron]
550 pdfMakeFont
551 %%BeginResource: font NEMBIB+Humanist777BT-BoldCondensedB
552 %!FontType1-1.0: NEMBIB+Humanist777BT-BoldCondensedB003.001
553 12 dict begin
554 /FontInfo 10 dict dup begin
555 /version (003.001) readonly def
556 /Notice (Copyright 1990-1993 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
557 /FullName (Humanist 777 Bold Condensed) readonly def
558 /FamilyName (Humanist 777) readonly def
559 /Weight (Bold) readonly def
560 /isFixedPitch false def
561 /ItalicAngle 0 def
562 /UnderlinePosition -109 def
563 /UnderlineThickness 71 def
564 end readonly def
565 /FontName /NEMBIB+Humanist777BT-BoldCondensedB def
566 /PaintType 0 def
567 /FontType 1 def
568 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
569 /FontBBox [-141 -236 1100 978] readonly def
570 /StrokeWidth 0 def
571 /Encoding StandardEncoding def
572 currentdict end
573 currentfile eexec
574 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
575 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
576 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
577 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
578 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
579 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
580 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
581 CBEA3C3A3F57F49682BBA8F9174181938A5853918A833ED54FABE515876EB5AE
582 6B70B34C33FCE9125F23512671A486963C6211FB3A68922588538B40689CD5D9
583 6498EEAEB67933519D08A54E017B0320DD3B0C696C8AE57262815A38C293110C
584 B3F5F2BA468D4E1E4A2735A4C6C34F45F2077D704892FC1425C245ABA3BEBF3D
585 8F3DCEE4ED2A964F1E8A6678347725CADF48EDF10DCB51019E6050BA71D1E43D
586 457E0D3397E12657E2EA5A8D3E037802F8F2582FE2C84703926E7393042ABDE9
587 E0639567F2FB44720F6C6455537B9BF6A3CFE8EBDD7BC797528EAA50F71F1C40
588 660FBE03A31B88E9C4E90F6C57A593B7A6F65B497F467B4A48B80114B9F7C9DE
589 5F71861EEADB9889944DF1FA4560971E6BC9C5FAE6D2997241ADD75E76499B0E
590 CA3C6CBECCA4D547DD26E6285DA6F05C0907690A59904F98E37343D5FD466FFA
591 76C30C1844057EF77D59DFAD947EF91263BFB2F70D0CD7E462659E337975AF41
592 16B5961E29A77E9AD7745AF6A66FD904FBCD5C3D59B97CB315B00271532452C0
593 626587E6BA5E73369738DB56E40B96CAB5D07DCCB7BEAA83AE2BD819A32EB9C0
594 203EBBD4B588A5294EAD437792B150BA7FF3499C2DADF246EC4964843FAFBA2B
595 D34B2C5C0C834AD31E05F9D034828015B4A08439C64165EFF9B8BC9CB2579F3F
596 C7A2440D44FBD068C2697DF726DF34BEB4EF4E971024B7392F82D1AAEC201225
597 3FA79D41E5E4D6B82FFD7002B6A9044507C3E180125694DD14FB5DAC79D45921
598 E4DF188A0C24B7DB7C9A607DD95ABE15A0762AD51C599CFF59836E2DDA34362B
599 F2506CF87DE5B19DFDFF827DD966EF46BA2168D8E531504F0057EBD9CDB3A0D3
600 E34071A60C5CF453E9D71B3020A61BA8C6DFC1E9E05F00AFD87CCFF261C79D95
601 DF4C31CC4196A6395B70F3564CE46071239629C00477223BEAC3E8C7907CD85F
602 F1E14F560B37118AC7B256DBF48E58C58F98D67DC5A9844B808A36635F2C1D45
603 06A189FE6DF6994A91B8E0A35FC32A30734D02A5C8AD62EF8198E4B99C5DAC6D
604 BDD7CECF4A82838157CF385707C3E165D74E95AFB82534262061B880F08505ED
605 A78CD24E35D37DB516BF5BECF4BE11DF8E1826A471D92E71C9032CEBAC7952A2
606 C3100414E940ED5193BF86D308462C1B9047FABC4C1DD2B7FA24CD68E860F589
607 9BB06CD605A56D9EF3535DFE9BC57874DF581056EFC90232236B18E82D6DFB9A
608 971A6B73CB2757854764A7FFFC7C557221142F52B4412FE01162051BFA4ED5D6
609 BE61ED116A3FFF56EBE165B72DE2219D153BE570AAB6ADCF8E8A963EA320E9E1
610 4B02BEA67821B23FFF03A30D436285E42E41341D1A0F1FD2F928F50BA785289A
611 7E99263E51972E49D9F9645D2BB82E33DD959962A5FFC015C5B2A764454B5EC4
612 B093F28FFBA53098C8BAA1CC1F2B24630B0C2C4EB4DF469829CD1F0384AD0809
613 DEC7D242D73F015ECBBA937F187963E63D9EDDD673D57E9C194B1F83826CDE02
614 54134D47E621B1908F943A3415ABC792F996AF5993F3A99E14F26AAEC3DB6CCF
615 2C06467A646E4EFA21BC7941A0F1B06962CF12D1F0B4A77B58EBFA416C3849B6
616 B027E1F350115EE18541C982D209B987B2E66B6AC178B5625820E1DCE9C3103A
617 3689412AB935354D0EA4FA8BF7736E23773C8B8E3DD9EF3AD04064F165D7D26F
618 E47A7BEB61F3591789B0E44C598419B3970EE909BF2D05E372CC6809C04D8ADB
619 F6204DC992BC93985E61F631FECFCDFB757D17FA4AA83E112F324B19C9EB7AC2
620 30B8E8E21C76149FFAE74EA45BFD824C41390893F80D165EF18B6011F8C66AEB
621 45C25840B1544DAABD2EE04E085863AA38C3ABF7249C7DAF50C57A16A28E3C47
622 4D123FE406CA152130EC9C5506DFF31BF50DC92F32AD7114FE1EB8B9EC18ACAD
623 5F09A81E533CBAA2B0D9BCBA00D973966C7E56E5F1DC805908A08F28D8ECC6C2
624 6BF84BCB37EFB589D83CE8775ECE051A02946ECB759F53F5D1CF1C2B863FC27F
625 70D6E43AAFA730A1BB69B6FAE7FE7045390B4FA5F79086356D2A24FF1D462C92
626 8C6BDD65139690F147CFA0A18AA9B48EFE1870B0A8E9B15DB7D906300D1B79FB
627 02E7F2893687B5564930186B194864D72ABD2D473EF4774B574265EF05039A23
628 5007ECB6C4C0CE207825A1CAD87A3DDCC5C2F06CB225CDFFC3B287ED3240945D
629 AC3C07879D19604A0198AA337C3EAF16D2FDB07793E56EC7B53469673395A073
630 0D6EF12A2A544110CF76186D9CCAFC827658FE867E9D484FD912CFD19BDB66A0
631 038EA68C726E9E59BD1D23F1F6F4F6E99EFA535B59E5E144D14D03A422118720
632 17D73E81A6119F651C90A689E080B42B9772EB7002F3DF7EF834D764D69CD8E5
633 FF09FFF1796F90590CAF4A530FEA8D3ABCDE3AB407E372F9AE63A738BC2C3218
634 9599718CCC8E66ACB06F537A1C1723752DD8DE2A1AAD998551E761FD4C220FD6
635 C0EEA48E2FC037CC5CB5C032946C13AD4F939F3055B489E33A7BA21E2A329D02
636 CC3332E834FA0433F00F61D35B17946C6D7D9A83D32EAE742C127CF7DFD12678
637 46274EBAB9C2D0390F6CA7683B9851AB294F5C53CFDE127990559F8417F453C8
638 651E37300761093FAE3685A923368A74065A288BE0E8E7A1AAF27BC86BFFA031
639 3AA9701C2EA4CF542A98A4DD1E0054582556B70C4CF4FABF9C4602CFA5A3BA4C
640 F5211B4B10BA8A6A0995DE814956165D8F2BD0AD5ADA42304E30C410F68C7503
641 B30A1ABF5361A174EBF55F6D8FEE79B63D91265EB8F4855F78B6F17078430EC6
642 47048896FDABDE7812A52B9121D3F3831F55E4DDF66B1F971262D11AA86BAAE2
643 5F1E7EA84DF5E92B97F146123A94555D18B6FC433384CE6812CF67F882257080
644 160F92F2C043AE9404C85FBAC7F874AE30802BC0AFC3793E53872A973CD01AF6
645 297654B07638C629243C5E4E6C9EB263D1934D5EA78B4BAEC5817AD02414FE29
646 4932743E83AF94C6EB9BD1AD79A5F3FFE974290D19B47DBC95B30B7515133AC7
647 B75D097007949410408F220C0D237A85D64844D2EDA11547EA7142138530AA35
648 6A75D4047B26CBD9D7F70E28807B8BB944F4C44324C0C52E2DE14B24C4E7DCBE
649 35E37BAE4DE7D68DB6BACE6EB59DBC297596E5B8096A9879B4AE2D4D569285F0
650 7A23EFCB6FCF92BCCDF2A00DA909E94F4DB17598E74FA4629F1898E114C28F2A
651 9AE6D11AAE622D41D9600D2D89F8B5613BE169A7FF91BC18079F19B24C8536A4
652 97BC1D8766EDB8E19E9C7D77CB03BBC1E8E24AAAF5190FDB08858CAFDCEB75AD
653 2F95C9292A8359056C359F475C3771D6AFAABA4C014A64F7818E4B4463AD16A7
654 7CCCE9446B60B71F55CFB86BC1C3D223C2E6FFFEDBAABD2F73B2929BAB284DA9
655 E54B4E5FCDEDCEFAEF9584BC30754EDD318C645AB07C8374EA566ACD9BED62D1
656 EA8CCDCF0D5ECB472B20EF86BD15F0CFB7A5AEFC4DFDC7ED16F8A6A88E4C47F8
657 BE77BECEC03F7910D84D09041683FB522461D474BBF58D5C278AABCF296CA850
658 FD99FA29647510FB17BA2126EAC217E4603446314FDD48CF0DF18FA80F4309AA
659 E122A001A1A2932EE3C4F824D936EE86FB4B6F88D9968A3E2DAAA038499AE068
660 D233536FD0B2C2B2E3892230A60EF61E0DB61EBA6049A38825DF6874F0D402E5
661 EEC8BE9A912E59C4D23E816F980FFF2D62F1CA667057F21CFE991EF12834080E
662 C300FC2839CFC9C0CD77C8E5CADA44D13E6FCA4ECBDC1492FE33607C546E4087
663 714C2AE8286CFA1C5862F0523E6EEB73F315471C6DD17DAA163898A8BD47248C
664 D5948100FF057DC9BEBB2A1C6A9756350B80BB8A8EB3FF87B289D2BA0BAFAC30
665 C26BA7008DED963C97EC089656F463A6BD214B6DC76C20A3C3814915972B6CF3
666 DFE8CEEDFA24AD78D3A19F653E1C5ADECB380577F9D72D816B677ECF2A0ED196
667 FC06E1A7594F882B66DC83B916CC37F77D04A1E63CEA0C7A3FDA9351311AAE2F
668 C296CE59910FA32CB2264596D09E717FD4F416FC043D3DAAEBFBC9B41CE908EC
669 436C1AD36622B60EB459A893804991ADEBACE0FDB8B23D7180F19459F60ED228
670 1E96865731C2DD6F2C551BC5F3E332EAB2AF06CFCBB4D3EFE40D6A0B5E3690D4
671 86F1EEE932AA9FFB5AEE7709B3B5000E84B5E0C56D5740DCB969C86373322299
672 D8F0A032DEE0F815BCAD3BA59695902FBBA8C7426BE1DD9A9C854474ED234F7E
673 600AD21CC2B9600CAACE89851372EE463EB54013F4BCE870DB57545C0DB7236B
674 7F5A2B432618538778C108E775221BA90502CCAF17AA0B24BF4D16282A4C6811
675 67A50F5D150309B54273C352396D2C92EBEA958AB383BB71055C7C73453CBA57
676 686924B7B0
677 0000000000000000000000000000000000000000000000000000000000000000
678 0000000000000000000000000000000000000000000000000000000000000000
679 0000000000000000000000000000000000000000000000000000000000000000
680 0000000000000000000000000000000000000000000000000000000000000000
681 0000000000000000000000000000000000000000000000000000000000000000
682 0000000000000000000000000000000000000000000000000000000000000000
683 0000000000000000000000000000000000000000000000000000000000000000
684 0000000000000000000000000000000000000000000000000000000000000000
685 cleartomark
686 %%EndResource
687 /F8_0 /NEMBIB+Humanist777BT-BoldCondensedB 1 1
688 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
689   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
690   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
691   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
692   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
693   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
694   /zero/one/two/three/four/five/six/seven
695   /eight/nine/colon/semicolon/less/equal/greater/question
696   /at/A/B/C/D/E/F/G
697   /H/I/J/K/L/M/N/O
698   /P/Q/R/S/T/U/V/W
699   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
700   /grave/a/b/c/d/e/f/g
701   /h/i/j/k/l/m/n/o
702   /p/q/r/s/t/u/v/w
703   /x/y/z/braceleft/bar/braceright/asciitilde/bullet
704   /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
705   /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
706   /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
707   /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
708   /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
709   /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
710   /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
711   /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
712   /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
713   /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
714   /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
715   /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
716   /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
717   /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
718   /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
719   /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
720 pdfMakeFont
721 %%BeginResource: font NEMCOF+Humanist777BT-RomanB
722 %!FontType1-1.0: NEMCOF+Humanist777BT-RomanB2.0-1.0
723 12 dict begin
724 /FontInfo 10 dict dup begin
725 /version (2.0-1.0) readonly def
726 /Notice (Copyright 1990 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
727 /FullName (Humanist 777) readonly def
728 /FamilyName (Humanist 777) readonly def
729 /Weight (Normal) readonly def
730 /isFixedPitch false def
731 /ItalicAngle 0 def
732 /UnderlinePosition -104 def
733 /UnderlineThickness 56 def
734 end readonly def
735 /FontName /NEMCOF+Humanist777BT-RomanB def
736 /PaintType 0 def
737 /FontType 1 def
738 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
739 /FontBBox [-135 -236 1230 970] readonly def
740 /StrokeWidth 0 def
741 /Encoding StandardEncoding def
742 currentdict end
743 currentfile eexec
744 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
745 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
746 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
747 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
748 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
749 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
750 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
751 C90E42E55413527E9985545B7818F5DF8B319192728DE56F94875FF0A78374AC
752 125A059C702300D7203E7398242914C9C7258B4940D8E7D941001E7A012E57E8
753 8FDF8511F55D9D16D850704CFF26D99469ED41450F052033045BEA43052F31B8
754 125801EFC4C1A96037809D09E5B5BF75A813A6142EB9BB4690A35CBC66B7915E
755 0116B254D86EA26E4598763F66DCA1E1A553E9657CE046DC12DE9258FB8123FE
756 DA15B35AF5827492830AC5A9D1F690C0C94644A24AA5015358C365BD5A95DBD2
757 6CAF0AC92A8DBA2E17888B0FE325F9BB7B5F85BD39DEAAF37B359A3F27A506A9
758 6A830E3EA7D0E6890B2A821332D3E8B55A43BD5307219AD0A46C771BBE00F314
759 71F4C48707C54E681215A0FFBD64600E5B55B8F98C8444CF15CF0F4E319A2D18
760 2E86FA127AFFFD84712E9ED0396171A13CD5ED2D676A65DC919124FA50309DFA
761 897D86B58C0848277984AC465D73B908B0C9A655C503AF1F61064F2223AF4CB0
762 BE5DC9E5EF5CDA538E897594BEF86B78C612D89CEE022F318BF0CB87E2F55446
763 4A069BAB5D1BD903E17A071F13FDA11483698AE7B674A5601FC4F51EB7328760
764 2E8059DB4A703203A64DE5C697CAF5F1B6AAC8A9A51E3DEC057C9D2F85857CA4
765 2FAA54F71A7481D911371DB94FD5EE88F480442B5F206D81EEB6AEC7BBA393EC
766 F05A788BE32781AA52B70CF538B0664D22BD3ADA930425D9D7DAB7E8AE4AF530
767 F8516723547AD258E51913ACD051077439A2286B51BBE15144EF1991F6DFF7B1
768 AB8299EA23115D05E03174C5504C0E2D927A93B4DC4C12E410C3D1B6D1ABDCE9
769 10A894AD47AADCD675AA00DC00CAD70DE6FB42A77FBD5BF5AC530B27ED7656D4
770 24B51991DB1B34D0CBC44269FD074645BEC119503107F0E5FD32BB0F0DA56594
771 1AA00E363102ADECE32B6221937E8BED4DB4BB0235643A175647F64A8FF8B53B
772 BAD97D36788D8981FD908468E85F58A84A8FF760620A83A5B4C6EC024886F0AF
773 A6D5ADE80119F1C4BF8610F42A017A5A32B5A23F79E88B4B872D03F4D026BA71
774 4DEA7FC8697261343929D52498F2B5D68A9FE57DEE3759B24DC28BD1CE77A77D
775 F2F8D21BDE606B7E650D42C0934F4C95B0CFB6792D42F56B481D93D3BE6434BB
776 DCBD295AD86FF8768FDF30BA43CE6B5F19F4EE2A277ED33584C38A9AEE00BE28
777 CDF3E365F785A551B8AAAEFB9782975B96C5FEE256C838D72930837794B76AB2
778 8D68B0A883F96272FBC26E3906D6617E40999D216A77ABF1E9876066BC49EBBC
779 6EB3D677801D8FCBE3B8A311F00D193AE09E2D6ECEB4CF0008C10D71BD477CCC
780 4E6CA1F2C21F66954AF0FA1640118443F47B9F2088B2E3CE0D74EA6CA1780600
781 77A0FB59441C7288D4D09846C6D451EDD54329FD6458CEF8A41E014AB9B743C4
782 CB488C36D2FD5671BBCB77BA319C6E604A4766189D891BD3333F1EBEABB79FFF
783 76D2202F22785817885CEFA5F00DA8527C64BDC3EE91A4DF197C4BDF8F5C38BD
784 E110CC37ADE8A8827E5F4290242DD232DA2B1378519DB9837E09368D9E3C3191
785 14C14B2F54DF9F6ABC68581A308488B69AECBF7DF11D307C8DD638E9FA66F6EE
786 A4AF94B56E2C03BB94C3B8796AD6C4A170531E8D5F7C8AF37097B87BDFDBFA63
787 0E135505E114EBDDA197C1DC6CD67278D9BBF0A88BEE59F26655E38947C1A5CA
788 FCB05AC429EC6CE66296C8BE8E57C75D5976B238A9030AEA03B88E2F8F55A5D5
789 54DB7CE738D89B98E82BFCEE2416ECCA450181BC087E0AFB058F293268937B0E
790 8CD063C2B57596F84EB6EE771496EE50B359D7D23204C201E5CFB2FE0D398EB2
791 7A6A9C68C59F9B59D0213A260DBB182D6BD0822E812D63C2AED790AA6CB53AFB
792 B4CAA22D4090821603CC6A7F7718F1CC2A61A74F52746ECFB2330A20B7A06BD7
793 CBBE6A0C334C0A6AE2CA1BBB4FA5A914D3F9F1CE704E20B93F6E9E73272C6361
794 33CD54F10272D53C088FA6A57755CEBCE32D062B1EEA5DA8346A4F4DDCA7BD06
795 72D738B40DF3E8011CF897AC612E0564AACBEC8B8DE60F5F20665E3E689E3AF4
796 2C036EBEEB2A6C3451F2F16DF59A91616E1477033A15952ACADE83BEF64373B4
797 A03B0C9BFC3A88C491576E73936A3D7265E98C52AE132475099369F0FA71034F
798 E4F16EC3E174B04B44874A2D547E8B25134E8AB99C805951FE6F18A5D6D13D13
799 A9A19D02C8B518EB4537975731406651498CF4D5C11AF0DB3A47DEB5AF25E534
800 5F932795146EDFE9DCAD6127A24FD8F0778302864AC1214E6A0BA924C07CBE0B
801 64A9DBE617993C82E916E131E0570A8EB0AAB722EE0AA3C33614CF9BD9930C9E
802 517B5A706CD51E87C6B5C3202EA392EA6F52212F1CF93A3AD5EDAAF42524A301
803 803591E7615B0384294B436D6329927F1596DE878FB0A5946F842E9EB6A4EC93
804 9F9E405A78CE6F191EE9787FB5F9C7CC6656BA352E033DFBABBC96C18CCB07EB
805 6344DB3C325F0BB0D108D87B409EFCDD22DE12FB4EF948E2AD0DB177C33CA4BB
806 A22BD5AE0E14139AB908AAF4FC005E189E20FD5329E0A2F003B1C4EAA031732E
807 DE3370134E3AD307599FAA2471E50E3666FA73E298DC12C3437715C3CE29C8A5
808 28F349B066F2855B851E8B98652063F24281F16E1CA15A9ABA148BE71E8686F7
809 CBA39894DFED1B781A936E25674474FDD2EADABEE981188CEF8F115389688150
810 9F9821F182F0E9CE6F3922B183E001B878380C01A755B8127351A4CE40FCCB6B
811 BB81AE128906BE24B6A1513D14D0358EFE44DFCCD8A387DD94B43D64EE710A34
812 2BA3512B739754A761C425E720EE241980712797348E78A5782FD009F9450F28
813 B95015C3CEAF9AFF933D9DA3CC73BEBC97F935B10DEA0BE5E47BC517681B29E4
814 D6AB7779ADE0C612803B748D3D28B59D5020E21ED7C408197C3AD6DA1E8DE7E2
815 B6FD6DEE4C6C2931BEE59D90BA86F8DEAC6AB633A65F9522F993FF254A6347CC
816 C7A30F722D00FE447271EBD6EA66F041BA0EB3034514EAA8877CA78D8AEC84B7
817 6D788DD521BDBAA7F9C2C717A63160A6F61DCFE837C9CC0E1E92C60C9DCF14D3
818 A850437DAE0671943E6D9864A7DEC4057D5A59777EDEB6F0479D01D8307C9E21
819 C0A8B033B1C9DB7781A03F22B076AFF60C34708953E8C84DE93DDC43ECB0CDFF
820 AA9B8E5135FBE6D141963D82B07F7FA6CB62A3486F33DEC0CA62C6FA20E5C04B
821 FA4C84330DC9FB811C4D9EA0A391D0F860AA20EA733D8B8388CA2E2EB7EEA354
822 F723D7BA169BC24309DEC72663E4621723FB4EAA2BAB90475E5BA5146D3F89D3
823 D983A34F5D4026640BF5D4B50C8AD92D090A92D1EC7835B45EF0053F577C7682
824 5DA27C1FEF39D91A94DA311DF0EAB38A74C585BDF23A75EBE6C5AEACE25057BF
825 6B1F9A3C64C4EFB68D91F27A02F2198E547E66E72CF26811E4CA3B28AB97BEF1
826 9DD3C5CAB7DE7BA44323D93A69B21B715BA0AAA07FEF57F984F8B2A388BED9EA
827 AA58938C1F79985356562371976BB99AAEE4071E4F28B23015AC799D7D32FE74
828 02E722366ADC8064D17426A763A4D193D8D739AF3373F382CDDE902A7542A986
829 DD6470328F1F1A079407ED3EBC2073FC9474ED45C6F446294FD74BCBBF957883
830 B8C1B0B073593ECD607840FA489B631872BBE83DF7FAFEC4041328299ADED48E
831 A8C68E955BC704D3B2ECE16E061F9C333C3F7E96FCF309EAEDEA3CCFFD5172A2
832 AF74667BBBEF58590C2064EECE22AA08B64C700E60D7750CC3BB87271B5D8D23
833 C35D834DCF3205C0B5E28BE8A5A9F756849855A95CCA8C2A26002D5900638547
834 50C109AE1AB3CEC0F081CEA2C49661A8C76EFAE69ED8083D028E106286D79325
835 E316A61E46ABBF0D93D5B0DC07B47D87721BA05310179E58125D4AD8E2DCE8F1
836 7A0AD92C485F630F3A4DFBA3E6427758E248B4C3D6F2BC875388B45653DB466D
837 3C0E22A0493D82560126133429812174623A216BBFB48AE74C6D0E9CA019FB41
838 4213FA602C44BE6581DA547FF95F729815C02BD82DB93EDE16C1D7019C9D348B
839 3BD03EE022956C39FBA5A0AA7F71CBD7A63192E105F360AFEDA65F5468528E18
840 85ABFC584BF0BA5DEE4052F885EC2A8B37B81ABF2F77B7E564E8BB86E1EA361B
841 3FA304EECA5AF6BECB4FB6127642C9A2C85DCEC454D6CF91722F6C841DA685F5
842 FCC065CAC5D6AA012F2FFE2F99CB9D43802AACEE41DBF02255FA393CCE846728
843 987CBAD82000C2CF649E80BABCC8541C57FE76247B2B9AB7F5982BD26A82C082
844 22CF1C043F67476CE56695D855B8291C4DD810B8C1465865DE0C3821E44085B7
845 C8CC6EBD2D3056CBB8F18A689604A831467EE92C4E334651119BEA9DEED140DD
846 780AA395C586827579D0611E0CB8365B0FA3C5179ED91BC2BFCB88B85A1AA944
847 8C5A206F8FA0AD9710AE21D6CBA2465B055280419D5AD9157F0169ECFEEABF9C
848 76278C465C011A0FC29DF51E1EDB00A7BFB8DCD1E8BFAB84DD7690D776C70D2F
849 F6DC6C1CE42695F6D1D7C0C8B3584BD9C94C3C6D63B66C28B459C2095C17BF0B
850 11E32187BAF03F06DC2C1D9CC4AD8BFA3670B7A0E59C7F351F32645C34BFFB57
851 0E6D00E6B6FC6B63705907050C3625ECE8E0C316AC63D8AFF4E021CE9318CF40
852 551EF70E36FBBAEF2407D47B1F56D5850F4AC57B1BF045EBC875148C5129CA3F
853 A99F2B3114A9E92B99E1B37A6640FBC070881038F2F89F0CA3188723F25D77A8
854 BEAE9897A0EF3F185479FB83BF96EA32C2B4BCED12DCF19B6F09DE87AE23B8E5
855 DD577CAA0AB798AFD6E9DA09553C7A6FFCE5CE85362F7B9FC43A5021D4D94FDE
856 7B45A070DD49188621C3136595676BDB8F003A3E656FE4B781A29E6377F765C2
857 63DBD53A7850AC3927C0672CF38209AF3DF6C1E166EF3A8C8EBF0B58815C9DA3
858 CED8B7953D6985F8FEC15CD0EE464E86386DA77DD397011D64EA9605B33EB0ED
859 FEA23FA969A2CF97E268095B9A9B7B1844A64B2F38C4D91E5E12BC273A101DB2
860 8555360930389EF865113B24D081DBE9F002D0E83B67A1F2516A95F8D74ABDF1
861 0F32B946DC9E4F4377CCA41D8511718E6042E6EB953655357031B2C579C7EAEB
862 290021A260F858DEF5953B95D31E947D09F7F02E4A0C87F22D0CEA5AD4BD220A
863 BFA87822495103C691318B58FDF5738511E2BD6BABBF2B2FA419E6CE8BAC0193
864 66046E82109BA80F1088C12B1D7CDF6B2E66993D3EBC6EE2AD127FE2A337393A
865 686057651074B177573D2808CCA62ED82B7CD7E9894CAF8C4D218212BFAF2456
866 CDEEF38715E4268DA08C327114FD3BB4EFD066AE66FBBC2FB5F2E838D625B3C0
867 CAD168734B8DAB5663E095B5886803E2C3217A3AEF95C42831CBFCBCC7E8518B
868 675D50BF1195A3A556F860688987800B5A4F70AB7CFF3458A5E6E392D4C2B92A
869 275E811046E1F5ABD3D74D46CE7A1A711F00E9A65FF1BFC3C25D15099F40B769
870 9FD445FB50F356CEC408D25ECD3A6AD0FBAD08DFA798228C66F260F5F9AC66F3
871 D72D7792F168AF6F89C0C935769B5C500085F453
872 0000000000000000000000000000000000000000000000000000000000000000
873 0000000000000000000000000000000000000000000000000000000000000000
874 0000000000000000000000000000000000000000000000000000000000000000
875 0000000000000000000000000000000000000000000000000000000000000000
876 0000000000000000000000000000000000000000000000000000000000000000
877 0000000000000000000000000000000000000000000000000000000000000000
878 0000000000000000000000000000000000000000000000000000000000000000
879 0000000000000000000000000000000000000000000000000000000000000000
880 cleartomark
881 %%EndResource
882 /F23_0 /NEMCOF+Humanist777BT-RomanB 1 1
883 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
884   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
885   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
886   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
887   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
888   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
889   /zero/one/two/three/four/five/six/seven
890   /eight/nine/colon/semicolon/less/equal/greater/question
891   /at/A/B/C/D/E/F/G
892   /H/I/J/K/L/M/N/O
893   /P/Q/R/S/T/U/V/W
894   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
895   /grave/a/b/c/d/e/f/g
896   /h/i/j/k/l/m/n/o
897   /p/q/r/s/t/u/v/w
898   /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
899   /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
900   /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
901   /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
902   /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
903   /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
904   /registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
905   /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
906   /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
907   /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
908   /guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe
909   /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
910   /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
911   /daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute
912   /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
913   /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
914   /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron]
915 pdfMakeFont
916 %%BeginResource: font NEMBLF+Humanist777BT-RomanCondensedB
917 %!FontType1-1.0: NEMBLF+Humanist777BT-RomanCondensedB003.001
918 12 dict begin
919 /FontInfo 10 dict dup begin
920 /version (003.001) readonly def
921 /Notice (Copyright 1990-1993 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
922 /FullName (Humanist 777 Condensed) readonly def
923 /FamilyName (Humanist 777) readonly def
924 /Weight (Normal) readonly def
925 /isFixedPitch false def
926 /ItalicAngle 0 def
927 /UnderlinePosition -109 def
928 /UnderlineThickness 54 def
929 end readonly def
930 /FontName /NEMBLF+Humanist777BT-RomanCondensedB def
931 /PaintType 0 def
932 /FontType 1 def
933 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
934 /FontBBox [-134 -236 1056 968] readonly def
935 /StrokeWidth 0 def
936 /Encoding StandardEncoding def
937 currentdict end
938 currentfile eexec
939 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
940 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
941 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
942 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
943 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
944 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
945 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
946 CADC1844A736233CDF97090715B4CD7B0DA9C21FFC731C71AA64AB7D404DEA7D
947 3F4D05FBBBCCBE276684C72CB26EECFA7F71C320EEC467B1B3B1867663784A1A
948 93B07AA9C9E1063A35C2254E507C26BFBCE0EAEF735CDE84FED08EE31627649F
949 9B339FFB18DB5262937AA83DEA19F2AD182F55CB849706DDF24E018190820065
950 E0CA2712B22813092A89C54DC38EB7D0594BAC2E886A867879F0B252C79B6F5D
951 39A9B8102C2F97C99C0B2373FA832F230D1010387394A00E28E66536BBFE3D0B
952 4E1EB97165DB3B08229FF0E7D9E9982F4336E60AE3B585C13918DAFEF6B7519A
953 845E8F89234CE6E4DD74EF0E5A78D22AB512519D693686C80BC80A299A0BD27A
954 4CDB81D3EE4EBBE5A2BA08610E03D3534EC591CDD3172B61EF9019172F142304
955 3523FD52694C982FBB7E4134125EE978609E853C316B4AF0D75C3406BCBAA108
956 F36228E8CA42CDDADF2F012573B74BE690F2F42B0FDA0AEE454EA16CBE4E2E7F
957 32E5C129BFB81F7C41C5C70503F5A67249DA3FA3D798EA0EE336747CE249731A
958 0BDC201BCB5DB90EAE1D4A1ABAED0C9BBD86F12B7E4A1B889FB6B99E6DC7AECA
959 7708C46528DE4610A257822CA7C766CE90E5ED644F3D696478F4F630FF5A7A1A
960 3FE33066E64EC5496FBE762AAAAD4309251B2BC2381E92BDAAA6D1A8C13C75E8
961 364D26C281DCF83D0E551765A4C0BA9B5D40B8A44236357A4F8697A4689EAC20
962 02AC99D0A51D123E848CE7F740719A1EA227A63D4976557AEBA092BCB193A042
963 18E7F4C93F4A3092DBD62A074CF571078046DF2D720DB678DEE974A2D21244AE
964 BB69F44E6127045CED8AE97FE18320CAB7DB97731BACDD5E2E1E4640040A21AD
965 8BE5E698E8C13B97B4AE0237618A0A4A9310144E4057631DC5435C3495FA43A6
966 AC0FE82D6FE2A5B274F9C37DAD5D0919CC4A8C0CD1C6DEED5D82B9619234248B
967 05A500ED11172996E233577519CF198A9E4ED954DC36330A40CDCDA84FDEC96D
968 5116949977714A7005999AFCC43A53C7D8AA21C15EC8F077B3776B7CD4CC0F30
969 DA921C6419691FA5A2F492D244C4E4B912F22E79791EE01E0170C580AADD41C1
970 7780F9811D2E514F89650BF0942BBE66F4BCCD79A259335C7C0226F5F6C57D87
971 A91B823A8EBBC0DB0946DEA7279C4572B70D2673C6A27C3B68DD0B12632C22C9
972 1A141FFBA29350DB3A6CA241E8C18494CC2B234B19787B02D339EED0D8E724D1
973 1305744614B597CDDB41D2FB68E4F8B437D5526B7AFDCD267EC9CC57F201365D
974 742F67EEA02EE262BB17716946773952656633A9CECA019C4682A8830AA84728
975 F9F2ED5CFC6F574F042C1B30601D54C6546531AF8038C07578EFD7FCE65ABB23
976 4811D3028CB8B0FB553BE1AD69AF70B03CA2BAF444E4372A83A4711C36A038CF
977 287CC61E7C5631D155512818E4222D4D041E4C647E668D8D0F8418A7960868D3
978 D6B4C05F736F29C343412AC0230597FDD1A7200CC07BD170BFB357CAF9C6CBDB
979 22CEEAE4FCFBDC1C556A00A69A8EE3CB10AA90C1FCFD6212E052F4CAC158E0EC
980 59E1E2078C644DF81AAE98BFA83FBA5305D4C110B074D8B750D838934C93BCFA
981 F8287332A82AFA37AF4320458741363E2130895A7009F87D82D79033FAC2F1F5
982 5D70C559BBEC4F383345035777B9255B32488A419E904645B2FD7B3A094B651B
983 DCEA3CE4BA84E85B772B24A985263BC09F26579272C93541193618634D7975FF
984 BC5A62E5D6B196E53E405C85D2E61300498FE42D5DE688A34993E5E065AB8238
985 7AEE1013818E180E9A1126943142FDECA2E0D569328C95D33FB9563ECA427881
986 F938F46D55E9A96D78075367B3B97837BC42CED51D36AD31ADD98094E3C3B49F
987 D91B2042F1DF625D04CEB2A28835D65E9C161335771CD80F66A47AE995F1C372
988 1174EDF904CF56507FC9E19B0A094054DB40E3BEC4C9B3191085DBA6585554F9
989 DB5BE66F7A516A5F63F064292283129C9163CF0117A9E63ECF73B7145DD0411F
990 6196D64D14299850084D4A245AD59EA3C941855FE49BB0A025248A3518C21A41
991 2F6E28B015DA6077E93F0136B53233AD0A48E0DBBF1987E975E9D91E9ED4D81B
992 9253E2B6C4656585C0E3E6E5A7D08DF79484CCE337B66E010F9E0489844DC611
993 D0BD748DABB018024607180204F6E1CC25FFBF28464013A9367AB9FD9B3038DA
994 641542487C8DE1A99A36E3DC32068817AE98EC5221AB2D13AFAFA8E7F75E3BE6
995 3833A4D0158D5B3C34A52C255F3908F7AAFAB3943AF2926D6423FDD1610E1AFB
996 B76618F054983918504719DFA413DF9B8B647E0C01403D6053289FAD1F4699B8
997 9C9B3595A3AB79DC8E3FE294920F2960E50E638C5A89C6701932C986D891D044
998 1DBB23AAC17A45945F9BD6DAA880F9809D5030E8CEB4A73271D668433E28E823
999 EE11C2963A1316033FC35D8814D15F43364666271D24F20F50E44948B2EFB2D4
1000 3D564AB5EDA5043B244A32A1F9FE7021A3FAF0FABF93149F73A168322504
1001 0000000000000000000000000000000000000000000000000000000000000000
1002 0000000000000000000000000000000000000000000000000000000000000000
1003 0000000000000000000000000000000000000000000000000000000000000000
1004 0000000000000000000000000000000000000000000000000000000000000000
1005 0000000000000000000000000000000000000000000000000000000000000000
1006 0000000000000000000000000000000000000000000000000000000000000000
1007 0000000000000000000000000000000000000000000000000000000000000000
1008 0000000000000000000000000000000000000000000000000000000000000000
1009 cleartomark
1010 %%EndResource
1011 /F12_0 /NEMBLF+Humanist777BT-RomanCondensedB 1 1
1012 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
1013   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
1014   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
1015   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
1016   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
1017   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
1018   /zero/one/two/three/four/five/six/seven
1019   /eight/nine/colon/semicolon/less/equal/greater/question
1020   /at/A/B/C/D/E/F/G
1021   /H/I/J/K/L/M/N/O
1022   /P/Q/R/S/T/U/V/W
1023   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
1024   /grave/a/b/c/d/e/f/g
1025   /h/i/j/k/l/m/n/o
1026   /p/q/r/s/t/u/v/w
1027   /x/y/z/braceleft/bar/braceright/asciitilde/bullet
1028   /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
1029   /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
1030   /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
1031   /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
1032   /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
1033   /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
1034   /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
1035   /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
1036   /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
1037   /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
1038   /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
1039   /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
1040   /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
1041   /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
1042   /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
1043   /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
1044 pdfMakeFont
1045 612 792 false pdfSetup
1046 %%EndSetup
1047 %%Page: 1 1
1048 %%BeginPageSetup
1049 %%PageOrientation: Portrait
1050 pdfStartPage
1051 %%EndPageSetup
1052 [] 0 d
1053 1 i
1054 0 j
1055 0 J
1056 10 M
1057 1 w
1058 0 g
1059 0 G
1060 0 0 612 792 re
1061 W
1062 q
1063 1 g
1064 1 i
1065 0 0.06 612 791.94 re
1066 f*
1067 0 0 0 0 k
1068 12.32 61.9 584.87 592.1 re
1069 f*
1070 q
1071 114.244 147.087 9.271 14.356 re
1072 W
1073 q
1074 [10.9007 9.6285 13.8339 -15.6617 107.223 157.909] cm
1075 -0.130803 0.026939 1.16905 0.825215 re
1076 W
1077 [1.1312 0 0 -0.808607 -0.130803 0.904314] cm
1078 /DeviceCMYK setcolorspace
1079 <<
1080   /ImageType 1
1081   /Width 17
1082   /Height 12
1083   /ImageMatrix [17 0 0 -12 0 12]
1084   /BitsPerComponent 8
1085   /Decode [0 1 0 1 0 1 0 1]
1086   /DataSource currentfile
1087     /ASCII85Decode filter
1088     << >> /DCTDecode filter
1089 >>
1090 pdfIm
1091 s4IA>!"M;*Ddm8XA,lT0!!*&R!(-_t$O[=N$P3^T&/Pid%i60!&.fNp*u>_0(De/7
1092 (E+21)AaG9,:+]`,9AKk1G^[;5X7S"5X7S"5X7S"5X7U7^]5&S!"8i>"9B)7!YGD7
1093 &HDqG!<9t;U&Y/o"T\W)!<E3$z!!!*$!<NB-"pYD?$4@CF!<`E*!X&Q.#6kG;!t6s
1094 d!!3`7"<eC4"[Q!o'-_FI1'SGTTs6p/,Sa4n@P]i]K$cpj-'D3riULE!2&;plK-j!
1095 M<+JG7UNAC1dT,:<o!="edrj^B7OOFrKs[,`eE$7u[Dg\Xoi>[JL6e^F`n';G2b-q
1096 ^GDDN_\&[+`p]&qI%Kle4!WW<&"98Ed!8ng=i!1dYa",KeQ3YkH?_r63e5"+;[F;$
1097 FE_YY7,Es@o91oBOKs/q>S8'E^QJ1TPUqcr_%0~>
1098 %-EOD-
1099 Q
1100 Q
1101 q
1102 112.718 161.349 10.549 60.205 re
1103 W
1104 q
1105 [10.5488 0 0 -64.2051 112.718 223.554] cm
1106 0 0.015576 1.01233 0.950032 re
1107 W
1108 [1 0 0 -0.9377 0 0.96885] cm
1109 /DeviceCMYK setcolorspace
1110 <<
1111   /ImageType 1
1112   /Width 65
1113   /Height 61
1114   /ImageMatrix [65 0 0 -61 0 61]
1115   /BitsPerComponent 8
1116   /Decode [0 1 0 1 0 1 0 1]
1117   /DataSource currentfile
1118     /ASCII85Decode filter
1119     << >> /DCTDecode filter
1120 >>
1121 pdfIm
1122 s4IA>!"M;*Ddm8XA,lT0!!*&R!(-_t$O[=N$P3^T&/Pid%i60!&.fNp*u>_0(De/7
1123 (E+21)AaG9,:+]`,9AKk1G^[;5X7S"5X7S"5X7S"5X7U7^]5&S!'L<J"9B)7!YGD7
1124 &HDqG!<9t;U&Y/o"T\W)!<E3$z!!!*$!<NB-"pYD?$4@CF!<`E*!X&Q.#6kG;!t6s
1125 d!!3`7"<eC4"[Q!o'-_FI1'SGTTs6p/,Sa4n@P]i]K$cpj-'D3riULE!2&;plK-j!
1126 M<+JG7UNAC1dT,:<o!="edrj^B7OOFrKs[,`eE$7u[Dg\Xoi>[JL6e^F`n';G2b-q
1127 ^GDDN_\&[+`p]&qI%Kle4!WW<&"98Ed!8mq:!oO.OoK]2cKTs?8;@+e[9IU+,!g$:
1128 d.>8n?'<-[>S0XsGJria'SN9C\/E!K2'L8H-KTs?8;@+e[9IU+,!g$:d.>8n?'<-[
1129 >S0XsGJria'SN9C\/E!K2'L8H-KTs?8;@+e[9IU+,!g$:d.>8n?'<-[>S0XsGJria
1130 'SN9C\/E!K2'L8H-KTs?8;@+e[9IU+,!g$:d.>8n?'<-[>S0XsGJria'SN9C\/E!K
1131 2'L8H-KTs?8;@+e[9IU+,!g$:d.>8n?'<-[>S0XsGJria'SN9C\/E!K2'L8H-KTs?
1132 8;@+e[9IU+,!g$:d.>8n?'<-[>S0XsGJria'SN9C\/E!K2'L8H-KTs?8;@+e[9IU+
1133 ,!g$:d.>8n?'<-[>S0XsGJria'SN9C\/E!K2'L8H-KTs?8;@+e[9IU+,!g$:d.>8n
1134 ?'<-[>S0XsGJria'SN9FDfaR~>
1135 %-EOD-
1136 Q
1137 Q
1138 q
1139 123.163 146.839 85.798 14.574 re
1140 W
1141 q
1142 [0 14.5742 89.7979 0 121.163 146.875] cm
1143 -0.002478 -0.046365 1.02955 0.960915 re
1144 W
1145 [1 0 0 -0.955454 -0.002478 0.977727] cm
1146 /DeviceCMYK setcolorspace
1147 <<
1148   /ImageType 1
1149   /Width 15
1150   /Height 14
1151   /ImageMatrix [15 0 0 -14 0 14]
1152   /BitsPerComponent 8
1153   /Decode [0 1 0 1 0 1 0 1]
1154   /DataSource currentfile
1155     /ASCII85Decode filter
1156     << >> /DCTDecode filter
1157 >>
1158 pdfIm
1159 s4IA>!"M;*Ddm8XA,lT0!!*&R!(-_t$O[=N$P3^T&/Pid%i60!&.fNp*u>_0(De/7
1160 (E+21)AaG9,:+]`,9AKk1G^[;5X7S"5X7S"5X7S"5X7U7^]5&S!"Ju>"9B)7!YGD7
1161 &HDqG!<9t;U&Y/o"T\W)!<E3$z!!!*$!<NB-"pYD?$4@CF!<`E*!X&Q.#6kG;!t6s
1162 d!!3`7"<eC4"[Q!o'-_FI1'SGTTs6p/,Sa4n@P]i]K$cpj-'D3riULE!2&;plK-j!
1163 M<+JG7UNAC1dT,:<o!="edrj^B7OOFrKs[,`eE$7u[Dg\Xoi>[JL6e^F`n';G2b-q
1164 ^GDDN_\&[+`p]&qI%Kle4!WW<&"98Ed!9%Zt*G^79oC[+<5l:tnhkGQ*_h7GRWRS!
1165 "K#GglIY%8/@D>5.&VgVLSU^[m%0~>
1166 %-EOD-
1167 Q
1168 Q
1169 0.188 0.129 0.102 0.012 k
1170 123.725 161.527 85.155 56.033 re
1171 f
1172 0.035 0.596 0.886 0.004 k
1173 123.615 161.509 57.016 27.98 re
1174 f
1175 180.483 189.472 28.532 27.943 re
1176 f
1177 0 0 0 0 K
1178 0 J
1179 0 j
1180 0.3 w
1181 4 M
1182 [] 0 d
1183 152.095 217.253 m
1184 152.095 148.612 l
1185 123.484 217.53 m
1186 123.484 152.38 l
1187 180.533 217.509 m
1188 180.533 148.612 l
1189 112.87 189.454 m
1190 208.98 189.454 l
1191 S
1192 0 0 0 0 k
1193 114.085 217.494 95.249 5.484 re
1194 f
1195 112.828 161.413 m
1196 208.96 161.413 l
1197 S
1198 q
1199 114.085 219.896 9.401 2.732 re
1200 W
1201 q
1202 [5.867 5.1823 8.124 -9.1973 112.172 223.607] cm
1203 -0.130795 0.035343 1.14894 0.765958 re
1204 W
1205 [1.1312 0 0 -0.67406 -0.130795 0.837063] cm
1206 /DeviceCMYK setcolorspace
1207 <<
1208   /ImageType 1
1209   /Width 9
1210   /Height 6
1211   /ImageMatrix [9 0 0 -6 0 6]
1212   /BitsPerComponent 8
1213   /Decode [0 1 0 1 0 1 0 1]
1214   /DataSource currentfile
1215     /ASCII85Decode filter
1216     << >> /DCTDecode filter
1217 >>
1218 pdfIm
1219 s4IA>!"M;*Ddm8XA,lT0!!*&R!(-_t$O[=N$P3^T&/Pid%i60!&.fNp*u>_0(De/7
1220 (E+21)AaG9,:+]`,9AKk1G^[;5X7S"5X7S"5X7S"5X7U7^]5&S!!WE0"9B)7!YGD7
1221 &HDqG!<9t;U&Y/o"T\W)!<E3$z!!!*$!<NB-"pYD?$4@CF!<`E*!X&Q.#6kG;!t6s
1222 d!!3`7"<eC4"[Q!o'-_FI1'SGTTs6p/,Sa4n@P]i]K$cpj-'D3riULE!2&;plK-j!
1223 M<+JG7UNAC1dT,:<o!="edrj^B7OOFrKs[,`eE$7u[Dg\Xoi>[JL6e^F`n';G2b-q
1224 ^GDDN_\&[+`p]&qI%Kle4!WW<&"98Ed!9,[sT5V\fpcm*6ij]cu?@KJNe>]7Ys4Ih
1225 ~>
1226 %-EOD-
1227 Q
1228 Q
1229 0.035 0.596 0.886 0.004 k
1230 123.525 219.895 85.408 2.762 re
1231 f
1232 0 0 0 1 K
1233 0.166 w
1234 152.117 235.815 m
1235 152.117 225.003 l
1236 180.541 235.815 m
1237 180.541 225.003 l
1238 118.986 222.685 m
1239 208.941 222.685 l
1240 121.587 219.888 m
1241 208.941 219.888 l
1242 S
1243 [1 0 0 1 0 0] Tm
1244 0 0 Td
1245 [5 0 0 5 130.012 227.925] Tm
1246 0 0 Td
1247 0 0 0 1 k
1248 0.0001 Tc
1249 -0.0001 Tw
1250 /F8_0 1 Tf
1251 (SDL) 1.533 Tj
1252 65 TJm
1253 (T 220) 2.256 Tj
1254 -1708.3 TJm
1255 (SDL) 1.533 Tj
1256 65 TJm
1257 (T 320) 2.256 Tj
1258 -2019.6 TJm
1259 (SDL) 1.533 Tj
1260 65 TJm
1261 (T 600) 2.256 Tj
1262 123.471 235.169 m
1263 123.471 219.874 l
1264 S
1265 0.666 w
1266 208.88 235.159 m
1267 208.88 156.558 l
1268 S
1269 123.467 182.331 17.415 6.99 re
1270 f
1271 152.259 182.308 17.414 6.992 re
1272 f
1273 180.703 210.423 17.416 6.99 re
1274 f
1275 [1 0 0 1 0 0] Tm
1276 0 0 Td
1277 [5 0 0 5 181.559 211.82] Tm
1278 0 0 Td
1279 0 0 0 0 k
1280 0 Tw
1281 /F8_0 1 Tf
1282 (300) 1.53 Tj
1283 [3.25 0 0 5 189.71 212.12] Tm
1284 0 0 Td
1285 0 Tc
1286 /F8_0 1 Tf
1287 (|) 0.5 Tj
1288 [5 0 0 5 191.855 211.82] Tm
1289 0 0 Td
1290 0.0001 Tc
1291 /F8_0 1 Tf
1292 (36) 1.02 Tj
1293 -13.458 -5.6078 Td
1294 (110) 1.53 Tj
1295 [3.25 0 0 5 132.716 184.081] Tm
1296 0 0 Td
1297 0 Tc
1298 /F8_0 1 Tf
1299 (|) 0.5 Tj
1300 [5 0 0 5 134.861 183.781] Tm
1301 0 0 Td
1302 0.0001 Tc
1303 /F8_0 1 Tf
1304 (11) 1.02 Tj
1305 3.5928 -0.0047 Td
1306 (160) 1.53 Tj
1307 [3.25 0 0 5 160.976 184.058] Tm
1308 0 0 Td
1309 0 Tc
1310 /F8_0 1 Tf
1311 (|) 0.5 Tj
1312 [5 0 0 5 163.121 183.758] Tm
1313 0 0 Td
1314 0.0001 Tc
1315 /F8_0 1 Tf
1316 (16) 1.02 Tj
1317 0.333 w
1318 [0.666 0.832] 0 d
1319 [] 0 d
1320 165.31 166.876 m
1321 137.364 166.88 l
1322 S
1323 0 0 0 1 k
1324 0.499 w
1325 138.96 166.983 m
1326 138.96 165.917 138.097 165.054 137.033 165.054 c
1327 135.966 165.054 135.101 165.917 135.101 166.983 c
1328 135.101 168.048 135.966 168.913 137.033 168.913 c
1329 138.097 168.913 138.96 168.048 138.96 166.983 c
1330 h
1331 f
1332 138.96 166.983 m
1333 138.96 165.917 138.097 165.054 137.033 165.054 c
1334 135.966 165.054 135.101 165.917 135.101 166.983 c
1335 135.101 168.048 135.966 168.913 137.033 168.913 c
1336 138.097 168.913 138.96 168.048 138.96 166.983 c
1337 h
1338 S
1339 0.333 w
1340 194.945 175.249 m
1341 136.836 175.249 l
1342 S
1343 0 0 0 0 k
1344 1 j
1345 0.999 w
1346 138.804 174.972 m
1347 138.804 173.905 137.941 173.042 136.876 173.042 c
1348 135.809 173.042 134.945 173.905 134.945 174.972 c
1349 134.945 176.034 135.809 176.899 136.876 176.899 c
1350 137.941 176.899 138.804 176.034 138.804 174.972 c
1351 h
1352 f
1353 138.804 174.972 m
1354 138.804 173.905 137.941 173.042 136.876 173.042 c
1355 135.809 173.042 134.945 173.905 134.945 174.972 c
1356 134.945 176.034 135.809 176.899 136.876 176.899 c
1357 137.941 176.899 138.804 176.034 138.804 174.972 c
1358 h
1359 S
1360 167.258 175.427 m
1361 167.258 174.36 166.395 173.497 165.33 173.497 c
1362 164.263 173.497 163.399 174.36 163.399 175.427 c
1363 163.399 176.491 164.263 177.355 165.33 177.355 c
1364 166.395 177.355 167.258 176.491 167.258 175.427 c
1365 h
1366 f
1367 167.258 175.427 m
1368 167.258 174.36 166.395 173.497 165.33 173.497 c
1369 164.263 173.497 163.399 174.36 163.399 175.427 c
1370 163.399 176.491 164.263 177.355 165.33 177.355 c
1371 166.395 177.355 167.258 176.491 167.258 175.427 c
1372 h
1373 S
1374 0 0 0 1 k
1375 196.959 175.247 m
1376 197.37 173.47 l
1377 192.263 175.249 l
1378 197.37 177.024 l
1379 196.959 175.247 l
1380 f
1381 167.325 166.874 m
1382 167.735 165.097 l
1383 162.628 166.876 l
1384 167.735 168.651 l
1385 167.325 166.874 l
1386 f
1387 0.204 0.141 0.114 0.016 k
1388 109.027 160.685 m
1389 109.027 216.759 l
1390 f
1391 0.035 0.596 0.886 0.004 k
1392 106.453 160.646 2.794 58.445 re
1393 f
1394 q
1395 106.453 147.133 2.762 13.557 re
1396 W
1397 q
1398 [7.3172 6.4632 10.5852 -11.9837 99.3594 157.095] cm
1399 -0.130908 0.022719 1.22902 0.819346 re
1400 W
1401 [1.13129 0 0 -0.749811 -0.130908 0.874949] cm
1402 /DeviceCMYK setcolorspace
1403 <<
1404   /ImageType 1
1405   /Width 12
1406   /Height 8
1407   /ImageMatrix [12 0 0 -8 0 8]
1408   /BitsPerComponent 8
1409   /Decode [0 1 0 1 0 1 0 1]
1410   /DataSource currentfile
1411     /ASCII85Decode filter
1412     << >> /DCTDecode filter
1413 >>
1414 pdfIm
1415 s4IA>!"M;*Ddm8XA,lT0!!*&R!(-_t$O[=N$P3^T&/Pid%i60!&.fNp*u>_0(De/7
1416 (E+21)AaG9,:+]`,9AKk1G^[;5X7S"5X7S"5X7S"5X7U7^]5&S!!iQ5"9B)7!YGD7
1417 &HDqG!<9t;U&Y/o"T\W)!<E3$z!!!*$!<NB-"pYD?$4@CF!<`E*!X&Q.#6kG;!t6s
1418 d!!3`7"<eC4"[Q!o'-_FI1'SGTTs6p/,Sa4n@P]i]K$cpj-'D3riULE!2&;plK-j!
1419 M<+JG7UNAC1dT,:<o!="edrj^B7OOFrKs[,`eE$7u[Dg\Xoi>[JL6e^F`n';G2b-q
1420 ^GDDN_\&[+`p]&qI%Kle4!WW<&"98Ed!9!,<@;p=<3#;SO=.cVPqp,#?VuH5cJ&+q
1421 XdU3%-%0~>
1422 %-EOD-
1423 Q
1424 Q
1425 0 j
1426 0.166 w
1427 67.597 188.552 m
1428 101.478 188.552 l
1429 S
1430 0 0 0 0 k
1431 109.301 160.685 m
1432 109.301 217.698 l
1433 f
1434 [1 0 0 1 0 0] Tm
1435 0 0 Td
1436 [5 0 0 5 67.7632 201.47] Tm
1437 0 0 Td
1438 0 0 0 1 k
1439 -0.0001 Tw
1440 /F8_0 1 Tf
1441 (Super DL) 3.648 Tj
1442 65 TJm
1443 (Ttape II) 3.096 Tj
1444 0 -5.5927 Td
1445 (Super DL) 3.648 Tj
1446 65 TJm
1447 (Ttape I) 2.824 Tj
1448 62.913 160.614 m
1449 109.367 160.614 l
1450 106.476 218.974 m
1451 106.476 157.425 l
1452 109.321 219.091 m
1453 109.321 153.427 l
1454 S
1455 0.666 w
1456 63.025 156.991 m
1457 63.025 219.044 l
1458 S
1459 0.188 0.129 0.102 0.012 k
1460 125.623 296.662 428.38 292.024 re
1461 f
1462 0.608 0.012 0.902 0 k
1463 211.76 389.427 171.129 72.689 re
1464 f
1465 0.035 0.596 0.886 0.004 k
1466 425.788 504.401 85.635 42.025 re
1467 f
1468 0.02 0.596 0.914 0 k
1469 511.351 546.5 42.854 41.969 re
1470 f
1471 0.396 0.549 0.039 0.004 k
1472 382.981 462.053 42.693 42.248 re
1473 f
1474 0.608 0.012 0.902 0 k
1475 126.131 296.662 42.758 51.387 re
1476 f
1477 168.941 348.041 42.818 41.385 re
1478 f
1479 0 0 0 0 K
1480 0.45 w
1481 254.477 588.366 m
1482 254.477 296.797 l
1483 297.254 588.672 m
1484 297.254 297.162 l
1485 211.76 588.708 m
1486 211.76 296.797 l
1487 168.92 588.669 m
1488 168.92 296.707 l
1489 340.175 588.428 m
1490 340.175 296.789 l
1491 468.714 588.227 m
1492 468.714 296.662 l
1493 382.958 588.366 m
1494 382.958 296.803 l
1495 425.741 588.643 m
1496 425.741 296.789 l
1497 S
1498 [1 0 0 1 0 0] Tm
1499 0 0 Td
1500 [7 0 0 7 212.122 280.125] Tm
1501 0 0 Td
1502 0 0 0 1 k
1503 0 Tc
1504 0 Tw
1505 /F12_0 1 Tf
1506 (Cleaning T) 4.007 Tj
1507 88 TJm
1508 (ape III  ) 2.869 Tj
1509 19.9928 0.0692 Td
1510 (DL) 0.978 Tj
1511 65 TJm
1512 (T VS ) 1.899 Tj
1513 -2639.3 TJm
1514 (DL) 0.978 Tj
1515 65 TJm
1516 (T VS160 ) 3.375 Tj
1517 36.3222 0.0206 Td
1518 (SDL) 1.415 Tj
1519 65 TJm
1520 (T Cleaning T) 4.693 Tj
1521 88 TJm
1522 (ape  ) 1.891 Tj
1523 [8 0 0 8 58.687 282.416] Tm
1524 0 0 Td
1525 /F8_0 1 Tf
1526 (Cleaning T) 4.302 Tj
1527 97 TJm
1528 (ape K) 2.298 Tj
1529 19 TJm
1530 (e) 0.483 Tj
1531 0 TJm
1532 (y) 0.466 Tj
1533 0.49 0.365 0.345 0.22 k
1534 56.529 608.052 69.441 35.484 re
1535 f
1536 0.035 0.596 0.886 0.004 k
1537 121.756 504.405 4.197 87.783 re
1538 f
1539 0.396 0.549 0.039 0.004 k
1540 121.756 462.145 4.148 42.328 re
1541 f
1542 0.608 0.012 0.902 0 k
1543 121.756 296.513 4.148 165.698 re
1544 f
1545 0 0 0 1 K
1546 1 w
1547 125.938 628.077 m
1548 554.159 628.077 l
1549 S
1550 0 0 0 0 K
1551 0.45 w
1552 511.425 588.61 m
1553 511.425 296.662 l
1554 S
1555 0 0 0 1 K
1556 0.75 w
1557 63.398 546.319 m
1558 114.285 546.319 l
1559 S
1560 0.25 w
1561 56.551 608.059 m
1562 125.971 608.059 l
1563 S
1564 0.75 w
1565 63.398 389.331 m
1566 114.285 389.331 l
1567 63.398 347.33 m
1568 114.285 347.33 l
1569 S
1570 0 0 0 0 K
1571 0.45 w
1572 126.051 389.426 m
1573 554.155 389.426 l
1574 126.051 347.916 m
1575 554.228 347.916 l
1576 126.049 546.475 m
1577 554.153 546.475 l
1578 S
1579 0 0 0 0 k
1580 127.873 588.589 426.81 8.236 re
1581 f
1582 126.035 296.662 3.965 293.434 re
1583 f
1584 126.07 462.129 m
1585 554.052 462.129 l
1586 125.984 504.358 m
1587 554.124 504.358 l
1588 S
1589 [1 0 0 1 0 0] Tm
1590 0 0 Td
1591 [8 0 0 8 60.5728 565.721] Tm
1592 0 0 Td
1593 0 0 0 1 k
1594 /F8_0 1 Tf
1595 (Super DL) 3.648 Tj
1596 65 TJm
1597 (Ttape II) 3.096 Tj
1598 0 -5.25 Td
1599 (Super DL) 3.648 Tj
1600 65 TJm
1601 (Ttape I) 2.824 Tj
1602 0 -10.5 Td
1603 (DL) 1.056 Tj
1604 65 TJm
1605 (Ttape VS1) 4.097 Tj
1606 0 -17.375 Td
1607 (DL) 1.056 Tj
1608 65 TJm
1609 (Ttape IV) 3.382 Tj
1610 0 -24.875 Td
1611 (DL) 1.056 Tj
1612 65 TJm
1613 (Ttape IIIXT) 4.395 Tj
1614 0 -30.125 Td
1615 (DL) 1.056 Tj
1616 65 TJm
1617 (Ttape III) 3.368 Tj
1618 0.396 0.549 0.039 0.004 k
1619 340.204 592.195 85.539 4.104 re
1620 f
1621 0.035 0.596 0.886 0.004 k
1622 425.802 592.196 128.279 4.146 re
1623 f
1624 0.608 0.012 0.902 0 k
1625 126.127 592.112 214.009 4.422 re
1626 f
1627 0.541 0.561 0.02 0 k
1628 339.921 288.312 85.539 4.225 re
1629 f
1630 0.035 0.596 0.886 0.004 k
1631 425.519 288.193 128.762 4.387 re
1632 f
1633 0.608 0.012 0.902 0 k
1634 121.441 288.35 218.412 4.422 re
1635 f
1636 0 0 0 1 K
1637 0.75 w
1638 168.92 620.625 m
1639 168.92 604.385 l
1640 339.855 292.586 m
1641 339.855 277.377 l
1642 425.386 292.586 m
1643 425.386 277.377 l
1644 382.636 292.586 m
1645 382.636 277.377 l
1646 211.83 620.625 m
1647 211.83 604.385 l
1648 254.525 620.625 m
1649 254.525 604.385 l
1650 297.193 620.625 m
1651 297.193 604.385 l
1652 382.835 620.625 m
1653 382.835 604.385 l
1654 340.233 628.049 m
1655 340.233 592.217 l
1656 S
1657 0.25 w
1658 194.397 643.69 m
1659 194.397 628.11 l
1660 S
1661 0.75 w
1662 468.747 620.625 m
1663 468.747 604.385 l
1664 511.437 620.625 m
1665 511.437 604.385 l
1666 S
1667 0.25 w
1668 126.002 596.385 m
1669 554.095 596.385 l
1670 126.033 592.184 m
1671 554.095 592.184 l
1672 S
1673 [1 0 0 1 0 0] Tm
1674 0 0 Td
1675 [8 0 0 8 171.37 608.774] Tm
1676 0 0 Td
1677 0 0 0 1 k
1678 /F8_0 1 Tf
1679 (DL) 1.056 Tj
1680 65 TJm
1681 (T 2000XT) 3.793 Tj
1682 -4.925 0 Td
1683 (DL) 1.056 Tj
1684 65 TJm
1685 (T 2000) 2.766 Tj
1686 -7086.8 TJm
1687 (DL) 1.056 Tj
1688 65 TJm
1689 (T 4000) 2.766 Tj
1690 -1536.8 TJm
1691 (DL) 1.056 Tj
1692 65 TJm
1693 (T 7000) 2.766 Tj
1694 -1575.9 TJm
1695 (DL) 1.056 Tj
1696 65 TJm
1697 (T 8000) 2.766 Tj
1698 -6664.4 TJm
1699 (DL) 1.056 Tj
1700 65 TJm
1701 (T VS160) 3.291 Tj
1702 -1659.2 TJm
1703 (SDL) 1.533 Tj
1704 65 TJm
1705 (T 220) 2.256 Tj
1706 -1375.9 TJm
1707 (SDL) 1.533 Tj
1708 65 TJm
1709 (T 320) 2.256 Tj
1710 -1668.4 TJm
1711 (SDL) 1.533 Tj
1712 65 TJm
1713 (T 600) 2.256 Tj
1714 21.8959 0 Td
1715 (DL) 1.056 Tj
1716 65 TJm
1717 (T VS80) 2.781 Tj
1718 [9 0 0 9 376.712 608.774] Tm
1719 0 0 Td
1720 /F8_0 1 Tf
1721 ( ) 0.255 Tj
1722 [7 0 0 7 355.685 600.274] Tm
1723 0 0 Td
1724 0.06 Tc
1725 /F12_0 1 Tf
1726 (DL) 0.978 Tj
1727 65 TJm
1728 (T1) 0.932 Tj
1729 1 w
1730 126.065 628.11 427.831 15.496 re
1731 f
1732 126.065 628.11 427.831 15.496 re
1733 S
1734 56.606 592.026 69.381 16.031 re
1735 f
1736 56.606 592.026 69.381 16.031 re
1737 S
1738 [1 0 0 1 0 0] Tm
1739 0 0 Td
1740 [9 0 0 9 137.559 632.355] Tm
1741 0 0 Td
1742 0 0 0 0 k
1743 0.41 Tc
1744 /F16_0 1 Tf
1745 (DRIVES) 3.413 Tj
1746 -7.7734 -3.9461 Td
1747 0.52 Tc
1748 (MEDIA) 3.209 Tj
1749 0.75 w
1750 56.361 504.358 m
1751 126.133 504.358 l
1752 56.238 462.116 m
1753 126.133 462.116 l
1754 S
1755 0.25 w
1756 121.791 592.012 m
1757 121.791 296.662 l
1758 S
1759 0.75 w
1760 425.722 628.049 m
1761 425.722 592.163 l
1762 56.36 292.631 m
1763 554.357 292.631 l
1764 554.357 277.322 l
1765 56.36 277.322 l
1766 56.36 292.631 l
1767 h
1768 S
1769 0.25 w
1770 121.464 288.25 m
1771 554.39 288.25 l
1772 S
1773 0.75 w
1774 121.437 292.586 m
1775 121.437 277.377 l
1776 S
1777 0.25 w
1778 126.065 643.606 m
1779 126.065 296.557 l
1780 S
1781 1 w
1782 56.529 296.663 497.474 346.873 re
1783 S
1784 0 0 0 1 k
1785 254.693 451.286 25.678 10.5 re
1786 f
1787 297.479 451.264 26.152 10.5 re
1788 f
1789 211.979 451.276 25.678 10.5 re
1790 f
1791 [1 0 0 1 0 0] Tm
1792 0 0 Td
1793 [8 0 0 8 213.925 453.453] Tm
1794 0 0 Td
1795 0 0 0 0 k
1796 0 Tc
1797 /F8_0 1 Tf
1798 (20) 1.02 Tj
1799 [5.2 0 0 8 222.885 453.953] Tm
1800 0 0 Td
1801 /F8_0 1 Tf
1802 (|) 0.5 Tj
1803 [8 0 0 8 226.265 453.453] Tm
1804 0 0 Td
1805 /F8_0 1 Tf
1806 (1.5) 1.275 Tj
1807 4.1836 -0.0078 Td
1808 (35) 1.02 Tj
1809 [5.2 0 0 8 268.693 453.89] Tm
1810 0 0 Td
1811 /F8_0 1 Tf
1812 (|) 0.5 Tj
1813 [8 0 0 8 272.073 453.39] Tm
1814 0 0 Td
1815 /F8_0 1 Tf
1816 (5) 0.51 Tj
1817 3.7692 -0.0027 Td
1818 (40) 1.02 Tj
1819 [5.2 0 0 8 311.186 453.869] Tm
1820 0 0 Td
1821 /F8_0 1 Tf
1822 (|) 0.5 Tj
1823 [8 0 0 8 314.567 453.369] Tm
1824 0 0 Td
1825 /F8_0 1 Tf
1826 (6) 0.51 Tj
1827 0 0 0 1 k
1828 340.395 451.274 26.156 10.5 re
1829 f
1830 [1 0 0 1 0 0] Tm
1831 0 0 Td
1832 [8 0 0 8 345.211 453.451] Tm
1833 0 0 Td
1834 0 0 0 0 k
1835 /F8_0 1 Tf
1836 (40) 1.02 Tj
1837 [5.2 0 0 8 354.171 453.951] Tm
1838 0 0 Td
1839 /F8_0 1 Tf
1840 (|) 0.5 Tj
1841 [8 0 0 8 357.551 453.451] Tm
1842 0 0 Td
1843 /F8_0 1 Tf
1844 (3) 0.51 Tj
1845 0 0 0 1 k
1846 169.168 378.831 25.678 10.5 re
1847 f
1848 425.716 535.776 26.156 10.5 re
1849 f
1850 468.96 535.741 26.156 10.5 re
1851 f
1852 511.681 577.967 26.158 10.5 re
1853 f
1854 [1 0 0 1 0 0] Tm
1855 0 0 Td
1856 [8 0 0 8 512.105 580.066] Tm
1857 0 0 Td
1858 0 0 0 0 k
1859 /F8_0 1 Tf
1860 (300) 1.53 Tj
1861 [5.2 0 0 8 525.144 580.566] Tm
1862 0 0 Td
1863 /F8_0 1 Tf
1864 (|) 0.5 Tj
1865 [8 0 0 8 528.524 580.066] Tm
1866 0 0 Td
1867 /F8_0 1 Tf
1868 (36) 1.02 Tj
1869 -44.7211 -24.8823 Td
1870 (15) 1.02 Tj
1871 [5.2 0 0 8 179.716 381.507] Tm
1872 0 0 Td
1873 /F8_0 1 Tf
1874 (|) 0.5 Tj
1875 [8 0 0 8 183.096 381.007] Tm
1876 0 0 Td
1877 /F8_0 1 Tf
1878 (1.5) 1.275 Tj
1879 30.4617 19.6182 Td
1880 (110) 1.53 Tj
1881 [5.2 0 0 8 439.829 538.453] Tm
1882 0 0 Td
1883 /F8_0 1 Tf
1884 (|) 0.5 Tj
1885 [8 0 0 8 443.209 537.953] Tm
1886 0 0 Td
1887 /F8_0 1 Tf
1888 (11) 1.02 Tj
1889 0 0 0 1 k
1890 130.037 337.172 29.354 10.502 re
1891 f
1892 [1 0 0 1 0 0] Tm
1893 0 0 Td
1894 [8 0 0 8 131.769 339.351] Tm
1895 0 0 Td
1896 0 0 0 0 k
1897 /F8_0 1 Tf
1898 (10) 1.02 Tj
1899 [5.2 0 0 8 140.729 339.851] Tm
1900 0 0 Td
1901 /F8_0 1 Tf
1902 (|) 0.5 Tj
1903 [8 0 0 8 144.109 339.351] Tm
1904 0 0 Td
1905 /F8_0 1 Tf
1906 (1.25) 1.785 Tj
1907 40.7308 24.8209 Td
1908 (160) 1.53 Tj
1909 [5.2 0 0 8 482.996 538.417] Tm
1910 0 0 Td
1911 /F8_0 1 Tf
1912 (|) 0.5 Tj
1913 [8 0 0 8 486.376 537.917] Tm
1914 0 0 Td
1915 /F8_0 1 Tf
1916 (16) 1.02 Tj
1917 0 0 0 1 k
1918 383.212 493.614 26.156 10.5 re
1919 f
1920 [1 0 0 1 0 0] Tm
1921 0 0 Td
1922 [8 0 0 8 388.172 495.79] Tm
1923 0 0 Td
1924 0 0 0 0 k
1925 /F8_0 1 Tf
1926 (80) 1.02 Tj
1927 [5.2 0 0 8 397.132 496.29] Tm
1928 0 0 Td
1929 /F8_0 1 Tf
1930 (|) 0.5 Tj
1931 [8 0 0 8 400.512 495.79] Tm
1932 0 0 Td
1933 /F8_0 1 Tf
1934 (8) 0.51 Tj
1935 0.5 w
1936 [1 1.25] 0 d
1937 [] 0 d
1938 488.947 446.581 m
1939 231.574 446.581 l
1940 447.285 437.331 m
1941 231.574 437.331 l
1942 533.071 481.055 m
1943 402.09 481.055 l
1944 405.786 426.989 m
1945 361.571 426.997 l
1946 S
1947 0 0 0 1 k
1948 0.75 w
1949 187.889 362.87 m
1950 187.889 361.269 186.592 359.971 184.992 359.971 c
1951 183.391 359.971 182.092 361.269 182.092 362.87 c
1952 182.092 364.468 183.391 365.767 184.992 365.767 c
1953 186.592 365.767 187.889 364.468 187.889 362.87 c
1954 h
1955 f
1956 187.889 362.87 m
1957 187.889 361.269 186.592 359.971 184.992 359.971 c
1958 183.391 359.971 182.092 361.269 182.092 362.87 c
1959 182.092 364.468 183.391 365.767 184.992 365.767 c
1960 186.592 365.767 187.889 364.468 187.889 362.87 c
1961 h
1962 S
1963 0.5 w
1964 272.21 363.286 m
1965 184.934 363.286 l
1966 S
1967 0.75 w
1968 187.889 354.291 m
1969 187.889 352.691 186.592 351.393 184.992 351.393 c
1970 183.391 351.393 182.092 352.691 182.092 354.291 c
1971 182.092 355.891 183.391 357.188 184.992 357.188 c
1972 186.592 357.188 187.889 355.891 187.889 354.291 c
1973 h
1974 f
1975 187.889 354.291 m
1976 187.889 352.691 186.592 351.393 184.992 351.393 c
1977 183.391 351.393 182.092 352.691 182.092 354.291 c
1978 182.092 355.891 183.391 357.188 184.992 357.188 c
1979 186.592 357.188 187.889 355.891 187.889 354.291 c
1980 h
1981 S
1982 0.5 w
1983 228.697 354.127 m
1984 184.482 354.135 l
1985 S
1986 0.75 w
1987 187.889 372.608 m
1988 187.889 371.006 186.592 369.71 184.992 369.71 c
1989 183.391 369.71 182.092 371.006 182.092 372.608 c
1990 182.092 374.206 183.391 375.504 184.992 375.504 c
1991 186.592 375.504 187.889 374.206 187.889 372.608 c
1992 h
1993 f
1994 187.889 372.608 m
1995 187.889 371.006 186.592 369.71 184.992 369.71 c
1996 183.391 369.71 182.092 371.006 182.092 372.608 c
1997 182.092 374.206 183.391 375.504 184.992 375.504 c
1998 186.592 375.504 187.889 374.206 187.889 372.608 c
1999 h
2000 S
2001 0.5 w
2002 311.427 372.444 m
2003 184.482 372.452 l
2004 S
2005 0.75 w
2006 148.889 312.35 m
2007 148.889 310.748 147.592 309.451 145.992 309.451 c
2008 144.391 309.451 143.092 310.748 143.092 312.35 c
2009 143.092 313.947 144.391 315.246 145.992 315.246 c
2010 147.592 315.246 148.889 313.947 148.889 312.35 c
2011 h
2012 f
2013 148.889 312.35 m
2014 148.889 310.748 147.592 309.451 145.992 309.451 c
2015 144.391 309.451 143.092 310.748 143.092 312.35 c
2016 143.092 313.947 144.391 315.246 145.992 315.246 c
2017 147.592 315.246 148.889 313.947 148.889 312.35 c
2018 h
2019 S
2020 0.5 w
2021 233.21 312.766 m
2022 145.934 312.766 l
2023 S
2024 0.75 w
2025 148.889 303.994 m
2026 148.889 302.393 147.592 301.096 145.992 301.096 c
2027 144.391 301.096 143.092 302.393 143.092 303.994 c
2028 143.092 305.592 144.391 306.891 145.992 306.891 c
2029 147.592 306.891 148.889 305.592 148.889 303.994 c
2030 h
2031 f
2032 148.889 303.994 m
2033 148.889 302.393 147.592 301.096 145.992 301.096 c
2034 144.391 301.096 143.092 302.393 143.092 303.994 c
2035 143.092 305.592 144.391 306.891 145.992 306.891 c
2036 147.592 306.891 148.889 305.592 148.889 303.994 c
2037 h
2038 S
2039 0.5 w
2040 189.697 303.83 m
2041 145.482 303.838 l
2042 S
2043 0.75 w
2044 148.889 321.865 m
2045 148.889 320.266 147.592 318.967 145.992 318.967 c
2046 144.391 318.967 143.092 320.266 143.092 321.865 c
2047 143.092 323.465 144.391 324.762 145.992 324.762 c
2048 147.592 324.762 148.889 323.465 148.889 321.865 c
2049 h
2050 f
2051 148.889 321.865 m
2052 148.889 320.266 147.592 318.967 145.992 318.967 c
2053 144.391 318.967 143.092 320.266 143.092 321.865 c
2054 143.092 323.465 144.391 324.762 145.992 324.762 c
2055 147.592 324.762 148.889 323.465 148.889 321.865 c
2056 h
2057 S
2058 0.5 w
2059 271.419 321.701 m
2060 145.482 321.709 l
2061 S
2062 0.75 w
2063 148.889 330.801 m
2064 148.889 329.201 147.592 327.902 145.992 327.902 c
2065 144.391 327.902 143.092 329.201 143.092 330.801 c
2066 143.092 332.4 144.391 333.697 145.992 333.697 c
2067 147.592 333.697 148.889 332.4 148.889 330.801 c
2068 h
2069 f
2070 148.889 330.801 m
2071 148.889 329.201 147.592 327.902 145.992 327.902 c
2072 144.391 327.902 143.092 329.201 143.092 330.801 c
2073 143.092 332.4 144.391 333.697 145.992 333.697 c
2074 147.592 333.697 148.889 332.4 148.889 330.801 c
2075 h
2076 S
2077 0.5 w
2078 315.821 330.637 m
2079 145.482 330.645 l
2080 488.562 512.561 m
2081 446.588 512.569 l
2082 S
2083 0.75 w
2084 448.986 512.725 m
2085 448.986 511.124 447.69 509.827 446.09 509.827 c
2086 444.488 509.827 443.19 511.124 443.19 512.725 c
2087 443.19 514.323 444.488 515.622 446.09 515.622 c
2088 447.69 515.622 448.986 514.323 448.986 512.725 c
2089 h
2090 f
2091 448.986 512.725 m
2092 448.986 511.124 447.69 509.827 446.09 509.827 c
2093 444.488 509.827 443.19 511.124 443.19 512.725 c
2094 443.19 514.323 444.488 515.622 446.09 515.622 c
2095 447.69 515.622 448.986 514.323 448.986 512.725 c
2096 h
2097 S
2098 0 0 0 0 k
2099 1 j
2100 1.5 w
2101 405.045 480.639 m
2102 405.045 479.04 403.748 477.741 402.148 477.741 c
2103 400.547 477.741 399.248 479.04 399.248 480.639 c
2104 399.248 482.239 400.547 483.536 402.148 483.536 c
2105 403.748 483.536 405.045 482.239 405.045 480.639 c
2106 h
2107 f
2108 405.045 480.639 m
2109 405.045 479.04 403.748 477.741 402.148 477.741 c
2110 400.547 477.741 399.248 479.04 399.248 480.639 c
2111 399.248 482.239 400.547 483.536 402.148 483.536 c
2112 403.748 483.536 405.045 482.239 405.045 480.639 c
2113 h
2114 S
2115 364.978 446.165 m
2116 364.978 444.563 363.681 443.266 362.081 443.266 c
2117 360.48 443.266 359.181 444.563 359.181 446.165 c
2118 359.181 447.762 360.48 449.061 362.081 449.061 c
2119 363.681 449.061 364.978 447.762 364.978 446.165 c
2120 h
2121 f
2122 364.978 446.165 m
2123 364.978 444.563 363.681 443.266 362.081 443.266 c
2124 360.48 443.266 359.181 444.563 359.181 446.165 c
2125 359.181 447.762 360.48 449.061 362.081 449.061 c
2126 363.681 449.061 364.978 447.762 364.978 446.165 c
2127 h
2128 S
2129 364.978 436.915 m
2130 364.978 435.313 363.681 434.016 362.081 434.016 c
2131 360.48 434.016 359.181 435.313 359.181 436.915 c
2132 359.181 438.512 360.48 439.811 362.081 439.811 c
2133 363.681 439.811 364.978 438.512 364.978 436.915 c
2134 h
2135 f
2136 364.978 436.915 m
2137 364.978 435.313 363.681 434.016 362.081 434.016 c
2138 360.48 434.016 359.181 435.313 359.181 436.915 c
2139 359.181 438.512 360.48 439.811 362.081 439.811 c
2140 363.681 439.811 364.978 438.512 364.978 436.915 c
2141 h
2142 S
2143 364.978 427.153 m
2144 364.978 425.553 363.681 424.254 362.081 424.254 c
2145 360.48 424.254 359.181 425.553 359.181 427.153 c
2146 359.181 428.752 360.48 430.049 362.081 430.049 c
2147 363.681 430.049 364.978 428.752 364.978 427.153 c
2148 h
2149 f
2150 364.978 427.153 m
2151 364.978 425.553 363.681 424.254 362.081 424.254 c
2152 360.48 424.254 359.181 425.553 359.181 427.153 c
2153 359.181 428.752 360.48 430.049 362.081 430.049 c
2154 363.681 430.049 364.978 428.752 364.978 427.153 c
2155 h
2156 S
2157 322.148 446.165 m
2158 322.148 444.563 320.851 443.266 319.251 443.266 c
2159 317.649 443.266 316.351 444.563 316.351 446.165 c
2160 316.351 447.762 317.649 449.061 319.251 449.061 c
2161 320.851 449.061 322.148 447.762 322.148 446.165 c
2162 h
2163 f
2164 322.148 446.165 m
2165 322.148 444.563 320.851 443.266 319.251 443.266 c
2166 317.649 443.266 316.351 444.563 316.351 446.165 c
2167 316.351 447.762 317.649 449.061 319.251 449.061 c
2168 320.851 449.061 322.148 447.762 322.148 446.165 c
2169 h
2170 S
2171 279.318 446.165 m
2172 279.318 444.563 278.022 443.266 276.422 443.266 c
2173 274.82 443.266 273.522 444.563 273.522 446.165 c
2174 273.522 447.762 274.82 449.061 276.422 449.061 c
2175 278.022 449.061 279.318 447.762 279.318 446.165 c
2176 h
2177 f
2178 279.318 446.165 m
2179 279.318 444.563 278.022 443.266 276.422 443.266 c
2180 274.82 443.266 273.522 444.563 273.522 446.165 c
2181 273.522 447.762 274.82 449.061 276.422 449.061 c
2182 278.022 449.061 279.318 447.762 279.318 446.165 c
2183 h
2184 S
2185 234.473 446.165 m
2186 234.473 444.563 233.176 443.266 231.576 443.266 c
2187 229.975 443.266 228.676 444.563 228.676 446.165 c
2188 228.676 447.762 229.975 449.061 231.576 449.061 c
2189 233.176 449.061 234.473 447.762 234.473 446.165 c
2190 h
2191 f
2192 234.473 446.165 m
2193 234.473 444.563 233.176 443.266 231.576 443.266 c
2194 229.975 443.266 228.676 444.563 228.676 446.165 c
2195 228.676 447.762 229.975 449.061 231.576 449.061 c
2196 233.176 449.061 234.473 447.762 234.473 446.165 c
2197 h
2198 S
2199 322.148 436.915 m
2200 322.148 435.313 320.851 434.016 319.251 434.016 c
2201 317.649 434.016 316.351 435.313 316.351 436.915 c
2202 316.351 438.512 317.649 439.811 319.251 439.811 c
2203 320.851 439.811 322.148 438.512 322.148 436.915 c
2204 h
2205 f
2206 322.148 436.915 m
2207 322.148 435.313 320.851 434.016 319.251 434.016 c
2208 317.649 434.016 316.351 435.313 316.351 436.915 c
2209 316.351 438.512 317.649 439.811 319.251 439.811 c
2210 320.851 439.811 322.148 438.512 322.148 436.915 c
2211 h
2212 S
2213 279.318 436.915 m
2214 279.318 435.313 278.022 434.016 276.422 434.016 c
2215 274.82 434.016 273.522 435.313 273.522 436.915 c
2216 273.522 438.512 274.82 439.811 276.422 439.811 c
2217 278.022 439.811 279.318 438.512 279.318 436.915 c
2218 h
2219 f
2220 279.318 436.915 m
2221 279.318 435.313 278.022 434.016 276.422 434.016 c
2222 274.82 434.016 273.522 435.313 273.522 436.915 c
2223 273.522 438.512 274.82 439.811 276.422 439.811 c
2224 278.022 439.811 279.318 438.512 279.318 436.915 c
2225 h
2226 S
2227 234.473 436.915 m
2228 234.473 435.313 233.176 434.016 231.576 434.016 c
2229 229.975 434.016 228.676 435.313 228.676 436.915 c
2230 228.676 438.512 229.975 439.811 231.576 439.811 c
2231 233.176 439.811 234.473 438.512 234.473 436.915 c
2232 h
2233 f
2234 234.473 436.915 m
2235 234.473 435.313 233.176 434.016 231.576 434.016 c
2236 229.975 434.016 228.676 435.313 228.676 436.915 c
2237 228.676 438.512 229.975 439.811 231.576 439.811 c
2238 233.176 439.811 234.473 438.512 234.473 436.915 c
2239 h
2240 S
2241 0 j
2242 0.5 w
2243 533.071 525.137 m
2244 445.796 525.137 l
2245 S
2246 1 j
2247 1.5 w
2248 448.751 524.721 m
2249 448.751 523.12 447.454 521.823 445.855 521.823 c
2250 444.253 521.823 442.954 523.12 442.954 524.721 c
2251 442.954 526.319 444.253 527.618 445.855 527.618 c
2252 447.454 527.618 448.751 526.319 448.751 524.721 c
2253 h
2254 f
2255 448.751 524.721 m
2256 448.751 523.12 447.454 521.823 445.855 521.823 c
2257 444.253 521.823 442.954 523.12 442.954 524.721 c
2258 442.954 526.319 444.253 527.618 445.855 527.618 c
2259 447.454 527.618 448.751 526.319 448.751 524.721 c
2260 h
2261 S
2262 491.488 525.405 m
2263 491.488 523.804 490.191 522.506 488.592 522.506 c
2264 486.99 522.506 485.691 523.804 485.691 525.405 c
2265 485.691 527.003 486.99 528.301 488.592 528.301 c
2266 490.191 528.301 491.488 527.003 491.488 525.405 c
2267 h
2268 f
2269 491.488 525.405 m
2270 491.488 523.804 490.191 522.506 488.592 522.506 c
2271 486.99 522.506 485.691 523.804 485.691 525.405 c
2272 485.691 527.003 486.99 528.301 488.592 528.301 c
2273 490.191 528.301 491.488 527.003 491.488 525.405 c
2274 h
2275 S
2276 0 0 0 1 k
2277 536.098 525.136 m
2278 536.714 522.467 l
2279 529.044 525.137 l
2280 536.714 527.805 l
2281 536.098 525.136 l
2282 f
2283 491.588 512.56 m
2284 492.204 509.891 l
2285 484.534 512.561 l
2286 492.204 515.229 l
2287 491.588 512.56 l
2288 f
2289 536.098 481.054 m
2290 536.714 478.385 l
2291 529.044 481.055 l
2292 536.714 483.723 l
2293 536.098 481.054 l
2294 f
2295 491.973 446.58 m
2296 492.589 443.911 l
2297 484.919 446.581 l
2298 492.589 449.249 l
2299 491.973 446.58 l
2300 f
2301 450.311 437.33 m
2302 450.927 434.661 l
2303 443.257 437.331 l
2304 450.927 439.999 l
2305 450.311 437.33 l
2306 f
2307 408.812 426.988 m
2308 409.428 424.319 l
2309 401.758 426.989 l
2310 409.428 429.657 l
2311 408.812 426.988 l
2312 f
2313 363.473 416.714 m
2314 364.089 414.045 l
2315 356.419 416.715 l
2316 364.089 419.383 l
2317 363.473 416.714 l
2318 f
2319 321.235 406.132 m
2320 321.852 403.463 l
2321 314.182 406.133 l
2322 321.852 408.801 l
2323 321.235 406.132 l
2324 f
2325 277.723 394.58 m
2326 278.339 391.911 l
2327 270.669 394.581 l
2328 278.339 397.249 l
2329 277.723 394.58 l
2330 f
2331 317.473 372.443 m
2332 318.089 369.774 l
2333 310.419 372.444 l
2334 318.089 375.112 l
2335 317.473 372.443 l
2336 f
2337 275.235 363.285 m
2338 275.852 360.616 l
2339 268.182 363.286 l
2340 275.852 365.954 l
2341 275.235 363.285 l
2342 f
2343 317.477 330.637 m
2344 318.093 327.967 l
2345 310.423 330.637 l
2346 318.093 333.305 l
2347 317.477 330.637 l
2348 f
2349 231.723 354.127 m
2350 232.339 351.457 l
2351 224.669 354.127 l
2352 232.339 356.795 l
2353 231.723 354.127 l
2354 f
2355 277.465 321.701 m
2356 278.081 319.031 l
2357 270.411 321.701 l
2358 278.081 324.369 l
2359 277.465 321.701 l
2360 f
2361 236.235 312.766 m
2362 236.852 310.096 l
2363 229.182 312.766 l
2364 236.852 315.434 l
2365 236.235 312.766 l
2366 f
2367 192.723 303.83 m
2368 193.339 301.16 l
2369 185.669 303.83 l
2370 193.339 306.498 l
2371 192.723 303.83 l
2372 f
2373 0 j
2374 0.75 w
2375 278.642 405.717 m
2376 278.642 404.117 277.345 402.819 275.745 402.819 c
2377 274.144 402.819 272.845 404.117 272.845 405.717 c
2378 272.845 407.316 274.144 408.614 275.745 408.614 c
2379 277.345 408.614 278.642 407.316 278.642 405.717 c
2380 h
2381 f
2382 278.642 405.717 m
2383 278.642 404.117 277.345 402.819 275.745 402.819 c
2384 274.144 402.819 272.845 404.117 272.845 405.717 c
2385 272.845 407.316 274.144 408.614 275.745 408.614 c
2386 277.345 408.614 278.642 407.316 278.642 405.717 c
2387 h
2388 S
2389 233.889 405.717 m
2390 233.889 404.117 232.592 402.819 230.992 402.819 c
2391 229.391 402.819 228.092 404.117 228.092 405.717 c
2392 228.092 407.316 229.391 408.614 230.992 408.614 c
2393 232.592 408.614 233.889 407.316 233.889 405.717 c
2394 h
2395 f
2396 233.889 405.717 m
2397 233.889 404.117 232.592 402.819 230.992 402.819 c
2398 229.391 402.819 228.092 404.117 228.092 405.717 c
2399 228.092 407.316 229.391 408.614 230.992 408.614 c
2400 232.592 408.614 233.889 407.316 233.889 405.717 c
2401 h
2402 S
2403 0.5 w
2404 318.21 406.133 m
2405 230.934 406.133 l
2406 357.067 416.715 m
2407 230.482 416.723 l
2408 S
2409 0 0 0 0 k
2410 1 j
2411 1.5 w
2412 233.889 416.879 m
2413 233.889 415.279 232.592 413.981 230.992 413.981 c
2414 229.391 413.981 228.092 415.279 228.092 416.879 c
2415 228.092 418.478 229.391 419.776 230.992 419.776 c
2416 232.592 419.776 233.889 418.478 233.889 416.879 c
2417 h
2418 f
2419 233.889 416.879 m
2420 233.889 415.279 232.592 413.981 230.992 413.981 c
2421 229.391 413.981 228.092 415.279 228.092 416.879 c
2422 228.092 418.478 229.391 419.776 230.992 419.776 c
2423 232.592 419.776 233.889 418.478 233.889 416.879 c
2424 h
2425 S
2426 0 0 0 1 k
2427 0 j
2428 0.75 w
2429 233.889 394.745 m
2430 233.889 393.143 232.592 391.846 230.992 391.846 c
2431 229.391 391.846 228.092 393.143 228.092 394.745 c
2432 228.092 396.342 229.391 397.641 230.992 397.641 c
2433 232.592 397.641 233.889 396.342 233.889 394.745 c
2434 h
2435 f
2436 233.889 394.745 m
2437 233.889 393.143 232.592 391.846 230.992 391.846 c
2438 229.391 391.846 228.092 393.143 228.092 394.745 c
2439 228.092 396.342 229.391 397.641 230.992 397.641 c
2440 232.592 397.641 233.889 396.342 233.889 394.745 c
2441 h
2442 S
2443 0.5 w
2444 274.697 394.581 m
2445 230.482 394.588 l
2446 S
2447 0.75 w
2448 385.931 235.388 m
2449 385.931 91.685 l
2450 S
2451 [1 0 0 1 0 0] Tm
2452 0 0 Td
2453 [8 0 0 8 392.024 218.249] Tm
2454 0 0 Td
2455 /F16_0 1 Tf
2456 (Optimum performance sample: ) 15.314 Tj
2457 0 -1.125 Td
2458 /F23_0 1 Tf
2459 (The SDL) 3.568 Tj
2460 83 TJm
2461 (T 600 uses Super DL) 9.049 Tj
2462 83 TJm
2463 (Ttape II, ) 3.907 Tj
2464 0 -2.25 Td
2465 (and has a native capacity of 300GB at ) 17.308 Tj
2466 0 -3.375 Td
2467 (34 MB/sec transfer rate.) 10.722 Tj
2468 0 -5.625 Td
2469 /F16_0 1 Tf
2470 (Compatibility  sample: ) 11.085 Tj
2471 0 -6.75 Td
2472 /F23_0 1 Tf
2473 (Start at the arrow below the drive and ) 17.585 Tj
2474 0 -7.875 Td
2475 (move left: ) 4.806 Tj
2476 [3 0 0 3 392.024 148.249] Tm
2477 0 0 Td
2478 /F23_0 1 Tf
2479 (\245) 0.59 Tj
2480 [8 0 0 8 393.794 146.249] Tm
2481 0 0 Td
2482 /F23_0 1 Tf
2483 ( SDL) 1.963 Tj
2484 83 TJm
2485 (T 600 is read compatibile with     ) 15.065 Tj
2486 -0.2212 -1.125 Td
2487 (  Super DL) 4.595 Tj
2488 83 TJm
2489 (Ttape I media written by the ) 13.065 Tj
2490 -0.2212 -2.25 Td
2491 (  SDL) 2.25 Tj
2492 83 TJm
2493 (T 320 and SDL) 6.474 Tj
2494 83 TJm
2495 (T 220.) 2.8 Tj
2496 [3 0 0 3 392.024 121.249] Tm
2497 0 0 Td
2498 /F23_0 1 Tf
2499 (\245) 0.59 Tj
2500 [8 0 0 8 393.794 119.249] Tm
2501 0 0 Td
2502 /F23_0 1 Tf
2503 ( SDL) 1.963 Tj
2504 83 TJm
2505 (T 320 using Super DL) 9.544 Tj
2506 83 TJm
2507 (Ttape I reads ) 6.057 Tj
2508 -0.2212 -1.125 Td
2509 (  data written by SDL) 9.456 Tj
2510 83 TJm
2511 (T 220 and writes in ) 8.931 Tj
2512 -0.2212 -2.25 Td
2513 (  SDL) 2.25 Tj
2514 83 TJm
2515 (T 220 mode. ) 5.955 Tj
2516 56.36 240.474 m
2517 554.571 240.474 l
2518 S
2519 [1 0 0 1 0 0] Tm
2520 0 0 Td
2521 [8 0 0 8 66.8364 244.423] Tm
2522 0 0 Td
2523 -0.019 Tc
2524 /F16_0 1 Tf
2525 (Ke) 1.183 Tj
2526 -19 TJm
2527 (y) 0.531 Tj
2528 554.571 255.142 m
2529 56.36 255.142 l
2530 56.36 100.239 l
2531 56.36 92.948 62.848 87.038 70.852 87.038 c
2532 540.077 87.038 l
2533 548.081 87.038 554.571 92.948 554.571 100.239 c
2534 554.571 255.142 l
2535 h
2536 S
2537 [1 0 0 1 0 0] Tm
2538 0 0 Td
2539 [8 0 0 8 221.306 208.872] Tm
2540 0 0 Td
2541 0 Tc
2542 /F16_0 1 Tf
2543 (Optimum) 4.56 Tj
2544 4.5599 0 Td
2545 /F23_0 1 Tf
2546 ( drive and media in shaded areas ) 15.119 Tj
2547 0 -2.25 Td
2548 /F16_0 1 Tf
2549 (Native ) 3.352 Tj
2550 3.352 -2.25 Td
2551 /F23_0 1 Tf
2552 (capacity \(GB\) and transfer rate ) 14.011 Tj
2553 0 -3.375 Td
2554 (\(MB per sec\)) 5.58 Tj
2555 0 -5.625 Td
2556 /F16_0 1 Tf
2557 (Compatibility ) 6.777 Tj
2558 6.7769 -5.625 Td
2559 /F23_0 1 Tf
2560 (information is found by ) 10.94 Tj
2561 0 -6.75 Td
2562 (starting at arrows) 8.006 Tj
2563 0 -9 Td
2564 /F16_0 1 Tf
2565 (Read only) 4.708 Tj
2566 4.7079 -9 Td
2567 /F23_0 1 Tf
2568 ( compatible indicator) 9.6 Tj
2569 0 -11.25 Td
2570 /F16_0 1 Tf
2571 (Read and write) 7.261 Tj
2572 7.2609 -11.25 Td
2573 /F23_0 1 Tf
2574 ( compatible indicator) 9.6 Tj
2575 0.024 0.941 0.902 0 k
2576 208.5 210.962 m
2577 208.5 211.685 207.912 212.273 207.187 212.273 c
2578 206.464 212.273 205.877 211.685 205.877 210.962 c
2579 205.877 210.237 206.464 209.649 207.187 209.649 c
2580 207.912 209.649 208.5 210.237 208.5 210.962 c
2581 f
2582 0.024 0.941 0.902 0 K
2583 1 w
2584 218.396 211.165 m
2585 207.339 211.165 l
2586 S
2587 200.283 175.648 m
2588 200.283 176.372 199.695 176.96 198.97 176.96 c
2589 198.248 176.96 197.66 176.372 197.66 175.648 c
2590 197.66 174.925 198.248 174.337 198.97 174.337 c
2591 199.695 174.337 200.283 174.925 200.283 175.648 c
2592 f
2593 218.124 192.976 m
2594 191.429 192.976 l
2595 191.429 212.399 l
2596 S
2597 192.742 212.399 m
2598 192.742 213.124 192.154 213.712 191.429 213.712 c
2599 190.705 213.712 190.119 213.124 190.119 212.399 c
2600 190.119 211.677 190.705 211.089 191.429 211.089 c
2601 192.154 211.089 192.742 211.677 192.742 212.399 c
2602 f
2603 218.252 139.63 m
2604 165.335 139.63 l
2605 165.335 171.581 l
2606 218.124 166.419 m
2607 198.975 166.419 l
2608 198.975 175.319 l
2609 S
2610 166.646 172.247 m
2611 166.646 172.972 166.058 173.56 165.334 173.56 c
2612 164.61 173.56 164.023 172.972 164.023 172.247 c
2613 164.023 171.524 164.61 170.937 165.334 170.937 c
2614 166.058 170.937 166.646 171.524 166.646 172.247 c
2615 f
2616 218.252 121.187 m
2617 136.919 121.187 l
2618 136.919 163.622 l
2619 S
2620 138.23 163.872 m
2621 138.23 164.595 137.642 165.183 136.918 165.183 c
2622 136.195 165.183 135.607 164.595 135.607 163.872 c
2623 135.607 163.148 136.195 162.56 136.918 162.56 c
2624 137.642 162.56 138.23 163.148 138.23 163.872 c
2625 f
2626 0 0 0 0 k
2627 q
2628 [37.6092 0 0 19.3725 72.9551 616.255] cm
2629 <<
2630   /ImageType 1
2631   /Width 3033
2632   /Height 1575
2633   /ImageMatrix [3033 0 0 -1575 0 1575]
2634   /BitsPerComponent 1
2635   /Decode [0 1]
2636   /DataSource currentfile
2637     /ASCII85Decode filter
2638     << /K -1 /Columns 3033 >> /CCITTFaxDecode filter
2639 >>
2640 pdfImM
2641 s8W-!s8W-!s8W-!s8W,pAtTY<:].O&_]T9co#qLt6+?kFlCbQm5Q4g)!Gi*-o$3a6
2642 _^ka<r!$P)s-A7%1^tQ&BIX*L<WC6-fGaei/HPq%)uo#p^sj5do#bVM^u,/CWrQr?
2643 5Ourt#/Jsmb:&_s!GDGoPuntms5fQN2MPlD=_J#d<<(,jW#J$ls"'"78h^+J.Y/ue
2644 s89/<JLEDUo#N3^TIBi`+OCb=J,HST"$koY(;WN@q.(<H?sq'CA;7Snq.)H&Lf^Z5
2645 6%Aq7Q;.Uf,V,:;88nP-:!CFi'ao#Sa9$kknntlD@+%c)%"R+4s!I"r[MabO=C_WN
2646 s7nSV"gH9HPli-I5QAj9:b@AJkR;u[s8VY-/.6_^((>^<s88@R"h:&(#!buannt*U
2647 6"I99)$g3@9uI6,*#:i5aC"u.hOqso,06\fK#doe2je-..:p:W(-hiu:#Icm=L+7q
2648 ^u,1iRi2K%D&,uV4;iYKag+`RL8e``"2U3$r0o5A82Z]h"2Rq9r0o/?87n0=J9Wu%
2649 s-$i`aUH&5,R9(%s8U3G=Ccu7cj0l2VuQQN(CZBZ=r)YXCB+;\_I8TH$U+ULec5VC
2650 JAWWK/E$TubQ%Sh`5<i:/E9!?AcMdo?t#3+Q?%L<1I(p=9re\a6I)e?JUd^jC`$]<
2651 /Ak:H$ig6jC'I4Lbb-!a5QAj6#"YSXX:Ga>s5_gOaV;&aJFLnbr`bcp8>V\Q#DS<>
2652 s2\`p`A.[QL'E/-/_398Q=<Z3)?9`[F\p1kS)ANus74qr10J5S#DN3X/^$L,2_<I/
2653 G[LLH%"Kj?MNBqN&c_mm\O^63=_<6diICmNEDX^XZHXWsa8c-CN<VW`(28jO5QCNf
2654 J1,,?"3-cUs8H5u%"Kl\.KST0s"2(l5Sb-#@"&(To%[V`!EkL<>6\46YZb;]J[?.M
2655 TRt>Oa=PE-s8W-!r.[HMaI*,a+PB]ns8W-!q/<3B!Bbq#CRYY.m/U5fs8W-!r`c$N
2656 !1lI"$-e&$s8W-!s8S2%"ZZsP1_eZ9s8W-!s8U8k%"KUb1^sZ,s8W-!s8W-!r`cmC
2657 !CVL327H`gs8W-!s8O7($??IrBFV)\s8W-!s8W+abekP;j:)+J\PN8*s8W-!q$_dT
2658 P/.5cAo9.!s8W-!s89%.)$$QWC/)_Js8W-!s8SA+6Qd*(%7:TAJ,fQKs8W-!rumI2
2659 nh_J($6+s(s8W-!s8H(u%"ME@2$TBCs8W-!s8W,[%7="'s8W-!s8W+a_#kepj:+CP
2660 ^OQ:`s8W-!ON7m=a<54+NW9%Ys8W-!q-9jR!FA%@$5YQ!s8W-!s8W,sXt1FjY97Qf
2661 9:>h[s8W-!s5XWD]&3Pfs8W-!o!jcl!ka)g7EL&Zs8W-!s2\^Tg?Jq_!>d'^s8W-!
2662 s8H($%"ME@2?S*<4@fGOs8U/N#282F)ZqO.:]LIps8W#"X>0f_5hHMRJq*h#s8S2%
2663 %Ah"!)ZrZPYQ+Y&s87GP24#ins8W,u<tH5M[ifJrV8`K7s8W,?A-TX,6k+[D\<m6q
2664 s8VZ'6'*%+#/DTk$ig8,s8W+\a:3:.#TEcGE%h7ks8V2$"!BN%s8W-!q$_f*>tBON
2665 ):nris8W-!a;\^@s8W-!s!u;K")^BX.dB7us8W,?A-TX+KFOX,&c_n2s8W+alnSZ\
2666 5hZUL=9&=#s7m(Rem3*CZnsF;+92B@s8W-!o!t]0#./rg$a3q;s8W'`g)5g(s8W-!
2667 O>__pjF@40s8SK5#!cu(s8W,sJ[@:9T/&qGhuE`Vruc._e`Y/`"2M\Os8W(/YSdJF
2668 +d*$Fq)=[OJT>Rs%gLA[s8W-!3uA0;agQ_E14T?(s8U/N#+K\Z`kcHu$MG>]jP'b[
2669 J,fQKs8W#=:bi,[4"UW?<:XibA-Dr4s8W,jZ9VV'IkAls+:/#Is8W+\a:1'(:<\9*
2670 )G9]@0.kb-+>U_3s8W,sb5lE85QCc`s8Oh]%"QsRZj!\[jgcLE#+,Ais8W+e-O$a"
2671 A7ui(^0?;G5]-Q$s8W-!r^.ebRuEaK"gGcAs8W-!q2cFFL%=$+1'(2Ns8W,saKRE%
2672 >;?iqZ2ak(s8W,]70'bc8R[\aH#?Lt!)NXps8W*BO;^j19S.mB)88B*U>uglh,jXV
2673 s8W,uA>g@gc12+X^]4?6s8W-!q3&O(K$TbBTR9GLTE"rks8V[7JB/1<1.r%+-fc/S
2674 s8W-!s8V.8"%g'qP#,\@cc@[)"<#sJs8W-!s8U7(TooW[Sa$B.s8W-!s7p!=,T2%r
2675 j't=Rs8W-!q-IKm$=Ei5s8W-!s8Ohf%"Qt$-%O&?5<D[H+92B@s8U/N#+KV3>_'p"
2676 Du]k;s8W,sY>Ab]\+1C:cQ\GMs8W-!s7--hs8W,p>X2hSfDkmNs8W-!s8W-!s8W*L
2677 Wsk),1/n[4=9&=#s8V[50ZX\fs8W-!s8W-!s8W-!r2p/?+fkYCs8W-!s8W-!s8Vn"
2678 82<P6s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W+a`IfESb`r8Q2ZNgWs8W-!s8W-!
2679 s8VWhs8W-!q2mAP%6smms8W,[1.,).?iU0+s73]sA:n7hs8W-!s8W-!s8W-!s8W,p
2680 BGM-Ys8W-!s8W#(<"4?Ws8W-!q.2Ad0E;(Ps8W#&Q%@uqs8W-!s2ufE4>Qs:s8W-!
2681 o#lQ..Y%Kus8W,\O=W.'s8W-!s8W,iaH/.X^]4?6s8W($&/bMNs8W-!s8S:':ri^Q
2682 s8W-!s!s!382^3%&e'k/s8W-!s8OG=#"UWOs8W-!s5_i]1-jn"s8W-!s5lRTO;`W0
2683 fUs"sJ,fQKs8V04(bLJLs8W-!s-:NT,W/8IK-1p"CcF#$?iU0+s8W(&Q@db$J,fQK
2684 s8V2jW%E`gs8W-!r2p/?+fkYCs8W-!s8Vm'OO6l(s8W-!s87UBD?^(?s8W-!b3Hki
2685 )h(-s29C@Js8W-!s7.$-7a_89s8W,u6Qe8@NCr14,W<A%n64K%s8W-!s77Bfa:1?h
2686 <"+:Uj:;\oXagBNs8W-!s5eQZ,Se$Yn7:0!s8W-!s8OU2)'GdH)$4VEs8W-!s8S2&
2687 "_fN5%"N"Js8W-!s8V2+L.Eb@L-R2Qs8W-!s8VZ'L.E;3L.HXjs8W-!s2\^T]6'GL
2688 OCaS^O8o7[s8W,]70/Jg=^9H35hsIl1'!sHs8W-!r5g?B6"eA]OBVl1s8W-!ra`5N
2689 +LC1@cn0uZs8W-!s-Y>@82GNLckaMPs8W-!r^.ecRtR15!o@In)$!a%@5(moJ,fQK
2690 s-XW,5\Xh!J@G>4<"+k#s8W-!s8W+e'EZs52je-.Du]k;s8SJnK%U!jJHeYYs8W-!
2691 s,b;2B&b4'@($ln\0,=ss8W-!s"Yo/@8)X_,WEmkL-R9hs8W-!R0<d[BkBrQCbtlt
2692 #T3Z.s8W-!s5mJdfOscr;AfOcs8W-!s8GA.2;@@N^fq5b,='@rA248&PQ1[_s8UBg
2693 JSZ6PZIT85=9&=#s7qhNA-SWK8./k0jciFL%"J<Ws8U/N#.ns%b<]qZ4LZ%0@_$G\
2694 s8W-!s8UBa_/'Gcp),(M>c]f4s8W-!s"[[bJCDf`!Liqh[MqI2s8W-!s8O7()X[BF
2695 !+lQ4s8W-!s7)B:#,/7#s8W,pP#,ZnS:S%)=!RbFs8W"O5\miL#1.-jO8o7[s8W-!
2696 s8W,?)ac?+s8W-!s8VZ#W+6+>J[>fg?iU0+s8W-!s8W*LfOP2nJ[@6d?iU0+s8O3Y
2697 "kO@ds8W-!O>_l"8,rVhs73h?+>r3hU9:9ks8W-!s5XWpi*ZNas8V.8")W00?!&"r
2698 BE/#3s5e8'+>r3hJBkY@O>@$%8,rVhr^.edf*!44!k#hYs8W-!Q0Jd.f8qlk3oXNH
2699 s8W,[1';B6U'AD3>YG+ss8W-!j:-XB\@;M<s8VZ"JB/21"(5su0E;(Ps8S0=#*RoZ
2700 s8W-!b3Hke2P^e4d'tJ's8W,u5hHrIWIOsJs8OU##!d%H)ZdP8?iU0+s8W*AC^(\%
2701 s8W-!r`9^@JD6/D#eJpns8W,p%"MDa5m(PuBE/#3s89#N)$.2hCeL2rs8W-!ON7TJ
2702 l6'gF%HIKgs8Vn"W%nHm5h$)Zs,^hO-3+#Fs8Vm'J6-!-#,%pN+92B@s2s8NO:(O_
2703 T\/'"s8W-!q#aH-DDV=ms8Vn#9JQWT5h$K,$31&*s8GA.']`pme1f]+s8W-!o!p/Z
2704 !h=h@2\lAms8W-!b3NJt$M"CObhT,rs8W,sL-R30@"Fsj2_G(0s8W("1CSe4O>I,A
2705 l<jSks8Vls5\k7Ks8W-!r3pXd"ZZZM0PkP)s8W,s\)>=/8HV7QKE(uOs8W,[1'"%8
2706 j:&i*fH:.ns8VZG!K[HT#%=rV-ia5Hs89@U1'!n2bT!$&J,fQKs5Xs3B\\[Ks8W,\
2707 \A6/eEmbj.nK7f%g`U,.3GAQta8c28%"KmC#!h^UPlLcLklW%9$VLKis8SDF6')8(
2708 RUcYWs8O[i6Qc`Z1lr4Us8O7(%.)>-#DGkis8O[n6Qd8i1fOtns8VZFZnb!hbt&(n
2709 s8O[f_^%/ld=?IOs89?+%$98N:^;_>s5Yq>2@(?@@pf8t]#\EfbXquT+91H5OCZ=t
2710 V?__Qs8OF`L.J/./-gnos2h\R8>V]T%g='TjP#0J.:uTcJrfs&C`$]?=d0$)8,rLA
2711 82/>n5k*!*VuQQNX>3(nc4gM<BE/"RYV=0&b;hg/)2E)7L4V[,4$[W^s8W,@YqX9/
2712 "e6\V%6T3$s8W-!s!GNiOr=]lJ9Wqsg]<K9s8W"d$&1tf/I"IbC)s8Ts8W-!s-$l1
2713 aTD^>O:Mdq6T$Cos8W+_@^*r_da0NMK4c<ns8W-!s8W'mJqG<eb<S<T)h((qJfasl
2714 s8W-!P@[#$#-uU+4;C(1@)r<Is8W,p2HUBLeL[[bGVU-V5%Y3o,ldoEs8W+_@mJ-F
2715 ;T`#FK.l;a)#sX9s8W*Gn/3CV=[7N,Ab&)6s8W-!s8GaT)'Gq^6Nb-]j;8LP_&r^W
2716 s8W-!s-%I*,T05uO<+QIs8W-!s8V0:TZI:faA<`^bs94!<WE+!s8W"dL^]AJ/:dmG
2717 s!kjGs8W-!s71&81-oHVE+BcI!5sXGs8W-!s88@C!o?Yf"!A]W=>0^Ss8W,u9uV["
2718 M7=+-"!1Hts8W-!s8W-!PB*=#$kmjoJBIZkkWs?@s8W-!s2hj6/V\:^=;_+ds8W-!
2719 s8W'maT62rM6LEM)ZE!QYQ+Y&s8OG.@($tb\6*8C^]4?6s8Vn*E*EN5hb_Aq^EPt5
2720 s8W-!s-?C^1fkG$OT-G29E5%ls8W,iae0N&#"jH0)8H4Os8W,\OC/rXZ.b:MK$TQe
2721 A,lT/s8OX,!1#;<s8W,u=Tnei"Tfl4q.(lT:bmO^O=U]'dJrdYZ36hMr3@W"/-!dF
2722 !ON=9o#_dg6W="9V81e'5Our$#2B1>P["ZJV>liX:c8NEr`N-LfJ!5-+:UT2s"+rd
2723 W&4P9Tg0NKs8952JY4!4je53S"#Ks/#!cl%o$221%Bo]9U]W>9o$1>F@+kSNbV]fj
2724 B)g%/=Cd$`q.:7o5WA_`s8W-!s8W-!s8W,s!'gYr~>
2725 %-EOD-
2726 Q
2727 0.2 0 0.4 0.05 k
2728 306.01 720.98 m
2729 568.01 720.98 l
2730 572.428 720.98 576.01 717.398 576.01 712.98 c
2731 576.01 661.98 l
2732 576.01 657.562 572.428 653.98 568.01 653.98 c
2733 44.01 653.98 l
2734 39.592 653.98 36.01 657.562 36.01 661.98 c
2735 36.01 712.98 l
2736 36.01 717.398 39.592 720.98 44.01 720.98 c
2737 f*
2738 0.91 0.51 0 0 k
2739 2 i
2740 125.67 738.402 m
2741 124.14 738.581 124.237 739.674 124.237 740.892 c
2742 124.237 741.26 124.237 745.258 124.237 746.315 c
2743 127.475 746.315 l
2744 127.475 748.902 l
2745 124.237 748.902 l
2746 124.237 751.614 l
2747 120.578 751.614 l
2748 120.578 748.906 l
2749 117.987 748.906 l
2750 117.987 746.315 l
2751 120.578 746.315 l
2752 120.578 739.598 l
2753 120.578 735.998 123.092 735.519 124.729 735.519 c
2754 126.181 735.519 127.502 735.805 127.502 735.805 c
2755 127.502 735.805 127.494 738.449 127.494 738.658 c
2756 126.783 738.424 126.301 738.329 125.67 738.402 c
2757 f
2758 163.014 749.169 m
2759 161.211 749.169 159.544 748.763 157.92 747.931 c
2760 156.809 748.752 155.357 749.151 153.479 749.151 c
2761 151.662 749.151 148.742 748.726 146.836 748.185 c
2762 146.684 748.142 l
2763 146.684 735.702 l
2764 150.396 735.702 l
2765 150.396 746.144 l
2766 151.129 746.474 152.216 746.7 153.101 746.7 c
2767 155.434 746.7 155.913 745.439 155.913 744.218 c
2768 155.913 735.702 l
2769 159.68 735.702 l
2770 159.68 745.8 l
2771 160.363 746.295 161.596 746.7 162.438 746.7 c
2772 164.64 746.7 165.175 745.486 165.175 744.218 c
2773 165.175 735.702 l
2774 168.862 735.702 l
2775 168.862 744.579 l
2776 168.862 745.961 168.346 749.169 163.014 749.169 c
2777 f
2778 79.41 748.902 m
2779 79.41 738.357 l
2780 78.288 738.043 77.227 737.872 76.26 737.938 c
2781 74.24 738.077 73.676 738.628 73.676 740.92 c
2782 73.676 748.902 l
2783 69.856 748.902 l
2784 69.856 748.902 69.821 740.538 69.856 739.612 c
2785 69.89 738.686 69.763 735.517 76.272 735.517 c
2786 79.46 735.517 83.23 736.24 83.23 736.24 c
2787 83.23 748.902 l
2788 79.41 748.902 l
2789 f
2790 93.02 749.143 m
2791 91.78 749.143 89.093 748.967 87.187 748.516 c
2792 87.187 748.174 87.187 745.637 87.187 745.637 c
2793 87.187 745.637 89.357 746.771 93.215 746.771 c
2794 94.406 746.771 95.766 746.333 95.766 744.549 c
2795 95.766 744.055 95.762 743.969 95.762 743.969 c
2796 95.762 743.969 91.286 743.913 90.794 743.913 c
2797 87.99 743.913 85.846 742.332 85.898 739.779 c
2798 85.962 736.479 89.118 735.566 92.105 735.566 c
2799 97.027 735.566 99.448 736.245 99.448 736.245 c
2800 99.447 745.297 l
2801 99.447 747.574 97.536 749.143 93.02 749.143 c
2802 h
2803 95.762 738.361 m
2804 94.805 738.118 93.499 737.839 91.946 738.011 c
2805 90.624 738.158 89.387 738.467 89.387 739.766 c
2806 89.387 740.708 89.984 741.495 92.382 741.495 c
2807 92.382 741.495 95.007 741.495 95.762 741.492 c
2808 95.762 738.361 l
2809 f
2810 63.011 738.353 m
2811 63.011 738.43 63.011 738.462 63.013 738.495 c
2812 64.714 739.416 66.051 740.398 66.051 745.172 c
2813 66.051 751.268 63.96 754.656 56.618 754.656 c
2814 49.205 754.656 47.062 751.154 47.062 745.172 c
2815 47.062 738.742 49.51 735.614 56.618 735.614 c
2816 56.778 735.614 67.913 735.614 67.913 735.614 c
2817 67.913 738.353 l
2818 63.011 738.353 l
2819 h
2820 56.618 738.409 m
2821 52.436 738.409 51.406 741.545 51.406 745.172 c
2822 51.406 748.816 52.436 751.818 56.618 751.818 c
2823 60.587 751.818 61.737 748.816 61.737 745.172 c
2824 61.737 741.582 60.763 738.409 56.618 738.409 c
2825 f
2826 139.708 748.889 m
2827 139.708 738.344 l
2828 138.588 738.028 137.527 737.857 136.558 737.923 c
2829 134.541 738.061 133.976 738.614 133.976 740.906 c
2830 133.976 748.889 l
2831 130.154 748.889 l
2832 130.154 748.889 130.119 740.524 130.154 739.598 c
2833 130.188 738.671 130.061 735.5 136.571 735.5 c
2834 139.759 735.5 143.528 736.222 143.528 736.222 c
2835 143.528 748.889 l
2836 139.708 748.889 l
2837 f
2838 106.529 735.713 m
2839 106.529 746.257 l
2840 107.649 746.573 108.71 746.745 109.681 746.679 c
2841 111.696 746.541 112.264 745.986 112.264 743.696 c
2842 112.264 735.713 l
2843 116.083 735.713 l
2844 116.083 735.713 116.118 744.078 116.083 745.005 c
2845 116.049 745.931 116.178 749.1 109.666 749.1 c
2846 106.48 749.1 102.709 748.378 102.709 748.378 c
2847 102.709 735.713 l
2848 106.529 735.713 l
2849 f
2850 171.975 736.799 m
2851 171.975 736.518 171.864 736.26 171.667 736.067 c
2852 171.458 735.864 171.2 735.756 170.912 735.756 c
2853 170.643 735.756 170.379 735.866 170.178 736.071 c
2854 169.978 736.272 169.865 736.535 169.865 736.808 c
2855 169.865 737.084 169.98 737.353 170.187 737.562 c
2856 170.381 737.759 170.641 737.863 170.922 737.863 c
2857 171.214 737.863 171.472 737.756 171.675 737.55 c
2858 171.87 737.353 171.975 737.091 171.975 736.799 c
2859 h
2860 170.92 738.022 m
2861 170.593 738.022 170.299 737.905 170.077 737.677 c
2862 169.84 737.438 169.707 737.127 169.707 736.808 c
2863 169.707 736.489 169.831 736.19 170.063 735.959 c
2864 170.297 735.722 170.596 735.593 170.92 735.593 c
2865 171.236 735.593 171.543 735.722 171.783 735.954 c
2866 172.012 736.181 172.135 736.475 172.135 736.808 c
2867 172.135 737.133 172.008 737.434 171.786 737.66 c
2868 171.554 737.897 171.25 738.022 170.92 738.022 c
2869 h
2870 170.953 737.519 m
2871 170.435 737.519 l
2872 170.435 736.145 l
2873 170.695 736.145 l
2874 170.695 736.732 l
2875 170.951 736.732 l
2876 171.23 736.145 l
2877 171.521 736.145 l
2878 171.214 736.771 l
2879 171.413 736.811 171.526 736.947 171.526 737.141 c
2880 171.526 737.392 171.337 737.519 170.953 737.519 c
2881 h
2882 170.906 737.353 m
2883 171.148 737.353 171.261 737.285 171.261 737.115 c
2884 171.261 736.952 171.148 736.896 170.912 736.896 c
2885 170.695 736.896 l
2886 170.695 737.353 l
2887 170.906 737.353 l
2888 f
2889 [1 0 0 1 0 0] Tm
2890 0 0 Td
2891 [24 0 0 24 48.5358 668.405] Tm
2892 0 0 Td
2893 0.0235 Tc
2894 /F16_0 1 Tf
2895 (DL) 1.224 Tj
2896 83.3 TJm
2897 (Ttape) 2.677 Tj
2898 [14 0 0 14 142.7 672.405] Tm
2899 0 0 Td
2900 0 Tc
2901 /F16_0 1 Tf
2902 (\252) 0.833 Tj
2903 [24 0 0 24 163.085 668.405] Tm
2904 0 0 Td
2905 0.0237 Tc
2906 0.0296 Tw
2907 /F16_0 1 Tf
2908 (Media Compatibility ) 10.047 Tj
2909 [11 0 0 11 417.012 668.405] Tm
2910 0 0 Td
2911 0.0649 Tc
2912 /F16_0 1 Tf
2913 (\() 0.353 Tj
2914 11.8 TJm
2915 (Updated 10/22/03\)) 8.889 Tj
2916 q
2917 1 i
2918 0.7 -0.02 220 98.66 re
2919 W*
2920 0 0.06 612 791.94 re
2921 W
2922 0.24 0 0.46 0.1 k
2923 28.866 45.073 m
2924 36.936 45.073 l
2925 36.936 37.005 l
2926 28.866 37.005 l
2927 28.866 45.073 l
2928 h
2929 36.755 47.45 m
2930 36.933 47.45 l
2931 36.938 49.832 l
2932 36.938 56.917 31.195 62.658 24.111 62.658 c
2933 17.028 62.658 11.286 56.917 11.286 49.832 c
2934 11.286 42.749 17.028 37.005 24.111 37.005 c
2935 26.512 37.011 l
2936 26.512 45.087 l
2937 19.366 45.087 l
2938 19.366 54.579 l
2939 28.858 54.579 l
2940 28.858 47.45 l
2941 36.755 47.45 l
2942 f
2943 0.91 0.51 0 0 k
2944 131.449 45.073 m
2945 139.52 45.073 l
2946 139.52 37.005 l
2947 131.449 37.005 l
2948 131.449 45.073 l
2949 h
2950 139.34 47.45 m
2951 139.517 47.45 l
2952 139.524 49.832 l
2953 139.524 56.917 133.779 62.658 126.696 62.658 c
2954 119.613 62.658 113.87 56.917 113.87 49.832 c
2955 113.87 42.749 119.613 37.005 126.696 37.005 c
2956 129.095 37.011 l
2957 129.095 45.087 l
2958 121.951 45.087 l
2959 121.951 54.579 l
2960 131.443 54.579 l
2961 131.443 47.45 l
2962 139.34 47.45 l
2963 f
2964 0.24 0 0.46 0.1 k
2965 190.811 37.025 m
2966 198.882 37.025 l
2967 198.882 28.955 l
2968 190.811 28.955 l
2969 190.811 37.025 l
2970 h
2971 190.991 26.577 m
2972 190.814 26.577 l
2973 190.809 24.197 l
2974 190.809 17.112 196.551 11.37 203.636 11.37 c
2975 210.718 11.37 216.46 17.112 216.46 24.197 c
2976 216.46 31.278 210.718 37.023 203.636 37.023 c
2977 201.235 37.017 l
2978 201.235 28.939 l
2979 208.38 28.939 l
2980 208.38 19.448 l
2981 198.889 19.448 l
2982 198.889 26.577 l
2983 190.991 26.577 l
2984 f
2985 0.91 0.51 0 0 k
2986 54.514 37.023 m
2987 62.583 37.023 l
2988 62.583 28.951 l
2989 54.514 28.951 l
2990 54.514 37.023 l
2991 h
2992 52.139 36.841 m
2993 52.139 37.017 l
2994 49.754 37.023 l
2995 42.671 37.023 36.928 31.278 36.928 24.197 c
2996 36.928 17.112 42.671 11.37 49.754 11.37 c
2997 56.838 11.37 62.58 17.112 62.58 24.197 c
2998 62.577 26.595 l
2999 54.5 26.595 l
3000 54.5 19.452 l
3001 45.009 19.452 l
3002 45.009 28.943 l
3003 52.139 28.943 l
3004 52.139 36.841 l
3005 f
3006 0.24 0 0.46 0.1 k
3007 80.182 88.259 m
3008 88.252 88.259 l
3009 88.252 80.188 l
3010 80.182 80.188 l
3011 80.182 88.259 l
3012 h
3013 77.808 88.078 m
3014 77.808 88.254 l
3015 75.423 88.259 l
3016 68.34 88.259 62.597 82.516 62.597 75.433 c
3017 62.597 68.35 68.34 62.607 75.423 62.607 c
3018 82.507 62.607 88.249 68.35 88.249 75.433 c
3019 88.246 77.832 l
3020 80.169 77.832 l
3021 80.169 70.689 l
3022 70.678 70.689 l
3023 70.678 80.179 l
3024 77.808 80.179 l
3025 77.808 88.078 l
3026 f
3027 0.39 0.14 0 0 k
3028 11.269 19.403 m
3029 19.354 19.403 l
3030 19.354 11.317 l
3031 11.269 11.317 l
3032 11.269 19.403 l
3033 h
3034 21.733 11.499 m
3035 21.733 11.322 l
3036 24.12 11.318 l
3037 31.216 11.318 36.968 17.069 36.968 24.165 c
3038 36.968 31.261 31.216 37.013 24.12 37.013 c
3039 17.024 37.013 11.271 31.261 11.271 24.165 c
3040 11.275 21.763 l
3041 19.366 21.763 l
3042 19.366 28.919 l
3043 28.875 28.919 l
3044 28.875 19.409 l
3045 21.733 19.409 l
3046 21.733 11.499 l
3047 f
3048 88.122 37.017 m
3049 96.206 37.017 l
3050 96.206 28.931 l
3051 88.122 28.931 l
3052 88.122 37.017 l
3053 h
3054 88.304 26.552 m
3055 88.125 26.552 l
3056 88.121 24.165 l
3057 88.121 17.068 93.873 11.316 100.969 11.316 c
3058 108.065 11.316 113.818 17.068 113.818 24.165 c
3059 113.818 31.261 108.065 37.013 100.969 37.013 c
3060 98.567 37.011 l
3061 98.567 28.919 l
3062 105.724 28.919 l
3063 105.724 19.409 l
3064 96.214 19.409 l
3065 96.214 26.552 l
3066 88.304 26.552 l
3067 f
3068 Q
3069 Q
3070 showpage
3071 %%PageTrailer
3072 pdfEndPage
3073 %%Trailer
3074 end
3075 %%DocumentSuppliedResources:
3076 %%+ font NEMBPK+Humanist777BT-BoldB
3077 %%+ font NEMBIB+Humanist777BT-BoldCondensedB
3078 %%+ font NEMCOF+Humanist777BT-RomanB
3079 %%+ font NEMBLF+Humanist777BT-RomanCondensedB
3080 %%EOF