summaryrefslogtreecommitdiffstats
path: root/doc/slides/obr1.eps
blob: eb467cdae0fd76148b5fbb1ad4703ada3a39ff41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 16 42 558 453 
%%Creator: CorelDRAW
%%Title: 
%%CreationDate: Mon Jun 26 13:55:02 2000
%%DocumentProcessColors: Black 
%%DocumentSuppliedResources: (atend)
%%EndComments
%%BeginProlog
/AutoFlatness true def
/AutoSteps 0 def
/CMYKMarks true def
/UseLevel2 false def
%Color profile: Disabled
%%BeginResource: procset wCorel6Dict 6.0 0
% Copyright (c)1992-96 Corel Corporation
% All rights reserved.     v6.0 r1.1
/wCorel6Dict 300 dict def wCorel6Dict begin/bd{bind def}bind def/ld{load def}
bd/xd{exch def}bd/_ null def/rp{{pop}repeat}bd/@cp/closepath ld/@gs/gsave ld
/@gr/grestore ld/@np/newpath ld/Tl/translate ld/$sv 0 def/@sv{/$sv save def}bd
/@rs{$sv restore}bd/spg/showpage ld/showpage{}bd currentscreen/@dsp xd/$dsp
/@dsp def/$dsa xd/$dsf xd/$sdf false def/$SDF false def/$Scra 0 def/SetScr
/setscreen ld/setscreen{pop pop pop}bd/@ss{2 index 0 eq{$dsf 3 1 roll 4 -1 roll
pop}if exch $Scra add exch load SetScr}bd/SepMode_5 where{pop}{/SepMode_5 0
def}ifelse/CurrentInkName_5 where{pop}{/CurrentInkName_5(Composite)def}ifelse
/$ink_5 where{pop}{/$ink_5 -1 def}ifelse/$c 0 def/$m 0 def/$y 0 def/$k 0 def
/$t 1 def/$n _ def/$o 0 def/$fil 0 def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def/$T 1
def/$N _ def/$O 0 def/$PF false def/s1c 0 def/s1m 0 def/s1y 0 def/s1k 0 def
/s1t 0 def/s1n _ def/$bkg false def/SK 0 def/SM 0 def/SY 0 def/SC 0 def/$op
false def matrix currentmatrix/$ctm xd/$ptm matrix def/$ttm matrix def/$stm
matrix def/$fst 128 def/$pad 0 def/$rox 0 def/$roy 0 def/$fmp 50 def/$ffpnt
true def/CorelDrawReencodeVect[16#0/grave 16#5/breve 16#6/dotaccent 16#8/ring
16#A/hungarumlaut 16#B/ogonek 16#C/caron 16#D/dotlessi 16#27/quotesingle
16#60/grave 16#7C/bar
16#82/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
16#88/circumflex/perthousand/Scaron/guilsinglleft/OE
16#91/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
16#98/tilde/trademark/scaron/guilsinglright/oe 16#9F/Ydieresis
16#A1/exclamdown/cent/sterling/currency/yen/brokenbar/section
16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/minus/registered/macron
16#b0/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
/L2?/languagelevel where{pop languagelevel 2 ge}{false}ifelse def
/@BeginSysCorelDict{systemdict/Corel30Dict known{systemdict/Corel30Dict get
exec}if}bd/@EndSysCorelDict{systemdict/Corel30Dict known{end}if}bd AutoFlatness
{/@ifl{dup currentflat exch sub 10 gt{
([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n)print flush
@np exit}{currentflat 2 add setflat}ifelse}bd/@fill/fill ld/fill{currentflat{
{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@eofill/eofill ld/eofill
{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@clip
/clip ld/clip{currentflat{{@clip}stopped{@ifl}{exit}ifelse}bind loop setflat}
bd/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{@ifl}{exit}ifelse}
bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped
{@ifl}{exit}ifelse}bind loop setflat}bd}if L2?{/@ssa{true setstrokeadjust}bd}{
/@ssa{}bd}ifelse/d/setdash ld/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit
ld/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd/W/eoclip ld/c/curveto ld/C/c ld/l
/lineto ld/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld/N/newpath ld/P{11 rp}
bd/u{}bd/U{}bd/A{pop}bd/q/@gs ld/Q/@gr ld/&{}bd/@j{@sv @np}bd/@J{@rs}bd/g{1
exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def}bd/G{1
sub neg/$K xd _ 1 0 0 0/$C xd/$M xd/$Y xd/$T xd/$N xd}bd/k{1 index type
/stringtype eq{/$t xd/$n xd}{/$t 0 def/$n _ def}ifelse/$k xd/$y xd/$m xd/$c xd
/$fil 0 def}bd/K{1 index type/stringtype eq{/$T xd/$N xd}{/$T 0 def/$N _ def}
ifelse/$K xd/$Y xd/$M xd/$C xd}bd/x/k ld/X/K ld/sf{1 index type/stringtype eq{
/s1t xd/s1n xd}{/s1t 0 def/s1n _ def}ifelse/s1k xd/s1y xd/s1m xd/s1c xd}bd/i{
dup 0 ne{setflat}{pop}ifelse}bd/v{4 -2 roll 2 copy 6 -2 roll c}bd/V/v ld/y{2
copy c}bd/Y/y ld/@w{matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix
/$ptm xd 1 eq{$ptm exch dup concatmatrix/$ptm xd}if 1 w}bd/@g{1 eq dup/$sdf xd
{/$scp xd/$sca xd/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd/$SCA xd/$SCF xd}
if}bd/@D{2 index 0 eq{$dsf 3 1 roll 4 -1 roll pop}if 3 copy exch $Scra add exch
load SetScr/$dsp xd/$dsa xd/$dsf xd}bd/$ngx{$SDF{$SCF SepMode_5 0 eq{$SCA}
{$dsa}ifelse $SCP @ss}if}bd/p{/$pm xd 7 rp/$pyf xd/$pxf xd/$pn xd/$fil 1 def}
bd/@MN{2 copy le{pop}{exch pop}ifelse}bd/@MX{2 copy ge{pop}{exch pop}ifelse}bd
/InRange{3 -1 roll @MN @MX}bd/wDstChck{2 1 roll dup 3 -1 roll eq{1 add}if}bd
/@dot{dup mul exch dup mul add 1 exch sub}bd/@lin{exch pop abs 1 exch sub}bd
/cmyk2rgb{3{dup 5 -1 roll add 1 exch sub dup 0 lt{pop 0}if exch}repeat pop}bd
/rgb2cmyk{3{1 exch sub 3 1 roll}repeat 3 copy @MN @MN 3{dup 5 -1 roll sub neg
exch}repeat}bd/rgb2g{2 index .299 mul 2 index .587 mul add 1 index .114 mul add
4 1 roll pop pop pop}bd/WaldoColor_5 where{pop}{/SetRgb/setrgbcolor ld/GetRgb
/currentrgbcolor ld/SetGry/setgray ld/GetGry/currentgray ld/SetRgb2 systemdict
/setrgbcolor get def/GetRgb2 systemdict/currentrgbcolor get def/SetHsb
systemdict/sethsbcolor get def/GetHsb systemdict/currenthsbcolor get def
/rgb2hsb{SetRgb2 GetHsb}bd/hsb2rgb{3 -1 roll dup floor sub 3 1 roll SetHsb
GetRgb2}bd/setcmykcolor where{pop/SetCmyk_5/setcmykcolor ld}{/SetCmyk_5{
cmyk2rgb SetRgb}bd}ifelse/currentcmykcolor where{pop/GetCmyk/currentcmykcolor
ld}{/GetCmyk{GetRgb rgb2cmyk}bd}ifelse/setoverprint where{pop}{/setoverprint{
/$op xd}bd}ifelse/currentoverprint where{pop}{/currentoverprint{$op}bd}ifelse
/@tc_5{5 -1 roll dup 1 ge{pop}{4{dup 6 -1 roll mul exch}repeat pop}ifelse}bd
/@trp{exch pop 5 1 roll @tc_5}bd/setprocesscolor_5{SepMode_5 0 eq{SetCmyk_5}{0
4 $ink_5 sub index exch pop 5 1 roll pop pop pop pop SepsColor true eq{$ink_5 3
gt{1 sub neg SetGry}{0 0 0 4 $ink_5 roll SetCmyk_5}ifelse}{1 sub neg SetGry}
ifelse}ifelse}bd/findcmykcustomcolor where{pop}{/findcmykcustomcolor{5 array
astore}bd}ifelse/setcustomcolor where{pop}{/setcustomcolor{exch aload pop
SepMode_5 0 eq{pop @tc_5 setprocesscolor_5}{CurrentInkName_5 eq{4 index}{0}
ifelse 6 1 roll 5 rp 1 sub neg SetGry}ifelse}bd}ifelse/@scc_5{dup type
/booleantype eq{setoverprint}{1 eq setoverprint}ifelse dup _ eq{pop
setprocesscolor_5 pop}{findcmykcustomcolor exch setcustomcolor}ifelse SepMode_5
0 eq{true}{GetGry 1 eq currentoverprint and not}ifelse}bd/colorimage where{pop
/ColorImage{colorimage}def}{/ColorImage{/ncolors xd pop/dataaq xd{dataaq
ncolors dup 3 eq{/$dat xd 0 1 $dat length 3 div 1 sub{dup 3 mul $dat 1 index
get 255 div $dat 2 index 1 add get 255 div $dat 3 index 2 add get 255 div rgb2g
255 mul cvi exch pop $dat 3 1 roll put}for $dat 0 $dat length 3 idiv
getinterval pop}{4 eq{/$dat xd 0 1 $dat length 4 div 1 sub{dup 4 mul $dat 1
index get 255 div $dat 2 index 1 add get 255 div $dat 3 index 2 add get 255 div
$dat 4 index 3 add get 255 div cmyk2rgb rgb2g 255 mul cvi exch pop $dat 3 1
roll put}for $dat 0 $dat length ncolors idiv getinterval}if}ifelse}image}bd
}ifelse/setcmykcolor{1 5 1 roll _ currentoverprint @scc_5/$ffpnt xd}bd
/currentcmykcolor{0 0 0 0}bd/setrgbcolor{rgb2cmyk setcmykcolor}bd
/currentrgbcolor{currentcmykcolor cmyk2rgb}bd/sethsbcolor{hsb2rgb setrgbcolor}
bd/currenthsbcolor{currentrgbcolor rgb2hsb}bd/setgray{dup dup setrgbcolor}bd
/currentgray{currentrgbcolor rgb2g}bd}ifelse/WaldoColor_5 true def/@sft{$tllx
$pxf add dup $tllx gt{$pwid sub}if/$tx xd $tury $pyf sub dup $tury lt{$phei
add}if/$ty xd}bd/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd/@ep{{cvx exec
}forall}bd/@tp{@sv/$in true def 2 copy dup $lly le{/$in false def}if $phei sub
$ury ge{/$in false def}if dup $urx ge{/$in false def}if $pwid add $llx le{/$in
false def}if $in{@np 2 copy m $pwid 0 rl 0 $phei neg rl $pwid neg 0 rl 0 $phei
rl clip @np $pn cvlit load aload pop 7 -1 roll 5 index sub 7 -1 roll 3 index
sub Tl matrix currentmatrix/$ctm xd @ep pop pop pop pop}{pop pop}ifelse @rs}bd
/@th{@sft 0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}
ifelse}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul 3 copy 3 -1
roll add exch @tp pop}for pop pop}for}bd/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul
$tx add exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop 0 1
$tly 1 sub{$phei mul 3 copy sub @tp pop}for pop pop}for}bd/@pf{@gs $ctm
setmatrix $pm concat @stb eoclip Bburx Bbury $pm itransform/$tury xd/$turx xd
Bbllx Bblly $pm itransform/$tlly xd/$tllx xd/$wid $turx $tllx sub def/$hei
$tury $tlly sub def @gs $vectpat{1 0 0 0 0 _ $o @scc_5{eofill}if}{$t $c $m $y
$k $n $o @scc_5{SepMode_5 0 eq $pfrg or{$tllx $tlly Tl $wid $hei scale <00> 8 1
false[8 0 0 1 0 0]{}imagemask}{/$bkg true def}ifelse}if}ifelse @gr $wid 0 gt
$hei 0 gt and{$pn cvlit load aload pop/$pd xd 3 -1 roll sub/$phei xd exch sub
/$pwid xd $wid $pwid div ceiling 1 add/$tlx xd $hei $phei div ceiling 1 add
/$tly xd $psx 0 eq{@tv}{@th}ifelse}if @gr @np/$bkg false def}bd/@dlt_hsb{$fco
nff ge{/$fco nff 1 sub def}if sub neg 2 div dup $fco div/kdb xd nff $fco sub
div/kdb2 xd sub neg 2 div dup $fco div/kds xd nff $fco sub div/kds2 xd sub neg
dup 0 eq{pop $frb 2 eq{.99}{-.99}ifelse}if dup $frb 2 eq exch 0 lt and{1 add}
if dup $frb 1 eq exch 0 gt and{1 sub}if 2 div dup $fco div/kdh xd nff $fco sub
div/kdh2 xd}bd/@dlt_cmyk{$fmp 50 eq{sub neg nff dup 1 gt{1 sub}if div/$dk xd
sub neg nff dup 1 gt{1 sub}if div/$dy xd sub neg nff dup 1 gt{1 sub}if div/$dm
xd sub neg nff dup 1 gt{1 sub}if div/$dc xd sub neg nff dup 1 gt{1 sub}if div
/$dt xd}{$fco nff ge{/$fco nff 1 sub def}if sub neg 2 div dup $fco div/$dk xd
nff $fco sub div/$dk2 xd sub neg 2 div dup $fco div/$dy xd nff $fco sub div
/$dy2 xd sub neg 2 div dup $fco div/$dm xd nff $fco sub div/$dm2 xd sub neg 2
div dup $fco div/$dc xd nff $fco sub div/$dc2 xd sub neg 2 div dup $fco div
/$dt xd nff $fco sub div/$dt2 xd}ifelse}bd/@dlt{$fse $fss sub dup/nff xd $fmp
mul $fmp add 100 div round cvi dup 0 le{pop 1}if/$fco xd/$fi 0 def $frb dup 1
eq exch 2 eq or{$frt dup $frc $frm $fry $frk @tc_5 4 copy cmyk2rgb rgb2hsb 3
copy/myb xd/mys xd/myh xd $tot $toc $tom $toy $tok @tc_5 cmyk2rgb rgb2hsb 3 1
roll 4 1 roll 5 1 roll @dlt_hsb}{$frt dup $frc $frm $fry $frk @tc_5 5 copy $tot
dup $toc $tom $toy $tok @tc_5 5 1 roll 6 1 roll 7 1 roll 8 1 roll 9 1 roll
@dlt_cmyk}ifelse}bd/@ffnxt{/$fi $fi 1 add def $frb dup 1 eq exch 2 eq or{pop
pop pop pop myh mys myb $fi $fco lt{kdb add 3 1 roll kds add 3 1 roll kdh add 3
1 roll}{kdb2 add 3 1 roll kds2 add 3 1 roll kdh2 add 3 1 roll}ifelse 3 copy
/myb xd/mys xd/myh xd hsb2rgb rgb2cmyk}{$fi $fco lt $fmp 50 eq or{$dk add 5 1
roll $dy add 5 1 roll $dm add 5 1 roll $dc add 5 1 roll $dt add 5 1 roll}{$dk2
add 5 1 roll $dy2 add 5 1 roll $dm2 add 5 1 roll $dc2 add 5 1 roll $dt2 add 5 1
roll}ifelse}ifelse}bd/ffcol{5 copy $fsit 0 eq{setcmykcolor pop}{SepMode_5 0 ne
{$frn findcmykcustomcolor exch setcustomcolor}{pop pop pop pop $frc $frm $fry
$frk $frn findcmykcustomcolor exch setcustomcolor}ifelse}ifelse}bd/@ftl{1 index
4 index sub dup $pad mul dup/$pdw xd 2 mul sub $fst div/$wid xd 2 index sub
/$hei xd pop Tl @dlt $fss 0 eq{ffcol n 0 0 m 0 $hei l $pdw $hei l $pdw 0 l @cp
$ffpnt{fill}{@np}ifelse}if $fss $wid mul $pdw add 0 Tl nff{ffcol n 0 0 m 0 $hei
l $wid $hei l $wid 0 l @cp $ffpnt{fill}{@np}ifelse $wid 0 Tl @ffnxt}repeat 5 rp
$tot dup $toc $tom $toy $tok @tc_5 ffcol n 0 0 m 0 $hei l $pdw $hei l $pdw 0 l
@cp $ffpnt{fill}{@np}ifelse 5 rp}bd/@ftrs{1 index 4 index sub dup $rox mul
/$row xd 2 div 1 index 4 index sub dup $roy mul/$roh xd 2 div 2 copy dup mul
exch dup mul add sqrt $row dup mul $roh dup mul add sqrt add dup/$hei xd $fst
div/$wid xd 4 index add $roh add exch 5 index add $row add exch Tl $fan rotate
pop pop pop pop @dlt $fss 0 eq{ffcol $fty 3 eq{$hei dup neg dup m 2 mul @sqr}{
0 0 m 0 0 $hei 0 360 arc}ifelse $ffpnt{fill}{@np}ifelse}if 1.0 $pad 2 mul sub
dup scale $hei $fss $wid mul sub/$hei xd nff{ffcol $fty 3 eq{n $hei dup neg dup
m 2 mul @sqr}{n 0 0 m 0 0 $hei 0 360 arc}ifelse $ffpnt{fill}{@np}ifelse/$hei
$hei $wid sub def @ffnxt}repeat 5 rp}bd/@ftc{1 index 4 index sub dup $rox mul
/$row xd 2 div 1 index 4 index sub dup $roy mul/$roh xd 2 div 2 copy dup mul
exch dup mul add sqrt $row dup mul $roh dup mul add sqrt add dup/$hei xd $fst
div/$wid xd 4 index add $roh add exch 5 index add $row add exch Tl pop pop pop
pop @dlt $fss 0 eq{ffcol $ffpnt{fill}{@np}ifelse}{n}ifelse/$dang 180 $fst 1 sub
div def/$sang $dang -2 div 180 add def/$eang $dang 2 div 180 add def/$sang
$sang $dang $fss mul add def/$eang $eang $dang $fss mul add def/$sang $eang
$dang sub def nff{ffcol n 0 0 m 0 0 $hei $sang $fan add $eang $fan add arc
$ffpnt{fill}{@np}ifelse 0 0 m 0 0 $hei $eang neg $fan add $sang neg $fan add
arc $ffpnt{fill}{@np}ifelse/$sang $eang def/$eang $eang $dang add def @ffnxt}
repeat 5 rp}bd/@fstAdjust{72 0 matrix defaultmatrix dtransform exch dup mul
exch dup mul add sqrt currentscreen pop pop div dup mul 1 add cvi 2 256 InRange
$fsc 1 sub dup 0 le{pop 1}if mul/opt$fst xd AutoSteps dup 1 eq exch 3 eq or{
opt$fst dup dup $fst dup 3 1 roll div exch 3 -1 roll gt{/$adj xd/$fst xd}{pop
pop}ifelse}if AutoSteps dup 2 eq exch 3 eq or{opt$fst dup dup $fst dup 3 1 roll
div exch 3 -1 roll lt{/$adj xd/$fst xd}{pop pop}ifelse}if}bd/@ff{/old$fst $fst
def/$adj 1 def/$fss 0 def $o 1 eq setoverprint AutoSteps 0 gt{@fstAdjust}if 1 1
$fsc 1 sub{dup 1 sub $fsit 0 eq{$fsa exch 5 mul 5 getinterval aload pop pop
/$frk xd/$fry xd/$frm xd/$frc xd/$frn _ def/$frt 1 def $fsa exch 5 mul 5
getinterval aload pop $adj mul cvi $fss add/$fse xd/$tok xd/$toy xd/$tom xd
/$toc xd/$ton _ def/$tot 1 def}{$fsa exch 7 mul 7 getinterval aload pop pop
/$frt xd/$frn xd/$frk xd/$fry xd/$frm xd/$frc xd $fsa exch 7 mul 7 getinterval
aload pop $adj mul cvi $fss add/$fse xd/$tot xd/$ton xd/$tok xd/$toy xd/$tom xd
/$toc xd}ifelse $fsit 0 eq SepMode_5 0 eq or dup not CurrentInkName_5 $frn eq
and or{@sv $ctm setmatrix eoclip Bbllx Bblly Bburx Bbury $fty 2 eq{@ftc}{1
index 3 index m 2 copy l 3 index 1 index l 3 index 3 index l @cp $fty dup 1 eq
exch 3 eq or{@ftrs}{pop pop pop pop $fan rotate pathbbox @ftl}ifelse}ifelse @rs
/$fss $fse def}{1 0 0 0 0 _ $o @scc_5{fill}if}ifelse}for @np/$fst old$fst def}
bd/@Pf{@sv SepMode_5 0 eq $Psc 0 ne or $ink_5 3 eq or{0 J 0 j[]0 d $t $c $m $y
$k $n $o @scc_5 pop $ctm setmatrix 72 1000 div dup matrix scale dup concat dup
Bburx exch Bbury exch itransform ceiling cvi/Bbury xd ceiling cvi/Bburx xd
Bbllx exch Bblly exch itransform floor cvi/Bblly xd floor cvi/Bbllx xd $Prm
aload pop $Psn load exec}{1 SetGry eofill}ifelse @rs @np}bd/F{matrix
currentmatrix $sdf{$scf $sca $scp @ss}if $fil 1 eq{@pf}{$fil 2 eq{@ff}{$fil 3
eq{@Pf}{$t $c $m $y $k $n $o @scc_5{eofill}{@np}ifelse}ifelse}ifelse}ifelse
$sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/f{@cp F}bd/S{matrix currentmatrix $ctm
setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M $Y $K $N $O @scc_5{matrix
currentmatrix $ptm concat stroke setmatrix}{@np}ifelse $SDF{$dsf $dsa $dsp
@ss}if setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}bd/b{@cp B}bd/_E{5 array astore
exch cvlit xd}bd/@cc{currentfile $dat readhexstring pop}bd/@sm{/$ctm $ctm
currentmatrix def}bd/@E{/Bbury xd/Bburx xd/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{
/$fil 1 def 1 eq dup/$vectpat xd{/$pfrg true def}{@gs $t $c $m $y $k $n $o
@scc_5/$pfrg xd @gr}ifelse/$pm xd/$psy xd/$psx xd/$pyf xd/$pxf xd/$pn xd}bd/@P
{/$fil 3 def/$Psn xd/$Psc xd array astore/$Prm xd}bd/@k{/$fil 2 def/$fmp xd
/$roy xd/$rox xd/$pad xd/$fty xd/$fan xd $fty 1 eq{/$fan 0 def}if/$frb xd/$fst
xd/$fsc xd/$fsa xd/$fsit 0 def}bd/@x{/$fil 2 def/$fmp xd/$roy xd/$rox xd/$pad
xd/$fty xd/$fan xd $fty 1 eq{/$fan 0 def}if/$frb xd/$fst xd/$fsc xd/$fsa xd
/$fsit 1 def}bd/@ii{concat 3 index 3 index m 3 index 1 index l 2 copy l 1 index
3 index l 3 index 3 index l clip pop pop pop pop}bd/tcc{@cc}def/@i{@sm @gs @ii
6 index 1 ne{/$frg true def pop pop}{1 eq{s1t s1c s1m s1y s1k s1n $O @scc_5
/$frg xd}{/$frg false def}ifelse 1 eq{@gs $ctm setmatrix F @gr}if}ifelse @np
/$ury xd/$urx xd/$lly xd/$llx xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8
div ceiling cvi string def $bkg $frg or{$SDF{$SCF $SCA $SCP @ss}if $llx $lly Tl
$urx $llx sub $ury $lly sub scale $bkg{$t $c $m $y $k $n $o @scc_5 pop}if $wid
$hei abs $bts 1 eq{$bkg}{$bts}ifelse[$wid 0 0 $hei neg 0 $hei 0
gt{$hei}{0}ifelse]/tcc load $bts 1 eq{imagemask}{image}ifelse $SDF{$dsf $dsa
$dsp @ss}if}{$hei abs{tcc pop}repeat}ifelse @gr $ctm setmatrix}bd/@I{@sm @gs
@ii @np/$ury xd/$urx xd/$lly xd/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat
$wid $bts mul $ncl mul 8 div ceiling cvi string def $ngx $llx $lly Tl $urx $llx
sub $ury $lly sub scale $wid $hei abs $bts[$wid 0 0 $hei neg 0 $hei 0
gt{$hei}{0}ifelse]/@cc load false $ncl ColorImage $SDF{$dsf $dsa $dsp @ss}if
@gr $ctm setmatrix}bd L2?{/@I_2{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx xd
/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling cvi
string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq{/DeviceRGB}{/DeviceCMYK}
ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub $ury $lly sub scale 8
dict begin/ImageType 1 def/Width $wid def/Height $hei abs def/BitsPerComponent
$bts def/Decode $ncl 1 eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}
ifelse}ifelse def/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def
/DataSource currentfile/ASCII85Decode filter def currentdict end image $SDF
{$dsf $dsa $dsp @ss}if @gr $ctm setmatrix}bd}{/@I_2{}bd}ifelse/z{exch findfont
exch scalefont setfont}bd/ZB{9 dict dup begin 4 1 roll/FontType 3 def
/FontMatrix xd/FontBBox xd/Encoding 256 array def 0 1 255{Encoding exch
/.notdef put}for/CharStrings 256 dict def CharStrings/.notdef{}put/Metrics 256
dict def Metrics/.notdef 3 -1 roll put/BuildChar{exch dup/$char exch/Encoding
get 3 index get def dup/Metrics get $char get aload pop setcachedevice begin
Encoding exch get CharStrings exch get end exec}def end definefont pop}bd
/ZBAddChar{findfont begin dup 4 1 roll dup 6 1 roll Encoding 3 1 roll put
CharStrings 3 1 roll put Metrics 3 1 roll put end}bd/Z{findfont dup maxlength 2
add dict exch dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}ifelse}forall
pop dup dup/Encoding get 256 array copy dup/$fe xd/Encoding exch put dup
/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{dup type 0 type eq{exch
pop}{$fe exch 2 index exch put 1 add}ifelse}forall pop}if dup 256 dict dup
/$met xd/Metrics exch put dup/FontMatrix get 0 get 1000 mul 1 exch div 3 index
length 256 eq{0 1 255{dup $fe exch get dup/.notdef eq{pop pop}{5 index 3 -1
roll get 2 index mul $met 3 1 roll put}ifelse}for}if pop definefont pop pop}bd
/@ftx{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup @gs true charpath
$ctm setmatrix @@txt @gr @np stringwidth pop 3 -1 roll add exch m}forall}bd
/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp @ss}if $fil 1 eq{/@@txt/@pf
ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq{/@@txt/@Pf ld @ftx}{$t $c $m
$y $k $n $o @scc_5{show}{pop}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp
@ss}if setmatrix}bd/@st{matrix currentmatrix exch $SDF{$SCF $SCA $SCP @ss}if $T
$C $M $Y $K $N $O @scc_5{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup
@gs true charpath $ctm setmatrix $ptm concat stroke @gr @np stringwidth pop 3
-1 roll add exch m}forall}{pop}ifelse $SDF{$dsf $dsa $dsp @ss}if setmatrix}bd
/@te{@ft}bd/@tr{@st}bd/@ta{dup @gs @ft @gr @st}bd/@t@a{dup @gs @st @gr @ft}bd
/@tm{@sm concat}bd/e{/t{@te}def}bd/r{/t{@tr}def}bd/o{/t{pop}def}bd/a{/t{@ta}
def}bd/@a{/t{@t@a}def}bd/t{@te}def/T{@np $ctm setmatrix/$ttm matrix def}bd/ddt
{t}def/@t{/$stm $stm currentmatrix def 3 1 roll m $ttm concat ddt $stm
setmatrix}bd/@n{/$ttm exch matrix rotate def}bd/@s{}bd/@l{}bd/@B{@gs S @gr F}
bd/@b{@cp @B}bd/@sep{CurrentInkName_5(Composite)eq{/$ink_5 -1 def}{
CurrentInkName_5(Cyan)eq{/$ink_5 0 def}{CurrentInkName_5(Magenta)eq{/$ink_5 1
def}{CurrentInkName_5(Yellow)eq{/$ink_5 2 def}{CurrentInkName_5(Black)eq
{/$ink_5 3 def}{/$ink_5 4 def}ifelse}ifelse}ifelse}ifelse}ifelse}bd/@whi{@gs
-72000 dup m -72000 72000 l 72000 dup l 72000 -72000 l @cp 1 SetGry fill @gr}
bd/@neg{[{1 exch sub}/exec cvx currenttransfer/exec cvx]cvx settransfer @whi}
bd/currentscale{1 0 dtransform matrix defaultmatrix idtransform dup mul exch
dup mul add sqrt 0 1 dtransform matrix defaultmatrix idtransform dup mul exch
dup mul add sqrt}bd/@unscale{}bd/@smc{CMYKMarks{0 exch eq{1 1 1 1 1 _ 0 @scc_5
pop}{1 0 0 0 0 _ 0 @scc_5 pop}ifelse}{SetGry}ifelse}bd/@gmc{CMYKMarks{GetCmyk
pop pop pop 1 eq{0}{1}ifelse}{GetGry}ifelse}bd/@sqr{dup 0 rl dup 0 exch rl neg
0 rl @cp}bd/corelsym{@gs @np Tl -90 rotate 7{45 rotate -.75 2 m 1.5 @sqr fill}
repeat @gr}bd/@reg_cor{@gs @np Tl -6 -6 m 12 @sqr @gs 1 @gmc sub @smc fill @gr
4{90 rotate 0 4 m 0 4 rl}repeat stroke 0 0 corelsym @gr}bd/@reg_std{@gs @np Tl
.3 w 0 0 5 0 360 arc @cp @gs 1 @gmc sub @smc fill @gr 4{90 rotate 0 0 m 0 8 rl
}repeat stroke @gr}bd/@reg_inv{@gs @np Tl .3 w 0 0 5 0 360 arc @cp @gs 1 @gmc
sub @smc fill @gr 4{90 rotate 0 0 m 0 8 rl}repeat stroke 0 0 m 0 0 5 90 180 arc
@cp 0 0 5 270 360 arc @cp fill @gr}bd/@reg_sqr{@gs @np Tl .3 w -7 -7 m 14 @sqr
fill @gs 1 @gmc sub @smc 0 0 5 0 360 arc @cp save fill restore 4{90 rotate 0 0
m 0 8 rl}repeat stroke @gr 4{90 rotate 0 0 m 0 5 rl}repeat stroke @gr}bd
/@reg_lng{@gs @np 0 eq{/$Xlen 16 def/$Ylen 8 def}{/$Xlen 8 def/$Ylen 16 def}
ifelse Tl .3 w 0 0 5 0 360 arc @cp @gs 1 @gmc sub @smc fill @gr 90 rotate 0 0 m
0 $Xlen rl 90 rotate 0 0 m 0 $Ylen rl 90 rotate 0 0 m 0 $Xlen rl 90 rotate 0 0
m 0 $Ylen rl stroke @gr}bd/@setdcol{0 $dcol eq{0 exch 1 exch sub 0 0 0 _ 0
@scc_5 pop}{1 $dcol eq{0 exch 0 exch 1 exch sub 0 0 _ 0 @scc_5 pop}{2 $dcol eq
{0 exch 0 exch 0 exch 1 exch sub 0 _ 0 @scc_5 pop}{SetGry}ifelse}ifelse}ifelse
}bd/$corelmeter[1 .95 .75 .50 .25 .05 0]def/@colormeter{@gs @np 0 @setdcol 0.3
w/Courier findfont 5 scalefont setfont/yy xd/xx xd 0 1 6{dup xx 20 sub yy m 20
@sqr @gs $corelmeter exch get dup @setdcol fill @gr stroke xx 18 sub yy 2 add m
exch dup 3 ge{1 SetGry}{0 @setdcol}ifelse 3 eq{pop}{100 mul 100 exch sub cvi 20
string cvs show}ifelse/yy yy 20 add def}for @gr}bd/@calbar{@gs Tl @gs @np 0 0 m
@gs 20 @sqr 1 1 0 0 0 _ 0 @scc_5 pop fill @gr 20 0 Tl 0 0 m @gs 20 @sqr 1 1 0 1
0 _ 0 @scc_5 pop fill @gr 20 0 Tl 0 0 m @gs 20 @sqr 1 0 0 1 0 _ 0 @scc_5 pop
fill @gr 20 0 Tl 0 0 m @gs 20 @sqr 1 0 1 1 0 _ 0 @scc_5 pop fill @gr 20 0 Tl 0
0 m @gs 20 @sqr 1 0 1 0 0 _ 0 @scc_5 pop fill @gr 20 0 Tl 0 0 m @gs 20 @sqr 1 1
1 0 0 _ 0 @scc_5 pop fill @gr 20 0 Tl 0 0 m @gs 20 @sqr 1 1 1 1 0 _ 0 @scc_5
pop fill @gr @gr @np -84 0 Tl @gs 0 0 m 20 @sqr clip 1 1 0 0 0 _ 0 @scc_5 pop
@gain @gr 20 0 Tl @gs 0 0 m 20 @sqr clip 1 0 1 0 0 _ 0 @scc_5 pop @gain @gr 20
0 Tl @gs 0 0 m 20 @sqr clip 1 0 0 1 0 _ 0 @scc_5 pop @gain @gr 20 0 Tl @gs 0 0
m 20 @sqr clip 1 0 0 0 1 _ 0 @scc_5 pop @gain @gr @gr}bd/@gain{10 10 Tl @np 0 0
m 0 10 360{0 0 15 4 -1 roll dup 5 add arc @cp}for fill}bd/@crop{@gs 10 div
/$croplen xd .3 w 0 @smc Tl rotate 0 0 m 0 $croplen neg rl stroke @gr}bd
/deflevel 0 def/@sax{/deflevel deflevel 1 add def}bd/@eax{/deflevel deflevel
dup 0 gt{1 sub}if def deflevel 0 gt{/eax load}{eax}ifelse}bd/eax{{exec}forall}
bd/@rax{deflevel 0 eq{@rs @sv}if}bd/@daq{dup type/arraytype eq{{}forall}if}bd
/@BMP{/@cc xd 12 index 1 gt UseLevel2 true eq and{7 -2 roll pop pop @I_2}{11
index 1 eq{12 -1 roll pop @i}{7 -2 roll pop pop @I}ifelse}ifelse}bd systemdict
/pdfmark known not{/pdfmark/cleartomark ld}if/@BeginEPS{$ngx 0 SetGry 0 J 0 j 1
w[]0 d 10 M false setoverprint @np/EPSDict 200 dict def EPSDict begin @sv
SepMode_5 0 ne{/colorimage{@gs/sepdict 50 dict def sepdict begin[{1 exch sub}
/exec cvx currenttransfer/exec cvx]cvx settransfer 3 eq/$rgb xd{$rgb{/daq0 xd
/daq1 xd/daq2 xd/daq_rgb load}{/daq0 xd/daq1 xd/daq2 xd/daq3 xd/daq_cmyk load}
ifelse}{/daq0 xd/daq_one load}ifelse 2 index 8 eq/8bit xd $ink_5 dup 0 lt exch
3 gt or{}{image}ifelse end @gr}bd/2cmyk{3{255 exch sub 3 1 roll}repeat 3 copy
@MN @MN 3{dup 5 -1 roll sub neg exch}repeat}bd/daq_rgb{/i 0 def/daq2 load exec
/daq1 load exec/daq0 load exec dup dup length 0 exch getinterval/$data xd{8bit
{1 index i get 3 index i get 2cmyk 4 $ink_5 neg roll pop pop pop}{pop 0}ifelse
$data i 3 -1 roll put/i i 1 add def}forall pop pop $data}bd/daq_cmyk{/daq3 load
exec/daq2 load exec/daq1 load exec/daq0 load exec 4 $ink_5 neg roll pop pop pop
}bd/daq_one{/$in 0 def/$out 0 def/daq0 load exec dup dup length $rgb{3}{4}
ifelse idiv 0 exch getinterval/$data xd $data{pop 8bit{$rgb{0 index $in 2 add
get 1 index $in 1 add get 2 index $in get 2cmyk}{0 index $in get 1 index $in 1
add get 2 index $in 2 add get 3 index $in 3 add get}ifelse 4 $ink_5 neg roll
pop pop pop}{0}ifelse $data $out 3 -1 roll put/$in $in $rgb{3}{4}ifelse add def
/$out $out 1 add def}forall pop $data}bd}if}bd/@EndEPS{@rs end}bd end
%%EndResource
%%EndProlog
%%BeginSetup
wCorel6Dict begin
@BeginSysCorelDict
2.6131 setmiterlimit
1.00 setflat
/$fst 128 def
%%EndSetup

%%Page: 1 1
%LogicalPage: 1
%%BeginPageSetup
@sv
@sm
@sv
%%EndPageSetup
@rax %Note: Object
83.97014 259.95969 114.68438 290.67392 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
99.32712 290.67392 m
107.78542 290.67392 114.68438 283.77496 114.68438 275.31666 c
114.68438 266.85836 107.78542 259.95969 99.32712 259.95969 c
90.86882 259.95969 83.97014 266.85836 83.97014 275.31666 c
83.97014 283.77496 90.86882 290.67392 99.32712 290.67392 c
@c
S

@rax %Note: Object
279.32825 232.53874 310.04277 263.25326 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
294.68551 263.25326 m
303.14381 263.25326 310.04277 256.35430 310.04277 247.89600 c
310.04277 239.43770 303.14381 232.53874 294.68551 232.53874 c
286.22721 232.53874 279.32825 239.43770 279.32825 247.89600 c
279.32825 256.35430 286.22721 263.25326 294.68551 263.25326 c
@c
S

@rax %Note: Object
230.18513 281.09282 260.89937 311.80706 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
245.54239 311.80706 m
254.00069 311.80706 260.89937 304.90838 260.89937 296.45008 c
260.89937 287.99178 254.00069 281.09282 245.54239 281.09282 c
237.08409 281.09282 230.18513 287.99178 230.18513 296.45008 c
230.18513 304.90838 237.08409 311.80706 245.54239 311.80706 c
@c
S

@rax %Note: Object
65.86441 334.92841 196.39956 420.47603 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
131.13213 420.47603 m
167.07997 420.47603 196.39956 401.26110 196.39956 377.70208 c
196.39956 354.14334 167.07997 334.92841 131.13213 334.92841 c
95.18372 334.92841 65.86441 354.14334 65.86441 377.70208 c
65.86441 401.26110 95.18372 420.47603 131.13213 420.47603 c
@c
S

@rax %Note: Object
18.25739 132.23424 148.79254 217.78186 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
83.52510 217.78186 m
119.47323 217.78186 148.79254 198.56693 148.79254 175.00791 c
148.79254 151.44917 119.47323 132.23424 83.52510 132.23424 c
47.57698 132.23424 18.25739 151.44917 18.25739 175.00791 c
18.25739 198.56693 47.57698 217.78186 83.52510 217.78186 c
@c
S

@rax %Note: Object
358.41742 313.34910 488.95257 398.89672 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
423.68513 398.89672 m
459.63298 398.89672 488.95257 379.68180 488.95257 356.12277 c
488.95257 332.56375 459.63298 313.34910 423.68513 313.34910 c
387.73672 313.34910 358.41742 332.56375 358.41742 356.12277 c
358.41742 379.68180 387.73672 398.89672 423.68513 398.89672 c
@c
S

@rax %Note: Object
42.92561 103.02831 63.38098 123.48369 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
46.98283 123.48369 m
63.38098 119.42646 L
59.32375 103.02831 L
42.92561 107.08554 L
46.98283 123.48369 L
@c
S

@rax %Note: Object
54.59528 121.55641 58.20066 136.12791 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
54.59528 121.55641 m
58.20066 136.12791 L
S

@rax %Note: Object
62.18079 416.13307 85.60488 439.55717 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
85.60488 425.49761 m
71.54532 416.13307 L
62.18079 430.19263 L
76.24035 439.55717 L
85.60488 425.49761 L
@c
S

@rax %Note: Object
79.04551 408.68646 87.36690 421.17987 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
79.04551 421.17987 m
87.36690 408.68646 L
S

@rax %Note: Object
111.04526 103.96715 132.91540 125.83729 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
111.04526 119.70907 m
126.78718 125.83729 L
132.91540 110.09537 L
117.17348 103.96715 L
111.04526 119.70907 L
@c
S

@rax %Note: Object
112.93285 122.51820 118.37849 136.50661 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
118.37849 122.51820 m
112.93285 136.50661 L
S

@rax %Note: Object
77.10151 100.53014 93.99402 117.42293 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
77.10151 117.42293 m
93.99402 117.42293 L
93.99402 100.53014 L
77.10151 100.53014 L
77.10151 117.42293 L
@c
S

@rax %Note: Object
84.95348 117.38041 84.95461 132.39128 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
84.95405 117.38041 m
84.95405 132.39128 L
S

@rax %Note: Object
100.99531 431.86224 121.27776 452.14441 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
121.27776 435.69156 m
104.82463 431.86224 L
100.99531 448.31509 L
117.44844 452.14441 L
121.27776 435.69156 L
@c
S

@rax %Note: Object
113.61997 419.33254 117.02268 433.95307 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
113.61997 433.95307 m
117.02268 419.33254 L
S

@rax %Note: Object
144.97342 431.85288 165.03959 451.91906 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
161.48863 431.85288 m
144.97342 435.40384 L
148.52438 451.91906 L
165.03959 448.36809 L
161.48863 431.85288 L
@c
S

@rax %Note: Object
150.66510 418.86964 153.82063 433.54517 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
153.82063 433.54517 m
150.66510 418.86964 L
S

@rax %Note: Object
180.05528 414.07427 203.45272 437.47172 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
194.16699 414.07427 m
180.05528 423.36028 L
189.34101 437.47172 L
203.45272 428.18598 L
194.16699 414.07427 L
@c
S

@rax %Note: Object
179.37921 405.88668 187.63058 418.42658 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
187.63058 418.42658 m
179.37921 405.88668 L
S

@rax %Note: Object
459.08447 400.93455 481.57483 423.42491 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
474.35811 400.93455 m
459.08447 408.15156 L
466.30148 423.42491 L
481.57483 416.20791 L
474.35811 400.93455 L
@c
S

@rax %Note: Object
460.86321 390.75562 467.27631 404.32791 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
467.27631 404.32791 m
460.86321 390.75562 L
S

@rax %Note: Object
407.76208 412.44350 426.30180 430.98293 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
426.30180 414.17972 m
409.49830 412.44350 L
407.76208 429.24671 L
424.56557 430.98293 L
426.30180 414.17972 L
@c
S

@rax %Note: Object
418.48639 398.48343 420.02901 413.41493 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
418.48639 413.41493 m
420.02901 398.48343 L
S

@rax %Note: Object
499.01301 362.19969 520.42876 383.61543 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
504.42718 362.19969 m
499.01301 378.20098 L
515.01430 383.61543 L
520.42876 367.61386 L
504.42718 362.19969 L
@c
S

@rax %Note: Object
487.73169 364.84044 501.95083 369.65169 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
501.95083 369.65169 m
487.73169 364.84044 L
S

@rax %Note: Object
184.11392 307.48762 233.84268 353.20224 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
184.11392 353.20224 m
233.84268 307.48762 L
S

@rax %Note: Object
255.22157 256.54649 281.77880 284.62989 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
255.22157 284.62989 m
281.77880 256.54649 L
S

@rax %Note: Object
259.40409 303.75553 363.04441 339.20787 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
259.40409 303.75553 m
363.04441 339.20787 L
S

@rax %Note: Object
304.48517 259.90696 373.26898 328.01244 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
304.48517 259.90696 m
373.26898 328.01244 L
S

@rax %Note: Object
97.20510 216.99099 97.66998 260.37326 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
97.66998 260.37326 m
97.20510 216.99099 L
S

@rax %Note: Object
99.52894 291.16063 111.61247 336.87553 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
99.52894 291.16063 m
111.61247 336.87553 L
S

@rax 298.00573 52.50643 381.29613 176.63839 @E
[0.00028346 0.00000000 0.00000000 0.00028346 304.50528020 174.93193061] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 63499.00000 z
%CHAR: 0 -57480 (1) @t
23657 -57480 m
18073 -57480 L
18073 -21918 L
16729 -23198 14961 -24486 12785 -25767 c
10609 -27047 8640 -28007 6912 -28647 C
6912 -23254 L
10032 -21790 12761 -20006 15097 -17926 c
17433 -15838 19089 -13806 20057 -11846 C
23657 -11846 L
23657 -57480 L
@c
F
%CHAR: 133264 -57480 (c) @t
158937 -45415 m
164417 -46135 L
163825 -49912 162281 -52880 159817 -55016 c
157353 -57160 154313 -58232 150713 -58232 c
146217 -58232 142592 -56760 139856 -53816 c
137120 -50872 135744 -46639 135744 -41143 c
135744 -37591 136336 -34479 137504 -31815 c
138680 -29151 140480 -27143 142880 -25815 c
145289 -24486 147913 -23814 150745 -23814 c
154321 -23814 157249 -24718 159521 -26527 c
161793 -28335 163249 -30903 163889 -34231 C
158465 -35071 L
157953 -32863 157033 -31191 155721 -30079 c
154409 -28959 152817 -28399 150961 -28399 c
148153 -28399 145865 -29407 144113 -31423 c
142360 -33439 141480 -36631 141480 -40991 c
141480 -45407 142328 -48632 144017 -50632 c
145713 -52632 147929 -53640 150657 -53640 c
152841 -53640 154673 -52968 156137 -51624 c
157609 -50280 158545 -48208 158929 -45423 C
158937 -45415 L
@c
F
%CHAR: 0 -128552 (2) @t
31970 -123192 m
31962 -128552 L
1920 -128552 L
1880 -127216 2096 -125920 2568 -124680 c
3336 -122632 4560 -120616 6240 -118632 c
7920 -116647 10360 -114351 13545 -111751 c
18481 -107703 21825 -104487 23553 -102127 c
25289 -99759 26161 -97519 26161 -95414 c
26161 -93206 25369 -91334 23793 -89814 c
22209 -88294 20145 -87534 17609 -87534 c
14921 -87534 12769 -88342 11161 -89950 c
9544 -91566 8728 -93806 8712 -96654 C
2976 -96062 L
3360 -91790 4840 -88526 7400 -86286 c
9960 -84046 13409 -82918 17729 -82918 c
22089 -82918 25545 -84126 28081 -86542 c
30625 -88958 31898 -91966 31898 -95534 c
31898 -97351 31521 -99143 30785 -100895 c
30041 -102655 28801 -104511 27081 -106447 c
25353 -108391 22481 -111063 18473 -114447 c
15129 -117255 12969 -119168 12025 -120168 c
11081 -121168 10288 -122184 9672 -123192 C
31970 -123192 L
@c
F
%CHAR: 133264 -128552 (l) @t
137328 -128552 m
137320 -83102 L
142904 -83102 L
142904 -128552 L
137328 -128552 L
@c
F
%CHAR: 147368 -128552 (o) @t
149480 -112087 m
149480 -105991 151168 -101471 154560 -98543 c
157392 -96110 160849 -94886 164913 -94886 c
169441 -94886 173145 -96374 176009 -99335 c
178881 -102295 180322 -106399 180322 -111623 c
180322 -115863 179682 -119200 178417 -121624 c
177145 -124056 175289 -125944 172865 -127288 c
170441 -128632 167785 -129304 164913 -129304 c
160305 -129304 156576 -127824 153736 -124872 c
150896 -121912 149472 -117647 149472 -112095 C
149480 -112087 L
@c
155208 -112087 m
155208 -116303 156128 -119464 157969 -121560 c
159809 -123656 162129 -124712 164913 -124712 c
167681 -124712 169985 -123656 171825 -121552 c
173665 -119440 174585 -116223 174585 -111903 c
174585 -107839 173657 -104751 171809 -102655 c
169961 -100559 167657 -99503 164913 -99503 c
162129 -99503 159809 -100551 157969 -102631 c
156128 -104719 155208 -107879 155208 -112095 C
155208 -112087 L
@c
F
%CHAR: 182680 -128552 (c) @t
208353 -116487 m
213833 -117207 L
213241 -120984 211697 -123952 209233 -126088 c
206769 -128232 203729 -129304 200129 -129304 c
195633 -129304 192008 -127832 189272 -124888 c
186536 -121944 185160 -117711 185160 -112215 c
185160 -108663 185752 -105551 186920 -102887 c
188096 -100223 189896 -98215 192296 -96887 c
194705 -95558 197329 -94886 200161 -94886 c
203737 -94886 206665 -95790 208937 -97599 c
211209 -99407 212665 -101975 213305 -105303 C
207881 -106143 L
207369 -103935 206449 -102263 205137 -101151 c
203825 -100031 202233 -99471 200377 -99471 c
197569 -99471 195281 -100479 193529 -102495 c
191776 -104511 190896 -107703 190896 -112063 c
190896 -116479 191744 -119704 193433 -121704 c
195129 -123704 197345 -124712 200073 -124712 c
202257 -124712 204089 -124040 205553 -122696 c
207025 -121352 207961 -119280 208345 -116495 C
208353 -116487 L
@c
F
%CHAR: 214432 -128552 (a) @t
240105 -124488 m
238041 -126248 236041 -127496 234137 -128216 c
232225 -128936 230169 -129304 227977 -129304 c
224360 -129304 221576 -128416 219640 -126656 c
217696 -124888 216720 -122624 216720 -119872 c
216720 -118264 217088 -116783 217816 -115455 c
218552 -114127 219520 -113047 220704 -112247 c
221888 -111447 223232 -110831 224720 -110415 c
225817 -110127 227473 -109847 229681 -109583 c
234185 -109047 237505 -108399 239633 -107655 C
239649 -106895 239665 -106407 239665 -106199 c
239665 -103927 239137 -102327 238089 -101399 c
236665 -100135 234537 -99503 231729 -99503 c
229105 -99503 227169 -99967 225921 -100879 c
224672 -101799 223736 -103431 223144 -105767 C
217680 -105023 L
218176 -102687 218992 -100799 220128 -99367 c
221264 -97927 222920 -96815 225065 -96046 c
227209 -95278 229705 -94886 232537 -94886 c
235345 -94886 237633 -95222 239385 -95878 c
241145 -96534 242441 -97375 243265 -98375 c
244089 -99375 244673 -100647 245001 -102167 c
245185 -103119 245281 -104839 245281 -107319 c
245281 -114759 l
245281 -119944 245401 -123232 245633 -124600 c
245873 -125976 246346 -127296 247050 -128552 C
241217 -128552 L
240641 -127400 240257 -126040 240097 -124496 C
240105 -124488 L
@c
239641 -112023 m
237609 -112855 234569 -113559 230521 -114135 c
228233 -114463 226601 -114839 225657 -115247 c
224704 -115663 223960 -116271 223448 -117063 c
222936 -117863 222672 -118752 222672 -119720 c
222672 -121208 223240 -122448 224360 -123440 c
225489 -124432 227145 -124928 229313 -124928 c
231457 -124928 233377 -124456 235049 -123520 c
236721 -122576 237953 -121288 238737 -119656 c
239329 -118400 239633 -116535 239633 -114079 c
239641 -112023 L
@c
F
%CHAR: 249744 -128552 (l) @t
253808 -128552 m
253800 -83102 L
259384 -83102 L
259384 -128552 L
253808 -128552 L
@c
F
%CHAR: 0 -199624 (3) @t
2664 -187623 m
8240 -186887 L
8880 -190048 9976 -192328 11513 -193720 c
13049 -195112 14937 -195816 17145 -195816 c
19769 -195816 21985 -194904 23793 -193088 c
25601 -191272 26505 -189015 26505 -186327 c
26505 -183767 25665 -181647 23993 -179983 c
22321 -178319 20185 -177487 17609 -177487 c
16553 -177487 15241 -177695 13673 -178111 C
14289 -173215 L
14657 -173247 14961 -173271 15185 -173271 c
17561 -173271 19705 -172647 21601 -171415 c
23505 -170175 24457 -168255 24457 -165678 c
24457 -163630 23761 -161934 22385 -160590 c
21001 -159246 19209 -158574 17017 -158574 c
14849 -158574 13033 -159262 11593 -160622 c
10152 -161982 9216 -164038 8800 -166758 C
3224 -165766 L
3896 -162030 5448 -159126 7864 -157078 c
10280 -155022 13297 -153990 16897 -153990 c
19377 -153990 21665 -154526 23745 -155582 c
25833 -156646 27433 -158102 28537 -159942 c
29641 -161782 30193 -163734 30193 -165798 c
30193 -167766 29665 -169559 28617 -171167 c
27561 -172775 25993 -174063 23929 -175007 C
26617 -175631 28705 -176919 30193 -178871 c
31681 -180823 32426 -183271 32426 -186199 c
32426 -190168 30977 -193536 28089 -196288 c
25193 -199048 21529 -200432 17113 -200432 c
13129 -200432 9808 -199240 7176 -196872 c
4544 -194496 3032 -191408 2664 -187631 c
2664 -187623 L
@c
F
%CHAR: 133264 -199624 (b) @t
142600 -199624 m
137416 -199624 L
137416 -154174 L
142992 -154174 L
142992 -170391 L
145345 -167438 148361 -165958 152017 -165958 c
154041 -165958 155961 -166366 157769 -167182 c
159577 -167999 161065 -169151 162233 -170623 c
163401 -172095 164321 -173887 164977 -175967 c
165634 -178055 165970 -180295 165970 -182671 c
165970 -188311 164569 -192680 161785 -195752 c
159001 -198832 155641 -200376 151737 -200376 c
147857 -200376 144801 -198752 142592 -195504 C
142600 -199624 L
@c
142536 -182911 m
142536 -186863 143072 -189720 144145 -191472 c
145897 -194344 148281 -195784 151273 -195784 c
153705 -195784 155817 -194720 157593 -192608 c
159369 -190488 160265 -187327 160265 -183135 c
160265 -178839 159409 -175663 157713 -173615 c
156009 -171567 153937 -170543 151521 -170543 c
149089 -170543 146977 -171607 145201 -173719 c
143424 -175839 142528 -178911 142528 -182919 C
142536 -182911 L
@c
F
%CHAR: 0 -270696 (A) @t
-104 -270696 m
17361 -225246 L
23841 -225246 L
42442 -270696 L
35594 -270696 L
30289 -256935 L
11281 -256935 L
6288 -270696 L
-104 -270696 L
@c
13025 -252031 m
28425 -252031 L
23681 -239447 l
22241 -235622 21161 -232478 20457 -230022 C
19881 -232934 19065 -235830 18009 -238702 c
13025 -252031 L
@c
F
%CHAR: 136800 -270696 (3) @t
139464 -258695 m
145040 -257959 L
145680 -261120 146776 -263400 148313 -264792 c
149849 -266184 151737 -266888 153945 -266888 c
156569 -266888 158785 -265976 160593 -264160 c
162401 -262344 163305 -260087 163305 -257399 c
163305 -254839 162465 -252719 160793 -251055 c
159121 -249391 156985 -248559 154409 -248559 c
153353 -248559 152041 -248767 150473 -249183 C
151089 -244287 L
151457 -244319 151761 -244343 151985 -244343 c
154361 -244343 156505 -243719 158401 -242487 c
160305 -241247 161257 -239327 161257 -236750 c
161257 -234702 160561 -233006 159185 -231662 c
157801 -230318 156009 -229646 153817 -229646 c
151649 -229646 149833 -230334 148393 -231694 c
146952 -233054 146016 -235110 145600 -237830 C
140024 -236838 L
140696 -233102 142248 -230198 144664 -228150 c
147080 -226094 150097 -225062 153697 -225062 c
156177 -225062 158465 -225598 160545 -226654 c
162633 -227718 164233 -229174 165337 -231014 c
166441 -232854 166993 -234806 166993 -236870 c
166993 -238838 166465 -240631 165417 -242239 c
164361 -243847 162793 -245135 160729 -246079 C
163417 -246703 165505 -247991 166993 -249943 c
168481 -251895 169226 -254343 169226 -257271 c
169226 -261240 167777 -264608 164889 -267360 c
161993 -270120 158329 -271504 153913 -271504 c
149929 -271504 146608 -270312 143976 -267944 c
141344 -265568 139832 -262480 139464 -258703 c
139464 -258695 L
@c
F
%CHAR: 0 -341768 (B) @t
4648 -341768 m
4648 -296318 L
21697 -296318 l
25169 -296318 27953 -296782 30049 -297694 c
32146 -298614 33802 -300038 34986 -301942 c
36170 -303854 36770 -305862 36770 -307942 c
36770 -309886 36242 -311719 35194 -313431 c
34138 -315143 32538 -316535 30409 -317591 C
33162 -318391 35282 -319775 36754 -321711 c
38226 -323647 38970 -325951 38970 -328591 c
38970 -330719 38522 -332712 37626 -334536 c
36730 -336360 35610 -337776 34290 -338768 c
32970 -339760 31305 -340512 29313 -341008 c
27321 -341512 24873 -341768 21977 -341768 c
4648 -341768 L
@c
10665 -315415 m
20489 -315415 l
23153 -315415 25073 -315239 26225 -314887 c
27753 -314439 28913 -313679 29681 -312631 c
30457 -311575 30849 -310247 30849 -308654 c
30849 -307150 30481 -305822 29761 -304678 c
29041 -303526 28001 -302734 26665 -302318 c
25321 -301894 23009 -301678 19745 -301678 c
10665 -301678 L
10665 -315415 L
@c
10665 -336408 m
21977 -336408 l
23921 -336408 25289 -336336 26073 -336192 c
27449 -335944 28609 -335528 29537 -334952 c
30465 -334376 31241 -333528 31834 -332424 c
32434 -331320 32738 -330039 32738 -328591 c
32738 -326903 32298 -325431 31433 -324183 c
30569 -322935 29361 -322047 27825 -321543 c
26289 -321039 24065 -320783 21169 -320783 c
10665 -320783 L
10665 -336408 L
@c
F
%CHAR: 140304 -341768 (a) @t
165977 -337704 m
163913 -339464 161913 -340712 160009 -341432 c
158097 -342152 156041 -342520 153849 -342520 c
150232 -342520 147448 -341632 145512 -339872 c
143568 -338104 142592 -335840 142592 -333088 c
142592 -331480 142960 -329999 143688 -328671 c
144424 -327343 145392 -326263 146576 -325463 c
147760 -324663 149104 -324047 150592 -323631 c
151689 -323343 153345 -323063 155553 -322799 c
160057 -322263 163377 -321615 165505 -320871 C
165521 -320111 165537 -319623 165537 -319415 c
165537 -317143 165009 -315543 163961 -314615 c
162537 -313351 160409 -312719 157601 -312719 c
154977 -312719 153041 -313183 151793 -314095 c
150544 -315015 149608 -316647 149016 -318983 C
143552 -318239 L
144048 -315903 144864 -314015 146000 -312583 c
147136 -311143 148792 -310031 150937 -309262 c
153081 -308494 155577 -308102 158409 -308102 c
161217 -308102 163505 -308438 165257 -309094 c
167017 -309750 168313 -310591 169137 -311591 c
169961 -312591 170545 -313863 170873 -315383 c
171057 -316335 171153 -318055 171153 -320535 c
171153 -327975 l
171153 -333160 171273 -336448 171505 -337816 c
171745 -339192 172218 -340512 172922 -341768 C
167089 -341768 L
166513 -340616 166129 -339256 165969 -337712 C
165977 -337704 L
@c
165513 -325239 m
163481 -326071 160441 -326775 156393 -327351 c
154105 -327679 152473 -328055 151529 -328463 c
150576 -328879 149832 -329487 149320 -330279 c
148808 -331079 148544 -331968 148544 -332936 c
148544 -334424 149112 -335664 150232 -336656 c
151361 -337648 153017 -338144 155185 -338144 c
157329 -338144 159249 -337672 160921 -336736 c
162593 -335792 163825 -334504 164609 -332872 c
165201 -331616 165505 -329751 165505 -327295 c
165513 -325239 L
@c
F
%CHAR: 0 -412840 (C) @t
37330 -396903 m
43338 -398423 L
42082 -403368 39810 -407136 36538 -409728 c
33266 -412320 29257 -413616 24521 -413616 c
19625 -413616 15641 -412616 12577 -410624 c
9504 -408632 7168 -405736 5568 -401959 c
3968 -398183 3160 -394111 3160 -389775 c
3160 -385047 4064 -380910 5872 -377390 c
7680 -373870 10256 -371182 13593 -369358 c
16929 -367534 20609 -366614 24617 -366614 c
29161 -366614 32986 -367774 36082 -370086 c
39186 -372398 41354 -375662 42570 -379854 C
36642 -381247 L
35594 -377942 34058 -375526 32058 -374022 c
30057 -372518 27529 -371758 24489 -371758 c
21001 -371758 18073 -372598 15729 -374270 c
13385 -375942 11729 -378198 10785 -381014 c
9840 -383831 9360 -386751 9360 -389743 c
9360 -393607 9928 -396983 11049 -399863 c
12169 -402744 13929 -404904 16305 -406328 c
18681 -407752 21257 -408472 24025 -408472 c
27393 -408472 30249 -407496 32586 -405560 c
34922 -403616 36506 -400727 37330 -396903 C
@c
F
%CHAR: 143808 -412840 (1) @t
167465 -412840 m
161881 -412840 L
161881 -377278 L
160537 -378558 158769 -379846 156593 -381127 c
154417 -382407 152448 -383367 150720 -384007 C
150720 -378614 L
153840 -377150 156569 -375366 158905 -373286 c
161241 -371198 162897 -369166 163865 -367206 C
167465 -367206 L
167465 -412840 L
@c
F
T
@rax 298.00573 52.50643 381.29613 176.63839 @E
[0.00028346 0.00000000 0.00000000 0.00028346 304.50528020 174.93193061] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/MTExtra 63499.00000 z
%CHAR: 52952 -57480 (a) @t
57712 -43511 m
57712 -57736 L
54536 -57736 L
54536 -25726 L
57712 -25726 L
57712 -39951 L
106539 -39951 L
105314 -38727 103586 -36783 101362 -34143 c
99138 -31503 97242 -29199 95682 -27255 C
97906 -25030 L
102130 -30071 107451 -35639 113843 -41735 C
107451 -47832 102130 -53400 97906 -58432 C
95682 -56216 L
100802 -49824 104426 -45583 106539 -43511 C
57712 -43511 L
@c
F
%CHAR: 52952 -128552 (a) @t
57712 -114583 m
57712 -128808 L
54536 -128808 L
54536 -96798 L
57712 -96798 L
57712 -111023 L
106539 -111023 L
105314 -109799 103586 -107855 101362 -105215 c
99138 -102575 97242 -100271 95682 -98327 C
97906 -96102 L
102130 -101143 107451 -106711 113843 -112807 C
107451 -118904 102130 -124472 97906 -129504 C
95682 -127288 L
100802 -120896 104426 -116655 106539 -114583 C
57712 -114583 L
@c
F
%CHAR: 52952 -199624 (a) @t
57712 -185655 m
57712 -199880 L
54536 -199880 L
54536 -167870 L
57712 -167870 L
57712 -182095 L
106539 -182095 L
105314 -180871 103586 -178927 101362 -176287 c
99138 -173647 97242 -171343 95682 -169399 C
97906 -167174 L
102130 -172215 107451 -177783 113843 -183879 C
107451 -189976 102130 -195544 97906 -200576 C
95682 -198360 L
100802 -191968 104426 -187727 106539 -185655 C
57712 -185655 L
@c
F
%CHAR: 56488 -270696 (a) @t
61248 -256727 m
61248 -270952 L
58072 -270952 L
58072 -238942 L
61248 -238942 L
61248 -253167 L
110075 -253167 L
108850 -251943 107122 -249999 104898 -247359 c
102674 -244719 100778 -242415 99218 -240471 C
101442 -238246 L
105666 -243287 110987 -248855 117379 -254951 C
110987 -261048 105666 -266616 101442 -271648 C
99218 -269432 L
104338 -263040 107962 -258799 110075 -256727 C
61248 -256727 L
@c
F
%CHAR: 59992 -341768 (a) @t
64752 -327799 m
64752 -342024 L
61576 -342024 L
61576 -310014 L
64752 -310014 L
64752 -324239 L
113579 -324239 L
112354 -323015 110626 -321071 108402 -318431 c
106178 -315791 104282 -313487 102722 -311543 C
104946 -309318 L
109170 -314359 114491 -319927 120883 -326023 C
114491 -332120 109170 -337688 104946 -342720 C
102722 -340504 L
107842 -334112 111466 -329871 113579 -327799 C
64752 -327799 L
@c
F
%CHAR: 63496 -412840 (a) @t
68256 -398871 m
68256 -413096 L
65080 -413096 L
65080 -381086 L
68256 -381086 L
68256 -395311 L
117083 -395311 L
115858 -394087 114130 -392143 111906 -389503 c
109682 -386863 107786 -384559 106226 -382615 C
108450 -380390 L
112674 -385431 117995 -390999 124387 -397095 C
117995 -403192 112674 -408760 108450 -413792 C
106226 -411576 L
111346 -405184 114970 -400943 117083 -398871 C
68256 -398871 L
@c
F
T
@rax 413.35115 55.92019 553.73272 208.51654 @E
[0.00028346 0.00000000 0.00000000 0.00028346 419.85069330 205.98632317] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_LucidaConsole 42333.00000 z
%CHAR: 0 -33408 (P) @t
4716 -33408 m
4716 -6890 L
13331 -6890 l
16403 -6890 18599 -7166 19907 -7718 c
22582 -8876 23920 -11114 23920 -14413 c
23920 -17197 22840 -19381 20687 -20965 c
18527 -22549 15551 -23341 11765 -23341 c
8789 -23341 L
8789 -33408 L
4716 -33408 L
@c
8789 -20281 m
11327 -20281 l
16841 -20281 19601 -18349 19601 -14497 c
19601 -12877 19079 -11708 18041 -11006 c
16997 -10304 15263 -9950 12839 -9950 c
8789 -9950 L
8789 -20281 L
@c
F
%CHAR: 25530 -33408 (o) @t
38285 -33930 m
34991 -33930 32400 -32880 30522 -30798 c
28644 -28710 27702 -25837 27702 -22189 c
27702 -18553 28650 -15685 30534 -13597 c
32418 -11510 35009 -10466 38285 -10466 c
41573 -10466 44165 -11510 46043 -13597 c
47926 -15685 48868 -18553 48868 -22189 c
48868 -25837 47926 -28710 46049 -30792 c
44165 -32880 41573 -33924 38285 -33924 C
38285 -33930 L
@c
38285 -30864 m
40241 -30864 41771 -30096 42869 -28572 c
43973 -27048 44525 -24913 44525 -22189 c
44525 -19477 43973 -17347 42875 -15823 c
41771 -14293 40241 -13525 38285 -13525 c
36329 -13525 34799 -14293 33701 -15817 c
32597 -17347 32046 -19477 32046 -22189 c
32046 -24913 32597 -27048 33695 -28572 c
34799 -30096 36329 -30864 38285 -30864 c
@c
F
%CHAR: 51060 -33408 (k) @t
55464 -33408 m
55464 -770 L
59537 -770 L
59537 -21667 L
68957 -10958 L
73366 -10958 L
64481 -21055 L
75616 -33408 L
70115 -33408 L
59537 -21667 L
59537 -33408 L
55464 -33408 L
@c
F
%CHAR: 76590 -33408 (u) @t
98332 -10958 m
98332 -33408 L
94259 -33408 L
94259 -29196 L
92387 -32346 89825 -33924 86585 -33924 c
82350 -33924 80226 -31386 80226 -26323 c
80226 -10958 L
84299 -10958 L
84299 -25207 l
84299 -26970 84569 -28224 85103 -28956 c
85637 -29688 86555 -30060 87851 -30060 c
89891 -30060 92027 -28584 94259 -25639 C
94259 -10958 L
98332 -10958 L
@c
F
%CHAR: 102120 -33408 (d) @t
120311 -33408 m
120311 -29196 L
118325 -32346 115865 -33924 112949 -33924 c
110417 -33924 108414 -32940 106950 -30972 c
105486 -29004 104748 -26317 104748 -22933 c
104748 -19213 105618 -16201 107352 -13909 c
109086 -11618 111359 -10466 114167 -10466 c
116579 -10466 118631 -11486 120311 -13525 C
120311 -770 L
124384 -770 L
124384 -33408 L
120311 -33408 L
@c
120311 -16585 m
118409 -14545 116543 -13525 114731 -13525 c
112943 -13525 111551 -14311 110567 -15883 c
109583 -17455 109092 -19669 109092 -22519 c
109092 -27792 110669 -30432 113819 -30432 c
116117 -30432 118283 -28998 120311 -26137 C
120311 -16585 L
@c
F
%CHAR: 153180 -33408 (c) @t
175984 -32682 m
173573 -33510 171167 -33924 168767 -33924 c
164855 -33924 161837 -32904 159726 -30870 c
157614 -28830 156552 -25933 156552 -22189 c
156552 -18511 157596 -15631 159684 -13567 c
161771 -11504 164675 -10466 168395 -10466 c
170765 -10466 173159 -10826 175570 -11546 C
175570 -14953 L
172913 -14005 170639 -13525 168767 -13525 c
166319 -13525 164387 -14299 162995 -15841 c
161597 -17383 160895 -19501 160895 -22189 c
160895 -24901 161645 -27024 163133 -28560 c
164627 -30096 166697 -30864 169325 -30864 c
171293 -30864 173519 -30402 175984 -29484 C
175984 -32682 L
@c
F
%CHAR: 204240 -33408 (n) @t
208002 -33408 m
208002 -10958 L
212075 -10958 L
212075 -15181 L
213947 -12038 216497 -10466 219725 -10466 c
223985 -10466 226114 -12997 226114 -18055 c
226114 -33408 L
222041 -33408 L
222041 -19171 l
222041 -17419 221765 -16171 221225 -15439 c
220679 -14701 219761 -14329 218483 -14329 c
216443 -14329 214307 -15799 212075 -18739 C
212075 -33408 L
208002 -33408 L
@c
F
%CHAR: 229770 -33408 (e) @t
252472 -32520 m
249647 -33456 247049 -33924 244697 -33924 c
240839 -33924 237869 -32928 235800 -30948 c
233724 -28968 232686 -26125 232686 -22435 c
232686 -18955 233682 -16081 235668 -13837 c
237659 -11594 240197 -10466 243269 -10466 c
246365 -10466 248657 -11396 250121 -13255 c
251590 -15115 252328 -18013 252328 -21937 c
252328 -23239 L
237029 -23239 L
237329 -28320 240071 -30864 245255 -30864 c
247445 -30864 249857 -30342 252472 -29298 C
252472 -32520 L
@c
237155 -20179 m
247985 -20179 L
247985 -19603 l
247985 -15553 246293 -13525 242915 -13525 c
241295 -13525 239969 -14113 238961 -15283 c
237947 -16453 237341 -18091 237149 -20179 C
237155 -20179 L
@c
F
%CHAR: 255300 -33408 (f) @t
264479 -33408 m
264479 -14539 L
258360 -14539 L
258360 -11480 L
264479 -11480 L
264479 -9104 l
264479 -5966 265211 -3704 266669 -2324 c
268127 -944 270527 -254 273863 -254 c
276065 -254 278158 -554 280126 -1148 C
280126 -4370 L
278116 -3668 276125 -3314 274169 -3314 c
272093 -3314 270629 -3710 269801 -4502 c
268973 -5294 268553 -6692 268553 -8672 c
268553 -11480 L
279280 -11480 L
279280 -14539 L
268553 -14539 L
268553 -33408 L
264479 -33408 L
@c
F
%CHAR: 280830 -33408 (u) @t
302572 -10958 m
302572 -33408 L
298499 -33408 L
298499 -29196 L
296627 -32346 294065 -33924 290825 -33924 c
286590 -33924 284466 -31386 284466 -26323 c
284466 -10958 L
288539 -10958 L
288539 -25207 l
288539 -26970 288809 -28224 289343 -28956 c
289877 -29688 290795 -30060 292091 -30060 c
294131 -30060 296267 -28584 298499 -25639 C
298499 -10958 L
302572 -10958 L
@c
F
%CHAR: 306360 -33408 (n) @t
310122 -33408 m
310122 -10958 L
314195 -10958 L
314195 -15181 L
316067 -12038 318617 -10466 321845 -10466 c
326105 -10466 328234 -12997 328234 -18055 c
328234 -33408 L
324161 -33408 L
324161 -19171 l
324161 -17419 323885 -16171 323345 -15439 c
322799 -14701 321881 -14329 320603 -14329 c
318563 -14329 316427 -15799 314195 -18739 C
314195 -33408 L
310122 -33408 L
@c
F
%CHAR: 331890 -33408 (g) @t
336276 -40919 m
336708 -37482 L
339143 -38514 341417 -39030 343505 -39030 c
347861 -39030 350039 -36954 350039 -32814 c
350231 -28758 L
348521 -31854 346043 -33408 342803 -33408 c
340241 -33408 338202 -32430 336696 -30486 c
335190 -28536 334434 -25903 334434 -22597 c
334434 -19003 335310 -16075 337056 -13825 c
338808 -11570 341081 -10442 343877 -10442 c
346067 -10442 348227 -11474 350351 -13525 C
350351 -10958 L
354178 -10958 L
354178 -28926 l
354178 -31830 353986 -34026 353602 -35490 c
353218 -36954 352487 -38256 351425 -39384 c
349733 -41183 347075 -42089 343469 -42089 c
341345 -42089 338946 -41693 336276 -40913 C
336276 -40919 L
@c
350105 -25447 m
350105 -16621 L
348269 -14557 346373 -13519 344417 -13519 c
342641 -13519 341255 -14293 340265 -15835 c
339275 -17377 338778 -19543 338778 -22327 c
338778 -24679 339215 -26526 340079 -27852 c
340943 -29184 342161 -29850 343715 -29850 c
346127 -29850 348257 -28380 350105 -25453 C
350105 -25447 L
@c
F
%CHAR: 357420 -33408 (u) @t
379162 -10958 m
379162 -33408 L
375089 -33408 L
375089 -29196 L
373217 -32346 370655 -33924 367415 -33924 c
363180 -33924 361056 -31386 361056 -26323 c
361056 -10958 L
365129 -10958 L
365129 -25207 l
365129 -26970 365399 -28224 365933 -28956 c
366467 -29688 367385 -30060 368681 -30060 c
370721 -30060 372857 -28584 375089 -25639 C
375089 -10958 L
379162 -10958 L
@c
F
%CHAR: 382950 -33408 (j) @t
386010 -41003 m
386010 -37590 L
388128 -38550 390233 -39036 392309 -39036 c
394043 -39036 395237 -38598 395873 -37728 c
396515 -36852 396839 -35226 396839 -32856 c
396839 -14017 L
387660 -14017 L
387660 -10958 L
400913 -10958 L
400913 -32028 l
400913 -35514 400223 -38064 398855 -39666 c
397487 -41267 395297 -42071 392309 -42071 c
390353 -42071 388254 -41711 386010 -40997 C
386010 -41003 L
@c
396323 -5876 m
396323 -770 L
401429 -770 L
401429 -5876 L
396323 -5876 L
@c
F
%CHAR: 408480 -33408 (e) @t
431182 -32520 m
428357 -33456 425759 -33924 423407 -33924 c
419549 -33924 416579 -32928 414510 -30948 c
412434 -28968 411396 -26125 411396 -22435 c
411396 -18955 412392 -16081 414378 -13837 c
416369 -11594 418907 -10466 421979 -10466 c
425075 -10466 427367 -11396 428831 -13255 c
430300 -15115 431038 -18013 431038 -21937 c
431038 -23239 L
415739 -23239 L
416039 -28320 418781 -30864 423965 -30864 c
426155 -30864 428567 -30342 431182 -29298 C
431182 -32520 L
@c
415865 -20179 m
426695 -20179 L
426695 -19603 l
426695 -15553 425003 -13525 421625 -13525 c
420005 -13525 418679 -14113 417671 -15283 c
416657 -16453 416051 -18091 415859 -20179 C
415865 -20179 L
@c
F
%CHAR: 434010 -33408 (:) @t
443705 -17077 m
443705 -10958 L
449825 -10958 L
449825 -17077 L
443705 -17077 L
@c
443705 -33408 m
443705 -27288 L
449825 -27288 L
449825 -33408 L
443705 -33408 L
@c
F
T
@rax 413.35115 55.92019 553.73272 208.51654 @E
[0.00028346 0.00000000 0.00000000 0.00028346 419.85069330 205.98632317] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 63499.00000 z
%CHAR: 0 -154990 (1) @t
23657 -154990 m
18073 -154990 L
18073 -119428 L
16729 -120708 14961 -121996 12785 -123277 c
10609 -124557 8640 -125517 6912 -126157 C
6912 -120764 L
10032 -119300 12761 -117516 15097 -115436 c
17433 -113348 19089 -111316 20057 -109356 C
23657 -109356 L
23657 -154990 L
@c
F
%CHAR: 133264 -154990 (3) @t
135928 -142989 m
141504 -142253 L
142144 -145414 143240 -147694 144777 -149086 c
146313 -150478 148201 -151182 150409 -151182 c
153033 -151182 155249 -150270 157057 -148454 c
158865 -146638 159769 -144381 159769 -141693 c
159769 -139133 158929 -137013 157257 -135349 c
155585 -133685 153449 -132853 150873 -132853 c
149817 -132853 148505 -133061 146937 -133477 C
147553 -128581 L
147921 -128613 148225 -128637 148449 -128637 c
150825 -128637 152969 -128013 154865 -126781 c
156769 -125541 157721 -123621 157721 -121044 c
157721 -118996 157025 -117300 155649 -115956 c
154265 -114612 152473 -113940 150281 -113940 c
148113 -113940 146297 -114628 144857 -115988 c
143416 -117348 142480 -119404 142064 -122124 C
136488 -121132 L
137160 -117396 138712 -114492 141128 -112444 c
143544 -110388 146561 -109356 150161 -109356 c
152641 -109356 154929 -109892 157009 -110948 c
159097 -112012 160697 -113468 161801 -115308 c
162905 -117148 163457 -119100 163457 -121164 c
163457 -123132 162929 -124925 161881 -126533 c
160825 -128141 159257 -129429 157193 -130373 C
159881 -130997 161969 -132285 163457 -134237 c
164945 -136189 165690 -138637 165690 -141565 c
165690 -145534 164241 -148902 161353 -151654 c
158457 -154414 154793 -155798 150377 -155798 c
146393 -155798 143072 -154606 140440 -152238 c
137808 -149862 136296 -146774 135928 -142997 c
135928 -142989 L
@c
F
%CHAR: 0 -226062 (2) @t
31970 -220702 m
31962 -226062 L
1920 -226062 L
1880 -224726 2096 -223430 2568 -222190 c
3336 -220142 4560 -218126 6240 -216142 c
7920 -214157 10360 -211861 13545 -209261 c
18481 -205213 21825 -201997 23553 -199637 c
25289 -197269 26161 -195029 26161 -192924 c
26161 -190716 25369 -188844 23793 -187324 c
22209 -185804 20145 -185044 17609 -185044 c
14921 -185044 12769 -185852 11161 -187460 c
9544 -189076 8728 -191316 8712 -194164 C
2976 -193572 L
3360 -189300 4840 -186036 7400 -183796 c
9960 -181556 13409 -180428 17729 -180428 c
22089 -180428 25545 -181636 28081 -184052 c
30625 -186468 31898 -189476 31898 -193044 c
31898 -194861 31521 -196653 30785 -198405 c
30041 -200165 28801 -202021 27081 -203957 c
25353 -205901 22481 -208573 18473 -211957 c
15129 -214765 12969 -216678 12025 -217678 c
11081 -218678 10288 -219694 9672 -220702 C
31970 -220702 L
@c
F
%CHAR: 133264 -226062 (l) @t
137328 -226062 m
137320 -180612 L
142904 -180612 L
142904 -226062 L
137328 -226062 L
@c
F
%CHAR: 147368 -226062 (o) @t
149480 -209597 m
149480 -203501 151168 -198981 154560 -196053 c
157392 -193620 160849 -192396 164913 -192396 c
169441 -192396 173145 -193884 176009 -196845 c
178881 -199805 180322 -203909 180322 -209133 c
180322 -213373 179682 -216710 178417 -219134 c
177145 -221566 175289 -223454 172865 -224798 c
170441 -226142 167785 -226814 164913 -226814 c
160305 -226814 156576 -225334 153736 -222382 c
150896 -219422 149472 -215157 149472 -209605 C
149480 -209597 L
@c
155208 -209597 m
155208 -213813 156128 -216974 157969 -219070 c
159809 -221166 162129 -222222 164913 -222222 c
167681 -222222 169985 -221166 171825 -219062 c
173665 -216950 174585 -213733 174585 -209413 c
174585 -205349 173657 -202261 171809 -200165 c
169961 -198069 167657 -197013 164913 -197013 c
162129 -197013 159809 -198061 157969 -200141 c
156128 -202229 155208 -205389 155208 -209605 C
155208 -209597 L
@c
F
%CHAR: 182680 -226062 (c) @t
208353 -213997 m
213833 -214717 L
213241 -218494 211697 -221462 209233 -223598 c
206769 -225742 203729 -226814 200129 -226814 c
195633 -226814 192008 -225342 189272 -222398 c
186536 -219454 185160 -215221 185160 -209725 c
185160 -206173 185752 -203061 186920 -200397 c
188096 -197733 189896 -195725 192296 -194397 c
194705 -193068 197329 -192396 200161 -192396 c
203737 -192396 206665 -193300 208937 -195109 c
211209 -196917 212665 -199485 213305 -202813 C
207881 -203653 L
207369 -201445 206449 -199773 205137 -198661 c
203825 -197541 202233 -196981 200377 -196981 c
197569 -196981 195281 -197989 193529 -200005 c
191776 -202021 190896 -205213 190896 -209573 c
190896 -213989 191744 -217214 193433 -219214 c
195129 -221214 197345 -222222 200073 -222222 c
202257 -222222 204089 -221550 205553 -220206 c
207025 -218862 207961 -216790 208345 -214005 C
208353 -213997 L
@c
F
%CHAR: 214432 -226062 (a) @t
240105 -221998 m
238041 -223758 236041 -225006 234137 -225726 c
232225 -226446 230169 -226814 227977 -226814 c
224360 -226814 221576 -225926 219640 -224166 c
217696 -222398 216720 -220134 216720 -217382 c
216720 -215774 217088 -214293 217816 -212965 c
218552 -211637 219520 -210557 220704 -209757 c
221888 -208957 223232 -208341 224720 -207925 c
225817 -207637 227473 -207357 229681 -207093 c
234185 -206557 237505 -205909 239633 -205165 C
239649 -204405 239665 -203917 239665 -203709 c
239665 -201437 239137 -199837 238089 -198909 c
236665 -197645 234537 -197013 231729 -197013 c
229105 -197013 227169 -197477 225921 -198389 c
224672 -199309 223736 -200941 223144 -203277 C
217680 -202533 L
218176 -200197 218992 -198309 220128 -196877 c
221264 -195437 222920 -194325 225065 -193556 c
227209 -192788 229705 -192396 232537 -192396 c
235345 -192396 237633 -192732 239385 -193388 c
241145 -194044 242441 -194885 243265 -195885 c
244089 -196885 244673 -198157 245001 -199677 c
245185 -200629 245281 -202349 245281 -204829 c
245281 -212269 l
245281 -217454 245401 -220742 245633 -222110 c
245873 -223486 246346 -224806 247050 -226062 C
241217 -226062 L
240641 -224910 240257 -223550 240097 -222006 C
240105 -221998 L
@c
239641 -209533 m
237609 -210365 234569 -211069 230521 -211645 c
228233 -211973 226601 -212349 225657 -212757 c
224704 -213173 223960 -213781 223448 -214573 c
222936 -215373 222672 -216262 222672 -217230 c
222672 -218718 223240 -219958 224360 -220950 c
225489 -221942 227145 -222438 229313 -222438 c
231457 -222438 233377 -221966 235049 -221030 c
236721 -220086 237953 -218798 238737 -217166 c
239329 -215910 239633 -214045 239633 -211589 c
239641 -209533 L
@c
F
%CHAR: 249744 -226062 (l) @t
253808 -226062 m
253800 -180612 L
259384 -180612 L
259384 -226062 L
253808 -226062 L
@c
F
%CHAR: 0 -297134 (3) @t
2664 -285133 m
8240 -284397 L
8880 -287558 9976 -289838 11513 -291230 c
13049 -292622 14937 -293326 17145 -293326 c
19769 -293326 21985 -292414 23793 -290598 c
25601 -288782 26505 -286525 26505 -283837 c
26505 -281277 25665 -279157 23993 -277493 c
22321 -275829 20185 -274997 17609 -274997 c
16553 -274997 15241 -275205 13673 -275621 C
14289 -270725 L
14657 -270757 14961 -270781 15185 -270781 c
17561 -270781 19705 -270157 21601 -268925 c
23505 -267685 24457 -265765 24457 -263188 c
24457 -261140 23761 -259444 22385 -258100 c
21001 -256756 19209 -256084 17017 -256084 c
14849 -256084 13033 -256772 11593 -258132 c
10152 -259492 9216 -261548 8800 -264268 C
3224 -263276 L
3896 -259540 5448 -256636 7864 -254588 c
10280 -252532 13297 -251500 16897 -251500 c
19377 -251500 21665 -252036 23745 -253092 c
25833 -254156 27433 -255612 28537 -257452 c
29641 -259292 30193 -261244 30193 -263308 c
30193 -265276 29665 -267069 28617 -268677 c
27561 -270285 25993 -271573 23929 -272517 C
26617 -273141 28705 -274429 30193 -276381 c
31681 -278333 32426 -280781 32426 -283709 c
32426 -287678 30977 -291046 28089 -293798 c
25193 -296558 21529 -297942 17113 -297942 c
13129 -297942 9808 -296750 7176 -294382 c
4544 -292006 3032 -288918 2664 -285141 c
2664 -285133 L
@c
F
%CHAR: 133264 -297134 (b) @t
142600 -297134 m
137416 -297134 L
137416 -251684 L
142992 -251684 L
142992 -267901 L
145345 -264948 148361 -263468 152017 -263468 c
154041 -263468 155961 -263876 157769 -264692 c
159577 -265509 161065 -266661 162233 -268133 c
163401 -269605 164321 -271397 164977 -273477 c
165634 -275565 165970 -277805 165970 -280181 c
165970 -285821 164569 -290190 161785 -293262 c
159001 -296342 155641 -297886 151737 -297886 c
147857 -297886 144801 -296262 142592 -293014 C
142600 -297134 L
@c
142536 -280421 m
142536 -284373 143072 -287230 144145 -288982 c
145897 -291854 148281 -293294 151273 -293294 c
153705 -293294 155817 -292230 157593 -290118 c
159369 -287998 160265 -284837 160265 -280645 c
160265 -276349 159409 -273173 157713 -271125 c
156009 -269077 153937 -268053 151521 -268053 c
149089 -268053 146977 -269117 145201 -271229 c
143424 -273349 142528 -276421 142528 -280429 C
142536 -280421 L
@c
F
%CHAR: 0 -368206 (A) @t
-104 -368206 m
17361 -322756 L
23841 -322756 L
42442 -368206 L
35594 -368206 L
30289 -354445 L
11281 -354445 L
6288 -368206 L
-104 -368206 L
@c
13025 -349541 m
28425 -349541 L
23681 -336957 l
22241 -333132 21161 -329988 20457 -327532 C
19881 -330444 19065 -333340 18009 -336212 c
13025 -349541 L
@c
F
%CHAR: 136800 -368206 (3) @t
139464 -356205 m
145040 -355469 L
145680 -358630 146776 -360910 148313 -362302 c
149849 -363694 151737 -364398 153945 -364398 c
156569 -364398 158785 -363486 160593 -361670 c
162401 -359854 163305 -357597 163305 -354909 c
163305 -352349 162465 -350229 160793 -348565 c
159121 -346901 156985 -346069 154409 -346069 c
153353 -346069 152041 -346277 150473 -346693 C
151089 -341797 L
151457 -341829 151761 -341853 151985 -341853 c
154361 -341853 156505 -341229 158401 -339997 c
160305 -338757 161257 -336837 161257 -334260 c
161257 -332212 160561 -330516 159185 -329172 c
157801 -327828 156009 -327156 153817 -327156 c
151649 -327156 149833 -327844 148393 -329204 c
146952 -330564 146016 -332620 145600 -335340 C
140024 -334348 L
140696 -330612 142248 -327708 144664 -325660 c
147080 -323604 150097 -322572 153697 -322572 c
156177 -322572 158465 -323108 160545 -324164 c
162633 -325228 164233 -326684 165337 -328524 c
166441 -330364 166993 -332316 166993 -334380 c
166993 -336348 166465 -338141 165417 -339749 c
164361 -341357 162793 -342645 160729 -343589 C
163417 -344213 165505 -345501 166993 -347453 c
168481 -349405 169226 -351853 169226 -354781 c
169226 -358750 167777 -362118 164889 -364870 c
161993 -367630 158329 -369014 153913 -369014 c
149929 -369014 146608 -367822 143976 -365454 c
141344 -363078 139832 -359990 139464 -356213 c
139464 -356205 L
@c
F
%CHAR: 0 -439278 (B) @t
4648 -439278 m
4648 -393828 L
21697 -393828 l
25169 -393828 27953 -394292 30049 -395204 c
32146 -396124 33802 -397548 34986 -399452 c
36170 -401364 36770 -403372 36770 -405452 c
36770 -407396 36242 -409229 35194 -410941 c
34138 -412653 32538 -414045 30409 -415101 C
33162 -415901 35282 -417285 36754 -419221 c
38226 -421157 38970 -423461 38970 -426101 c
38970 -428229 38522 -430222 37626 -432046 c
36730 -433870 35610 -435286 34290 -436278 c
32970 -437270 31305 -438022 29313 -438518 c
27321 -439022 24873 -439278 21977 -439278 c
4648 -439278 L
@c
10665 -412925 m
20489 -412925 l
23153 -412925 25073 -412749 26225 -412397 c
27753 -411949 28913 -411189 29681 -410141 c
30457 -409085 30849 -407757 30849 -406164 c
30849 -404660 30481 -403332 29761 -402188 c
29041 -401036 28001 -400244 26665 -399828 c
25321 -399404 23009 -399188 19745 -399188 c
10665 -399188 L
10665 -412925 L
@c
10665 -433918 m
21977 -433918 l
23921 -433918 25289 -433846 26073 -433702 c
27449 -433454 28609 -433038 29537 -432462 c
30465 -431886 31241 -431038 31834 -429934 c
32434 -428830 32738 -427549 32738 -426101 c
32738 -424413 32298 -422941 31433 -421693 c
30569 -420445 29361 -419557 27825 -419053 c
26289 -418549 24065 -418293 21169 -418293 c
10665 -418293 L
10665 -433918 L
@c
F
%CHAR: 140304 -439278 (a) @t
165977 -435214 m
163913 -436974 161913 -438222 160009 -438942 c
158097 -439662 156041 -440030 153849 -440030 c
150232 -440030 147448 -439142 145512 -437382 c
143568 -435614 142592 -433350 142592 -430598 c
142592 -428990 142960 -427509 143688 -426181 c
144424 -424853 145392 -423773 146576 -422973 c
147760 -422173 149104 -421557 150592 -421141 c
151689 -420853 153345 -420573 155553 -420309 c
160057 -419773 163377 -419125 165505 -418381 C
165521 -417621 165537 -417133 165537 -416925 c
165537 -414653 165009 -413053 163961 -412125 c
162537 -410861 160409 -410229 157601 -410229 c
154977 -410229 153041 -410693 151793 -411605 c
150544 -412525 149608 -414157 149016 -416493 C
143552 -415749 L
144048 -413413 144864 -411525 146000 -410093 c
147136 -408653 148792 -407541 150937 -406772 c
153081 -406004 155577 -405612 158409 -405612 c
161217 -405612 163505 -405948 165257 -406604 c
167017 -407260 168313 -408101 169137 -409101 c
169961 -410101 170545 -411373 170873 -412893 c
171057 -413845 171153 -415565 171153 -418045 c
171153 -425485 l
171153 -430670 171273 -433958 171505 -435326 c
171745 -436702 172218 -438022 172922 -439278 C
167089 -439278 L
166513 -438126 166129 -436766 165969 -435222 C
165977 -435214 L
@c
165513 -422749 m
163481 -423581 160441 -424285 156393 -424861 c
154105 -425189 152473 -425565 151529 -425973 c
150576 -426389 149832 -426997 149320 -427789 c
148808 -428589 148544 -429478 148544 -430446 c
148544 -431934 149112 -433174 150232 -434166 c
151361 -435158 153017 -435654 155185 -435654 c
157329 -435654 159249 -435182 160921 -434246 c
162593 -433302 163825 -432014 164609 -430382 c
165201 -429126 165505 -427261 165505 -424805 c
165513 -422749 L
@c
F
%CHAR: 0 -510350 (C) @t
37330 -494413 m
43338 -495933 L
42082 -500878 39810 -504646 36538 -507238 c
33266 -509830 29257 -511126 24521 -511126 c
19625 -511126 15641 -510126 12577 -508134 c
9504 -506142 7168 -503246 5568 -499469 c
3968 -495693 3160 -491621 3160 -487285 c
3160 -482557 4064 -478420 5872 -474900 c
7680 -471380 10256 -468692 13593 -466868 c
16929 -465044 20609 -464124 24617 -464124 c
29161 -464124 32986 -465284 36082 -467596 c
39186 -469908 41354 -473172 42570 -477364 C
36642 -478757 L
35594 -475452 34058 -473036 32058 -471532 c
30057 -470028 27529 -469268 24489 -469268 c
21001 -469268 18073 -470108 15729 -471780 c
13385 -473452 11729 -475708 10785 -478524 c
9840 -481341 9360 -484261 9360 -487253 c
9360 -491117 9928 -494493 11049 -497373 c
12169 -500254 13929 -502414 16305 -503838 c
18681 -505262 21257 -505982 24025 -505982 c
27393 -505982 30249 -505006 32586 -503070 c
34922 -501126 36506 -498237 37330 -494413 C
@c
F
%CHAR: 143808 -510350 (3) @t
146472 -498349 m
152048 -497613 L
152688 -500774 153784 -503054 155321 -504446 c
156857 -505838 158745 -506542 160953 -506542 c
163577 -506542 165793 -505630 167601 -503814 c
169409 -501998 170313 -499741 170313 -497053 c
170313 -494493 169473 -492373 167801 -490709 c
166129 -489045 163993 -488213 161417 -488213 c
160361 -488213 159049 -488421 157481 -488837 C
158097 -483941 L
158465 -483973 158769 -483997 158993 -483997 c
161369 -483997 163513 -483373 165409 -482141 c
167313 -480901 168265 -478981 168265 -476404 c
168265 -474356 167569 -472660 166193 -471316 c
164809 -469972 163017 -469300 160825 -469300 c
158657 -469300 156841 -469988 155401 -471348 c
153960 -472708 153024 -474764 152608 -477484 C
147032 -476492 L
147704 -472756 149256 -469852 151672 -467804 c
154088 -465748 157105 -464716 160705 -464716 c
163185 -464716 165473 -465252 167553 -466308 c
169641 -467372 171241 -468828 172345 -470668 c
173449 -472508 174001 -474460 174001 -476524 c
174001 -478492 173473 -480285 172425 -481893 c
171369 -483501 169801 -484789 167737 -485733 C
170425 -486357 172513 -487645 174001 -489597 c
175489 -491549 176234 -493997 176234 -496925 c
176234 -500894 174785 -504262 171897 -507014 c
169001 -509774 165337 -511158 160921 -511158 c
156937 -511158 153616 -509966 150984 -507598 c
148352 -505222 146840 -502134 146472 -498357 c
146472 -498349 L
@c
F
T
@rax 413.35115 55.92019 553.73272 208.51654 @E
[0.00028346 0.00000000 0.00000000 0.00028346 419.85069330 205.98632317] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/MTExtra 63499.00000 z
%CHAR: 52952 -154990 (a) @t
57712 -141021 m
57712 -155246 L
54536 -155246 L
54536 -123236 L
57712 -123236 L
57712 -137461 L
106539 -137461 L
105314 -136237 103586 -134293 101362 -131653 c
99138 -129013 97242 -126709 95682 -124765 C
97906 -122540 L
102130 -127581 107451 -133149 113843 -139245 C
107451 -145342 102130 -150910 97906 -155942 C
95682 -153726 L
100802 -147334 104426 -143093 106539 -141021 C
57712 -141021 L
@c
F
%CHAR: 52952 -226062 (a) @t
57712 -212093 m
57712 -226318 L
54536 -226318 L
54536 -194308 L
57712 -194308 L
57712 -208533 L
106539 -208533 L
105314 -207309 103586 -205365 101362 -202725 c
99138 -200085 97242 -197781 95682 -195837 C
97906 -193612 L
102130 -198653 107451 -204221 113843 -210317 C
107451 -216414 102130 -221982 97906 -227014 C
95682 -224798 L
100802 -218406 104426 -214165 106539 -212093 C
57712 -212093 L
@c
F
%CHAR: 52952 -297134 (a) @t
57712 -283165 m
57712 -297390 L
54536 -297390 L
54536 -265380 L
57712 -265380 L
57712 -279605 L
106539 -279605 L
105314 -278381 103586 -276437 101362 -273797 c
99138 -271157 97242 -268853 95682 -266909 C
97906 -264684 L
102130 -269725 107451 -275293 113843 -281389 C
107451 -287486 102130 -293054 97906 -298086 C
95682 -295870 L
100802 -289478 104426 -285237 106539 -283165 C
57712 -283165 L
@c
F
%CHAR: 56488 -368206 (a) @t
61248 -354237 m
61248 -368462 L
58072 -368462 L
58072 -336452 L
61248 -336452 L
61248 -350677 L
110075 -350677 L
108850 -349453 107122 -347509 104898 -344869 c
102674 -342229 100778 -339925 99218 -337981 C
101442 -335756 L
105666 -340797 110987 -346365 117379 -352461 C
110987 -358558 105666 -364126 101442 -369158 C
99218 -366942 L
104338 -360550 107962 -356309 110075 -354237 C
61248 -354237 L
@c
F
%CHAR: 59992 -439278 (a) @t
64752 -425309 m
64752 -439534 L
61576 -439534 L
61576 -407524 L
64752 -407524 L
64752 -421749 L
113579 -421749 L
112354 -420525 110626 -418581 108402 -415941 c
106178 -413301 104282 -410997 102722 -409053 C
104946 -406828 L
109170 -411869 114491 -417437 120883 -423533 C
114491 -429630 109170 -435198 104946 -440230 C
102722 -438014 L
107842 -431622 111466 -427381 113579 -425309 C
64752 -425309 L
@c
F
%CHAR: 63496 -510350 (a) @t
68256 -496381 m
68256 -510606 L
65080 -510606 L
65080 -478596 L
68256 -478596 L
68256 -492821 L
117083 -492821 L
115858 -491597 114130 -489653 111906 -487013 c
109682 -484373 107786 -482069 106226 -480125 C
108450 -477900 L
112674 -482941 117995 -488509 124387 -494605 C
117995 -500702 112674 -506270 108450 -511302 C
106226 -509086 L
111346 -502694 114970 -498453 117083 -496381 C
68256 -496381 L
@c
F
T
@rax %Note: Object
289.47175 44.08809 557.67969 214.78422 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.21600 0.21600 0.00000 @w
289.47175 214.78422 m
557.67969 214.78422 L
557.67969 44.08809 L
289.47175 44.08809 L
289.47175 214.78422 L
@c
S

@rax %Note: Object
394.90328 44.73156 394.90441 215.42258 @E
0 J 0 j [] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.21600 0.21600 0.00000 @w
394.90384 215.42258 m
394.90384 44.73156 L
S

@rax 289.96469 241.90838 299.24220 255.15298 @E
[0.00021766 0.00000000 0.00000000 0.00021766 289.96477394 241.90829453] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (2) @t
42621 7150 m
42621 0 L
2555 0 L
2508 1782 2790 3516 3423 5157 c
4442 7888 6083 10584 8322 13221 c
10573 15872 13819 18931 18064 22400 c
24651 27792 29105 32082 31414 35235 c
33723 38388 34884 41377 34884 44191 c
34884 47133 33829 49630 31731 51646 c
29621 53674 26866 54694 23479 54694 c
19892 54694 17020 53615 14875 51470 c
12729 49314 11639 46336 11616 42539 C
3962 43324 L
4477 49021 6458 53381 9869 56358 c
13292 59347 17888 60847 23643 60847 c
29457 60847 34063 59230 37450 56018 c
40838 52795 42539 48786 42539 44027 c
42539 41600 42033 39209 41049 36876 c
40064 34532 38412 32059 36114 29480 c
33817 26890 29984 23326 24639 18802 c
20173 15063 17302 12518 16036 11182 c
14770 9846 13714 8486 12893 7150 C
42621 7150 L
@c
F
T
@rax 240.85474 290.96646 250.26605 304.44576 @E
[0.00021766 0.00000000 0.00000000 0.00021766 240.85469059 291.20120864] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (3) @t
3552 16001 m
10994 16985 L
11838 12764 13304 9717 15344 7865 c
17396 6013 19904 5075 22858 5075 c
26351 5075 29316 6294 31719 8709 c
34133 11135 35341 14149 35341 17735 c
35341 21146 34227 23971 32000 26186 c
29773 28402 26925 29515 23479 29515 c
22072 29515 20314 29234 18228 28683 C
19048 35212 L
19541 35165 19951 35130 20255 35130 c
23420 35130 26268 35962 28800 37615 c
31332 39267 32610 41822 32610 45258 c
32610 47989 31684 50263 29843 52045 c
28003 53826 25612 54729 22694 54729 c
19798 54729 17384 53815 15462 52009 c
13538 50193 12284 47450 11733 43816 C
4290 45141 L
5204 50122 7279 53990 10490 56733 c
13714 59476 17735 60847 22529 60847 c
25835 60847 28882 60132 31660 58726 c
34438 57307 36571 55362 38048 52912 c
39525 50462 40264 47848 40264 45094 c
40264 42480 39560 40088 38154 37943 c
36747 35798 34661 34086 31906 32821 C
35493 32000 38283 30277 40264 27675 c
42244 25073 43242 21803 43242 17900 c
43242 12600 41307 8111 37450 4442 c
33594 762 28706 -1078 22811 -1078 c
17501 -1078 13081 504 9564 3669 c
6048 6833 4044 10948 3552 15989 c
3552 16001 L
@c
F
T
@rax 94.27493 268.81852 101.14157 282.06283 @E
[0.00021766 0.00000000 0.00000000 0.00021766 94.27491729 268.81837052] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (1) @t
31543 0 m
24100 0 L
24100 47415 L
22307 45703 19951 43992 17044 42291 c
14137 40580 11522 39291 9213 38435 C
9213 45633 L
13374 47591 17020 49970 20127 52748 c
23244 55526 25448 58233 26737 60847 C
31531 60847 L
31543 0 L
@c
F
T
@rax 324.79313 264.82791 334.25717 274.81635 @E
[0.00021766 0.00000000 0.00000000 0.00021766 324.79316307 265.04574485] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (a) @t
34227 5415 m
31473 3071 28812 1418 26268 457 c
23725 -504 20982 -996 18064 -996 c
13245 -996 9529 188 6939 2532 c
4349 4888 3048 7912 3048 11569 c
3048 13714 3540 15684 4513 17454 c
5497 19236 6787 20666 8357 21732 c
9940 22811 11733 23631 13714 24182 c
15169 24557 17384 24944 20338 25296 c
26339 26011 30769 26878 33606 27863 C
33629 28871 33641 29527 33641 29797 c
33641 32821 32938 34966 31531 36208 c
29632 37884 26808 38728 23057 38728 c
19564 38728 16985 38107 15321 36888 c
13655 35669 12413 33489 11616 30383 C
4337 31367 L
4993 34485 6083 37005 7595 38916 c
9107 40826 11311 42303 14172 43336 c
17032 44367 20361 44895 24135 44895 c
27886 44895 30933 44449 33266 43570 c
35610 42691 37333 41576 38435 40240 c
39537 38904 40322 37216 40756 35177 c
41002 33911 41131 31613 41131 28308 c
41131 18392 l
41131 11475 41295 7103 41600 5275 c
41916 3446 42550 1676 43488 0 C
35716 0 L
34942 1535 34438 3352 34227 5415 C
@c
33606 22037 m
30910 20935 26843 19986 21451 19212 c
18392 18779 16223 18275 14958 17735 c
13690 17185 12706 16364 12026 15309 c
11346 14254 10994 13069 10994 11780 c
10994 9799 11745 8134 13245 6822 c
14747 5497 16950 4829 19834 4829 c
22694 4829 25260 5462 27487 6705 c
29714 7959 31367 9682 32410 11862 c
33207 13538 33606 16024 33606 19306 c
33606 22037 L
@c
F
T
@rax 270.42094 268.60054 279.91361 282.00784 @E
[0.00021766 0.00000000 0.00000000 0.00021766 270.42081867 268.81837052] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (b) @t
12448 0 m
5532 0 L
5532 60601 L
12975 60601 L
12975 38974 L
16118 42914 20127 44895 25003 44895 c
27698 44895 30265 44344 32668 43265 c
35083 42174 37075 40639 38623 38669 c
40182 36700 41412 34321 42280 31543 c
43160 28753 43605 25776 43605 22611 c
43605 15086 41740 9271 38025 5169 c
34309 1067 29843 -996 24639 -996 c
19458 -996 15379 1172 12436 5497 C
12448 0 L
@c
12366 22283 m
12366 17020 13069 13210 14500 10866 c
16845 7044 20021 5122 24018 5122 c
27265 5122 30078 6540 32446 9354 c
34813 12178 35997 16399 35997 21990 c
35997 27710 34860 31953 32586 34673 c
30312 37404 27558 38775 24346 38775 c
21099 38775 18286 37357 15919 34544 c
13550 31719 12354 27616 12354 22272 C
12366 22283 L
@c
F
T
@rax 243.29140 233.52123 252.33420 243.50967 @E
[0.00021766 0.00000000 0.00000000 0.00021766 243.29134578 233.73902440] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (c) @t
34227 16083 m
41541 15122 L
40744 10080 38693 6130 35411 3282 c
32117 434 28062 -996 23268 -996 c
17267 -996 12424 973 8779 4888 c
5134 8814 3305 14454 3305 21779 c
3305 26515 4091 30676 5661 34227 c
7232 37779 9623 40451 12823 42221 c
16036 44004 19541 44895 23315 44895 c
28074 44895 31988 43687 35012 41272 c
38037 38857 39994 35434 40838 31004 C
33606 29879 L
32926 32832 31695 35059 29949 36536 c
28202 38025 26081 38775 23596 38775 c
19857 38775 16809 37427 14465 34743 c
12120 32059 10948 27804 10948 21990 c
10948 16094 12085 11803 14336 9131 c
16598 6458 19552 5122 23186 5122 c
26104 5122 28554 6025 30500 7806 c
32457 9588 33711 12354 34227 16071 c
34227 16083 L
@c
F
T
@rax 77.74583 165.48973 90.32485 179.12920 @E
[0.00021766 0.00000000 0.00000000 0.00021766 77.74592832 165.71466363] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (C) @t
49771 21252 m
57788 19212 L
56112 12635 53076 7607 48716 4149 c
44356 692 38998 -1043 32692 -1043 c
26163 -1043 20842 293 16763 2942 c
12671 5603 9553 9459 7420 14500 c
5286 19541 4208 24967 4208 30746 c
4208 37052 5415 42574 7818 47262 c
10233 51963 13667 55538 18122 57976 c
22576 60414 27476 61633 32821 61633 c
38880 61633 43992 60085 48118 57003 c
52244 53920 55139 49571 56757 43980 C
48856 42115 L
47450 46524 45410 49747 42738 51752 c
40064 53768 36700 54776 32657 54776 c
28003 54776 24100 53650 20982 51423 c
17853 49196 15649 46184 14383 42433 c
13116 38669 12483 34778 12483 30793 c
12483 25636 13233 21135 14735 17302 c
16235 13456 18568 10584 21732 8685 c
24897 6787 28343 5825 32035 5825 c
36524 5825 40334 7126 43441 9705 c
46559 12296 48669 16153 49771 21240 c
49771 21252 L
@c
F
T
@rax 121.59014 368.92828 133.93672 382.11761 @E
[0.00021766 0.00000000 0.00000000 0.00021766 121.61878102 368.92822371] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (A) @t
-141 0 m
23151 60601 L
31789 60601 L
56592 0 L
47450 0 L
40381 18345 L
15040 18345 L
8381 0 L
-141 0 L
@c
17360 24885 m
37908 24885 L
31578 41670 l
29656 46758 28214 50955 27276 54236 C
26503 50345 25413 46477 24018 42656 c
17360 24885 L
@c
F
T
@rax 419.27187 344.77682 430.58183 357.96643 @E
[0.00021766 0.00000000 0.00000000 0.00021766 419.27182886 344.77693330] @tm
 0 O 0 @g
0.00 0.00 0.00 1.00 k
e

% FontChange:/_Arial 84666.00000 z
%CHAR: 0 0 (B) @t
6201 0 m
6201 60601 L
28929 60601 l
33559 60601 37286 59980 40076 58761 c
42867 57542 45071 55643 46641 53100 c
48224 50556 49021 47884 49021 45094 c
49021 42515 48317 40064 46922 37779 c
45516 35493 43383 33641 40545 32235 C
44203 31168 47028 29328 48997 26749 c
50966 24159 51963 21088 51963 17560 c
51963 14723 51365 12085 50169 9647 c
48974 7209 47473 5321 45715 4009 c
43957 2684 41729 1676 39080 1008 c
36431 340 33161 0 29304 0 c
6201 0 L
@c
14219 35141 m
27323 35130 l
30875 35130 33430 35364 34966 35833 c
37005 36442 38541 37450 39572 38857 c
40603 40264 41131 42033 41131 44145 c
41131 46161 40650 47931 39689 49454 c
38728 50978 37333 52033 35552 52596 c
33758 53158 30676 53451 26327 53451 c
14219 53451 L
14219 35141 L
@c
14219 7150 m
29304 7150 l
31895 7150 33723 7244 34766 7431 c
36607 7759 38154 8322 39384 9084 c
40627 9858 41647 10983 42445 12460 c
43242 13936 43652 15637 43652 17560 c
43652 19822 43066 21791 41916 23455 c
40768 25120 39150 26292 37099 26960 c
35048 27640 32082 27980 28226 27980 c
14219 27980 L
14219 7150 L
@c
F
T
@rax %Note: Object
261.56608 194.14970 300.50872 234.18142 @E
0 J 0 j [2 5 ] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.21600 0.21600 0.00000 @w
300.50872 234.18142 m
276.19228 224.62866 261.56608 197.55694 287.02261 194.14970 C
S
@j
0.00 0.00 0.00 1.00 K
0.00 0.00 0.00 1.00 k
0 @g
0 @G
[] 0 d 0 J 0 j
0 R 0 O
0 1.00800 1.00800 0 @w
290.53729 193.67943 m
283.94476 197.61279 L
284.67638 195.48085 284.40907 193.48271 283.14255 191.61836 C
290.53729 193.67943 L
f
@J

@rax %Note: Object
114.16252 248.54570 280.20444 271.78214 @E
0 J 0 j [2 5 ] 0 d 0 R 0 @G
0.00 0.00 0.00 1.00 K
0 0.72000 0.72000 0.00000 @w
114.16252 271.78214 m
280.20444 248.54570 L
S

%%PageTrailer
@rs
@rs
%%Trailer
@EndSysCorelDict
end
%%DocumentSuppliedResources: procset wCorel6Dict
%%EOF