Doc fix.
[gsasl.git] / doc / controlflow.eps
blobd5a32682f6547444522f101af44237f1e34ec1d9
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: doc/controlflow.dia
3 %%Creator: Dia v0.94
4 %%CreationDate: Sun Oct 31 20:54:21 2004
5 %%For: jas
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 1449 470
9 %%BeginSetup
10 %%EndSetup
11 %%EndComments
12 %%BeginProlog
13 [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
14 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
15 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
16 /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
17 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
18 /two /three /four /five /six /seven /eight /nine /colon /semicolon
19 /less /equal /greater /question /at /A /B /C /D /E
20 /F /G /H /I /J /K /L /M /N /O
21 /P /Q /R /S /T /U /V /W /X /Y
22 /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
23 /d /e /f /g /h /i /j /k /l /m
24 /n /o /p /q /r /s /t /u /v /w
25 /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
26 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
27 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
29 /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
30 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
31 /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
32 /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
33 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
34 /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
35 /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
36 /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
37 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
38 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
39 /cp {closepath} bind def
40 /c {curveto} bind def
41 /f {fill} bind def
42 /a {arc} bind def
43 /ef {eofill} bind def
44 /ex {exch} bind def
45 /gr {grestore} bind def
46 /gs {gsave} bind def
47 /sa {save} bind def
48 /rs {restore} bind def
49 /l {lineto} bind def
50 /m {moveto} bind def
51 /rm {rmoveto} bind def
52 /n {newpath} bind def
53 /s {stroke} bind def
54 /sh {show} bind def
55 /slc {setlinecap} bind def
56 /slj {setlinejoin} bind def
57 /slw {setlinewidth} bind def
58 /srgb {setrgbcolor} bind def
59 /rot {rotate} bind def
60 /sc {scale} bind def
61 /sd {setdash} bind def
62 /ff {findfont} bind def
63 /sf {setfont} bind def
64 /scf {scalefont} bind def
65 /sw {stringwidth pop} bind def
66 /tr {translate} bind def
68 /ellipsedict 8 dict def
69 ellipsedict /mtrx matrix put
70 /ellipse
71 { ellipsedict begin
72    /endangle exch def
73    /startangle exch def
74    /yrad exch def
75    /xrad exch def
76    /y exch def
77    /x exch def   /savematrix mtrx currentmatrix def
78    x y tr xrad yrad sc
79    0 0 1 startangle endangle arc
80    savematrix setmatrix
81    end
82 } def
84 /mergeprocs {
85 dup length
86 3 -1 roll
87 dup
88 length
89 dup
90 5 1 roll
91 3 -1 roll
92 add
93 array cvx
94 dup
95 3 -1 roll
96 0 exch
97 putinterval
98 dup
99 4 2 roll
100 putinterval
101 } bind def
102 /dpi_x 300 def
103 /dpi_y 300 def
104 /conicto {
105     /to_y exch def
106     /to_x exch def
107     /conic_cntrl_y exch def
108     /conic_cntrl_x exch def
109     currentpoint
110     /p0_y exch def
111     /p0_x exch def
112     /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
113     /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
114     /p2_x p1_x to_x p0_x sub 1 3 div mul add def
115     /p2_y p1_y to_y p0_y sub 1 3 div mul add def
116     p1_x p1_y p2_x p2_y to_x to_y curveto
117 } bind def
118 /start_ol { gsave 1.1 dpi_x div dup scale} bind def
119 /end_ol { closepath fill grestore } bind def
120 28.346000 -28.346000 scale
121 19.050000 -23.500000 translate
122 %%EndProlog
125 1.000000 1.000000 1.000000 srgb
126 n -17.000000 7.000000 m -17.000000 18.000000 l 30.000000 18.000000 l 30.000000 7.000000 l f
127 n -17.000000 9.000000 m -17.000000 9.000000 2.000000 2.000000 180.000000 270.000000 ellipse f
128 n 30.000000 9.000000 m 30.000000 9.000000 2.000000 2.000000 270.000000 360.000000 ellipse f
129 n -19.000000 9.000000 m -19.000000 16.000000 l 32.000000 16.000000 l 32.000000 9.000000 l f
130 n -17.000000 16.000000 m -17.000000 16.000000 2.000000 2.000000 90.000000 180.000000 ellipse f
131 n 30.000000 16.000000 m 30.000000 16.000000 2.000000 2.000000 0.000000 90.000000 ellipse f
132 0.100000 slw
133 [] 0 sd
134 [] 0 sd
135 0 slj
136 0.000000 0.000000 0.000000 srgb
137 n -17.000000 7.000000 m 30.000000 7.000000 l s
138 n -17.000000 18.000000 m 30.000000 18.000000 l s
139 n -17.000000 9.000000 2.000000 2.000000 180.000000 270.000000 ellipse s
140 n 30.000000 9.000000 2.000000 2.000000 270.000000 360.000000 ellipse s
141 n -19.000000 9.000000 m -19.000000 16.000000 l s
142 n 32.000000 9.000000 m 32.000000 16.000000 l s
143 n -17.000000 16.000000 2.000000 2.000000 90.000000 180.000000 ellipse s
144 n 30.000000 16.000000 2.000000 2.000000 0.000000 90.000000 ellipse s
145 1.000000 1.000000 1.000000 srgb
146 n -18.475000 11.017700 m -18.475000 15.067700 l -12.125000 15.067700 l -12.125000 11.017700 l f
147 0.100000 slw
148 [] 0 sd
149 [] 0 sd
150 0 slj
151 0.000000 0.000000 0.000000 srgb
152 n -18.475000 11.017700 m -18.475000 15.067700 l -12.125000 15.067700 l -12.125000 11.017700 l cp s
153 gsave -17.899267 12.842700 translate 0.035278 -0.035278 scale
154 start_ol
155 1088 4160 moveto
156 576 4160 lineto
157 576 0 lineto
158 1088 0 lineto
159 1088 4160 lineto
160 end_ol grestore 
161 gsave -17.687600 12.842700 translate 0.035278 -0.035278 scale
162 start_ol
163 384 3008 moveto
164 384 0 lineto
165 832 0 lineto
166 832 1606 lineto
167 832 2200 1162 2589 1668 2589 curveto
168 2057 2589 2304 2367 2304 2017 curveto
169 2304 0 lineto
170 2752 0 lineto
171 2752 2210 lineto
172 2752 2695 2385 3008 1815 3008 curveto
173 1374 3008 1092 2837 832 2422 curveto
174 832 3008 lineto
175 384 3008 lineto
176 end_ol grestore 
177 gsave -17.264267 12.842700 translate 0.035278 -0.035278 scale
178 start_ol
179 832 3008 moveto
180 384 3008 lineto
181 384 0 lineto
182 832 0 lineto
183 832 3008 lineto
184 832 4160 moveto
185 384 4160 lineto
186 384 3570 lineto
187 832 3570 lineto
188 832 4160 lineto
189 end_ol grestore 
190 gsave -17.094933 12.842700 translate 0.035278 -0.035278 scale
191 start_ol
192 1445 3008 moveto
193 960 3008 lineto
194 960 3835 lineto
195 512 3835 lineto
196 512 3008 lineto
197 111 3008 lineto
198 111 2618 lineto
199 512 2618 lineto
200 512 468 lineto
201 512 169 711 0 1070 0 curveto
202 1180 0 1290 11 1445 40 curveto
203 1445 435 lineto
204 1383 419 1310 419 1219 419 curveto
205 1016 419 960 473 960 674 curveto
206 960 2618 lineto
207 1445 2618 lineto
208 1445 3008 lineto
209 end_ol grestore 
210 gsave -16.883267 12.842700 translate 0.035278 -0.035278 scale
211 start_ol
212 832 3008 moveto
213 384 3008 lineto
214 384 0 lineto
215 832 0 lineto
216 832 3008 lineto
217 832 4160 moveto
218 384 4160 lineto
219 384 3570 lineto
220 832 3570 lineto
221 832 4160 lineto
222 end_ol grestore 
223 gsave -16.713933 12.842700 translate 0.035278 -0.035278 scale
224 start_ol
225 2980 413 moveto
226 2929 402 2907 402 2878 402 curveto
227 2714 402 2624 481 2624 617 curveto
228 2624 2222 lineto
229 2624 2733 2226 3008 1472 3008 curveto
230 1028 3008 659 2888 455 2675 curveto
231 314 2528 256 2365 256 2081 curveto
232 817 2081 lineto
233 857 2415 1072 2566 1513 2566 curveto
234 1938 2566 2176 2418 2176 2153 curveto
235 2176 2037 lineto
236 2176 1852 2060 1772 1695 1730 curveto
237 1042 1651 942 1630 765 1561 curveto
238 428 1428 256 1180 256 820 curveto
239 256 317 621 0 1207 0 curveto
240 1572 0 1866 131 2192 440 curveto
241 2225 137 2368 0 2666 0 curveto
242 2760 0 2831 12 2980 52 curveto
243 2980 413 lineto
244 2176 1018 moveto
245 2176 872 2131 784 1989 664 curveto
246 1797 502 1565 419 1287 419 curveto
247 919 419 704 581 704 857 curveto
248 704 1143 913 1289 1417 1357 curveto
249 1916 1419 2017 1440 2176 1508 curveto
250 2176 1018 lineto
251 end_ol grestore 
252 gsave -16.290600 12.842700 translate 0.035278 -0.035278 scale
253 start_ol
254 832 4160 moveto
255 384 4160 lineto
256 384 0 lineto
257 832 0 lineto
258 832 4160 lineto
259 end_ol grestore 
260 gsave -16.121267 12.842700 translate 0.035278 -0.035278 scale
261 start_ol
262 832 3008 moveto
263 384 3008 lineto
264 384 0 lineto
265 832 0 lineto
266 832 3008 lineto
267 832 4160 moveto
268 384 4160 lineto
269 384 3570 lineto
270 832 3570 lineto
271 832 4160 lineto
272 end_ol grestore 
273 gsave -15.951933 12.842700 translate 0.035278 -0.035278 scale
274 start_ol
275 2501 3008 moveto
276 294 3008 lineto
277 294 2589 lineto
278 1942 2589 lineto
279 175 430 lineto
280 175 0 lineto
281 2580 0 lineto
282 2580 419 lineto
283 745 419 lineto
284 2501 2583 lineto
285 2501 3008 lineto
286 end_ol grestore 
287 gsave -15.570933 12.842700 translate 0.035278 -0.035278 scale
288 start_ol
289 2832 1344 moveto
290 2832 1780 2799 2042 2718 2255 curveto
291 2532 2724 2097 3008 1563 3008 curveto
292 768 3008 256 2409 256 1488 curveto
293 256 567 751 0 1551 0 curveto
294 2204 0 2656 362 2770 968 curveto
295 2296 968 lineto
296 2170 622 1912 442 1544 442 curveto
297 1253 442 1006 562 852 783 curveto
298 742 933 704 1083 704 1344 curveto
299 2832 1344 lineto
300 704 1728 moveto
301 704 2236 1037 2566 1511 2566 curveto
302 1974 2566 2330 2210 2330 1759 curveto
303 2330 1749 2330 1739 2324 1728 curveto
304 704 1728 lineto
305 end_ol grestore 
306 gsave -15.147600 12.842700 translate 0.035278 -0.035278 scale
307 start_ol
308 end_ol grestore 
309 gsave -14.935933 12.842700 translate 0.035278 -0.035278 scale
310 start_ol
311 832 4160 moveto
312 384 4160 lineto
313 384 0 lineto
314 832 0 lineto
315 832 4160 lineto
316 end_ol grestore 
317 gsave -14.766600 12.842700 translate 0.035278 -0.035278 scale
318 start_ol
319 832 3008 moveto
320 384 3008 lineto
321 384 0 lineto
322 832 0 lineto
323 832 3008 lineto
324 832 4160 moveto
325 384 4160 lineto
326 384 3570 lineto
327 832 3570 lineto
328 832 4160 lineto
329 end_ol grestore 
330 gsave -14.597267 12.842700 translate 0.035278 -0.035278 scale
331 start_ol
332 320 4160 moveto
333 320 0 lineto
334 768 0 lineto
335 768 510 lineto
336 982 164 1267 0 1658 0 curveto
337 2398 0 2880 605 2880 1536 curveto
338 2880 2446 2409 3008 1654 3008 curveto
339 1260 3008 981 2854 768 2518 curveto
340 768 4160 lineto
341 320 4160 lineto
342 1581 2560 moveto
343 2098 2560 2432 2139 2432 1488 curveto
344 2432 869 2087 448 1581 448 curveto
345 1091 448 768 864 768 1504 curveto
346 768 2144 1091 2560 1581 2560 curveto
347 end_ol grestore 
348 gsave -14.173933 12.842700 translate 0.035278 -0.035278 scale
349 start_ol
350 384 3008 moveto
351 384 0 lineto
352 832 0 lineto
353 832 1513 lineto
354 832 1930 939 2203 1165 2364 curveto
355 1312 2470 1453 2503 1780 2503 curveto
356 1780 3008 lineto
357 1704 3008 1666 3008 1607 3008 curveto
358 1314 3008 1092 2827 832 2386 curveto
359 832 3008 lineto
360 384 3008 lineto
361 end_ol grestore 
362 gsave -13.919933 12.842700 translate 0.035278 -0.035278 scale
363 start_ol
364 2980 413 moveto
365 2929 402 2907 402 2878 402 curveto
366 2714 402 2624 481 2624 617 curveto
367 2624 2222 lineto
368 2624 2733 2226 3008 1472 3008 curveto
369 1028 3008 659 2888 455 2675 curveto
370 314 2528 256 2365 256 2081 curveto
371 817 2081 lineto
372 857 2415 1072 2566 1513 2566 curveto
373 1938 2566 2176 2418 2176 2153 curveto
374 2176 2037 lineto
375 2176 1852 2060 1772 1695 1730 curveto
376 1042 1651 942 1630 765 1561 curveto
377 428 1428 256 1180 256 820 curveto
378 256 317 621 0 1207 0 curveto
379 1572 0 1866 131 2192 440 curveto
380 2225 137 2368 0 2666 0 curveto
381 2760 0 2831 12 2980 52 curveto
382 2980 413 lineto
383 2176 1018 moveto
384 2176 872 2131 784 1989 664 curveto
385 1797 502 1565 419 1287 419 curveto
386 919 419 704 581 704 857 curveto
387 704 1143 913 1289 1417 1357 curveto
388 1916 1419 2017 1440 2176 1508 curveto
389 2176 1018 lineto
390 end_ol grestore 
391 gsave -13.496600 12.842700 translate 0.035278 -0.035278 scale
392 start_ol
393 384 3008 moveto
394 384 0 lineto
395 832 0 lineto
396 832 1513 lineto
397 832 1930 939 2203 1165 2364 curveto
398 1312 2470 1453 2503 1780 2503 curveto
399 1780 3008 lineto
400 1704 3008 1666 3008 1607 3008 curveto
401 1314 3008 1092 2827 832 2386 curveto
402 832 3008 lineto
403 384 3008 lineto
404 end_ol grestore 
405 gsave -13.242600 12.842700 translate 0.035278 -0.035278 scale
406 start_ol
407 2190 3008 moveto
408 1372 634 lineto
409 615 3008 lineto
410 113 3008 lineto
411 1112 -52 lineto
412 931 -535 lineto
413 858 -751 751 -832 553 -832 curveto
414 485 -832 406 -820 305 -797 curveto
415 305 -1209 lineto
416 401 -1258 497 -1280 621 -1280 curveto
417 773 -1280 937 -1228 1061 -1136 curveto
418 1208 -1026 1293 -899 1383 -656 curveto
419 2698 3008 lineto
420 2190 3008 lineto
421 end_ol grestore 
422 gsave -12.861600 12.842700 translate 0.035278 -0.035278 scale
423 start_ol
424 1216 597 moveto
425 640 597 lineto
426 640 0 lineto
427 1216 0 lineto
428 1216 597 lineto
429 1216 3008 moveto
430 640 3008 lineto
431 640 2411 lineto
432 1216 2411 lineto
433 1216 3008 lineto
434 end_ol grestore 
435 gsave -17.962767 13.842700 translate 0.035278 -0.035278 scale
436 start_ol
437 2304 3008 moveto
438 2304 2493 lineto
439 2072 2844 1791 3008 1422 3008 curveto
440 688 3008 192 2387 192 1477 curveto
441 192 1017 322 642 564 375 curveto
442 783 139 1099 0 1409 0 curveto
443 1780 0 2039 158 2304 531 curveto
444 2304 355 lineto
445 2304 -108 2252 -388 2131 -577 curveto
446 2004 -779 1755 -896 1461 -896 curveto
447 1241 -896 1045 -824 912 -695 curveto
448 802 -588 756 -487 727 -265 curveto
449 280 -265 lineto
450 330 -901 760 -1280 1446 -1280 curveto
451 1881 -1280 2255 -1136 2445 -893 curveto
452 2668 -615 2752 -234 2752 477 curveto
453 2752 3008 lineto
454 2304 3008 lineto
455 1478 2566 moveto
456 1998 2566 2304 2170 2304 1488 curveto
457 2304 838 1992 442 1484 442 curveto
458 958 442 640 843 640 1504 curveto
459 640 2160 964 2566 1478 2566 curveto
460 end_ol grestore 
461 gsave -17.539433 13.842700 translate 0.035278 -0.035278 scale
462 start_ol
463 2560 2129 moveto
464 2560 2691 2158 3008 1443 3008 curveto
465 723 3008 256 2675 256 2161 curveto
466 256 1728 496 1521 1204 1363 curveto
467 1649 1262 lineto
468 1981 1188 2112 1077 2112 876 curveto
469 2112 617 1824 442 1395 442 curveto
470 1130 442 907 510 783 624 curveto
471 707 702 671 780 642 973 curveto
472 256 973 lineto
473 256 315 628 0 1378 0 curveto
474 2100 0 2560 344 2560 878 curveto
475 2560 1291 2309 1518 1715 1651 curveto
476 1258 1751 lineto
477 870 1836 704 1952 704 2148 curveto
478 704 2402 987 2566 1434 2566 curveto
479 1875 2566 2112 2415 2112 2129 curveto
480 2560 2129 lineto
481 end_ol grestore 
482 gsave -17.158433 13.842700 translate 0.035278 -0.035278 scale
483 start_ol
484 2980 413 moveto
485 2929 402 2907 402 2878 402 curveto
486 2714 402 2624 481 2624 617 curveto
487 2624 2222 lineto
488 2624 2733 2226 3008 1472 3008 curveto
489 1028 3008 659 2888 455 2675 curveto
490 314 2528 256 2365 256 2081 curveto
491 817 2081 lineto
492 857 2415 1072 2566 1513 2566 curveto
493 1938 2566 2176 2418 2176 2153 curveto
494 2176 2037 lineto
495 2176 1852 2060 1772 1695 1730 curveto
496 1042 1651 942 1630 765 1561 curveto
497 428 1428 256 1180 256 820 curveto
498 256 317 621 0 1207 0 curveto
499 1572 0 1866 131 2192 440 curveto
500 2225 137 2368 0 2666 0 curveto
501 2760 0 2831 12 2980 52 curveto
502 2980 413 lineto
503 2176 1018 moveto
504 2176 872 2131 784 1989 664 curveto
505 1797 502 1565 419 1287 419 curveto
506 919 419 704 581 704 857 curveto
507 704 1143 913 1289 1417 1357 curveto
508 1916 1419 2017 1440 2176 1508 curveto
509 2176 1018 lineto
510 end_ol grestore 
511 gsave -16.735100 13.842700 translate 0.035278 -0.035278 scale
512 start_ol
513 2560 2129 moveto
514 2560 2691 2158 3008 1443 3008 curveto
515 723 3008 256 2675 256 2161 curveto
516 256 1728 496 1521 1204 1363 curveto
517 1649 1262 lineto
518 1981 1188 2112 1077 2112 876 curveto
519 2112 617 1824 442 1395 442 curveto
520 1130 442 907 510 783 624 curveto
521 707 702 671 780 642 973 curveto
522 256 973 lineto
523 256 315 628 0 1378 0 curveto
524 2100 0 2560 344 2560 878 curveto
525 2560 1291 2309 1518 1715 1651 curveto
526 1258 1751 lineto
527 870 1836 704 1952 704 2148 curveto
528 704 2402 987 2566 1434 2566 curveto
529 1875 2566 2112 2415 2112 2129 curveto
530 2560 2129 lineto
531 end_ol grestore 
532 gsave -16.354100 13.842700 translate 0.035278 -0.035278 scale
533 start_ol
534 832 4160 moveto
535 384 4160 lineto
536 384 0 lineto
537 832 0 lineto
538 832 4160 lineto
539 end_ol grestore 
540 gsave -16.184767 13.842700 translate 0.035278 -0.035278 scale
541 start_ol
542 3263 -768 moveto
543 -124 -768 lineto
544 -124 -1024 lineto
545 3263 -1024 lineto
546 3263 -768 lineto
547 end_ol grestore 
548 gsave -15.761433 13.842700 translate 0.035278 -0.035278 scale
549 start_ol
550 832 3008 moveto
551 384 3008 lineto
552 384 0 lineto
553 832 0 lineto
554 832 3008 lineto
555 832 4160 moveto
556 384 4160 lineto
557 384 3570 lineto
558 832 3570 lineto
559 832 4160 lineto
560 end_ol grestore 
561 gsave -15.592100 13.842700 translate 0.035278 -0.035278 scale
562 start_ol
563 384 3008 moveto
564 384 0 lineto
565 832 0 lineto
566 832 1606 lineto
567 832 2200 1162 2589 1668 2589 curveto
568 2057 2589 2304 2367 2304 2017 curveto
569 2304 0 lineto
570 2752 0 lineto
571 2752 2210 lineto
572 2752 2695 2385 3008 1815 3008 curveto
573 1374 3008 1092 2837 832 2422 curveto
574 832 3008 lineto
575 384 3008 lineto
576 end_ol grestore 
577 gsave -15.168767 13.842700 translate 0.035278 -0.035278 scale
578 start_ol
579 832 3008 moveto
580 384 3008 lineto
581 384 0 lineto
582 832 0 lineto
583 832 3008 lineto
584 832 4160 moveto
585 384 4160 lineto
586 384 3570 lineto
587 832 3570 lineto
588 832 4160 lineto
589 end_ol grestore 
590 gsave -14.999433 13.842700 translate 0.035278 -0.035278 scale
591 start_ol
592 1445 3008 moveto
593 960 3008 lineto
594 960 3835 lineto
595 512 3835 lineto
596 512 3008 lineto
597 111 3008 lineto
598 111 2618 lineto
599 512 2618 lineto
600 512 468 lineto
601 512 169 711 0 1070 0 curveto
602 1180 0 1290 11 1445 40 curveto
603 1445 435 lineto
604 1383 419 1310 419 1219 419 curveto
605 1016 419 960 473 960 674 curveto
606 960 2618 lineto
607 1445 2618 lineto
608 1445 3008 lineto
609 end_ol grestore 
610 gsave -14.787767 13.842700 translate 0.035278 -0.035278 scale
611 start_ol
612 1295 4160 moveto
613 736 3408 384 2363 384 1462 curveto
614 384 555 736 -490 1295 -1242 curveto
615 1605 -1242 lineto
616 1108 -421 832 543 832 1462 curveto
617 832 2375 1108 3345 1605 4160 curveto
618 1295 4160 lineto
619 end_ol grestore 
620 gsave -14.533767 13.842700 translate 0.035278 -0.035278 scale
621 start_ol
622 2752 1938 moveto
623 2752 1746 2694 1489 2596 1302 curveto
624 1849 2173 lineto
625 2433 2493 2624 2726 2624 3117 curveto
626 2624 3616 2246 3968 1718 3968 curveto
627 1190 3968 768 3593 768 3116 curveto
628 768 2861 872 2654 1211 2231 curveto
629 529 1841 320 1570 320 1078 curveto
630 320 428 775 0 1458 0 curveto
631 1730 0 1991 73 2191 204 curveto
632 2307 277 2407 362 2618 571 curveto
633 2948 0 lineto
634 3561 0 lineto
635 2875 961 lineto
636 3082 1265 3200 1618 3200 1938 curveto
637 2752 1938 lineto
638 1604 2455 moveto
639 1266 2829 1216 2920 1216 3107 curveto
640 1216 3384 1405 3566 1693 3566 curveto
641 1971 3566 2176 3374 2176 3112 curveto
642 2176 2872 2037 2717 1604 2455 curveto
643 2346 886 moveto
644 2033 571 1792 448 1501 448 curveto
645 1098 448 768 758 768 1132 curveto
646 768 1431 943 1644 1455 1954 curveto
647 2346 886 lineto
648 end_ol grestore 
649 gsave -14.025767 13.842700 translate 0.035278 -0.035278 scale
650 start_ol
651 2633 1973 moveto
652 2611 2249 2550 2428 2439 2585 curveto
653 2239 2851 1890 3008 1485 3008 curveto
654 702 3008 192 2409 192 1477 curveto
655 192 573 691 0 1479 0 curveto
656 2172 0 2611 406 2666 1098 curveto
657 2192 1098 lineto
658 2113 661 1870 442 1470 442 curveto
659 950 442 640 832 640 1478 curveto
660 640 2160 945 2566 1458 2566 curveto
661 1853 2566 2102 2353 2158 1973 curveto
662 2633 1973 lineto
663 end_ol grestore 
664 gsave -13.644767 13.842700 translate 0.035278 -0.035278 scale
665 start_ol
666 1445 3008 moveto
667 960 3008 lineto
668 960 3835 lineto
669 512 3835 lineto
670 512 3008 lineto
671 111 3008 lineto
672 111 2618 lineto
673 512 2618 lineto
674 512 468 lineto
675 512 169 711 0 1070 0 curveto
676 1180 0 1290 11 1445 40 curveto
677 1445 435 lineto
678 1383 419 1310 419 1219 419 curveto
679 1016 419 960 473 960 674 curveto
680 960 2618 lineto
681 1445 2618 lineto
682 1445 3008 lineto
683 end_ol grestore 
684 gsave -13.433100 13.842700 translate 0.035278 -0.035278 scale
685 start_ol
686 1648 1556 moveto
687 2642 3008 lineto
688 2111 3008 lineto
689 1400 1917 lineto
690 689 3008 lineto
691 152 3008 lineto
692 1140 1533 lineto
693 96 0 lineto
694 632 0 lineto
695 1383 1154 lineto
696 2122 0 lineto
697 2670 0 lineto
698 1648 1556 lineto
699 end_ol grestore 
700 gsave -13.052100 13.842700 translate 0.035278 -0.035278 scale
701 start_ol
702 497 -1242 moveto
703 1056 -490 1408 555 1408 1456 curveto
704 1408 2363 1056 3408 497 4160 curveto
705 187 4160 lineto
706 684 3339 960 2375 960 1456 curveto
707 960 543 684 -427 187 -1242 curveto
708 497 -1242 lineto
709 end_ol grestore 
710 gsave -12.798100 13.842700 translate 0.035278 -0.035278 scale
711 start_ol
712 1216 3008 moveto
713 640 3008 lineto
714 640 2411 lineto
715 1216 2411 lineto
716 1216 3008 lineto
717 640 597 moveto
718 640 0 lineto
719 967 0 lineto
720 967 -108 lineto
721 967 -520 896 -640 640 -640 curveto
722 640 -832 lineto
723 1024 -832 1216 -576 1216 -86 curveto
724 1216 597 lineto
725 640 597 lineto
726 end_ol grestore 
727 0.100000 slw
728 [] 0 sd
729 [] 0 sd
730 0 slc
731 n -12.125000 13.042700 m -10.486801 13.048328 l s
732 [] 0 sd
733 0 slj
734 0 slc
735 n -10.111803 13.049616 m -10.612659 13.297897 l -10.486801 13.048328 l -10.610941 12.797900 l ef
736 n -10.111803 13.049616 m -10.612659 13.297897 l -10.486801 13.048328 l -10.610941 12.797900 l cp s
737 1.000000 1.000000 1.000000 srgb
738 n 10.000000 9.000000 m 10.000000 17.100000 l 22.000000 17.100000 l 22.000000 9.000000 l f
739 0.100000 slw
740 [] 0 sd
741 [] 0 sd
742 0 slj
743 0.000000 0.000000 0.000000 srgb
744 n 10.000000 9.000000 m 10.000000 17.100000 l 22.000000 17.100000 l 22.000000 9.000000 l cp s
745 gsave 12.935067 10.350000 translate 0.035278 -0.035278 scale
746 start_ol
747 1024 1792 moveto
748 2333 1792 lineto
749 2665 1792 2927 1888 3153 2085 curveto
750 3409 2311 3520 2576 3520 2953 curveto
751 3520 3726 3057 4160 2233 4160 curveto
752 512 4160 lineto
753 512 0 lineto
754 1024 0 lineto
755 1024 1792 lineto
756 1024 2240 moveto
757 1024 3689 lineto
758 2133 3689 lineto
759 2641 3689 2944 3417 2944 2965 curveto
760 2944 2512 2641 2240 2133 2240 curveto
761 1024 2240 lineto
762 end_ol grestore 
763 gsave 13.443067 10.350000 translate 0.035278 -0.035278 scale
764 start_ol
765 384 3008 moveto
766 384 0 lineto
767 832 0 lineto
768 832 1513 lineto
769 832 1930 939 2203 1165 2364 curveto
770 1312 2470 1453 2503 1780 2503 curveto
771 1780 3008 lineto
772 1704 3008 1666 3008 1607 3008 curveto
773 1314 3008 1092 2827 832 2386 curveto
774 832 3008 lineto
775 384 3008 lineto
776 end_ol grestore 
777 gsave 13.697067 10.350000 translate 0.035278 -0.035278 scale
778 start_ol
779 1498 3008 moveto
780 685 3008 192 2446 192 1504 curveto
781 192 562 679 0 1504 0 curveto
782 2318 0 2816 562 2816 1483 curveto
783 2816 2451 2334 3008 1498 3008 curveto
784 1504 2566 moveto
785 2045 2566 2368 2165 2368 1488 curveto
786 2368 848 2034 442 1504 442 curveto
787 968 442 640 843 640 1504 curveto
788 640 2160 968 2566 1504 2566 curveto
789 end_ol grestore 
790 gsave 14.120400 10.350000 translate 0.035278 -0.035278 scale
791 start_ol
792 2633 1973 moveto
793 2611 2249 2550 2428 2439 2585 curveto
794 2239 2851 1890 3008 1485 3008 curveto
795 702 3008 192 2409 192 1477 curveto
796 192 573 691 0 1479 0 curveto
797 2172 0 2611 406 2666 1098 curveto
798 2192 1098 lineto
799 2113 661 1870 442 1470 442 curveto
800 950 442 640 832 640 1478 curveto
801 640 2160 945 2566 1458 2566 curveto
802 1853 2566 2102 2353 2158 1973 curveto
803 2633 1973 lineto
804 end_ol grestore 
805 gsave 14.501400 10.350000 translate 0.035278 -0.035278 scale
806 start_ol
807 2832 1344 moveto
808 2832 1780 2799 2042 2718 2255 curveto
809 2532 2724 2097 3008 1563 3008 curveto
810 768 3008 256 2409 256 1488 curveto
811 256 567 751 0 1551 0 curveto
812 2204 0 2656 362 2770 968 curveto
813 2296 968 lineto
814 2170 622 1912 442 1544 442 curveto
815 1253 442 1006 562 852 783 curveto
816 742 933 704 1083 704 1344 curveto
817 2832 1344 lineto
818 704 1728 moveto
819 704 2236 1037 2566 1511 2566 curveto
820 1974 2566 2330 2210 2330 1759 curveto
821 2330 1749 2330 1739 2324 1728 curveto
822 704 1728 lineto
823 end_ol grestore 
824 gsave 14.924733 10.350000 translate 0.035278 -0.035278 scale
825 start_ol
826 2560 2129 moveto
827 2560 2691 2158 3008 1443 3008 curveto
828 723 3008 256 2675 256 2161 curveto
829 256 1728 496 1521 1204 1363 curveto
830 1649 1262 lineto
831 1981 1188 2112 1077 2112 876 curveto
832 2112 617 1824 442 1395 442 curveto
833 1130 442 907 510 783 624 curveto
834 707 702 671 780 642 973 curveto
835 256 973 lineto
836 256 315 628 0 1378 0 curveto
837 2100 0 2560 344 2560 878 curveto
838 2560 1291 2309 1518 1715 1651 curveto
839 1258 1751 lineto
840 870 1836 704 1952 704 2148 curveto
841 704 2402 987 2566 1434 2566 curveto
842 1875 2566 2112 2415 2112 2129 curveto
843 2560 2129 lineto
844 end_ol grestore 
845 gsave 15.305733 10.350000 translate 0.035278 -0.035278 scale
846 start_ol
847 2560 2129 moveto
848 2560 2691 2158 3008 1443 3008 curveto
849 723 3008 256 2675 256 2161 curveto
850 256 1728 496 1521 1204 1363 curveto
851 1649 1262 lineto
852 1981 1188 2112 1077 2112 876 curveto
853 2112 617 1824 442 1395 442 curveto
854 1130 442 907 510 783 624 curveto
855 707 702 671 780 642 973 curveto
856 256 973 lineto
857 256 315 628 0 1378 0 curveto
858 2100 0 2560 344 2560 878 curveto
859 2560 1291 2309 1518 1715 1651 curveto
860 1258 1751 lineto
861 870 1836 704 1952 704 2148 curveto
862 704 2402 987 2566 1434 2566 curveto
863 1875 2566 2112 2415 2112 2129 curveto
864 2560 2129 lineto
865 end_ol grestore 
866 gsave 15.686733 10.350000 translate 0.035278 -0.035278 scale
867 start_ol
868 end_ol grestore 
869 gsave 15.898400 10.350000 translate 0.035278 -0.035278 scale
870 start_ol
871 384 3008 moveto
872 384 0 lineto
873 832 0 lineto
874 832 1828 lineto
875 832 2250 1152 2589 1548 2589 curveto
876 1908 2589 2112 2378 2112 2006 curveto
877 2112 0 lineto
878 2560 0 lineto
879 2560 1828 lineto
880 2560 2250 2880 2589 3276 2589 curveto
881 3631 2589 3840 2372 3840 2006 curveto
882 3840 0 lineto
883 4288 0 lineto
884 4288 2193 lineto
885 4288 2718 3982 3008 3426 3008 curveto
886 3028 3008 2790 2888 2512 2550 curveto
887 2340 2871 2106 3008 1728 3008 curveto
888 1338 3008 1082 2860 832 2500 curveto
889 832 3008 lineto
890 384 3008 lineto
891 end_ol grestore 
892 gsave 16.533400 10.350000 translate 0.035278 -0.035278 scale
893 start_ol
894 2980 413 moveto
895 2929 402 2907 402 2878 402 curveto
896 2714 402 2624 481 2624 617 curveto
897 2624 2222 lineto
898 2624 2733 2226 3008 1472 3008 curveto
899 1028 3008 659 2888 455 2675 curveto
900 314 2528 256 2365 256 2081 curveto
901 817 2081 lineto
902 857 2415 1072 2566 1513 2566 curveto
903 1938 2566 2176 2418 2176 2153 curveto
904 2176 2037 lineto
905 2176 1852 2060 1772 1695 1730 curveto
906 1042 1651 942 1630 765 1561 curveto
907 428 1428 256 1180 256 820 curveto
908 256 317 621 0 1207 0 curveto
909 1572 0 1866 131 2192 440 curveto
910 2225 137 2368 0 2666 0 curveto
911 2760 0 2831 12 2980 52 curveto
912 2980 413 lineto
913 2176 1018 moveto
914 2176 872 2131 784 1989 664 curveto
915 1797 502 1565 419 1287 419 curveto
916 919 419 704 581 704 857 curveto
917 704 1143 913 1289 1417 1357 curveto
918 1916 1419 2017 1440 2176 1508 curveto
919 2176 1018 lineto
920 end_ol grestore 
921 gsave 16.956733 10.350000 translate 0.035278 -0.035278 scale
922 start_ol
923 384 3008 moveto
924 384 0 lineto
925 832 0 lineto
926 832 1606 lineto
927 832 2200 1162 2589 1668 2589 curveto
928 2057 2589 2304 2367 2304 2017 curveto
929 2304 0 lineto
930 2752 0 lineto
931 2752 2210 lineto
932 2752 2695 2385 3008 1815 3008 curveto
933 1374 3008 1092 2837 832 2422 curveto
934 832 3008 lineto
935 384 3008 lineto
936 end_ol grestore 
937 gsave 17.380067 10.350000 translate 0.035278 -0.035278 scale
938 start_ol
939 2980 413 moveto
940 2929 402 2907 402 2878 402 curveto
941 2714 402 2624 481 2624 617 curveto
942 2624 2222 lineto
943 2624 2733 2226 3008 1472 3008 curveto
944 1028 3008 659 2888 455 2675 curveto
945 314 2528 256 2365 256 2081 curveto
946 817 2081 lineto
947 857 2415 1072 2566 1513 2566 curveto
948 1938 2566 2176 2418 2176 2153 curveto
949 2176 2037 lineto
950 2176 1852 2060 1772 1695 1730 curveto
951 1042 1651 942 1630 765 1561 curveto
952 428 1428 256 1180 256 820 curveto
953 256 317 621 0 1207 0 curveto
954 1572 0 1866 131 2192 440 curveto
955 2225 137 2368 0 2666 0 curveto
956 2760 0 2831 12 2980 52 curveto
957 2980 413 lineto
958 2176 1018 moveto
959 2176 872 2131 784 1989 664 curveto
960 1797 502 1565 419 1287 419 curveto
961 919 419 704 581 704 857 curveto
962 704 1143 913 1289 1417 1357 curveto
963 1916 1419 2017 1440 2176 1508 curveto
964 2176 1018 lineto
965 end_ol grestore 
966 gsave 17.803400 10.350000 translate 0.035278 -0.035278 scale
967 start_ol
968 2304 3008 moveto
969 2304 2493 lineto
970 2072 2844 1791 3008 1422 3008 curveto
971 688 3008 192 2387 192 1477 curveto
972 192 1017 322 642 564 375 curveto
973 783 139 1099 0 1409 0 curveto
974 1780 0 2039 158 2304 531 curveto
975 2304 355 lineto
976 2304 -108 2252 -388 2131 -577 curveto
977 2004 -779 1755 -896 1461 -896 curveto
978 1241 -896 1045 -824 912 -695 curveto
979 802 -588 756 -487 727 -265 curveto
980 280 -265 lineto
981 330 -901 760 -1280 1446 -1280 curveto
982 1881 -1280 2255 -1136 2445 -893 curveto
983 2668 -615 2752 -234 2752 477 curveto
984 2752 3008 lineto
985 2304 3008 lineto
986 1478 2566 moveto
987 1998 2566 2304 2170 2304 1488 curveto
988 2304 838 1992 442 1484 442 curveto
989 958 442 640 843 640 1504 curveto
990 640 2160 964 2566 1478 2566 curveto
991 end_ol grestore 
992 gsave 18.226733 10.350000 translate 0.035278 -0.035278 scale
993 start_ol
994 2832 1344 moveto
995 2832 1780 2799 2042 2718 2255 curveto
996 2532 2724 2097 3008 1563 3008 curveto
997 768 3008 256 2409 256 1488 curveto
998 256 567 751 0 1551 0 curveto
999 2204 0 2656 362 2770 968 curveto
1000 2296 968 lineto
1001 2170 622 1912 442 1544 442 curveto
1002 1253 442 1006 562 852 783 curveto
1003 742 933 704 1083 704 1344 curveto
1004 2832 1344 lineto
1005 704 1728 moveto
1006 704 2236 1037 2566 1511 2566 curveto
1007 1974 2566 2330 2210 2330 1759 curveto
1008 2330 1749 2330 1739 2324 1728 curveto
1009 704 1728 lineto
1010 end_ol grestore 
1011 gsave 18.650067 10.350000 translate 0.035278 -0.035278 scale
1012 start_ol
1013 384 3008 moveto
1014 384 0 lineto
1015 832 0 lineto
1016 832 1513 lineto
1017 832 1930 939 2203 1165 2364 curveto
1018 1312 2470 1453 2503 1780 2503 curveto
1019 1780 3008 lineto
1020 1704 3008 1666 3008 1607 3008 curveto
1021 1314 3008 1092 2827 832 2386 curveto
1022 832 3008 lineto
1023 384 3008 lineto
1024 end_ol grestore 
1025 gsave 18.904067 10.350000 translate 0.035278 -0.035278 scale
1026 start_ol
1027 1216 597 moveto
1028 640 597 lineto
1029 640 0 lineto
1030 1216 0 lineto
1031 1216 597 lineto
1032 1216 3008 moveto
1033 640 3008 lineto
1034 640 2411 lineto
1035 1216 2411 lineto
1036 1216 3008 lineto
1037 end_ol grestore 
1038 gsave 14.509867 12.350000 translate 0.035278 -0.035278 scale
1039 start_ol
1040 2618 0 moveto
1041 3776 3487 lineto
1042 3776 0 lineto
1043 4224 0 lineto
1044 4224 4160 lineto
1045 3544 4160 lineto
1046 2347 536 lineto
1047 1128 4160 lineto
1048 448 4160 lineto
1049 448 0 lineto
1050 896 0 lineto
1051 896 3487 lineto
1052 2065 0 lineto
1053 2618 0 lineto
1054 end_ol grestore 
1055 gsave 15.144867 12.350000 translate 0.035278 -0.035278 scale
1056 start_ol
1057 2688 0 moveto
1058 2688 3008 lineto
1059 2240 3008 lineto
1060 2240 1386 lineto
1061 2240 801 1926 419 1438 419 curveto
1062 1068 419 832 638 832 982 curveto
1063 832 3008 lineto
1064 384 3008 lineto
1065 384 786 lineto
1066 384 308 737 0 1290 0 curveto
1067 1708 0 1974 153 2240 545 curveto
1068 2240 0 lineto
1069 2688 0 lineto
1070 end_ol grestore 
1071 gsave 15.568200 12.350000 translate 0.035278 -0.035278 scale
1072 start_ol
1073 832 4160 moveto
1074 384 4160 lineto
1075 384 0 lineto
1076 832 0 lineto
1077 832 4160 lineto
1078 end_ol grestore 
1079 gsave 15.737533 12.350000 translate 0.035278 -0.035278 scale
1080 start_ol
1081 1445 3008 moveto
1082 960 3008 lineto
1083 960 3835 lineto
1084 512 3835 lineto
1085 512 3008 lineto
1086 111 3008 lineto
1087 111 2618 lineto
1088 512 2618 lineto
1089 512 468 lineto
1090 512 169 711 0 1070 0 curveto
1091 1180 0 1290 11 1445 40 curveto
1092 1445 435 lineto
1093 1383 419 1310 419 1219 419 curveto
1094 1016 419 960 473 960 674 curveto
1095 960 2618 lineto
1096 1445 2618 lineto
1097 1445 3008 lineto
1098 end_ol grestore 
1099 gsave 15.949200 12.350000 translate 0.035278 -0.035278 scale
1100 start_ol
1101 832 3008 moveto
1102 384 3008 lineto
1103 384 0 lineto
1104 832 0 lineto
1105 832 3008 lineto
1106 832 4160 moveto
1107 384 4160 lineto
1108 384 3570 lineto
1109 832 3570 lineto
1110 832 4160 lineto
1111 end_ol grestore 
1112 gsave 16.118533 12.350000 translate 0.035278 -0.035278 scale
1113 start_ol
1114 320 -1119 moveto
1115 768 -1119 lineto
1116 768 448 lineto
1117 1009 138 1278 0 1651 0 curveto
1118 2392 0 2880 583 2880 1477 curveto
1119 2880 2419 2417 3008 1668 3008 curveto
1120 1285 3008 978 2827 768 2477 curveto
1121 768 3008 lineto
1122 320 3008 lineto
1123 320 -1119 lineto
1124 1583 2560 moveto
1125 2097 2560 2432 2139 2432 1488 curveto
1126 2432 869 2091 448 1583 448 curveto
1127 1092 448 768 864 768 1504 curveto
1128 768 2144 1092 2560 1583 2560 curveto
1129 end_ol grestore 
1130 gsave 16.541867 12.350000 translate 0.035278 -0.035278 scale
1131 start_ol
1132 832 4160 moveto
1133 384 4160 lineto
1134 384 0 lineto
1135 832 0 lineto
1136 832 4160 lineto
1137 end_ol grestore 
1138 gsave 16.711200 12.350000 translate 0.035278 -0.035278 scale
1139 start_ol
1140 2832 1344 moveto
1141 2832 1780 2799 2042 2718 2255 curveto
1142 2532 2724 2097 3008 1563 3008 curveto
1143 768 3008 256 2409 256 1488 curveto
1144 256 567 751 0 1551 0 curveto
1145 2204 0 2656 362 2770 968 curveto
1146 2296 968 lineto
1147 2170 622 1912 442 1544 442 curveto
1148 1253 442 1006 562 852 783 curveto
1149 742 933 704 1083 704 1344 curveto
1150 2832 1344 lineto
1151 704 1728 moveto
1152 704 2236 1037 2566 1511 2566 curveto
1153 1974 2566 2330 2210 2330 1759 curveto
1154 2330 1749 2330 1739 2324 1728 curveto
1155 704 1728 lineto
1156 end_ol grestore 
1157 gsave 17.134533 12.350000 translate 0.035278 -0.035278 scale
1158 start_ol
1159 1648 1556 moveto
1160 2642 3008 lineto
1161 2111 3008 lineto
1162 1400 1917 lineto
1163 689 3008 lineto
1164 152 3008 lineto
1165 1140 1533 lineto
1166 96 0 lineto
1167 632 0 lineto
1168 1383 1154 lineto
1169 2122 0 lineto
1170 2670 0 lineto
1171 1648 1556 lineto
1172 end_ol grestore 
1173 gsave 17.515533 12.350000 translate 0.035278 -0.035278 scale
1174 start_ol
1175 end_ol grestore 
1176 gsave 13.303367 13.350000 translate 0.035278 -0.035278 scale
1177 start_ol
1178 2560 2129 moveto
1179 2560 2691 2158 3008 1443 3008 curveto
1180 723 3008 256 2675 256 2161 curveto
1181 256 1728 496 1521 1204 1363 curveto
1182 1649 1262 lineto
1183 1981 1188 2112 1077 2112 876 curveto
1184 2112 617 1824 442 1395 442 curveto
1185 1130 442 907 510 783 624 curveto
1186 707 702 671 780 642 973 curveto
1187 256 973 lineto
1188 256 315 628 0 1378 0 curveto
1189 2100 0 2560 344 2560 878 curveto
1190 2560 1291 2309 1518 1715 1651 curveto
1191 1258 1751 lineto
1192 870 1836 704 1952 704 2148 curveto
1193 704 2402 987 2566 1434 2566 curveto
1194 1875 2566 2112 2415 2112 2129 curveto
1195 2560 2129 lineto
1196 end_ol grestore 
1197 gsave 13.684367 13.350000 translate 0.035278 -0.035278 scale
1198 start_ol
1199 2832 1344 moveto
1200 2832 1780 2799 2042 2718 2255 curveto
1201 2532 2724 2097 3008 1563 3008 curveto
1202 768 3008 256 2409 256 1488 curveto
1203 256 567 751 0 1551 0 curveto
1204 2204 0 2656 362 2770 968 curveto
1205 2296 968 lineto
1206 2170 622 1912 442 1544 442 curveto
1207 1253 442 1006 562 852 783 curveto
1208 742 933 704 1083 704 1344 curveto
1209 2832 1344 lineto
1210 704 1728 moveto
1211 704 2236 1037 2566 1511 2566 curveto
1212 1974 2566 2330 2210 2330 1759 curveto
1213 2330 1749 2330 1739 2324 1728 curveto
1214 704 1728 lineto
1215 end_ol grestore 
1216 gsave 14.107700 13.350000 translate 0.035278 -0.035278 scale
1217 start_ol
1218 1609 0 moveto
1219 2743 3008 lineto
1220 2213 3008 lineto
1221 1377 568 lineto
1222 587 3008 lineto
1223 56 3008 lineto
1224 1095 0 lineto
1225 1609 0 lineto
1226 end_ol grestore 
1227 gsave 14.488700 13.350000 translate 0.035278 -0.035278 scale
1228 start_ol
1229 2832 1344 moveto
1230 2832 1780 2799 2042 2718 2255 curveto
1231 2532 2724 2097 3008 1563 3008 curveto
1232 768 3008 256 2409 256 1488 curveto
1233 256 567 751 0 1551 0 curveto
1234 2204 0 2656 362 2770 968 curveto
1235 2296 968 lineto
1236 2170 622 1912 442 1544 442 curveto
1237 1253 442 1006 562 852 783 curveto
1238 742 933 704 1083 704 1344 curveto
1239 2832 1344 lineto
1240 704 1728 moveto
1241 704 2236 1037 2566 1511 2566 curveto
1242 1974 2566 2330 2210 2330 1759 curveto
1243 2330 1749 2330 1739 2324 1728 curveto
1244 704 1728 lineto
1245 end_ol grestore 
1246 gsave 14.912033 13.350000 translate 0.035278 -0.035278 scale
1247 start_ol
1248 384 3008 moveto
1249 384 0 lineto
1250 832 0 lineto
1251 832 1513 lineto
1252 832 1930 939 2203 1165 2364 curveto
1253 1312 2470 1453 2503 1780 2503 curveto
1254 1780 3008 lineto
1255 1704 3008 1666 3008 1607 3008 curveto
1256 1314 3008 1092 2827 832 2386 curveto
1257 832 3008 lineto
1258 384 3008 lineto
1259 end_ol grestore 
1260 gsave 15.166033 13.350000 translate 0.035278 -0.035278 scale
1261 start_ol
1262 2980 413 moveto
1263 2929 402 2907 402 2878 402 curveto
1264 2714 402 2624 481 2624 617 curveto
1265 2624 2222 lineto
1266 2624 2733 2226 3008 1472 3008 curveto
1267 1028 3008 659 2888 455 2675 curveto
1268 314 2528 256 2365 256 2081 curveto
1269 817 2081 lineto
1270 857 2415 1072 2566 1513 2566 curveto
1271 1938 2566 2176 2418 2176 2153 curveto
1272 2176 2037 lineto
1273 2176 1852 2060 1772 1695 1730 curveto
1274 1042 1651 942 1630 765 1561 curveto
1275 428 1428 256 1180 256 820 curveto
1276 256 317 621 0 1207 0 curveto
1277 1572 0 1866 131 2192 440 curveto
1278 2225 137 2368 0 2666 0 curveto
1279 2760 0 2831 12 2980 52 curveto
1280 2980 413 lineto
1281 2176 1018 moveto
1282 2176 872 2131 784 1989 664 curveto
1283 1797 502 1565 419 1287 419 curveto
1284 919 419 704 581 704 857 curveto
1285 704 1143 913 1289 1417 1357 curveto
1286 1916 1419 2017 1440 2176 1508 curveto
1287 2176 1018 lineto
1288 end_ol grestore 
1289 gsave 15.589367 13.350000 translate 0.035278 -0.035278 scale
1290 start_ol
1291 832 4160 moveto
1292 384 4160 lineto
1293 384 0 lineto
1294 832 0 lineto
1295 832 4160 lineto
1296 end_ol grestore 
1297 gsave 15.758700 13.350000 translate 0.035278 -0.035278 scale
1298 start_ol
1299 end_ol grestore 
1300 gsave 15.970367 13.350000 translate 0.035278 -0.035278 scale
1301 start_ol
1302 2633 1973 moveto
1303 2611 2249 2550 2428 2439 2585 curveto
1304 2239 2851 1890 3008 1485 3008 curveto
1305 702 3008 192 2409 192 1477 curveto
1306 192 573 691 0 1479 0 curveto
1307 2172 0 2611 406 2666 1098 curveto
1308 2192 1098 lineto
1309 2113 661 1870 442 1470 442 curveto
1310 950 442 640 832 640 1478 curveto
1311 640 2160 945 2566 1458 2566 curveto
1312 1853 2566 2102 2353 2158 1973 curveto
1313 2633 1973 lineto
1314 end_ol grestore 
1315 gsave 16.351367 13.350000 translate 0.035278 -0.035278 scale
1316 start_ol
1317 832 4160 moveto
1318 384 4160 lineto
1319 384 0 lineto
1320 832 0 lineto
1321 832 4160 lineto
1322 end_ol grestore 
1323 gsave 16.520700 13.350000 translate 0.035278 -0.035278 scale
1324 start_ol
1325 832 3008 moveto
1326 384 3008 lineto
1327 384 0 lineto
1328 832 0 lineto
1329 832 3008 lineto
1330 832 4160 moveto
1331 384 4160 lineto
1332 384 3570 lineto
1333 832 3570 lineto
1334 832 4160 lineto
1335 end_ol grestore 
1336 gsave 16.690033 13.350000 translate 0.035278 -0.035278 scale
1337 start_ol
1338 2832 1344 moveto
1339 2832 1780 2799 2042 2718 2255 curveto
1340 2532 2724 2097 3008 1563 3008 curveto
1341 768 3008 256 2409 256 1488 curveto
1342 256 567 751 0 1551 0 curveto
1343 2204 0 2656 362 2770 968 curveto
1344 2296 968 lineto
1345 2170 622 1912 442 1544 442 curveto
1346 1253 442 1006 562 852 783 curveto
1347 742 933 704 1083 704 1344 curveto
1348 2832 1344 lineto
1349 704 1728 moveto
1350 704 2236 1037 2566 1511 2566 curveto
1351 1974 2566 2330 2210 2330 1759 curveto
1352 2330 1749 2330 1739 2324 1728 curveto
1353 704 1728 lineto
1354 end_ol grestore 
1355 gsave 17.113367 13.350000 translate 0.035278 -0.035278 scale
1356 start_ol
1357 384 3008 moveto
1358 384 0 lineto
1359 832 0 lineto
1360 832 1606 lineto
1361 832 2200 1162 2589 1668 2589 curveto
1362 2057 2589 2304 2367 2304 2017 curveto
1363 2304 0 lineto
1364 2752 0 lineto
1365 2752 2210 lineto
1366 2752 2695 2385 3008 1815 3008 curveto
1367 1374 3008 1092 2837 832 2422 curveto
1368 832 3008 lineto
1369 384 3008 lineto
1370 end_ol grestore 
1371 gsave 17.536700 13.350000 translate 0.035278 -0.035278 scale
1372 start_ol
1373 1445 3008 moveto
1374 960 3008 lineto
1375 960 3835 lineto
1376 512 3835 lineto
1377 512 3008 lineto
1378 111 3008 lineto
1379 111 2618 lineto
1380 512 2618 lineto
1381 512 468 lineto
1382 512 169 711 0 1070 0 curveto
1383 1180 0 1290 11 1445 40 curveto
1384 1445 435 lineto
1385 1383 419 1310 419 1219 419 curveto
1386 1016 419 960 473 960 674 curveto
1387 960 2618 lineto
1388 1445 2618 lineto
1389 1445 3008 lineto
1390 end_ol grestore 
1391 gsave 17.748367 13.350000 translate 0.035278 -0.035278 scale
1392 start_ol
1393 2560 2129 moveto
1394 2560 2691 2158 3008 1443 3008 curveto
1395 723 3008 256 2675 256 2161 curveto
1396 256 1728 496 1521 1204 1363 curveto
1397 1649 1262 lineto
1398 1981 1188 2112 1077 2112 876 curveto
1399 2112 617 1824 442 1395 442 curveto
1400 1130 442 907 510 783 624 curveto
1401 707 702 671 780 642 973 curveto
1402 256 973 lineto
1403 256 315 628 0 1378 0 curveto
1404 2100 0 2560 344 2560 878 curveto
1405 2560 1291 2309 1518 1715 1651 curveto
1406 1258 1751 lineto
1407 870 1836 704 1952 704 2148 curveto
1408 704 2402 987 2566 1434 2566 curveto
1409 1875 2566 2112 2415 2112 2129 curveto
1410 2560 2129 lineto
1411 end_ol grestore 
1412 gsave 18.129367 13.350000 translate 0.035278 -0.035278 scale
1413 start_ol
1414 1088 597 moveto
1415 512 597 lineto
1416 512 0 lineto
1417 1088 0 lineto
1418 1088 597 lineto
1419 end_ol grestore 
1420 gsave 18.341033 13.350000 translate 0.035278 -0.035278 scale
1421 start_ol
1422 1088 597 moveto
1423 512 597 lineto
1424 512 0 lineto
1425 1088 0 lineto
1426 1088 597 lineto
1427 end_ol grestore 
1428 gsave 18.552700 13.350000 translate 0.035278 -0.035278 scale
1429 start_ol
1430 1088 597 moveto
1431 512 597 lineto
1432 512 0 lineto
1433 1088 0 lineto
1434 1088 597 lineto
1435 end_ol grestore 
1436 gsave 15.191433 14.350000 translate 0.035278 -0.035278 scale
1437 start_ol
1438 1603 1856 moveto
1439 260 1856 lineto
1440 260 1408 lineto
1441 1603 1408 lineto
1442 1603 1856 lineto
1443 end_ol grestore 
1444 gsave 15.445433 14.350000 translate 0.035278 -0.035278 scale
1445 start_ol
1446 2170 4160 moveto
1447 992 4160 192 3321 192 2080 curveto
1448 192 839 992 0 2176 0 curveto
1449 2672 0 3117 147 3450 419 curveto
1450 3895 784 4160 1399 4160 2047 curveto
1451 4160 3327 3377 4160 2170 4160 curveto
1452 2170 3689 moveto
1453 3068 3689 3648 3045 3648 2059 curveto
1454 3648 1115 3051 471 2176 471 curveto
1455 1295 471 704 1115 704 2080 curveto
1456 704 3045 1295 3689 2170 3689 curveto
1457 end_ol grestore 
1458 gsave 16.038100 14.350000 translate 0.035278 -0.035278 scale
1459 start_ol
1460 1024 1792 moveto
1461 2432 1792 lineto
1462 2919 1792 3136 1564 3136 1050 curveto
1463 3072 679 lineto
1464 3072 422 3118 171 3194 0 curveto
1465 3712 0 lineto
1466 3712 131 lineto
1467 3552 268 3520 416 3520 970 curveto
1468 3520 1648 3423 1851 3021 2043 curveto
1469 3514 2272 3712 2565 3712 3041 curveto
1470 3712 3764 3259 4160 2439 4160 curveto
1471 512 4160 lineto
1472 512 0 lineto
1473 1024 0 lineto
1474 1024 1792 lineto
1475 1024 2240 moveto
1476 1024 3689 lineto
1477 2315 3689 lineto
1478 2614 3689 2786 3643 2918 3527 curveto
1479 3061 3406 3136 3216 3136 2962 curveto
1480 3136 2465 2883 2240 2315 2240 curveto
1481 1024 2240 lineto
1482 end_ol grestore 
1483 gsave 16.588433 14.350000 translate 0.035278 -0.035278 scale
1484 start_ol
1485 1603 1856 moveto
1486 260 1856 lineto
1487 260 1408 lineto
1488 1603 1408 lineto
1489 1603 1856 lineto
1490 end_ol grestore 
1491 gsave 13.235633 15.350000 translate 0.035278 -0.035278 scale
1492 start_ol
1493 2676 1280 moveto
1494 3099 0 lineto
1495 3686 0 lineto
1496 2241 4160 lineto
1497 1564 4160 lineto
1498 96 0 lineto
1499 655 0 lineto
1500 1089 1280 lineto
1501 2676 1280 lineto
1502 2529 1728 moveto
1503 1219 1728 lineto
1504 1897 3597 lineto
1505 2529 1728 lineto
1506 end_ol grestore 
1507 gsave 13.743633 15.350000 translate 0.035278 -0.035278 scale
1508 start_ol
1509 2633 1973 moveto
1510 2611 2249 2550 2428 2439 2585 curveto
1511 2239 2851 1890 3008 1485 3008 curveto
1512 702 3008 192 2409 192 1477 curveto
1513 192 573 691 0 1479 0 curveto
1514 2172 0 2611 406 2666 1098 curveto
1515 2192 1098 lineto
1516 2113 661 1870 442 1470 442 curveto
1517 950 442 640 832 640 1478 curveto
1518 640 2160 945 2566 1458 2566 curveto
1519 1853 2566 2102 2353 2158 1973 curveto
1520 2633 1973 lineto
1521 end_ol grestore 
1522 gsave 14.124633 15.350000 translate 0.035278 -0.035278 scale
1523 start_ol
1524 2633 1973 moveto
1525 2611 2249 2550 2428 2439 2585 curveto
1526 2239 2851 1890 3008 1485 3008 curveto
1527 702 3008 192 2409 192 1477 curveto
1528 192 573 691 0 1479 0 curveto
1529 2172 0 2611 406 2666 1098 curveto
1530 2192 1098 lineto
1531 2113 661 1870 442 1470 442 curveto
1532 950 442 640 832 640 1478 curveto
1533 640 2160 945 2566 1458 2566 curveto
1534 1853 2566 2102 2353 2158 1973 curveto
1535 2633 1973 lineto
1536 end_ol grestore 
1537 gsave 14.505633 15.350000 translate 0.035278 -0.035278 scale
1538 start_ol
1539 2832 1344 moveto
1540 2832 1780 2799 2042 2718 2255 curveto
1541 2532 2724 2097 3008 1563 3008 curveto
1542 768 3008 256 2409 256 1488 curveto
1543 256 567 751 0 1551 0 curveto
1544 2204 0 2656 362 2770 968 curveto
1545 2296 968 lineto
1546 2170 622 1912 442 1544 442 curveto
1547 1253 442 1006 562 852 783 curveto
1548 742 933 704 1083 704 1344 curveto
1549 2832 1344 lineto
1550 704 1728 moveto
1551 704 2236 1037 2566 1511 2566 curveto
1552 1974 2566 2330 2210 2330 1759 curveto
1553 2330 1749 2330 1739 2324 1728 curveto
1554 704 1728 lineto
1555 end_ol grestore 
1556 gsave 14.928967 15.350000 translate 0.035278 -0.035278 scale
1557 start_ol
1558 320 -1119 moveto
1559 768 -1119 lineto
1560 768 448 lineto
1561 1009 138 1278 0 1651 0 curveto
1562 2392 0 2880 583 2880 1477 curveto
1563 2880 2419 2417 3008 1668 3008 curveto
1564 1285 3008 978 2827 768 2477 curveto
1565 768 3008 lineto
1566 320 3008 lineto
1567 320 -1119 lineto
1568 1583 2560 moveto
1569 2097 2560 2432 2139 2432 1488 curveto
1570 2432 869 2091 448 1583 448 curveto
1571 1092 448 768 864 768 1504 curveto
1572 768 2144 1092 2560 1583 2560 curveto
1573 end_ol grestore 
1574 gsave 15.352300 15.350000 translate 0.035278 -0.035278 scale
1575 start_ol
1576 1445 3008 moveto
1577 960 3008 lineto
1578 960 3835 lineto
1579 512 3835 lineto
1580 512 3008 lineto
1581 111 3008 lineto
1582 111 2618 lineto
1583 512 2618 lineto
1584 512 468 lineto
1585 512 169 711 0 1070 0 curveto
1586 1180 0 1290 11 1445 40 curveto
1587 1445 435 lineto
1588 1383 419 1310 419 1219 419 curveto
1589 1016 419 960 473 960 674 curveto
1590 960 2618 lineto
1591 1445 2618 lineto
1592 1445 3008 lineto
1593 end_ol grestore 
1594 gsave 15.563967 15.350000 translate 0.035278 -0.035278 scale
1595 start_ol
1596 end_ol grestore 
1597 gsave 15.775633 15.350000 translate 0.035278 -0.035278 scale
1598 start_ol
1599 832 3008 moveto
1600 384 3008 lineto
1601 384 0 lineto
1602 832 0 lineto
1603 832 3008 lineto
1604 832 4160 moveto
1605 384 4160 lineto
1606 384 3570 lineto
1607 832 3570 lineto
1608 832 4160 lineto
1609 end_ol grestore 
1610 gsave 15.944967 15.350000 translate 0.035278 -0.035278 scale
1611 start_ol
1612 384 3008 moveto
1613 384 0 lineto
1614 832 0 lineto
1615 832 1606 lineto
1616 832 2200 1162 2589 1668 2589 curveto
1617 2057 2589 2304 2367 2304 2017 curveto
1618 2304 0 lineto
1619 2752 0 lineto
1620 2752 2210 lineto
1621 2752 2695 2385 3008 1815 3008 curveto
1622 1374 3008 1092 2837 832 2422 curveto
1623 832 3008 lineto
1624 384 3008 lineto
1625 end_ol grestore 
1626 gsave 16.368300 15.350000 translate 0.035278 -0.035278 scale
1627 start_ol
1628 2633 1973 moveto
1629 2611 2249 2550 2428 2439 2585 curveto
1630 2239 2851 1890 3008 1485 3008 curveto
1631 702 3008 192 2409 192 1477 curveto
1632 192 573 691 0 1479 0 curveto
1633 2172 0 2611 406 2666 1098 curveto
1634 2192 1098 lineto
1635 2113 661 1870 442 1470 442 curveto
1636 950 442 640 832 640 1478 curveto
1637 640 2160 945 2566 1458 2566 curveto
1638 1853 2566 2102 2353 2158 1973 curveto
1639 2633 1973 lineto
1640 end_ol grestore 
1641 gsave 16.749300 15.350000 translate 0.035278 -0.035278 scale
1642 start_ol
1643 1498 3008 moveto
1644 685 3008 192 2446 192 1504 curveto
1645 192 562 679 0 1504 0 curveto
1646 2318 0 2816 562 2816 1483 curveto
1647 2816 2451 2334 3008 1498 3008 curveto
1648 1504 2566 moveto
1649 2045 2566 2368 2165 2368 1488 curveto
1650 2368 848 2034 442 1504 442 curveto
1651 968 442 640 843 640 1504 curveto
1652 640 2160 968 2566 1504 2566 curveto
1653 end_ol grestore 
1654 gsave 17.172633 15.350000 translate 0.035278 -0.035278 scale
1655 start_ol
1656 384 3008 moveto
1657 384 0 lineto
1658 832 0 lineto
1659 832 1828 lineto
1660 832 2250 1152 2589 1548 2589 curveto
1661 1908 2589 2112 2378 2112 2006 curveto
1662 2112 0 lineto
1663 2560 0 lineto
1664 2560 1828 lineto
1665 2560 2250 2880 2589 3276 2589 curveto
1666 3631 2589 3840 2372 3840 2006 curveto
1667 3840 0 lineto
1668 4288 0 lineto
1669 4288 2193 lineto
1670 4288 2718 3982 3008 3426 3008 curveto
1671 3028 3008 2790 2888 2512 2550 curveto
1672 2340 2871 2106 3008 1728 3008 curveto
1673 1338 3008 1082 2860 832 2500 curveto
1674 832 3008 lineto
1675 384 3008 lineto
1676 end_ol grestore 
1677 gsave 17.807633 15.350000 translate 0.035278 -0.035278 scale
1678 start_ol
1679 832 3008 moveto
1680 384 3008 lineto
1681 384 0 lineto
1682 832 0 lineto
1683 832 3008 lineto
1684 832 4160 moveto
1685 384 4160 lineto
1686 384 3570 lineto
1687 832 3570 lineto
1688 832 4160 lineto
1689 end_ol grestore 
1690 gsave 17.976967 15.350000 translate 0.035278 -0.035278 scale
1691 start_ol
1692 384 3008 moveto
1693 384 0 lineto
1694 832 0 lineto
1695 832 1606 lineto
1696 832 2200 1162 2589 1668 2589 curveto
1697 2057 2589 2304 2367 2304 2017 curveto
1698 2304 0 lineto
1699 2752 0 lineto
1700 2752 2210 lineto
1701 2752 2695 2385 3008 1815 3008 curveto
1702 1374 3008 1092 2837 832 2422 curveto
1703 832 3008 lineto
1704 384 3008 lineto
1705 end_ol grestore 
1706 gsave 18.400300 15.350000 translate 0.035278 -0.035278 scale
1707 start_ol
1708 2304 3008 moveto
1709 2304 2493 lineto
1710 2072 2844 1791 3008 1422 3008 curveto
1711 688 3008 192 2387 192 1477 curveto
1712 192 1017 322 642 564 375 curveto
1713 783 139 1099 0 1409 0 curveto
1714 1780 0 2039 158 2304 531 curveto
1715 2304 355 lineto
1716 2304 -108 2252 -388 2131 -577 curveto
1717 2004 -779 1755 -896 1461 -896 curveto
1718 1241 -896 1045 -824 912 -695 curveto
1719 802 -588 756 -487 727 -265 curveto
1720 280 -265 lineto
1721 330 -901 760 -1280 1446 -1280 curveto
1722 1881 -1280 2255 -1136 2445 -893 curveto
1723 2668 -615 2752 -234 2752 477 curveto
1724 2752 3008 lineto
1725 2304 3008 lineto
1726 1478 2566 moveto
1727 1998 2566 2304 2170 2304 1488 curveto
1728 2304 838 1992 442 1484 442 curveto
1729 958 442 640 843 640 1504 curveto
1730 640 2160 964 2566 1478 2566 curveto
1731 end_ol grestore 
1732 gsave 13.070533 16.350000 translate 0.035278 -0.035278 scale
1733 start_ol
1734 2560 2129 moveto
1735 2560 2691 2158 3008 1443 3008 curveto
1736 723 3008 256 2675 256 2161 curveto
1737 256 1728 496 1521 1204 1363 curveto
1738 1649 1262 lineto
1739 1981 1188 2112 1077 2112 876 curveto
1740 2112 617 1824 442 1395 442 curveto
1741 1130 442 907 510 783 624 curveto
1742 707 702 671 780 642 973 curveto
1743 256 973 lineto
1744 256 315 628 0 1378 0 curveto
1745 2100 0 2560 344 2560 878 curveto
1746 2560 1291 2309 1518 1715 1651 curveto
1747 1258 1751 lineto
1748 870 1836 704 1952 704 2148 curveto
1749 704 2402 987 2566 1434 2566 curveto
1750 1875 2566 2112 2415 2112 2129 curveto
1751 2560 2129 lineto
1752 end_ol grestore 
1753 gsave 13.451533 16.350000 translate 0.035278 -0.035278 scale
1754 start_ol
1755 2832 1344 moveto
1756 2832 1780 2799 2042 2718 2255 curveto
1757 2532 2724 2097 3008 1563 3008 curveto
1758 768 3008 256 2409 256 1488 curveto
1759 256 567 751 0 1551 0 curveto
1760 2204 0 2656 362 2770 968 curveto
1761 2296 968 lineto
1762 2170 622 1912 442 1544 442 curveto
1763 1253 442 1006 562 852 783 curveto
1764 742 933 704 1083 704 1344 curveto
1765 2832 1344 lineto
1766 704 1728 moveto
1767 704 2236 1037 2566 1511 2566 curveto
1768 1974 2566 2330 2210 2330 1759 curveto
1769 2330 1749 2330 1739 2324 1728 curveto
1770 704 1728 lineto
1771 end_ol grestore 
1772 gsave 13.874867 16.350000 translate 0.035278 -0.035278 scale
1773 start_ol
1774 384 3008 moveto
1775 384 0 lineto
1776 832 0 lineto
1777 832 1513 lineto
1778 832 1930 939 2203 1165 2364 curveto
1779 1312 2470 1453 2503 1780 2503 curveto
1780 1780 3008 lineto
1781 1704 3008 1666 3008 1607 3008 curveto
1782 1314 3008 1092 2827 832 2386 curveto
1783 832 3008 lineto
1784 384 3008 lineto
1785 end_ol grestore 
1786 gsave 14.128867 16.350000 translate 0.035278 -0.035278 scale
1787 start_ol
1788 1609 0 moveto
1789 2743 3008 lineto
1790 2213 3008 lineto
1791 1377 568 lineto
1792 587 3008 lineto
1793 56 3008 lineto
1794 1095 0 lineto
1795 1609 0 lineto
1796 end_ol grestore 
1797 gsave 14.509867 16.350000 translate 0.035278 -0.035278 scale
1798 start_ol
1799 2832 1344 moveto
1800 2832 1780 2799 2042 2718 2255 curveto
1801 2532 2724 2097 3008 1563 3008 curveto
1802 768 3008 256 2409 256 1488 curveto
1803 256 567 751 0 1551 0 curveto
1804 2204 0 2656 362 2770 968 curveto
1805 2296 968 lineto
1806 2170 622 1912 442 1544 442 curveto
1807 1253 442 1006 562 852 783 curveto
1808 742 933 704 1083 704 1344 curveto
1809 2832 1344 lineto
1810 704 1728 moveto
1811 704 2236 1037 2566 1511 2566 curveto
1812 1974 2566 2330 2210 2330 1759 curveto
1813 2330 1749 2330 1739 2324 1728 curveto
1814 704 1728 lineto
1815 end_ol grestore 
1816 gsave 14.933200 16.350000 translate 0.035278 -0.035278 scale
1817 start_ol
1818 384 3008 moveto
1819 384 0 lineto
1820 832 0 lineto
1821 832 1513 lineto
1822 832 1930 939 2203 1165 2364 curveto
1823 1312 2470 1453 2503 1780 2503 curveto
1824 1780 3008 lineto
1825 1704 3008 1666 3008 1607 3008 curveto
1826 1314 3008 1092 2827 832 2386 curveto
1827 832 3008 lineto
1828 384 3008 lineto
1829 end_ol grestore 
1830 gsave 15.187200 16.350000 translate 0.035278 -0.035278 scale
1831 start_ol
1832 end_ol grestore 
1833 gsave 15.398867 16.350000 translate 0.035278 -0.035278 scale
1834 start_ol
1835 2560 2129 moveto
1836 2560 2691 2158 3008 1443 3008 curveto
1837 723 3008 256 2675 256 2161 curveto
1838 256 1728 496 1521 1204 1363 curveto
1839 1649 1262 lineto
1840 1981 1188 2112 1077 2112 876 curveto
1841 2112 617 1824 442 1395 442 curveto
1842 1130 442 907 510 783 624 curveto
1843 707 702 671 780 642 973 curveto
1844 256 973 lineto
1845 256 315 628 0 1378 0 curveto
1846 2100 0 2560 344 2560 878 curveto
1847 2560 1291 2309 1518 1715 1651 curveto
1848 1258 1751 lineto
1849 870 1836 704 1952 704 2148 curveto
1850 704 2402 987 2566 1434 2566 curveto
1851 1875 2566 2112 2415 2112 2129 curveto
1852 2560 2129 lineto
1853 end_ol grestore 
1854 gsave 15.779867 16.350000 translate 0.035278 -0.035278 scale
1855 start_ol
1856 2832 1344 moveto
1857 2832 1780 2799 2042 2718 2255 curveto
1858 2532 2724 2097 3008 1563 3008 curveto
1859 768 3008 256 2409 256 1488 curveto
1860 256 567 751 0 1551 0 curveto
1861 2204 0 2656 362 2770 968 curveto
1862 2296 968 lineto
1863 2170 622 1912 442 1544 442 curveto
1864 1253 442 1006 562 852 783 curveto
1865 742 933 704 1083 704 1344 curveto
1866 2832 1344 lineto
1867 704 1728 moveto
1868 704 2236 1037 2566 1511 2566 curveto
1869 1974 2566 2330 2210 2330 1759 curveto
1870 2330 1749 2330 1739 2324 1728 curveto
1871 704 1728 lineto
1872 end_ol grestore 
1873 gsave 16.203200 16.350000 translate 0.035278 -0.035278 scale
1874 start_ol
1875 2560 2129 moveto
1876 2560 2691 2158 3008 1443 3008 curveto
1877 723 3008 256 2675 256 2161 curveto
1878 256 1728 496 1521 1204 1363 curveto
1879 1649 1262 lineto
1880 1981 1188 2112 1077 2112 876 curveto
1881 2112 617 1824 442 1395 442 curveto
1882 1130 442 907 510 783 624 curveto
1883 707 702 671 780 642 973 curveto
1884 256 973 lineto
1885 256 315 628 0 1378 0 curveto
1886 2100 0 2560 344 2560 878 curveto
1887 2560 1291 2309 1518 1715 1651 curveto
1888 1258 1751 lineto
1889 870 1836 704 1952 704 2148 curveto
1890 704 2402 987 2566 1434 2566 curveto
1891 1875 2566 2112 2415 2112 2129 curveto
1892 2560 2129 lineto
1893 end_ol grestore 
1894 gsave 16.584200 16.350000 translate 0.035278 -0.035278 scale
1895 start_ol
1896 2560 2129 moveto
1897 2560 2691 2158 3008 1443 3008 curveto
1898 723 3008 256 2675 256 2161 curveto
1899 256 1728 496 1521 1204 1363 curveto
1900 1649 1262 lineto
1901 1981 1188 2112 1077 2112 876 curveto
1902 2112 617 1824 442 1395 442 curveto
1903 1130 442 907 510 783 624 curveto
1904 707 702 671 780 642 973 curveto
1905 256 973 lineto
1906 256 315 628 0 1378 0 curveto
1907 2100 0 2560 344 2560 878 curveto
1908 2560 1291 2309 1518 1715 1651 curveto
1909 1258 1751 lineto
1910 870 1836 704 1952 704 2148 curveto
1911 704 2402 987 2566 1434 2566 curveto
1912 1875 2566 2112 2415 2112 2129 curveto
1913 2560 2129 lineto
1914 end_ol grestore 
1915 gsave 16.965200 16.350000 translate 0.035278 -0.035278 scale
1916 start_ol
1917 832 3008 moveto
1918 384 3008 lineto
1919 384 0 lineto
1920 832 0 lineto
1921 832 3008 lineto
1922 832 4160 moveto
1923 384 4160 lineto
1924 384 3570 lineto
1925 832 3570 lineto
1926 832 4160 lineto
1927 end_ol grestore 
1928 gsave 17.134533 16.350000 translate 0.035278 -0.035278 scale
1929 start_ol
1930 1498 3008 moveto
1931 685 3008 192 2446 192 1504 curveto
1932 192 562 679 0 1504 0 curveto
1933 2318 0 2816 562 2816 1483 curveto
1934 2816 2451 2334 3008 1498 3008 curveto
1935 1504 2566 moveto
1936 2045 2566 2368 2165 2368 1488 curveto
1937 2368 848 2034 442 1504 442 curveto
1938 968 442 640 843 640 1504 curveto
1939 640 2160 968 2566 1504 2566 curveto
1940 end_ol grestore 
1941 gsave 17.557867 16.350000 translate 0.035278 -0.035278 scale
1942 start_ol
1943 384 3008 moveto
1944 384 0 lineto
1945 832 0 lineto
1946 832 1606 lineto
1947 832 2200 1162 2589 1668 2589 curveto
1948 2057 2589 2304 2367 2304 2017 curveto
1949 2304 0 lineto
1950 2752 0 lineto
1951 2752 2210 lineto
1952 2752 2695 2385 3008 1815 3008 curveto
1953 1374 3008 1092 2837 832 2422 curveto
1954 832 3008 lineto
1955 384 3008 lineto
1956 end_ol grestore 
1957 gsave 17.981200 16.350000 translate 0.035278 -0.035278 scale
1958 start_ol
1959 2560 2129 moveto
1960 2560 2691 2158 3008 1443 3008 curveto
1961 723 3008 256 2675 256 2161 curveto
1962 256 1728 496 1521 1204 1363 curveto
1963 1649 1262 lineto
1964 1981 1188 2112 1077 2112 876 curveto
1965 2112 617 1824 442 1395 442 curveto
1966 1130 442 907 510 783 624 curveto
1967 707 702 671 780 642 973 curveto
1968 256 973 lineto
1969 256 315 628 0 1378 0 curveto
1970 2100 0 2560 344 2560 878 curveto
1971 2560 1291 2309 1518 1715 1651 curveto
1972 1258 1751 lineto
1973 870 1836 704 1952 704 2148 curveto
1974 704 2402 987 2566 1434 2566 curveto
1975 1875 2566 2112 2415 2112 2129 curveto
1976 2560 2129 lineto
1977 end_ol grestore 
1978 gsave 18.362200 16.350000 translate 0.035278 -0.035278 scale
1979 start_ol
1980 1088 597 moveto
1981 512 597 lineto
1982 512 0 lineto
1983 1088 0 lineto
1984 1088 597 lineto
1985 end_ol grestore 
1986 gsave 18.573867 16.350000 translate 0.035278 -0.035278 scale
1987 start_ol
1988 1088 597 moveto
1989 512 597 lineto
1990 512 0 lineto
1991 1088 0 lineto
1992 1088 597 lineto
1993 end_ol grestore 
1994 gsave 18.785533 16.350000 translate 0.035278 -0.035278 scale
1995 start_ol
1996 1088 597 moveto
1997 512 597 lineto
1998 512 0 lineto
1999 1088 0 lineto
2000 1088 597 lineto
2001 end_ol grestore 
2002 0.100000 slw
2003 [] 0 sd
2004 [] 0 sd
2005 0 slc
2006 n 7.200000 13.050000 m 9.513197 13.050000 l s
2007 [] 0 sd
2008 0 slj
2009 0 slc
2010 n 9.888197 13.050000 m 9.388197 13.300000 l 9.513197 13.050000 l 9.388197 12.800000 l ef
2011 n 9.888197 13.050000 m 9.388197 13.300000 l 9.513197 13.050000 l 9.388197 12.800000 l cp s
2012 1.000000 1.000000 1.000000 srgb
2013 n 24.000000 11.000000 m 24.000000 15.100000 l 30.750000 15.100000 l 30.750000 11.000000 l f
2014 0.100000 slw
2015 [] 0 sd
2016 [] 0 sd
2017 0 slj
2018 0.000000 0.000000 0.000000 srgb
2019 n 24.000000 11.000000 m 24.000000 15.100000 l 30.750000 15.100000 l 30.750000 11.000000 l cp s
2020 gsave 25.978000 12.850000 translate 0.035278 -0.035278 scale
2021 start_ol
2022 3709 2852 moveto
2023 3546 3731 3029 4160 2129 4160 curveto
2024 1578 4160 1133 3991 830 3665 curveto
2025 458 3272 256 2706 256 2064 curveto
2026 256 1410 464 849 852 463 curveto
2027 1167 147 1572 0 2107 0 curveto
2028 3108 0 3670 525 3794 1581 curveto
2029 3252 1581 lineto
2030 3207 1313 3150 1131 3066 975 curveto
2031 2896 653 2546 471 2106 471 curveto
2032 1287 471 768 1093 768 2069 curveto
2033 768 3072 1265 3689 2061 3689 curveto
2034 2394 3689 2704 3592 2874 3442 curveto
2035 3026 3308 3111 3142 3173 2852 curveto
2036 3709 2852 lineto
2037 end_ol grestore 
2038 gsave 26.528333 12.850000 translate 0.035278 -0.035278 scale
2039 start_ol
2040 832 4160 moveto
2041 384 4160 lineto
2042 384 0 lineto
2043 832 0 lineto
2044 832 4160 lineto
2045 end_ol grestore 
2046 gsave 26.697667 12.850000 translate 0.035278 -0.035278 scale
2047 start_ol
2048 2832 1344 moveto
2049 2832 1780 2799 2042 2718 2255 curveto
2050 2532 2724 2097 3008 1563 3008 curveto
2051 768 3008 256 2409 256 1488 curveto
2052 256 567 751 0 1551 0 curveto
2053 2204 0 2656 362 2770 968 curveto
2054 2296 968 lineto
2055 2170 622 1912 442 1544 442 curveto
2056 1253 442 1006 562 852 783 curveto
2057 742 933 704 1083 704 1344 curveto
2058 2832 1344 lineto
2059 704 1728 moveto
2060 704 2236 1037 2566 1511 2566 curveto
2061 1974 2566 2330 2210 2330 1759 curveto
2062 2330 1749 2330 1739 2324 1728 curveto
2063 704 1728 lineto
2064 end_ol grestore 
2065 gsave 27.121000 12.850000 translate 0.035278 -0.035278 scale
2066 start_ol
2067 2980 413 moveto
2068 2929 402 2907 402 2878 402 curveto
2069 2714 402 2624 481 2624 617 curveto
2070 2624 2222 lineto
2071 2624 2733 2226 3008 1472 3008 curveto
2072 1028 3008 659 2888 455 2675 curveto
2073 314 2528 256 2365 256 2081 curveto
2074 817 2081 lineto
2075 857 2415 1072 2566 1513 2566 curveto
2076 1938 2566 2176 2418 2176 2153 curveto
2077 2176 2037 lineto
2078 2176 1852 2060 1772 1695 1730 curveto
2079 1042 1651 942 1630 765 1561 curveto
2080 428 1428 256 1180 256 820 curveto
2081 256 317 621 0 1207 0 curveto
2082 1572 0 1866 131 2192 440 curveto
2083 2225 137 2368 0 2666 0 curveto
2084 2760 0 2831 12 2980 52 curveto
2085 2980 413 lineto
2086 2176 1018 moveto
2087 2176 872 2131 784 1989 664 curveto
2088 1797 502 1565 419 1287 419 curveto
2089 919 419 704 581 704 857 curveto
2090 704 1143 913 1289 1417 1357 curveto
2091 1916 1419 2017 1440 2176 1508 curveto
2092 2176 1018 lineto
2093 end_ol grestore 
2094 gsave 27.544333 12.850000 translate 0.035278 -0.035278 scale
2095 start_ol
2096 384 3008 moveto
2097 384 0 lineto
2098 832 0 lineto
2099 832 1606 lineto
2100 832 2200 1162 2589 1668 2589 curveto
2101 2057 2589 2304 2367 2304 2017 curveto
2102 2304 0 lineto
2103 2752 0 lineto
2104 2752 2210 lineto
2105 2752 2695 2385 3008 1815 3008 curveto
2106 1374 3008 1092 2837 832 2422 curveto
2107 832 3008 lineto
2108 384 3008 lineto
2109 end_ol grestore 
2110 gsave 27.967667 12.850000 translate 0.035278 -0.035278 scale
2111 start_ol
2112 2688 0 moveto
2113 2688 3008 lineto
2114 2240 3008 lineto
2115 2240 1386 lineto
2116 2240 801 1926 419 1438 419 curveto
2117 1068 419 832 638 832 982 curveto
2118 832 3008 lineto
2119 384 3008 lineto
2120 384 786 lineto
2121 384 308 737 0 1290 0 curveto
2122 1708 0 1974 153 2240 545 curveto
2123 2240 0 lineto
2124 2688 0 lineto
2125 end_ol grestore 
2126 gsave 28.391000 12.850000 translate 0.035278 -0.035278 scale
2127 start_ol
2128 320 -1119 moveto
2129 768 -1119 lineto
2130 768 448 lineto
2131 1009 138 1278 0 1651 0 curveto
2132 2392 0 2880 583 2880 1477 curveto
2133 2880 2419 2417 3008 1668 3008 curveto
2134 1285 3008 978 2827 768 2477 curveto
2135 768 3008 lineto
2136 320 3008 lineto
2137 320 -1119 lineto
2138 1583 2560 moveto
2139 2097 2560 2432 2139 2432 1488 curveto
2140 2432 869 2091 448 1583 448 curveto
2141 1092 448 768 864 768 1504 curveto
2142 768 2144 1092 2560 1583 2560 curveto
2143 end_ol grestore 
2144 gsave 24.500567 13.850000 translate 0.035278 -0.035278 scale
2145 start_ol
2146 2304 3008 moveto
2147 2304 2493 lineto
2148 2072 2844 1791 3008 1422 3008 curveto
2149 688 3008 192 2387 192 1477 curveto
2150 192 1017 322 642 564 375 curveto
2151 783 139 1099 0 1409 0 curveto
2152 1780 0 2039 158 2304 531 curveto
2153 2304 355 lineto
2154 2304 -108 2252 -388 2131 -577 curveto
2155 2004 -779 1755 -896 1461 -896 curveto
2156 1241 -896 1045 -824 912 -695 curveto
2157 802 -588 756 -487 727 -265 curveto
2158 280 -265 lineto
2159 330 -901 760 -1280 1446 -1280 curveto
2160 1881 -1280 2255 -1136 2445 -893 curveto
2161 2668 -615 2752 -234 2752 477 curveto
2162 2752 3008 lineto
2163 2304 3008 lineto
2164 1478 2566 moveto
2165 1998 2566 2304 2170 2304 1488 curveto
2166 2304 838 1992 442 1484 442 curveto
2167 958 442 640 843 640 1504 curveto
2168 640 2160 964 2566 1478 2566 curveto
2169 end_ol grestore 
2170 gsave 24.923900 13.850000 translate 0.035278 -0.035278 scale
2171 start_ol
2172 2560 2129 moveto
2173 2560 2691 2158 3008 1443 3008 curveto
2174 723 3008 256 2675 256 2161 curveto
2175 256 1728 496 1521 1204 1363 curveto
2176 1649 1262 lineto
2177 1981 1188 2112 1077 2112 876 curveto
2178 2112 617 1824 442 1395 442 curveto
2179 1130 442 907 510 783 624 curveto
2180 707 702 671 780 642 973 curveto
2181 256 973 lineto
2182 256 315 628 0 1378 0 curveto
2183 2100 0 2560 344 2560 878 curveto
2184 2560 1291 2309 1518 1715 1651 curveto
2185 1258 1751 lineto
2186 870 1836 704 1952 704 2148 curveto
2187 704 2402 987 2566 1434 2566 curveto
2188 1875 2566 2112 2415 2112 2129 curveto
2189 2560 2129 lineto
2190 end_ol grestore 
2191 gsave 25.304900 13.850000 translate 0.035278 -0.035278 scale
2192 start_ol
2193 2980 413 moveto
2194 2929 402 2907 402 2878 402 curveto
2195 2714 402 2624 481 2624 617 curveto
2196 2624 2222 lineto
2197 2624 2733 2226 3008 1472 3008 curveto
2198 1028 3008 659 2888 455 2675 curveto
2199 314 2528 256 2365 256 2081 curveto
2200 817 2081 lineto
2201 857 2415 1072 2566 1513 2566 curveto
2202 1938 2566 2176 2418 2176 2153 curveto
2203 2176 2037 lineto
2204 2176 1852 2060 1772 1695 1730 curveto
2205 1042 1651 942 1630 765 1561 curveto
2206 428 1428 256 1180 256 820 curveto
2207 256 317 621 0 1207 0 curveto
2208 1572 0 1866 131 2192 440 curveto
2209 2225 137 2368 0 2666 0 curveto
2210 2760 0 2831 12 2980 52 curveto
2211 2980 413 lineto
2212 2176 1018 moveto
2213 2176 872 2131 784 1989 664 curveto
2214 1797 502 1565 419 1287 419 curveto
2215 919 419 704 581 704 857 curveto
2216 704 1143 913 1289 1417 1357 curveto
2217 1916 1419 2017 1440 2176 1508 curveto
2218 2176 1018 lineto
2219 end_ol grestore 
2220 gsave 25.728233 13.850000 translate 0.035278 -0.035278 scale
2221 start_ol
2222 2560 2129 moveto
2223 2560 2691 2158 3008 1443 3008 curveto
2224 723 3008 256 2675 256 2161 curveto
2225 256 1728 496 1521 1204 1363 curveto
2226 1649 1262 lineto
2227 1981 1188 2112 1077 2112 876 curveto
2228 2112 617 1824 442 1395 442 curveto
2229 1130 442 907 510 783 624 curveto
2230 707 702 671 780 642 973 curveto
2231 256 973 lineto
2232 256 315 628 0 1378 0 curveto
2233 2100 0 2560 344 2560 878 curveto
2234 2560 1291 2309 1518 1715 1651 curveto
2235 1258 1751 lineto
2236 870 1836 704 1952 704 2148 curveto
2237 704 2402 987 2566 1434 2566 curveto
2238 1875 2566 2112 2415 2112 2129 curveto
2239 2560 2129 lineto
2240 end_ol grestore 
2241 gsave 26.109233 13.850000 translate 0.035278 -0.035278 scale
2242 start_ol
2243 832 4160 moveto
2244 384 4160 lineto
2245 384 0 lineto
2246 832 0 lineto
2247 832 4160 lineto
2248 end_ol grestore 
2249 gsave 26.278567 13.850000 translate 0.035278 -0.035278 scale
2250 start_ol
2251 3263 -768 moveto
2252 -124 -768 lineto
2253 -124 -1024 lineto
2254 3263 -1024 lineto
2255 3263 -768 lineto
2256 end_ol grestore 
2257 gsave 26.701900 13.850000 translate 0.035278 -0.035278 scale
2258 start_ol
2259 2752 4160 moveto
2260 2304 4160 lineto
2261 2304 2544 lineto
2262 2107 2848 1791 3008 1396 3008 curveto
2263 630 3008 128 2425 128 1531 curveto
2264 128 583 607 0 1384 0 curveto
2265 1781 0 2056 153 2304 521 curveto
2266 2304 0 lineto
2267 2752 0 lineto
2268 2752 4160 lineto
2269 1454 2560 moveto
2270 1975 2560 2304 2144 2304 1494 curveto
2271 2304 864 1969 448 1460 448 curveto
2272 929 448 576 869 576 1504 curveto
2273 576 2139 929 2560 1454 2560 curveto
2274 end_ol grestore 
2275 gsave 27.125233 13.850000 translate 0.035278 -0.035278 scale
2276 start_ol
2277 1498 3008 moveto
2278 685 3008 192 2446 192 1504 curveto
2279 192 562 679 0 1504 0 curveto
2280 2318 0 2816 562 2816 1483 curveto
2281 2816 2451 2334 3008 1498 3008 curveto
2282 1504 2566 moveto
2283 2045 2566 2368 2165 2368 1488 curveto
2284 2368 848 2034 442 1504 442 curveto
2285 968 442 640 843 640 1504 curveto
2286 640 2160 968 2566 1504 2566 curveto
2287 end_ol grestore 
2288 gsave 27.548567 13.850000 translate 0.035278 -0.035278 scale
2289 start_ol
2290 384 3008 moveto
2291 384 0 lineto
2292 832 0 lineto
2293 832 1606 lineto
2294 832 2200 1162 2589 1668 2589 curveto
2295 2057 2589 2304 2367 2304 2017 curveto
2296 2304 0 lineto
2297 2752 0 lineto
2298 2752 2210 lineto
2299 2752 2695 2385 3008 1815 3008 curveto
2300 1374 3008 1092 2837 832 2422 curveto
2301 832 3008 lineto
2302 384 3008 lineto
2303 end_ol grestore 
2304 gsave 27.971900 13.850000 translate 0.035278 -0.035278 scale
2305 start_ol
2306 2832 1344 moveto
2307 2832 1780 2799 2042 2718 2255 curveto
2308 2532 2724 2097 3008 1563 3008 curveto
2309 768 3008 256 2409 256 1488 curveto
2310 256 567 751 0 1551 0 curveto
2311 2204 0 2656 362 2770 968 curveto
2312 2296 968 lineto
2313 2170 622 1912 442 1544 442 curveto
2314 1253 442 1006 562 852 783 curveto
2315 742 933 704 1083 704 1344 curveto
2316 2832 1344 lineto
2317 704 1728 moveto
2318 704 2236 1037 2566 1511 2566 curveto
2319 1974 2566 2330 2210 2330 1759 curveto
2320 2330 1749 2330 1739 2324 1728 curveto
2321 704 1728 lineto
2322 end_ol grestore 
2323 gsave 28.395233 13.850000 translate 0.035278 -0.035278 scale
2324 start_ol
2325 end_ol grestore 
2326 gsave 28.606900 13.850000 translate 0.035278 -0.035278 scale
2327 start_ol
2328 1295 4160 moveto
2329 736 3408 384 2363 384 1462 curveto
2330 384 555 736 -490 1295 -1242 curveto
2331 1605 -1242 lineto
2332 1108 -421 832 543 832 1462 curveto
2333 832 2375 1108 3345 1605 4160 curveto
2334 1295 4160 lineto
2335 end_ol grestore 
2336 gsave 28.860900 13.850000 translate 0.035278 -0.035278 scale
2337 start_ol
2338 2633 1973 moveto
2339 2611 2249 2550 2428 2439 2585 curveto
2340 2239 2851 1890 3008 1485 3008 curveto
2341 702 3008 192 2409 192 1477 curveto
2342 192 573 691 0 1479 0 curveto
2343 2172 0 2611 406 2666 1098 curveto
2344 2192 1098 lineto
2345 2113 661 1870 442 1470 442 curveto
2346 950 442 640 832 640 1478 curveto
2347 640 2160 945 2566 1458 2566 curveto
2348 1853 2566 2102 2353 2158 1973 curveto
2349 2633 1973 lineto
2350 end_ol grestore 
2351 gsave 29.241900 13.850000 translate 0.035278 -0.035278 scale
2352 start_ol
2353 1445 3008 moveto
2354 960 3008 lineto
2355 960 3835 lineto
2356 512 3835 lineto
2357 512 3008 lineto
2358 111 3008 lineto
2359 111 2618 lineto
2360 512 2618 lineto
2361 512 468 lineto
2362 512 169 711 0 1070 0 curveto
2363 1180 0 1290 11 1445 40 curveto
2364 1445 435 lineto
2365 1383 419 1310 419 1219 419 curveto
2366 1016 419 960 473 960 674 curveto
2367 960 2618 lineto
2368 1445 2618 lineto
2369 1445 3008 lineto
2370 end_ol grestore 
2371 gsave 29.453567 13.850000 translate 0.035278 -0.035278 scale
2372 start_ol
2373 1648 1556 moveto
2374 2642 3008 lineto
2375 2111 3008 lineto
2376 1400 1917 lineto
2377 689 3008 lineto
2378 152 3008 lineto
2379 1140 1533 lineto
2380 96 0 lineto
2381 632 0 lineto
2382 1383 1154 lineto
2383 2122 0 lineto
2384 2670 0 lineto
2385 1648 1556 lineto
2386 end_ol grestore 
2387 gsave 29.834567 13.850000 translate 0.035278 -0.035278 scale
2388 start_ol
2389 497 -1242 moveto
2390 1056 -490 1408 555 1408 1456 curveto
2391 1408 2363 1056 3408 497 4160 curveto
2392 187 4160 lineto
2393 684 3339 960 2375 960 1456 curveto
2394 960 543 684 -427 187 -1242 curveto
2395 497 -1242 lineto
2396 end_ol grestore 
2397 gsave 30.088567 13.850000 translate 0.035278 -0.035278 scale
2398 start_ol
2399 1216 3008 moveto
2400 640 3008 lineto
2401 640 2411 lineto
2402 1216 2411 lineto
2403 1216 3008 lineto
2404 640 597 moveto
2405 640 0 lineto
2406 967 0 lineto
2407 967 -108 lineto
2408 967 -520 896 -640 640 -640 curveto
2409 640 -832 lineto
2410 1024 -832 1216 -576 1216 -86 curveto
2411 1216 597 lineto
2412 640 597 lineto
2413 end_ol grestore 
2414 0.100000 slw
2415 [] 0 sd
2416 [] 0 sd
2417 0 slc
2418 n 22.000000 13.050000 m 23.513197 13.050000 l s
2419 [] 0 sd
2420 0 slj
2421 0 slc
2422 n 23.888197 13.050000 m 23.388197 13.300000 l 23.513197 13.050000 l 23.388197 12.800000 l ef
2423 n 23.888197 13.050000 m 23.388197 13.300000 l 23.513197 13.050000 l 23.388197 12.800000 l cp s
2424 gsave -17.000000 9.000000 translate 0.035278 -0.035278 scale
2425 start_ol
2426 7633 5752 moveto
2427 7300 7521 6242 8384 4403 8384 curveto
2428 3277 8384 2369 8044 1748 7385 curveto
2429 990 6595 576 5454 576 4159 curveto
2430 576 2842 1001 1712 1794 933 curveto
2431 2438 296 3265 0 4357 0 curveto
2432 6402 0 7551 1058 7804 3184 curveto
2433 6705 3184 lineto
2434 6613 2642 6499 2274 6327 1960 curveto
2435 5983 1309 5273 941 4379 941 curveto
2436 2718 941 1664 2198 1664 4170 curveto
2437 1664 6197 2672 7443 4287 7443 curveto
2438 4963 7443 5593 7248 5937 6944 curveto
2439 6246 6673 6418 6337 6544 5752 curveto
2440 7633 5752 lineto
2441 end_ol grestore 
2442 gsave -15.907800 9.000000 translate 0.035278 -0.035278 scale
2443 start_ol
2444 3124 6016 moveto
2445 1417 6016 384 4892 384 3008 curveto
2446 384 1124 1406 0 3136 0 curveto
2447 4843 0 5888 1124 5888 2965 curveto
2448 5888 4903 4878 6016 3124 6016 curveto
2449 3136 5132 moveto
2450 4219 5132 4864 4330 4864 2977 curveto
2451 4864 1696 4196 884 3136 884 curveto
2452 2065 884 1408 1686 1408 3008 curveto
2453 1408 4320 2065 5132 3136 5132 curveto
2454 end_ol grestore 
2455 gsave -15.061133 9.000000 translate 0.035278 -0.035278 scale
2456 start_ol
2457 832 6016 moveto
2458 832 0 lineto
2459 1792 0 lineto
2460 1792 3211 lineto
2461 1728 4400 2373 5178 3364 5178 curveto
2462 4124 5178 4608 4734 4608 4034 curveto
2463 4608 0 lineto
2464 5568 0 lineto
2465 5568 4420 lineto
2466 5568 5391 4834 6016 3693 6016 curveto
2467 2812 6016 2248 5675 1728 4845 curveto
2468 1728 6016 lineto
2469 832 6016 lineto
2470 end_ol grestore 
2471 gsave -14.214467 9.000000 translate 0.035278 -0.035278 scale
2472 start_ol
2473 2905 6016 moveto
2474 1920 6016 lineto
2475 1920 7669 lineto
2476 960 7669 lineto
2477 960 6016 lineto
2478 147 6016 lineto
2479 147 5235 lineto
2480 960 5235 lineto
2481 960 936 lineto
2482 960 338 1374 0 2122 0 curveto
2483 2353 0 2583 23 2905 80 curveto
2484 2905 871 lineto
2485 2779 838 2630 838 2447 838 curveto
2486 2035 838 1920 946 1920 1347 curveto
2487 1920 5235 lineto
2488 2905 5235 lineto
2489 2905 6016 lineto
2490 end_ol grestore 
2491 gsave -13.791133 9.000000 translate 0.035278 -0.035278 scale
2492 start_ol
2493 768 6016 moveto
2494 768 0 lineto
2495 1728 0 lineto
2496 1728 3026 lineto
2497 1728 3860 1946 4405 2404 4728 curveto
2498 2702 4939 2988 5006 3653 5006 curveto
2499 3653 6016 lineto
2500 3494 6016 3414 6016 3289 6016 curveto
2501 2676 6016 2210 5654 1664 4772 curveto
2502 1664 6016 lineto
2503 768 6016 lineto
2504 end_ol grestore 
2505 gsave -13.283133 9.000000 translate 0.035278 -0.035278 scale
2506 start_ol
2507 3124 6016 moveto
2508 1417 6016 384 4892 384 3008 curveto
2509 384 1124 1406 0 3136 0 curveto
2510 4843 0 5888 1124 5888 2965 curveto
2511 5888 4903 4878 6016 3124 6016 curveto
2512 3136 5132 moveto
2513 4219 5132 4864 4330 4864 2977 curveto
2514 4864 1696 4196 884 3136 884 curveto
2515 2065 884 1408 1686 1408 3008 curveto
2516 1408 4320 2065 5132 3136 5132 curveto
2517 end_ol grestore 
2518 gsave -12.436467 9.000000 translate 0.035278 -0.035278 scale
2519 start_ol
2520 1728 8384 moveto
2521 768 8384 lineto
2522 768 0 lineto
2523 1728 0 lineto
2524 1728 8384 lineto
2525 end_ol grestore 
2526 gsave -12.097800 9.000000 translate 0.035278 -0.035278 scale
2527 start_ol
2528 end_ol grestore 
2529 gsave -11.674467 9.000000 translate 0.035278 -0.035278 scale
2530 start_ol
2531 2981 6016 moveto
2532 1984 6016 lineto
2533 1984 6945 lineto
2534 1984 7342 2213 7546 2648 7546 curveto
2535 2729 7546 2763 7546 2981 7546 curveto
2536 2981 8327 lineto
2537 2762 8373 2636 8384 2440 8384 curveto
2538 1554 8384 1024 7884 1024 7032 curveto
2539 1024 6016 lineto
2540 222 6016 lineto
2541 222 5235 lineto
2542 1024 5235 lineto
2543 1024 0 lineto
2544 1984 0 lineto
2545 1984 5235 lineto
2546 2981 5235 lineto
2547 2981 6016 lineto
2548 end_ol grestore 
2549 gsave -11.251133 9.000000 translate 0.035278 -0.035278 scale
2550 start_ol
2551 1728 8384 moveto
2552 768 8384 lineto
2553 768 0 lineto
2554 1728 0 lineto
2555 1728 8384 lineto
2556 end_ol grestore 
2557 gsave -10.912467 9.000000 translate 0.035278 -0.035278 scale
2558 start_ol
2559 3124 6016 moveto
2560 1417 6016 384 4892 384 3008 curveto
2561 384 1124 1406 0 3136 0 curveto
2562 4843 0 5888 1124 5888 2965 curveto
2563 5888 4903 4878 6016 3124 6016 curveto
2564 3136 5132 moveto
2565 4219 5132 4864 4330 4864 2977 curveto
2566 4864 1696 4196 884 3136 884 curveto
2567 2065 884 1408 1686 1408 3008 curveto
2568 1408 4320 2065 5132 3136 5132 curveto
2569 end_ol grestore 
2570 gsave -10.065800 9.000000 translate 0.035278 -0.035278 scale
2571 start_ol
2572 6347 0 moveto
2573 8111 6016 lineto
2574 7034 6016 lineto
2575 5843 1332 lineto
2576 4663 6016 lineto
2577 3494 6016 lineto
2578 2348 1332 lineto
2579 1123 6016 lineto
2580 69 6016 lineto
2581 1810 0 lineto
2582 2887 0 lineto
2583 4044 4719 lineto
2584 5258 0 lineto
2585 6347 0 lineto
2586 end_ol grestore 
2587 gsave -8.973600 9.000000 translate 0.035278 -0.035278 scale
2588 start_ol
2589 end_ol grestore 
2590 gsave -8.550267 9.000000 translate 0.035278 -0.035278 scale
2591 start_ol
2592 1728 6016 moveto
2593 768 6016 lineto
2594 768 0 lineto
2595 1728 0 lineto
2596 1728 6016 lineto
2597 1728 8384 moveto
2598 768 8384 lineto
2599 768 7171 lineto
2600 1728 7171 lineto
2601 1728 8384 lineto
2602 end_ol grestore 
2603 gsave -8.211600 9.000000 translate 0.035278 -0.035278 scale
2604 start_ol
2605 832 6016 moveto
2606 832 0 lineto
2607 1792 0 lineto
2608 1792 3211 lineto
2609 1728 4400 2373 5178 3364 5178 curveto
2610 4124 5178 4608 4734 4608 4034 curveto
2611 4608 0 lineto
2612 5568 0 lineto
2613 5568 4420 lineto
2614 5568 5391 4834 6016 3693 6016 curveto
2615 2812 6016 2248 5675 1728 4845 curveto
2616 1728 6016 lineto
2617 832 6016 lineto
2618 end_ol grestore 
2619 gsave -7.364933 9.000000 translate 0.035278 -0.035278 scale
2620 start_ol
2621 5312 4257 moveto
2622 5312 5382 4475 6016 2986 6016 curveto
2623 1484 6016 512 5349 512 4323 curveto
2624 512 3455 1000 3043 2441 2725 curveto
2625 3347 2524 lineto
2626 4021 2376 4288 2154 4288 1752 curveto
2627 4288 1233 3721 884 2876 884 curveto
2628 2355 884 1916 1019 1673 1248 curveto
2629 1522 1405 1453 1561 1395 1946 curveto
2630 512 1946 lineto
2631 512 631 1287 0 2849 0 curveto
2632 4354 0 5312 688 5312 1757 curveto
2633 5312 2582 4801 3037 3592 3301 curveto
2634 2663 3502 lineto
2635 1873 3672 1536 3905 1536 4296 curveto
2636 1536 4804 2089 5132 2963 5132 curveto
2637 3825 5132 4288 4830 4288 4257 curveto
2638 5312 4257 lineto
2639 end_ol grestore 
2640 gsave -6.602933 9.000000 translate 0.035278 -0.035278 scale
2641 start_ol
2642 1728 6016 moveto
2643 768 6016 lineto
2644 768 0 lineto
2645 1728 0 lineto
2646 1728 6016 lineto
2647 1728 8384 moveto
2648 768 8384 lineto
2649 768 7171 lineto
2650 1728 7171 lineto
2651 1728 8384 lineto
2652 end_ol grestore 
2653 gsave -6.264267 9.000000 translate 0.035278 -0.035278 scale
2654 start_ol
2655 5696 8384 moveto
2656 4736 8384 lineto
2657 4736 5089 lineto
2658 4336 5696 3695 6016 2894 6016 curveto
2659 1338 6016 320 4849 320 3062 curveto
2660 320 1167 1293 0 2869 0 curveto
2661 3674 0 4233 306 4736 1042 curveto
2662 4736 0 lineto
2663 5696 0 lineto
2664 5696 8384 lineto
2665 3068 5120 moveto
2666 4089 5120 4736 4288 4736 2987 curveto
2667 4736 1728 4078 896 3080 896 curveto
2668 2036 896 1344 1739 1344 3008 curveto
2669 1344 4277 2036 5120 3068 5120 curveto
2670 end_ol grestore 
2671 gsave -5.417600 9.000000 translate 0.035278 -0.035278 scale
2672 start_ol
2673 5727 2688 moveto
2674 5727 3561 5660 4085 5493 4510 curveto
2675 5113 5449 4220 6016 3127 6016 curveto
2676 1497 6016 448 4817 448 2976 curveto
2677 448 1135 1463 0 3103 0 curveto
2678 4441 0 5367 723 5601 1936 curveto
2679 4639 1936 lineto
2680 4383 1245 3859 884 3113 884 curveto
2681 2522 884 2021 1125 1709 1566 curveto
2682 1486 1866 1408 2167 1408 2688 curveto
2683 5727 2688 lineto
2684 1408 3456 moveto
2685 1408 4472 2084 5132 3046 5132 curveto
2686 3985 5132 4707 4420 4707 3519 curveto
2687 4707 3498 4707 3477 4696 3456 curveto
2688 1408 3456 lineto
2689 end_ol grestore 
2690 gsave -4.570933 9.000000 translate 0.035278 -0.035278 scale
2691 start_ol
2692 end_ol grestore 
2693 gsave -4.147600 9.000000 translate 0.035278 -0.035278 scale
2694 start_ol
2695 6162 827 moveto
2696 6059 804 6013 804 5956 804 curveto
2697 5623 804 5440 961 5440 1234 curveto
2698 5440 4444 lineto
2699 5440 5466 4613 6016 3043 6016 curveto
2700 2118 6016 1352 5776 926 5351 curveto
2701 634 5057 512 4730 512 4163 curveto
2702 1762 4163 lineto
2703 1841 4830 2272 5132 3155 5132 curveto
2704 4004 5132 4480 4836 4480 4307 curveto
2705 4480 4074 lineto
2706 4480 3704 4240 3545 3485 3460 curveto
2707 2136 3301 1930 3259 1564 3122 curveto
2708 866 2857 512 2360 512 1640 curveto
2709 512 635 1267 0 2479 0 curveto
2710 3234 0 3840 263 4515 880 curveto
2711 4584 274 4884 0 5506 0 curveto
2712 5701 0 5851 23 6162 103 curveto
2713 6162 827 lineto
2714 4480 2036 moveto
2715 4480 1745 4389 1567 4106 1328 curveto
2716 3721 1005 3257 838 2702 838 curveto
2717 1966 838 1536 1161 1536 1713 curveto
2718 1536 2287 1955 2578 2963 2714 curveto
2719 3959 2839 4163 2881 4480 3016 curveto
2720 4480 2036 lineto
2721 end_ol grestore 
2722 gsave -3.300933 9.000000 translate 0.035278 -0.035278 scale
2723 start_ol
2724 640 -2239 moveto
2725 1600 -2239 lineto
2726 1600 896 lineto
2727 2105 276 2667 0 3447 0 curveto
2728 4995 0 6016 1167 6016 2954 curveto
2729 6016 4838 5033 6016 3445 6016 curveto
2730 2633 6016 1982 5654 1536 4954 curveto
2731 1536 6016 lineto
2732 640 6016 lineto
2733 640 -2239 lineto
2734 3262 5120 moveto
2735 4309 5120 4992 4277 4992 2977 curveto
2736 4992 1739 4298 896 3262 896 curveto
2737 2260 896 1600 1728 1600 3008 curveto
2738 1600 4288 2260 5120 3262 5120 curveto
2739 end_ol grestore 
2740 gsave -2.454267 9.000000 translate 0.035278 -0.035278 scale
2741 start_ol
2742 640 -2239 moveto
2743 1600 -2239 lineto
2744 1600 896 lineto
2745 2105 276 2667 0 3447 0 curveto
2746 4995 0 6016 1167 6016 2954 curveto
2747 6016 4838 5033 6016 3445 6016 curveto
2748 2633 6016 1982 5654 1536 4954 curveto
2749 1536 6016 lineto
2750 640 6016 lineto
2751 640 -2239 lineto
2752 3262 5120 moveto
2753 4309 5120 4992 4277 4992 2977 curveto
2754 4992 1739 4298 896 3262 896 curveto
2755 2260 896 1600 1728 1600 3008 curveto
2756 1600 4288 2260 5120 3262 5120 curveto
2757 end_ol grestore 
2758 gsave -1.607600 9.000000 translate 0.035278 -0.035278 scale
2759 start_ol
2760 1728 8384 moveto
2761 768 8384 lineto
2762 768 0 lineto
2763 1728 0 lineto
2764 1728 8384 lineto
2765 end_ol grestore 
2766 gsave -1.268933 9.000000 translate 0.035278 -0.035278 scale
2767 start_ol
2768 1728 6016 moveto
2769 768 6016 lineto
2770 768 0 lineto
2771 1728 0 lineto
2772 1728 6016 lineto
2773 1728 8384 moveto
2774 768 8384 lineto
2775 768 7171 lineto
2776 1728 7171 lineto
2777 1728 8384 lineto
2778 end_ol grestore 
2779 gsave -0.930267 9.000000 translate 0.035278 -0.035278 scale
2780 start_ol
2781 5452 3945 moveto
2782 5406 4498 5279 4856 5049 5170 curveto
2783 4634 5702 3909 6016 3068 6016 curveto
2784 1444 6016 384 4817 384 2954 curveto
2785 384 1145 1421 0 3056 0 curveto
2786 4496 0 5406 811 5521 2196 curveto
2787 4558 2196 lineto
2788 4398 1321 3905 884 3092 884 curveto
2789 2038 884 1408 1665 1408 2956 curveto
2790 1408 4320 2027 5132 3069 5132 curveto
2791 3871 5132 4375 4705 4490 3945 curveto
2792 5452 3945 lineto
2793 end_ol grestore 
2794 gsave -0.168267 9.000000 translate 0.035278 -0.035278 scale
2795 start_ol
2796 6162 827 moveto
2797 6059 804 6013 804 5956 804 curveto
2798 5623 804 5440 961 5440 1234 curveto
2799 5440 4444 lineto
2800 5440 5466 4613 6016 3043 6016 curveto
2801 2118 6016 1352 5776 926 5351 curveto
2802 634 5057 512 4730 512 4163 curveto
2803 1762 4163 lineto
2804 1841 4830 2272 5132 3155 5132 curveto
2805 4004 5132 4480 4836 4480 4307 curveto
2806 4480 4074 lineto
2807 4480 3704 4240 3545 3485 3460 curveto
2808 2136 3301 1930 3259 1564 3122 curveto
2809 866 2857 512 2360 512 1640 curveto
2810 512 635 1267 0 2479 0 curveto
2811 3234 0 3840 263 4515 880 curveto
2812 4584 274 4884 0 5506 0 curveto
2813 5701 0 5851 23 6162 103 curveto
2814 6162 827 lineto
2815 4480 2036 moveto
2816 4480 1745 4389 1567 4106 1328 curveto
2817 3721 1005 3257 838 2702 838 curveto
2818 1966 838 1536 1161 1536 1713 curveto
2819 1536 2287 1955 2578 2963 2714 curveto
2820 3959 2839 4163 2881 4480 3016 curveto
2821 4480 2036 lineto
2822 end_ol grestore 
2823 gsave 0.678400 9.000000 translate 0.035278 -0.035278 scale
2824 start_ol
2825 2905 6016 moveto
2826 1920 6016 lineto
2827 1920 7669 lineto
2828 960 7669 lineto
2829 960 6016 lineto
2830 147 6016 lineto
2831 147 5235 lineto
2832 960 5235 lineto
2833 960 936 lineto
2834 960 338 1374 0 2122 0 curveto
2835 2353 0 2583 23 2905 80 curveto
2836 2905 871 lineto
2837 2779 838 2630 838 2447 838 curveto
2838 2035 838 1920 946 1920 1347 curveto
2839 1920 5235 lineto
2840 2905 5235 lineto
2841 2905 6016 lineto
2842 end_ol grestore 
2843 gsave 1.101733 9.000000 translate 0.035278 -0.035278 scale
2844 start_ol
2845 1728 6016 moveto
2846 768 6016 lineto
2847 768 0 lineto
2848 1728 0 lineto
2849 1728 6016 lineto
2850 1728 8384 moveto
2851 768 8384 lineto
2852 768 7171 lineto
2853 1728 7171 lineto
2854 1728 8384 lineto
2855 end_ol grestore 
2856 gsave 1.440400 9.000000 translate 0.035278 -0.035278 scale
2857 start_ol
2858 3124 6016 moveto
2859 1417 6016 384 4892 384 3008 curveto
2860 384 1124 1406 0 3136 0 curveto
2861 4843 0 5888 1124 5888 2965 curveto
2862 5888 4903 4878 6016 3124 6016 curveto
2863 3136 5132 moveto
2864 4219 5132 4864 4330 4864 2977 curveto
2865 4864 1696 4196 884 3136 884 curveto
2866 2065 884 1408 1686 1408 3008 curveto
2867 1408 4320 2065 5132 3136 5132 curveto
2868 end_ol grestore 
2869 gsave 2.287067 9.000000 translate 0.035278 -0.035278 scale
2870 start_ol
2871 832 6016 moveto
2872 832 0 lineto
2873 1792 0 lineto
2874 1792 3211 lineto
2875 1728 4400 2373 5178 3364 5178 curveto
2876 4124 5178 4608 4734 4608 4034 curveto
2877 4608 0 lineto
2878 5568 0 lineto
2879 5568 4420 lineto
2880 5568 5391 4834 6016 3693 6016 curveto
2881 2812 6016 2248 5675 1728 4845 curveto
2882 1728 6016 lineto
2883 832 6016 lineto
2884 end_ol grestore 
2885 1.000000 1.000000 1.000000 srgb
2886 n -10.000000 11.000000 m -10.000000 15.100000 l 7.200000 15.100000 l 7.200000 11.000000 l f
2887 0.100000 slw
2888 [] 0 sd
2889 [] 0 sd
2890 0 slj
2891 0.000000 0.000000 0.000000 srgb
2892 n -10.000000 11.000000 m -10.000000 15.100000 l 7.200000 15.100000 l 7.200000 11.000000 l cp s
2893 gsave -4.210933 12.350000 translate 0.035278 -0.035278 scale
2894 start_ol
2895 3328 2918 moveto
2896 3328 3704 2778 4160 1836 4160 curveto
2897 939 4160 384 3716 384 3002 curveto
2898 384 2521 640 2218 1163 2083 curveto
2899 2150 1823 lineto
2900 2651 1693 2880 1493 2880 1185 curveto
2901 2880 974 2764 758 2592 639 curveto
2902 2432 530 2177 471 1850 471 curveto
2903 1413 471 1114 573 920 798 curveto
2904 770 970 704 1158 704 1399 curveto
2905 256 1399 lineto
2906 256 1031 326 790 482 571 curveto
2907 750 198 1201 0 1797 0 curveto
2908 2265 0 2646 108 2898 303 curveto
2909 3162 514 3328 866 3328 1207 curveto
2910 3328 1694 3031 2051 2505 2197 curveto
2911 1533 2462 lineto
2912 1066 2592 896 2743 896 3046 curveto
2913 896 3447 1271 3712 1836 3712 curveto
2914 2505 3712 2880 3428 2880 2918 curveto
2915 3328 2918 lineto
2916 end_ol grestore 
2917 gsave -3.702933 12.350000 translate 0.035278 -0.035278 scale
2918 start_ol
2919 320 -1119 moveto
2920 768 -1119 lineto
2921 768 448 lineto
2922 1009 138 1278 0 1651 0 curveto
2923 2392 0 2880 583 2880 1477 curveto
2924 2880 2419 2417 3008 1668 3008 curveto
2925 1285 3008 978 2827 768 2477 curveto
2926 768 3008 lineto
2927 320 3008 lineto
2928 320 -1119 lineto
2929 1583 2560 moveto
2930 2097 2560 2432 2139 2432 1488 curveto
2931 2432 869 2091 448 1583 448 curveto
2932 1092 448 768 864 768 1504 curveto
2933 768 2144 1092 2560 1583 2560 curveto
2934 end_ol grestore 
2935 gsave -3.279600 12.350000 translate 0.035278 -0.035278 scale
2936 start_ol
2937 2832 1344 moveto
2938 2832 1780 2799 2042 2718 2255 curveto
2939 2532 2724 2097 3008 1563 3008 curveto
2940 768 3008 256 2409 256 1488 curveto
2941 256 567 751 0 1551 0 curveto
2942 2204 0 2656 362 2770 968 curveto
2943 2296 968 lineto
2944 2170 622 1912 442 1544 442 curveto
2945 1253 442 1006 562 852 783 curveto
2946 742 933 704 1083 704 1344 curveto
2947 2832 1344 lineto
2948 704 1728 moveto
2949 704 2236 1037 2566 1511 2566 curveto
2950 1974 2566 2330 2210 2330 1759 curveto
2951 2330 1749 2330 1739 2324 1728 curveto
2952 704 1728 lineto
2953 end_ol grestore 
2954 gsave -2.856267 12.350000 translate 0.035278 -0.035278 scale
2955 start_ol
2956 2633 1973 moveto
2957 2611 2249 2550 2428 2439 2585 curveto
2958 2239 2851 1890 3008 1485 3008 curveto
2959 702 3008 192 2409 192 1477 curveto
2960 192 573 691 0 1479 0 curveto
2961 2172 0 2611 406 2666 1098 curveto
2962 2192 1098 lineto
2963 2113 661 1870 442 1470 442 curveto
2964 950 442 640 832 640 1478 curveto
2965 640 2160 945 2566 1458 2566 curveto
2966 1853 2566 2102 2353 2158 1973 curveto
2967 2633 1973 lineto
2968 end_ol grestore 
2969 gsave -2.475267 12.350000 translate 0.035278 -0.035278 scale
2970 start_ol
2971 832 3008 moveto
2972 384 3008 lineto
2973 384 0 lineto
2974 832 0 lineto
2975 832 3008 lineto
2976 832 4160 moveto
2977 384 4160 lineto
2978 384 3570 lineto
2979 832 3570 lineto
2980 832 4160 lineto
2981 end_ol grestore 
2982 gsave -2.305933 12.350000 translate 0.035278 -0.035278 scale
2983 start_ol
2984 1451 3008 moveto
2985 960 3008 lineto
2986 960 3453 lineto
2987 960 3643 1073 3741 1288 3741 curveto
2988 1327 3741 1344 3741 1451 3741 curveto
2989 1451 4131 lineto
2990 1346 4154 1285 4160 1191 4160 curveto
2991 766 4160 512 3914 512 3495 curveto
2992 512 3008 lineto
2993 117 3008 lineto
2994 117 2618 lineto
2995 512 2618 lineto
2996 512 0 lineto
2997 960 0 lineto
2998 960 2618 lineto
2999 1451 2618 lineto
3000 1451 3008 lineto
3001 end_ol grestore 
3002 gsave -2.094267 12.350000 translate 0.035278 -0.035278 scale
3003 start_ol
3004 2190 3008 moveto
3005 1372 634 lineto
3006 615 3008 lineto
3007 113 3008 lineto
3008 1112 -52 lineto
3009 931 -535 lineto
3010 858 -751 751 -832 553 -832 curveto
3011 485 -832 406 -820 305 -797 curveto
3012 305 -1209 lineto
3013 401 -1258 497 -1280 621 -1280 curveto
3014 773 -1280 937 -1228 1061 -1136 curveto
3015 1208 -1026 1293 -899 1383 -656 curveto
3016 2698 3008 lineto
3017 2190 3008 lineto
3018 end_ol grestore 
3019 gsave -1.713267 12.350000 translate 0.035278 -0.035278 scale
3020 start_ol
3021 end_ol grestore 
3022 gsave -1.501600 12.350000 translate 0.035278 -0.035278 scale
3023 start_ol
3024 2633 1973 moveto
3025 2611 2249 2550 2428 2439 2585 curveto
3026 2239 2851 1890 3008 1485 3008 curveto
3027 702 3008 192 2409 192 1477 curveto
3028 192 573 691 0 1479 0 curveto
3029 2172 0 2611 406 2666 1098 curveto
3030 2192 1098 lineto
3031 2113 661 1870 442 1470 442 curveto
3032 950 442 640 832 640 1478 curveto
3033 640 2160 945 2566 1458 2566 curveto
3034 1853 2566 2102 2353 2158 1973 curveto
3035 2633 1973 lineto
3036 end_ol grestore 
3037 gsave -1.120600 12.350000 translate 0.035278 -0.035278 scale
3038 start_ol
3039 2980 413 moveto
3040 2929 402 2907 402 2878 402 curveto
3041 2714 402 2624 481 2624 617 curveto
3042 2624 2222 lineto
3043 2624 2733 2226 3008 1472 3008 curveto
3044 1028 3008 659 2888 455 2675 curveto
3045 314 2528 256 2365 256 2081 curveto
3046 817 2081 lineto
3047 857 2415 1072 2566 1513 2566 curveto
3048 1938 2566 2176 2418 2176 2153 curveto
3049 2176 2037 lineto
3050 2176 1852 2060 1772 1695 1730 curveto
3051 1042 1651 942 1630 765 1561 curveto
3052 428 1428 256 1180 256 820 curveto
3053 256 317 621 0 1207 0 curveto
3054 1572 0 1866 131 2192 440 curveto
3055 2225 137 2368 0 2666 0 curveto
3056 2760 0 2831 12 2980 52 curveto
3057 2980 413 lineto
3058 2176 1018 moveto
3059 2176 872 2131 784 1989 664 curveto
3060 1797 502 1565 419 1287 419 curveto
3061 919 419 704 581 704 857 curveto
3062 704 1143 913 1289 1417 1357 curveto
3063 1916 1419 2017 1440 2176 1508 curveto
3064 2176 1018 lineto
3065 end_ol grestore 
3066 gsave -0.697267 12.350000 translate 0.035278 -0.035278 scale
3067 start_ol
3068 832 4160 moveto
3069 384 4160 lineto
3070 384 0 lineto
3071 832 0 lineto
3072 832 4160 lineto
3073 end_ol grestore 
3074 gsave -0.527933 12.350000 translate 0.035278 -0.035278 scale
3075 start_ol
3076 832 4160 moveto
3077 384 4160 lineto
3078 384 0 lineto
3079 832 0 lineto
3080 832 4160 lineto
3081 end_ol grestore 
3082 gsave -0.358600 12.350000 translate 0.035278 -0.035278 scale
3083 start_ol
3084 320 4160 moveto
3085 320 0 lineto
3086 768 0 lineto
3087 768 510 lineto
3088 982 164 1267 0 1658 0 curveto
3089 2398 0 2880 605 2880 1536 curveto
3090 2880 2446 2409 3008 1654 3008 curveto
3091 1260 3008 981 2854 768 2518 curveto
3092 768 4160 lineto
3093 320 4160 lineto
3094 1581 2560 moveto
3095 2098 2560 2432 2139 2432 1488 curveto
3096 2432 869 2087 448 1581 448 curveto
3097 1091 448 768 864 768 1504 curveto
3098 768 2144 1091 2560 1581 2560 curveto
3099 end_ol grestore 
3100 gsave 0.064733 12.350000 translate 0.035278 -0.035278 scale
3101 start_ol
3102 2980 413 moveto
3103 2929 402 2907 402 2878 402 curveto
3104 2714 402 2624 481 2624 617 curveto
3105 2624 2222 lineto
3106 2624 2733 2226 3008 1472 3008 curveto
3107 1028 3008 659 2888 455 2675 curveto
3108 314 2528 256 2365 256 2081 curveto
3109 817 2081 lineto
3110 857 2415 1072 2566 1513 2566 curveto
3111 1938 2566 2176 2418 2176 2153 curveto
3112 2176 2037 lineto
3113 2176 1852 2060 1772 1695 1730 curveto
3114 1042 1651 942 1630 765 1561 curveto
3115 428 1428 256 1180 256 820 curveto
3116 256 317 621 0 1207 0 curveto
3117 1572 0 1866 131 2192 440 curveto
3118 2225 137 2368 0 2666 0 curveto
3119 2760 0 2831 12 2980 52 curveto
3120 2980 413 lineto
3121 2176 1018 moveto
3122 2176 872 2131 784 1989 664 curveto
3123 1797 502 1565 419 1287 419 curveto
3124 919 419 704 581 704 857 curveto
3125 704 1143 913 1289 1417 1357 curveto
3126 1916 1419 2017 1440 2176 1508 curveto
3127 2176 1018 lineto
3128 end_ol grestore 
3129 gsave 0.488067 12.350000 translate 0.035278 -0.035278 scale
3130 start_ol
3131 2633 1973 moveto
3132 2611 2249 2550 2428 2439 2585 curveto
3133 2239 2851 1890 3008 1485 3008 curveto
3134 702 3008 192 2409 192 1477 curveto
3135 192 573 691 0 1479 0 curveto
3136 2172 0 2611 406 2666 1098 curveto
3137 2192 1098 lineto
3138 2113 661 1870 442 1470 442 curveto
3139 950 442 640 832 640 1478 curveto
3140 640 2160 945 2566 1458 2566 curveto
3141 1853 2566 2102 2353 2158 1973 curveto
3142 2633 1973 lineto
3143 end_ol grestore 
3144 gsave 0.869067 12.350000 translate 0.035278 -0.035278 scale
3145 start_ol
3146 768 4160 moveto
3147 320 4160 lineto
3148 320 0 lineto
3149 768 0 lineto
3150 768 1171 lineto
3151 1225 1630 lineto
3152 2224 0 lineto
3153 2806 0 lineto
3154 1598 1969 lineto
3155 2625 3008 lineto
3156 2021 3008 lineto
3157 768 1734 lineto
3158 768 4160 lineto
3159 end_ol grestore 
3160 gsave 1.250067 12.350000 translate 0.035278 -0.035278 scale
3161 start_ol
3162 1216 597 moveto
3163 640 597 lineto
3164 640 0 lineto
3165 1216 0 lineto
3166 1216 597 lineto
3167 1216 3008 moveto
3168 640 3008 lineto
3169 640 2411 lineto
3170 1216 2411 lineto
3171 1216 3008 lineto
3172 end_ol grestore 
3173 gsave -6.962600 13.350000 translate 0.035278 -0.035278 scale
3174 start_ol
3175 2304 3008 moveto
3176 2304 2493 lineto
3177 2072 2844 1791 3008 1422 3008 curveto
3178 688 3008 192 2387 192 1477 curveto
3179 192 1017 322 642 564 375 curveto
3180 783 139 1099 0 1409 0 curveto
3181 1780 0 2039 158 2304 531 curveto
3182 2304 355 lineto
3183 2304 -108 2252 -388 2131 -577 curveto
3184 2004 -779 1755 -896 1461 -896 curveto
3185 1241 -896 1045 -824 912 -695 curveto
3186 802 -588 756 -487 727 -265 curveto
3187 280 -265 lineto
3188 330 -901 760 -1280 1446 -1280 curveto
3189 1881 -1280 2255 -1136 2445 -893 curveto
3190 2668 -615 2752 -234 2752 477 curveto
3191 2752 3008 lineto
3192 2304 3008 lineto
3193 1478 2566 moveto
3194 1998 2566 2304 2170 2304 1488 curveto
3195 2304 838 1992 442 1484 442 curveto
3196 958 442 640 843 640 1504 curveto
3197 640 2160 964 2566 1478 2566 curveto
3198 end_ol grestore 
3199 gsave -6.539267 13.350000 translate 0.035278 -0.035278 scale
3200 start_ol
3201 2560 2129 moveto
3202 2560 2691 2158 3008 1443 3008 curveto
3203 723 3008 256 2675 256 2161 curveto
3204 256 1728 496 1521 1204 1363 curveto
3205 1649 1262 lineto
3206 1981 1188 2112 1077 2112 876 curveto
3207 2112 617 1824 442 1395 442 curveto
3208 1130 442 907 510 783 624 curveto
3209 707 702 671 780 642 973 curveto
3210 256 973 lineto
3211 256 315 628 0 1378 0 curveto
3212 2100 0 2560 344 2560 878 curveto
3213 2560 1291 2309 1518 1715 1651 curveto
3214 1258 1751 lineto
3215 870 1836 704 1952 704 2148 curveto
3216 704 2402 987 2566 1434 2566 curveto
3217 1875 2566 2112 2415 2112 2129 curveto
3218 2560 2129 lineto
3219 end_ol grestore 
3220 gsave -6.158267 13.350000 translate 0.035278 -0.035278 scale
3221 start_ol
3222 2980 413 moveto
3223 2929 402 2907 402 2878 402 curveto
3224 2714 402 2624 481 2624 617 curveto
3225 2624 2222 lineto
3226 2624 2733 2226 3008 1472 3008 curveto
3227 1028 3008 659 2888 455 2675 curveto
3228 314 2528 256 2365 256 2081 curveto
3229 817 2081 lineto
3230 857 2415 1072 2566 1513 2566 curveto
3231 1938 2566 2176 2418 2176 2153 curveto
3232 2176 2037 lineto
3233 2176 1852 2060 1772 1695 1730 curveto
3234 1042 1651 942 1630 765 1561 curveto
3235 428 1428 256 1180 256 820 curveto
3236 256 317 621 0 1207 0 curveto
3237 1572 0 1866 131 2192 440 curveto
3238 2225 137 2368 0 2666 0 curveto
3239 2760 0 2831 12 2980 52 curveto
3240 2980 413 lineto
3241 2176 1018 moveto
3242 2176 872 2131 784 1989 664 curveto
3243 1797 502 1565 419 1287 419 curveto
3244 919 419 704 581 704 857 curveto
3245 704 1143 913 1289 1417 1357 curveto
3246 1916 1419 2017 1440 2176 1508 curveto
3247 2176 1018 lineto
3248 end_ol grestore 
3249 gsave -5.734933 13.350000 translate 0.035278 -0.035278 scale
3250 start_ol
3251 2560 2129 moveto
3252 2560 2691 2158 3008 1443 3008 curveto
3253 723 3008 256 2675 256 2161 curveto
3254 256 1728 496 1521 1204 1363 curveto
3255 1649 1262 lineto
3256 1981 1188 2112 1077 2112 876 curveto
3257 2112 617 1824 442 1395 442 curveto
3258 1130 442 907 510 783 624 curveto
3259 707 702 671 780 642 973 curveto
3260 256 973 lineto
3261 256 315 628 0 1378 0 curveto
3262 2100 0 2560 344 2560 878 curveto
3263 2560 1291 2309 1518 1715 1651 curveto
3264 1258 1751 lineto
3265 870 1836 704 1952 704 2148 curveto
3266 704 2402 987 2566 1434 2566 curveto
3267 1875 2566 2112 2415 2112 2129 curveto
3268 2560 2129 lineto
3269 end_ol grestore 
3270 gsave -5.353933 13.350000 translate 0.035278 -0.035278 scale
3271 start_ol
3272 832 4160 moveto
3273 384 4160 lineto
3274 384 0 lineto
3275 832 0 lineto
3276 832 4160 lineto
3277 end_ol grestore 
3278 gsave -5.184600 13.350000 translate 0.035278 -0.035278 scale
3279 start_ol
3280 3263 -768 moveto
3281 -124 -768 lineto
3282 -124 -1024 lineto
3283 3263 -1024 lineto
3284 3263 -768 lineto
3285 end_ol grestore 
3286 gsave -4.761267 13.350000 translate 0.035278 -0.035278 scale
3287 start_ol
3288 2633 1973 moveto
3289 2611 2249 2550 2428 2439 2585 curveto
3290 2239 2851 1890 3008 1485 3008 curveto
3291 702 3008 192 2409 192 1477 curveto
3292 192 573 691 0 1479 0 curveto
3293 2172 0 2611 406 2666 1098 curveto
3294 2192 1098 lineto
3295 2113 661 1870 442 1470 442 curveto
3296 950 442 640 832 640 1478 curveto
3297 640 2160 945 2566 1458 2566 curveto
3298 1853 2566 2102 2353 2158 1973 curveto
3299 2633 1973 lineto
3300 end_ol grestore 
3301 gsave -4.380267 13.350000 translate 0.035278 -0.035278 scale
3302 start_ol
3303 2980 413 moveto
3304 2929 402 2907 402 2878 402 curveto
3305 2714 402 2624 481 2624 617 curveto
3306 2624 2222 lineto
3307 2624 2733 2226 3008 1472 3008 curveto
3308 1028 3008 659 2888 455 2675 curveto
3309 314 2528 256 2365 256 2081 curveto
3310 817 2081 lineto
3311 857 2415 1072 2566 1513 2566 curveto
3312 1938 2566 2176 2418 2176 2153 curveto
3313 2176 2037 lineto
3314 2176 1852 2060 1772 1695 1730 curveto
3315 1042 1651 942 1630 765 1561 curveto
3316 428 1428 256 1180 256 820 curveto
3317 256 317 621 0 1207 0 curveto
3318 1572 0 1866 131 2192 440 curveto
3319 2225 137 2368 0 2666 0 curveto
3320 2760 0 2831 12 2980 52 curveto
3321 2980 413 lineto
3322 2176 1018 moveto
3323 2176 872 2131 784 1989 664 curveto
3324 1797 502 1565 419 1287 419 curveto
3325 919 419 704 581 704 857 curveto
3326 704 1143 913 1289 1417 1357 curveto
3327 1916 1419 2017 1440 2176 1508 curveto
3328 2176 1018 lineto
3329 end_ol grestore 
3330 gsave -3.956933 13.350000 translate 0.035278 -0.035278 scale
3331 start_ol
3332 832 4160 moveto
3333 384 4160 lineto
3334 384 0 lineto
3335 832 0 lineto
3336 832 4160 lineto
3337 end_ol grestore 
3338 gsave -3.787600 13.350000 translate 0.035278 -0.035278 scale
3339 start_ol
3340 832 4160 moveto
3341 384 4160 lineto
3342 384 0 lineto
3343 832 0 lineto
3344 832 4160 lineto
3345 end_ol grestore 
3346 gsave -3.618267 13.350000 translate 0.035278 -0.035278 scale
3347 start_ol
3348 320 4160 moveto
3349 320 0 lineto
3350 768 0 lineto
3351 768 510 lineto
3352 982 164 1267 0 1658 0 curveto
3353 2398 0 2880 605 2880 1536 curveto
3354 2880 2446 2409 3008 1654 3008 curveto
3355 1260 3008 981 2854 768 2518 curveto
3356 768 4160 lineto
3357 320 4160 lineto
3358 1581 2560 moveto
3359 2098 2560 2432 2139 2432 1488 curveto
3360 2432 869 2087 448 1581 448 curveto
3361 1091 448 768 864 768 1504 curveto
3362 768 2144 1091 2560 1581 2560 curveto
3363 end_ol grestore 
3364 gsave -3.194933 13.350000 translate 0.035278 -0.035278 scale
3365 start_ol
3366 2980 413 moveto
3367 2929 402 2907 402 2878 402 curveto
3368 2714 402 2624 481 2624 617 curveto
3369 2624 2222 lineto
3370 2624 2733 2226 3008 1472 3008 curveto
3371 1028 3008 659 2888 455 2675 curveto
3372 314 2528 256 2365 256 2081 curveto
3373 817 2081 lineto
3374 857 2415 1072 2566 1513 2566 curveto
3375 1938 2566 2176 2418 2176 2153 curveto
3376 2176 2037 lineto
3377 2176 1852 2060 1772 1695 1730 curveto
3378 1042 1651 942 1630 765 1561 curveto
3379 428 1428 256 1180 256 820 curveto
3380 256 317 621 0 1207 0 curveto
3381 1572 0 1866 131 2192 440 curveto
3382 2225 137 2368 0 2666 0 curveto
3383 2760 0 2831 12 2980 52 curveto
3384 2980 413 lineto
3385 2176 1018 moveto
3386 2176 872 2131 784 1989 664 curveto
3387 1797 502 1565 419 1287 419 curveto
3388 919 419 704 581 704 857 curveto
3389 704 1143 913 1289 1417 1357 curveto
3390 1916 1419 2017 1440 2176 1508 curveto
3391 2176 1018 lineto
3392 end_ol grestore 
3393 gsave -2.771600 13.350000 translate 0.035278 -0.035278 scale
3394 start_ol
3395 2633 1973 moveto
3396 2611 2249 2550 2428 2439 2585 curveto
3397 2239 2851 1890 3008 1485 3008 curveto
3398 702 3008 192 2409 192 1477 curveto
3399 192 573 691 0 1479 0 curveto
3400 2172 0 2611 406 2666 1098 curveto
3401 2192 1098 lineto
3402 2113 661 1870 442 1470 442 curveto
3403 950 442 640 832 640 1478 curveto
3404 640 2160 945 2566 1458 2566 curveto
3405 1853 2566 2102 2353 2158 1973 curveto
3406 2633 1973 lineto
3407 end_ol grestore 
3408 gsave -2.390600 13.350000 translate 0.035278 -0.035278 scale
3409 start_ol
3410 768 4160 moveto
3411 320 4160 lineto
3412 320 0 lineto
3413 768 0 lineto
3414 768 1171 lineto
3415 1225 1630 lineto
3416 2224 0 lineto
3417 2806 0 lineto
3418 1598 1969 lineto
3419 2625 3008 lineto
3420 2021 3008 lineto
3421 768 1734 lineto
3422 768 4160 lineto
3423 end_ol grestore 
3424 gsave -2.009600 13.350000 translate 0.035278 -0.035278 scale
3425 start_ol
3426 3263 -768 moveto
3427 -124 -768 lineto
3428 -124 -1024 lineto
3429 3263 -1024 lineto
3430 3263 -768 lineto
3431 end_ol grestore 
3432 gsave -1.586267 13.350000 translate 0.035278 -0.035278 scale
3433 start_ol
3434 2560 2129 moveto
3435 2560 2691 2158 3008 1443 3008 curveto
3436 723 3008 256 2675 256 2161 curveto
3437 256 1728 496 1521 1204 1363 curveto
3438 1649 1262 lineto
3439 1981 1188 2112 1077 2112 876 curveto
3440 2112 617 1824 442 1395 442 curveto
3441 1130 442 907 510 783 624 curveto
3442 707 702 671 780 642 973 curveto
3443 256 973 lineto
3444 256 315 628 0 1378 0 curveto
3445 2100 0 2560 344 2560 878 curveto
3446 2560 1291 2309 1518 1715 1651 curveto
3447 1258 1751 lineto
3448 870 1836 704 1952 704 2148 curveto
3449 704 2402 987 2566 1434 2566 curveto
3450 1875 2566 2112 2415 2112 2129 curveto
3451 2560 2129 lineto
3452 end_ol grestore 
3453 gsave -1.205267 13.350000 translate 0.035278 -0.035278 scale
3454 start_ol
3455 2832 1344 moveto
3456 2832 1780 2799 2042 2718 2255 curveto
3457 2532 2724 2097 3008 1563 3008 curveto
3458 768 3008 256 2409 256 1488 curveto
3459 256 567 751 0 1551 0 curveto
3460 2204 0 2656 362 2770 968 curveto
3461 2296 968 lineto
3462 2170 622 1912 442 1544 442 curveto
3463 1253 442 1006 562 852 783 curveto
3464 742 933 704 1083 704 1344 curveto
3465 2832 1344 lineto
3466 704 1728 moveto
3467 704 2236 1037 2566 1511 2566 curveto
3468 1974 2566 2330 2210 2330 1759 curveto
3469 2330 1749 2330 1739 2324 1728 curveto
3470 704 1728 lineto
3471 end_ol grestore 
3472 gsave -0.781933 13.350000 translate 0.035278 -0.035278 scale
3473 start_ol
3474 1445 3008 moveto
3475 960 3008 lineto
3476 960 3835 lineto
3477 512 3835 lineto
3478 512 3008 lineto
3479 111 3008 lineto
3480 111 2618 lineto
3481 512 2618 lineto
3482 512 468 lineto
3483 512 169 711 0 1070 0 curveto
3484 1180 0 1290 11 1445 40 curveto
3485 1445 435 lineto
3486 1383 419 1310 419 1219 419 curveto
3487 1016 419 960 473 960 674 curveto
3488 960 2618 lineto
3489 1445 2618 lineto
3490 1445 3008 lineto
3491 end_ol grestore 
3492 gsave -0.570267 13.350000 translate 0.035278 -0.035278 scale
3493 start_ol
3494 end_ol grestore 
3495 gsave -0.358600 13.350000 translate 0.035278 -0.035278 scale
3496 start_ol
3497 1295 4160 moveto
3498 736 3408 384 2363 384 1462 curveto
3499 384 555 736 -490 1295 -1242 curveto
3500 1605 -1242 lineto
3501 1108 -421 832 543 832 1462 curveto
3502 832 2375 1108 3345 1605 4160 curveto
3503 1295 4160 lineto
3504 end_ol grestore 
3505 gsave -0.104600 13.350000 translate 0.035278 -0.035278 scale
3506 start_ol
3507 2633 1973 moveto
3508 2611 2249 2550 2428 2439 2585 curveto
3509 2239 2851 1890 3008 1485 3008 curveto
3510 702 3008 192 2409 192 1477 curveto
3511 192 573 691 0 1479 0 curveto
3512 2172 0 2611 406 2666 1098 curveto
3513 2192 1098 lineto
3514 2113 661 1870 442 1470 442 curveto
3515 950 442 640 832 640 1478 curveto
3516 640 2160 945 2566 1458 2566 curveto
3517 1853 2566 2102 2353 2158 1973 curveto
3518 2633 1973 lineto
3519 end_ol grestore 
3520 gsave 0.276400 13.350000 translate 0.035278 -0.035278 scale
3521 start_ol
3522 1445 3008 moveto
3523 960 3008 lineto
3524 960 3835 lineto
3525 512 3835 lineto
3526 512 3008 lineto
3527 111 3008 lineto
3528 111 2618 lineto
3529 512 2618 lineto
3530 512 468 lineto
3531 512 169 711 0 1070 0 curveto
3532 1180 0 1290 11 1445 40 curveto
3533 1445 435 lineto
3534 1383 419 1310 419 1219 419 curveto
3535 1016 419 960 473 960 674 curveto
3536 960 2618 lineto
3537 1445 2618 lineto
3538 1445 3008 lineto
3539 end_ol grestore 
3540 gsave 0.488067 13.350000 translate 0.035278 -0.035278 scale
3541 start_ol
3542 1648 1556 moveto
3543 2642 3008 lineto
3544 2111 3008 lineto
3545 1400 1917 lineto
3546 689 3008 lineto
3547 152 3008 lineto
3548 1140 1533 lineto
3549 96 0 lineto
3550 632 0 lineto
3551 1383 1154 lineto
3552 2122 0 lineto
3553 2670 0 lineto
3554 1648 1556 lineto
3555 end_ol grestore 
3556 gsave 0.869067 13.350000 translate 0.035278 -0.035278 scale
3557 start_ol
3558 512 597 moveto
3559 512 0 lineto
3560 841 0 lineto
3561 841 -108 lineto
3562 841 -520 770 -640 512 -640 curveto
3563 512 -832 lineto
3564 896 -832 1088 -576 1088 -86 curveto
3565 1088 597 lineto
3566 512 597 lineto
3567 end_ol grestore 
3568 gsave 1.080733 13.350000 translate 0.035278 -0.035278 scale
3569 start_ol
3570 end_ol grestore 
3571 gsave 1.292400 13.350000 translate 0.035278 -0.035278 scale
3572 start_ol
3573 384 3008 moveto
3574 384 0 lineto
3575 832 0 lineto
3576 832 1828 lineto
3577 832 2250 1152 2589 1548 2589 curveto
3578 1908 2589 2112 2378 2112 2006 curveto
3579 2112 0 lineto
3580 2560 0 lineto
3581 2560 1828 lineto
3582 2560 2250 2880 2589 3276 2589 curveto
3583 3631 2589 3840 2372 3840 2006 curveto
3584 3840 0 lineto
3585 4288 0 lineto
3586 4288 2193 lineto
3587 4288 2718 3982 3008 3426 3008 curveto
3588 3028 3008 2790 2888 2512 2550 curveto
3589 2340 2871 2106 3008 1728 3008 curveto
3590 1338 3008 1082 2860 832 2500 curveto
3591 832 3008 lineto
3592 384 3008 lineto
3593 end_ol grestore 
3594 gsave 1.927400 13.350000 translate 0.035278 -0.035278 scale
3595 start_ol
3596 2190 3008 moveto
3597 1372 634 lineto
3598 615 3008 lineto
3599 113 3008 lineto
3600 1112 -52 lineto
3601 931 -535 lineto
3602 858 -751 751 -832 553 -832 curveto
3603 485 -832 406 -820 305 -797 curveto
3604 305 -1209 lineto
3605 401 -1258 497 -1280 621 -1280 curveto
3606 773 -1280 937 -1228 1061 -1136 curveto
3607 1208 -1026 1293 -899 1383 -656 curveto
3608 2698 3008 lineto
3609 2190 3008 lineto
3610 end_ol grestore 
3611 gsave 2.308400 13.350000 translate 0.035278 -0.035278 scale
3612 start_ol
3613 1451 3008 moveto
3614 960 3008 lineto
3615 960 3453 lineto
3616 960 3643 1073 3741 1288 3741 curveto
3617 1327 3741 1344 3741 1451 3741 curveto
3618 1451 4131 lineto
3619 1346 4154 1285 4160 1191 4160 curveto
3620 766 4160 512 3914 512 3495 curveto
3621 512 3008 lineto
3622 117 3008 lineto
3623 117 2618 lineto
3624 512 2618 lineto
3625 512 0 lineto
3626 960 0 lineto
3627 960 2618 lineto
3628 1451 2618 lineto
3629 1451 3008 lineto
3630 end_ol grestore 
3631 gsave 2.520067 13.350000 translate 0.035278 -0.035278 scale
3632 start_ol
3633 2688 0 moveto
3634 2688 3008 lineto
3635 2240 3008 lineto
3636 2240 1386 lineto
3637 2240 801 1926 419 1438 419 curveto
3638 1068 419 832 638 832 982 curveto
3639 832 3008 lineto
3640 384 3008 lineto
3641 384 786 lineto
3642 384 308 737 0 1290 0 curveto
3643 1708 0 1974 153 2240 545 curveto
3644 2240 0 lineto
3645 2688 0 lineto
3646 end_ol grestore 
3647 gsave 2.943400 13.350000 translate 0.035278 -0.035278 scale
3648 start_ol
3649 384 3008 moveto
3650 384 0 lineto
3651 832 0 lineto
3652 832 1606 lineto
3653 832 2200 1162 2589 1668 2589 curveto
3654 2057 2589 2304 2367 2304 2017 curveto
3655 2304 0 lineto
3656 2752 0 lineto
3657 2752 2210 lineto
3658 2752 2695 2385 3008 1815 3008 curveto
3659 1374 3008 1092 2837 832 2422 curveto
3660 832 3008 lineto
3661 384 3008 lineto
3662 end_ol grestore 
3663 gsave 3.366733 13.350000 translate 0.035278 -0.035278 scale
3664 start_ol
3665 2633 1973 moveto
3666 2611 2249 2550 2428 2439 2585 curveto
3667 2239 2851 1890 3008 1485 3008 curveto
3668 702 3008 192 2409 192 1477 curveto
3669 192 573 691 0 1479 0 curveto
3670 2172 0 2611 406 2666 1098 curveto
3671 2192 1098 lineto
3672 2113 661 1870 442 1470 442 curveto
3673 950 442 640 832 640 1478 curveto
3674 640 2160 945 2566 1458 2566 curveto
3675 1853 2566 2102 2353 2158 1973 curveto
3676 2633 1973 lineto
3677 end_ol grestore 
3678 gsave 3.747733 13.350000 translate 0.035278 -0.035278 scale
3679 start_ol
3680 497 -1242 moveto
3681 1056 -490 1408 555 1408 1456 curveto
3682 1408 2363 1056 3408 497 4160 curveto
3683 187 4160 lineto
3684 684 3339 960 2375 960 1456 curveto
3685 960 543 684 -427 187 -1242 curveto
3686 497 -1242 lineto
3687 end_ol grestore 
3688 gsave 4.001733 13.350000 translate 0.035278 -0.035278 scale
3689 start_ol
3690 1216 3008 moveto
3691 640 3008 lineto
3692 640 2411 lineto
3693 1216 2411 lineto
3694 1216 3008 lineto
3695 640 597 moveto
3696 640 0 lineto
3697 967 0 lineto
3698 967 -108 lineto
3699 967 -520 896 -640 640 -640 curveto
3700 640 -832 lineto
3701 1024 -832 1216 -576 1216 -86 curveto
3702 1216 597 lineto
3703 640 597 lineto
3704 end_ol grestore 
3705 gsave -1.683633 14.350000 translate 0.035278 -0.035278 scale
3706 start_ol
3707 1088 597 moveto
3708 512 597 lineto
3709 512 0 lineto
3710 1088 0 lineto
3711 1088 597 lineto
3712 end_ol grestore 
3713 gsave -1.471967 14.350000 translate 0.035278 -0.035278 scale
3714 start_ol
3715 1088 597 moveto
3716 512 597 lineto
3717 512 0 lineto
3718 1088 0 lineto
3719 1088 597 lineto
3720 end_ol grestore 
3721 gsave -1.260300 14.350000 translate 0.035278 -0.035278 scale
3722 start_ol
3723 1088 597 moveto
3724 512 597 lineto
3725 512 0 lineto
3726 1088 0 lineto
3727 1088 597 lineto
3728 end_ol grestore 
3729 0.100000 slw
3730 [] 0 sd
3731 [] 0 sd
3732 0 slj
3733 0 slc
3734 n 16.000000 17.100000 m 15.500000 22.100000 3.000000 17.000000 5.782295 22.564590 c s
3735 [] 0 sd
3736 0 slj
3737 0 slc
3738 n 5.950000 22.900000 m 5.502786 22.564590 l 5.782295 22.564590 l 5.950000 22.340983 l ef
3739 n 5.950000 22.900000 m 5.502786 22.564590 l 5.782295 22.564590 l 5.950000 22.340983 l cp s
3740 gsave 7.000000 21.000000 translate 0.035278 -0.035278 scale
3741 start_ol
3742 1451 3008 moveto
3743 960 3008 lineto
3744 960 3453 lineto
3745 960 3643 1073 3741 1288 3741 curveto
3746 1327 3741 1344 3741 1451 3741 curveto
3747 1451 4131 lineto
3748 1346 4154 1285 4160 1191 4160 curveto
3749 766 4160 512 3914 512 3495 curveto
3750 512 3008 lineto
3751 117 3008 lineto
3752 117 2618 lineto
3753 512 2618 lineto
3754 512 0 lineto
3755 960 0 lineto
3756 960 2618 lineto
3757 1451 2618 lineto
3758 1451 3008 lineto
3759 end_ol grestore 
3760 gsave 7.211667 21.000000 translate 0.035278 -0.035278 scale
3761 start_ol
3762 1498 3008 moveto
3763 685 3008 192 2446 192 1504 curveto
3764 192 562 679 0 1504 0 curveto
3765 2318 0 2816 562 2816 1483 curveto
3766 2816 2451 2334 3008 1498 3008 curveto
3767 1504 2566 moveto
3768 2045 2566 2368 2165 2368 1488 curveto
3769 2368 848 2034 442 1504 442 curveto
3770 968 442 640 843 640 1504 curveto
3771 640 2160 968 2566 1504 2566 curveto
3772 end_ol grestore 
3773 gsave 7.635000 21.000000 translate 0.035278 -0.035278 scale
3774 start_ol
3775 384 3008 moveto
3776 384 0 lineto
3777 832 0 lineto
3778 832 1513 lineto
3779 832 1930 939 2203 1165 2364 curveto
3780 1312 2470 1453 2503 1780 2503 curveto
3781 1780 3008 lineto
3782 1704 3008 1666 3008 1607 3008 curveto
3783 1314 3008 1092 2827 832 2386 curveto
3784 832 3008 lineto
3785 384 3008 lineto
3786 end_ol grestore 
3787 gsave 7.889000 21.000000 translate 0.035278 -0.035278 scale
3788 start_ol
3789 768 4160 moveto
3790 320 4160 lineto
3791 320 0 lineto
3792 768 0 lineto
3793 768 1171 lineto
3794 1225 1630 lineto
3795 2224 0 lineto
3796 2806 0 lineto
3797 1598 1969 lineto
3798 2625 3008 lineto
3799 2021 3008 lineto
3800 768 1734 lineto
3801 768 4160 lineto
3802 end_ol grestore 
3803 gsave 8.270000 21.000000 translate 0.035278 -0.035278 scale
3804 start_ol
3805 1295 4160 moveto
3806 736 3408 384 2363 384 1462 curveto
3807 384 555 736 -490 1295 -1242 curveto
3808 1605 -1242 lineto
3809 1108 -421 832 543 832 1462 curveto
3810 832 2375 1108 3345 1605 4160 curveto
3811 1295 4160 lineto
3812 end_ol grestore 
3813 gsave 8.524000 21.000000 translate 0.035278 -0.035278 scale
3814 start_ol
3815 497 -1242 moveto
3816 1056 -490 1408 555 1408 1456 curveto
3817 1408 2363 1056 3408 497 4160 curveto
3818 187 4160 lineto
3819 684 3339 960 2375 960 1456 curveto
3820 960 543 684 -427 187 -1242 curveto
3821 497 -1242 lineto
3822 end_ol grestore 
3823 gsave 8.778000 21.000000 translate 0.035278 -0.035278 scale
3824 start_ol
3825 512 597 moveto
3826 512 0 lineto
3827 841 0 lineto
3828 841 -108 lineto
3829 841 -520 770 -640 512 -640 curveto
3830 512 -832 lineto
3831 896 -832 1088 -576 1088 -86 curveto
3832 1088 597 lineto
3833 512 597 lineto
3834 end_ol grestore 
3835 gsave 7.000000 22.000000 translate 0.035278 -0.035278 scale
3836 start_ol
3837 320 -1119 moveto
3838 768 -1119 lineto
3839 768 448 lineto
3840 1009 138 1278 0 1651 0 curveto
3841 2392 0 2880 583 2880 1477 curveto
3842 2880 2419 2417 3008 1668 3008 curveto
3843 1285 3008 978 2827 768 2477 curveto
3844 768 3008 lineto
3845 320 3008 lineto
3846 320 -1119 lineto
3847 1583 2560 moveto
3848 2097 2560 2432 2139 2432 1488 curveto
3849 2432 869 2091 448 1583 448 curveto
3850 1092 448 768 864 768 1504 curveto
3851 768 2144 1092 2560 1583 2560 curveto
3852 end_ol grestore 
3853 gsave 7.423333 22.000000 translate 0.035278 -0.035278 scale
3854 start_ol
3855 1445 3008 moveto
3856 960 3008 lineto
3857 960 3835 lineto
3858 512 3835 lineto
3859 512 3008 lineto
3860 111 3008 lineto
3861 111 2618 lineto
3862 512 2618 lineto
3863 512 468 lineto
3864 512 169 711 0 1070 0 curveto
3865 1180 0 1290 11 1445 40 curveto
3866 1445 435 lineto
3867 1383 419 1310 419 1219 419 curveto
3868 1016 419 960 473 960 674 curveto
3869 960 2618 lineto
3870 1445 2618 lineto
3871 1445 3008 lineto
3872 end_ol grestore 
3873 gsave 7.635000 22.000000 translate 0.035278 -0.035278 scale
3874 start_ol
3875 384 4160 moveto
3876 384 0 lineto
3877 832 0 lineto
3878 832 1609 lineto
3879 832 2205 1162 2595 1668 2595 curveto
3880 1827 2595 1986 2545 2104 2461 curveto
3881 2245 2367 2304 2227 2304 2021 curveto
3882 2304 0 lineto
3883 2752 0 lineto
3884 2752 2210 lineto
3885 2752 2701 2389 3008 1801 3008 curveto
3886 1374 3008 1115 2878 832 2517 curveto
3887 832 4160 lineto
3888 384 4160 lineto
3889 end_ol grestore 
3890 gsave 8.058333 22.000000 translate 0.035278 -0.035278 scale
3891 start_ol
3892 384 3008 moveto
3893 384 0 lineto
3894 832 0 lineto
3895 832 1513 lineto
3896 832 1930 939 2203 1165 2364 curveto
3897 1312 2470 1453 2503 1780 2503 curveto
3898 1780 3008 lineto
3899 1704 3008 1666 3008 1607 3008 curveto
3900 1314 3008 1092 2827 832 2386 curveto
3901 832 3008 lineto
3902 384 3008 lineto
3903 end_ol grestore 
3904 gsave 8.312333 22.000000 translate 0.035278 -0.035278 scale
3905 start_ol
3906 2832 1344 moveto
3907 2832 1780 2799 2042 2718 2255 curveto
3908 2532 2724 2097 3008 1563 3008 curveto
3909 768 3008 256 2409 256 1488 curveto
3910 256 567 751 0 1551 0 curveto
3911 2204 0 2656 362 2770 968 curveto
3912 2296 968 lineto
3913 2170 622 1912 442 1544 442 curveto
3914 1253 442 1006 562 852 783 curveto
3915 742 933 704 1083 704 1344 curveto
3916 2832 1344 lineto
3917 704 1728 moveto
3918 704 2236 1037 2566 1511 2566 curveto
3919 1974 2566 2330 2210 2330 1759 curveto
3920 2330 1749 2330 1739 2324 1728 curveto
3921 704 1728 lineto
3922 end_ol grestore 
3923 gsave 8.735667 22.000000 translate 0.035278 -0.035278 scale
3924 start_ol
3925 2980 413 moveto
3926 2929 402 2907 402 2878 402 curveto
3927 2714 402 2624 481 2624 617 curveto
3928 2624 2222 lineto
3929 2624 2733 2226 3008 1472 3008 curveto
3930 1028 3008 659 2888 455 2675 curveto
3931 314 2528 256 2365 256 2081 curveto
3932 817 2081 lineto
3933 857 2415 1072 2566 1513 2566 curveto
3934 1938 2566 2176 2418 2176 2153 curveto
3935 2176 2037 lineto
3936 2176 1852 2060 1772 1695 1730 curveto
3937 1042 1651 942 1630 765 1561 curveto
3938 428 1428 256 1180 256 820 curveto
3939 256 317 621 0 1207 0 curveto
3940 1572 0 1866 131 2192 440 curveto
3941 2225 137 2368 0 2666 0 curveto
3942 2760 0 2831 12 2980 52 curveto
3943 2980 413 lineto
3944 2176 1018 moveto
3945 2176 872 2131 784 1989 664 curveto
3946 1797 502 1565 419 1287 419 curveto
3947 919 419 704 581 704 857 curveto
3948 704 1143 913 1289 1417 1357 curveto
3949 1916 1419 2017 1440 2176 1508 curveto
3950 2176 1018 lineto
3951 end_ol grestore 
3952 gsave 9.159000 22.000000 translate 0.035278 -0.035278 scale
3953 start_ol
3954 2752 4160 moveto
3955 2304 4160 lineto
3956 2304 2544 lineto
3957 2107 2848 1791 3008 1396 3008 curveto
3958 630 3008 128 2425 128 1531 curveto
3959 128 583 607 0 1384 0 curveto
3960 1781 0 2056 153 2304 521 curveto
3961 2304 0 lineto
3962 2752 0 lineto
3963 2752 4160 lineto
3964 1454 2560 moveto
3965 1975 2560 2304 2144 2304 1494 curveto
3966 2304 864 1969 448 1460 448 curveto
3967 929 448 576 869 576 1504 curveto
3968 576 2139 929 2560 1454 2560 curveto
3969 end_ol grestore 
3970 gsave 9.582333 22.000000 translate 0.035278 -0.035278 scale
3971 start_ol
3972 3263 -768 moveto
3973 -124 -768 lineto
3974 -124 -1024 lineto
3975 3263 -1024 lineto
3976 3263 -768 lineto
3977 end_ol grestore 
3978 gsave 10.005667 22.000000 translate 0.035278 -0.035278 scale
3979 start_ol
3980 2633 1973 moveto
3981 2611 2249 2550 2428 2439 2585 curveto
3982 2239 2851 1890 3008 1485 3008 curveto
3983 702 3008 192 2409 192 1477 curveto
3984 192 573 691 0 1479 0 curveto
3985 2172 0 2611 406 2666 1098 curveto
3986 2192 1098 lineto
3987 2113 661 1870 442 1470 442 curveto
3988 950 442 640 832 640 1478 curveto
3989 640 2160 945 2566 1458 2566 curveto
3990 1853 2566 2102 2353 2158 1973 curveto
3991 2633 1973 lineto
3992 end_ol grestore 
3993 gsave 10.386667 22.000000 translate 0.035278 -0.035278 scale
3994 start_ol
3995 384 3008 moveto
3996 384 0 lineto
3997 832 0 lineto
3998 832 1513 lineto
3999 832 1930 939 2203 1165 2364 curveto
4000 1312 2470 1453 2503 1780 2503 curveto
4001 1780 3008 lineto
4002 1704 3008 1666 3008 1607 3008 curveto
4003 1314 3008 1092 2827 832 2386 curveto
4004 832 3008 lineto
4005 384 3008 lineto
4006 end_ol grestore 
4007 gsave 10.640667 22.000000 translate 0.035278 -0.035278 scale
4008 start_ol
4009 2832 1344 moveto
4010 2832 1780 2799 2042 2718 2255 curveto
4011 2532 2724 2097 3008 1563 3008 curveto
4012 768 3008 256 2409 256 1488 curveto
4013 256 567 751 0 1551 0 curveto
4014 2204 0 2656 362 2770 968 curveto
4015 2296 968 lineto
4016 2170 622 1912 442 1544 442 curveto
4017 1253 442 1006 562 852 783 curveto
4018 742 933 704 1083 704 1344 curveto
4019 2832 1344 lineto
4020 704 1728 moveto
4021 704 2236 1037 2566 1511 2566 curveto
4022 1974 2566 2330 2210 2330 1759 curveto
4023 2330 1749 2330 1739 2324 1728 curveto
4024 704 1728 lineto
4025 end_ol grestore 
4026 gsave 11.064000 22.000000 translate 0.035278 -0.035278 scale
4027 start_ol
4028 2980 413 moveto
4029 2929 402 2907 402 2878 402 curveto
4030 2714 402 2624 481 2624 617 curveto
4031 2624 2222 lineto
4032 2624 2733 2226 3008 1472 3008 curveto
4033 1028 3008 659 2888 455 2675 curveto
4034 314 2528 256 2365 256 2081 curveto
4035 817 2081 lineto
4036 857 2415 1072 2566 1513 2566 curveto
4037 1938 2566 2176 2418 2176 2153 curveto
4038 2176 2037 lineto
4039 2176 1852 2060 1772 1695 1730 curveto
4040 1042 1651 942 1630 765 1561 curveto
4041 428 1428 256 1180 256 820 curveto
4042 256 317 621 0 1207 0 curveto
4043 1572 0 1866 131 2192 440 curveto
4044 2225 137 2368 0 2666 0 curveto
4045 2760 0 2831 12 2980 52 curveto
4046 2980 413 lineto
4047 2176 1018 moveto
4048 2176 872 2131 784 1989 664 curveto
4049 1797 502 1565 419 1287 419 curveto
4050 919 419 704 581 704 857 curveto
4051 704 1143 913 1289 1417 1357 curveto
4052 1916 1419 2017 1440 2176 1508 curveto
4053 2176 1018 lineto
4054 end_ol grestore 
4055 gsave 11.487333 22.000000 translate 0.035278 -0.035278 scale
4056 start_ol
4057 1445 3008 moveto
4058 960 3008 lineto
4059 960 3835 lineto
4060 512 3835 lineto
4061 512 3008 lineto
4062 111 3008 lineto
4063 111 2618 lineto
4064 512 2618 lineto
4065 512 468 lineto
4066 512 169 711 0 1070 0 curveto
4067 1180 0 1290 11 1445 40 curveto
4068 1445 435 lineto
4069 1383 419 1310 419 1219 419 curveto
4070 1016 419 960 473 960 674 curveto
4071 960 2618 lineto
4072 1445 2618 lineto
4073 1445 3008 lineto
4074 end_ol grestore 
4075 gsave 11.699000 22.000000 translate 0.035278 -0.035278 scale
4076 start_ol
4077 2832 1344 moveto
4078 2832 1780 2799 2042 2718 2255 curveto
4079 2532 2724 2097 3008 1563 3008 curveto
4080 768 3008 256 2409 256 1488 curveto
4081 256 567 751 0 1551 0 curveto
4082 2204 0 2656 362 2770 968 curveto
4083 2296 968 lineto
4084 2170 622 1912 442 1544 442 curveto
4085 1253 442 1006 562 852 783 curveto
4086 742 933 704 1083 704 1344 curveto
4087 2832 1344 lineto
4088 704 1728 moveto
4089 704 2236 1037 2566 1511 2566 curveto
4090 1974 2566 2330 2210 2330 1759 curveto
4091 2330 1749 2330 1739 2324 1728 curveto
4092 704 1728 lineto
4093 end_ol grestore 
4094 gsave 12.122333 22.000000 translate 0.035278 -0.035278 scale
4095 start_ol
4096 1295 4160 moveto
4097 736 3408 384 2363 384 1462 curveto
4098 384 555 736 -490 1295 -1242 curveto
4099 1605 -1242 lineto
4100 1108 -421 832 543 832 1462 curveto
4101 832 2375 1108 3345 1605 4160 curveto
4102 1295 4160 lineto
4103 end_ol grestore 
4104 gsave 12.376333 22.000000 translate 0.035278 -0.035278 scale
4105 start_ol
4106 497 -1242 moveto
4107 1056 -490 1408 555 1408 1456 curveto
4108 1408 2363 1056 3408 497 4160 curveto
4109 187 4160 lineto
4110 684 3339 960 2375 960 1456 curveto
4111 960 543 684 -427 187 -1242 curveto
4112 497 -1242 lineto
4113 end_ol grestore 
4114 gsave 12.630333 22.000000 translate 0.035278 -0.035278 scale
4115 start_ol
4116 512 597 moveto
4117 512 0 lineto
4118 841 0 lineto
4119 841 -108 lineto
4120 841 -520 770 -640 512 -640 curveto
4121 512 -832 lineto
4122 896 -832 1088 -576 1088 -86 curveto
4123 1088 597 lineto
4124 512 597 lineto
4125 end_ol grestore 
4126 gsave 7.000000 23.000000 translate 0.035278 -0.035278 scale
4127 start_ol
4128 1088 597 moveto
4129 512 597 lineto
4130 512 0 lineto
4131 1088 0 lineto
4132 1088 597 lineto
4133 end_ol grestore 
4134 gsave 7.211667 23.000000 translate 0.035278 -0.035278 scale
4135 start_ol
4136 1088 597 moveto
4137 512 597 lineto
4138 512 0 lineto
4139 1088 0 lineto
4140 1088 597 lineto
4141 end_ol grestore 
4142 gsave 7.423333 23.000000 translate 0.035278 -0.035278 scale
4143 start_ol
4144 1088 597 moveto
4145 512 597 lineto
4146 512 0 lineto
4147 1088 0 lineto
4148 1088 597 lineto
4149 end_ol grestore 
4150 0.100000 slw
4151 [] 0 sd
4152 [] 0 sd
4153 0 slj
4154 0 slc
4155 n 22.000000 11.025000 m 30.350000 6.375000 2.550000 6.275000 9.589530 10.763291 c s
4156 [] 0 sd
4157 0 slj
4158 0 slc
4159 n 9.905728 10.964894 m 9.349728 10.906889 l 9.589530 10.763291 l 9.618532 10.485291 l ef
4160 n 9.905728 10.964894 m 9.349728 10.906889 l 9.589530 10.763291 l 9.618532 10.485291 l cp s
4161 showpage