summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/type3/mpfonts/msam6.t3
blob: dfe35d36125c5b8bd827edb69b75005364845376 (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
8 dict dup begin
/FontType 3 def
/FontMatrix [ 0.001 0 0 0.001 0 0 ] def
/FontBBox [ 0 0 0 0 ] def
/Encoding 256 array def
0 1 255 {Encoding exch /.notdef put} for
Encoding 0 /ch0 put
Encoding 1 /ch1 put
Encoding 2 /ch2 put
Encoding 3 /ch3 put
Encoding 4 /ch4 put
Encoding 5 /ch5 put
Encoding 6 /ch6 put
Encoding 7 /ch7 put
Encoding 8 /ch8 put
Encoding 9 /ch9 put
Encoding 10 /ch10 put
Encoding 11 /ch11 put
Encoding 12 /ch12 put
Encoding 13 /ch13 put
Encoding 14 /ch14 put
Encoding 15 /ch15 put
Encoding 16 /ch16 put
Encoding 17 /ch17 put
Encoding 18 /ch18 put
Encoding 19 /ch19 put
Encoding 20 /ch20 put
Encoding 21 /ch21 put
Encoding 22 /ch22 put
Encoding 23 /ch23 put
Encoding 24 /ch24 put
Encoding 25 /ch25 put
Encoding 26 /ch26 put
Encoding 27 /ch27 put
Encoding 28 /ch28 put
Encoding 29 /ch29 put
Encoding 30 /ch30 put
Encoding 31 /ch31 put
Encoding 32 /ch32 put
Encoding 33 /ch33 put
Encoding 34 /ch34 put
Encoding 35 /ch35 put
Encoding 36 /ch36 put
Encoding 37 /ch37 put
Encoding 38 /ch38 put
Encoding 39 /ch39 put
Encoding 40 /ch40 put
Encoding 41 /ch41 put
Encoding 42 /ch42 put
Encoding 43 /ch43 put
Encoding 44 /ch44 put
Encoding 45 /ch45 put
Encoding 46 /ch46 put
Encoding 47 /ch47 put
Encoding 48 /ch48 put
Encoding 49 /ch49 put
Encoding 50 /ch50 put
Encoding 51 /ch51 put
Encoding 52 /ch52 put
Encoding 53 /ch53 put
Encoding 54 /ch54 put
Encoding 55 /ch55 put
Encoding 56 /ch56 put
Encoding 57 /ch57 put
Encoding 58 /ch58 put
Encoding 59 /ch59 put
Encoding 60 /ch60 put
Encoding 61 /ch61 put
Encoding 62 /ch62 put
Encoding 63 /ch63 put
Encoding 64 /ch64 put
Encoding 65 /ch65 put
Encoding 66 /ch66 put
Encoding 67 /ch67 put
Encoding 68 /ch68 put
Encoding 69 /ch69 put
Encoding 70 /ch70 put
Encoding 71 /ch71 put
Encoding 72 /ch72 put
Encoding 73 /ch73 put
Encoding 74 /ch74 put
Encoding 75 /ch75 put
Encoding 76 /ch76 put
Encoding 77 /ch77 put
Encoding 78 /ch78 put
Encoding 79 /ch79 put
Encoding 80 /ch80 put
Encoding 81 /ch81 put
Encoding 82 /ch82 put
Encoding 83 /ch83 put
Encoding 84 /ch84 put
Encoding 85 /ch85 put
Encoding 86 /ch86 put
Encoding 87 /ch87 put
Encoding 88 /ch88 put
Encoding 89 /ch89 put
Encoding 90 /ch90 put
Encoding 91 /ch91 put
Encoding 92 /ch92 put
Encoding 93 /ch93 put
Encoding 94 /ch94 put
Encoding 95 /ch95 put
Encoding 96 /ch96 put
Encoding 97 /ch97 put
Encoding 98 /ch98 put
Encoding 99 /ch99 put
Encoding 100 /ch100 put
Encoding 101 /ch101 put
Encoding 102 /ch102 put
Encoding 103 /ch103 put
Encoding 104 /ch104 put
Encoding 105 /ch105 put
Encoding 106 /ch106 put
Encoding 107 /ch107 put
Encoding 108 /ch108 put
Encoding 109 /ch109 put
Encoding 110 /ch110 put
Encoding 111 /ch111 put
Encoding 112 /ch112 put
Encoding 113 /ch113 put
Encoding 114 /ch114 put
Encoding 115 /ch115 put
Encoding 116 /ch116 put
Encoding 117 /ch117 put
Encoding 118 /ch118 put
Encoding 119 /ch119 put
Encoding 120 /ch120 put
Encoding 121 /ch121 put
Encoding 122 /ch122 put
Encoding 123 /ch123 put
Encoding 124 /ch124 put
Encoding 125 /ch125 put
Encoding 126 /ch126 put
Encoding 127 /ch127 put
/CharProcs 129 dict def
CharProcs /.notdef { } put
CharProcs /ch0 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.68094 766.0888 moveto
118.63033 766.0393 118.63033 26.72186 118.68094 26.67236 curveto
118.72974 26.6247 837.29314 26.6247 837.34192 26.67236 curveto
837.39255 26.72186 837.39255 766.0393 837.34192 766.0888 curveto
837.29314 766.13647 118.72974 766.13647 118.68094 766.0888 curveto closepath stroke
newpath 537.97221 396.38058 moveto
537.97221 412.28389 531.65367 427.53389 520.4092 438.77835 curveto
509.16473 450.02283 493.91475 456.34135 478.01143 456.34135 curveto
462.10812 456.34135 446.85814 450.02283 435.61366 438.77835 curveto
424.3692 427.53389 418.05066 412.28389 418.05066 396.38058 curveto
418.05066 380.47728 424.3692 365.22728 435.61366 353.98282 curveto
446.85814 342.73836 462.10812 336.41982 478.01143 336.41982 curveto
493.91475 336.41982 509.16473 342.73836 520.4092 353.98282 curveto
531.65367 365.22728 537.97221 380.47728 537.97221 396.38058 curveto closepath fill
} put
CharProcs /ch1 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.68094 766.0888 moveto
118.63033 766.0393 118.63033 26.72186 118.68094 26.67236 curveto
118.72974 26.6247 837.29314 26.6247 837.34192 26.67236 curveto
837.39255 26.72186 837.39255 766.0393 837.34192 766.0888 curveto
837.29314 766.13647 118.72974 766.13647 118.68094 766.0888 curveto closepath stroke
 1 setlinecap
newpath 118.68094 396.38058 moveto
118.73946 396.38058 837.28342 396.38058 837.34192 396.38058 curveto stroke
 53.34473 0 dtransform exch truncate exch idtransform pop setlinewidth
newpath 478.01143 766.0888 moveto
478.01143 766.02863 478.01143 26.73254 478.01143 26.67236 curveto stroke
} put
CharProcs /ch2 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.68094 766.0888 moveto
118.63033 766.0393 118.63033 26.72186 118.68094 26.67236 curveto
118.72974 26.6247 837.29314 26.6247 837.34192 26.67236 curveto
837.39255 26.72186 837.39255 766.0393 837.34192 766.0888 curveto
837.29314 766.13647 118.72974 766.13647 118.68094 766.0888 curveto closepath stroke
 1 setlinecap
newpath 118.68094 766.0888 moveto
118.73946 766.02863 837.28342 26.73254 837.34192 26.67236 curveto stroke
newpath 118.68094 26.67236 moveto
118.73946 26.73254 837.28342 766.02863 837.34192 766.0888 curveto stroke
} put
CharProcs /ch3 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.68094 766.0888 moveto
118.63033 766.0393 118.63033 26.72186 118.68094 26.67236 curveto
118.72974 26.6247 837.29314 26.6247 837.34192 26.67236 curveto
837.39255 26.72186 837.39255 766.0393 837.34192 766.0888 curveto
837.29314 766.13647 118.72974 766.13647 118.68094 766.0888 curveto closepath stroke
} put
CharProcs /ch4 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.68094 766.0888 moveto
118.63033 766.0393 118.63033 26.72186 118.68094 26.67236 curveto
118.72974 26.6247 837.29314 26.6247 837.34192 26.67236 curveto
837.39255 26.72186 837.39255 766.0393 837.34192 766.0888 curveto
837.29314 766.13647 118.72974 766.13647 118.68094 766.0888 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch5 {
379.628 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.25275 185.79764 moveto
118.2412 185.78726 118.2412 26.68274 118.25275 26.67236 curveto
118.26236 26.66377 256.61293 26.66377 256.62254 26.67236 curveto
256.6341 26.68274 256.6341 185.78726 256.62254 185.79764 curveto
256.61293 185.80623 118.26236 185.80623 118.25275 185.79764 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch6 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.6404 281.35266 moveto
118.6404 281.40297 413.3939 685.93233 413.43948 685.93233 curveto
413.48508 685.93233 708.23853 281.40297 708.23853 281.35266 curveto
708.23853 281.30235 413.48508 -123.227 413.43948 -123.227 curveto
413.3939 -123.227 118.6404 281.30235 118.6404 281.35266 curveto closepath stroke
} put
CharProcs /ch7 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.6404 281.35266 moveto
118.6404 281.40297 413.3939 685.93233 413.43948 685.93233 curveto
413.48508 685.93233 708.23853 281.40297 708.23853 281.35266 curveto
708.23853 281.30235 413.48508 -123.227 413.43948 -123.227 curveto
413.3939 -123.227 118.6404 281.30235 118.6404 281.35266 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch8 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 36.89972 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
gsave newpath 478.01134 618.04724 moveto
380.45662 618.04724 286.9608 579.09178 218.11188 509.97525 curveto
149.10172 440.69684 110.45836 346.85219 110.45836 249.06544 curveto
110.45836 151.2787 149.10172 57.43404 218.11188 -11.84436 curveto
286.9608 -80.96089 380.45662 -119.91635 478.01134 -119.91635 curveto
575.56604 -119.91635 669.06186 -80.96089 737.9108 -11.84436 curveto
806.92094 57.43404 845.5643 151.2787 845.5643 249.06544 curveto
845.5643 346.85219 806.92094 440.69684 737.9108 509.97525 curveto
708.78108 539.21815 675.23938 563.06195 638.8449 580.8405 curveto
-1 1 scale stroke grestore
 0 29.98036 dtransform truncate idtransform setlinewidth pop
gsave newpath 463.60193 613.91545 moveto
390.50653 579.87492 337.09984 514.14285 318.74417 435.62685 curveto
309.87509 433.08368 lineto
324.00856 493.53955 357.96515 546.85945 405.47249 585.09415 curveto
405.4727 585.09348 lineto
399.03221 607.55423 lineto
399.03242 607.55357 lineto
338.48264 614.80354 281.4306 642.02728 237.40814 685.80733 curveto
246.27722 688.3505 lineto
303.45068 631.49194 383.5747 604.049 463.60193 613.91545 curveto closepath
gsave fill grestore
-1 1 scale stroke grestore
} put
CharProcs /ch9 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 36.89972 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 478.01143 618.04724 moveto
575.56615 618.04724 669.06197 579.09178 737.9109 509.97525 curveto
806.92105 440.69684 845.5644 346.85219 845.5644 249.06544 curveto
845.5644 151.2787 806.92105 57.43404 737.9109 -11.84436 curveto
669.06197 -80.96089 575.56615 -119.91635 478.01143 -119.91635 curveto
380.45673 -119.91635 286.9609 -80.96089 218.11197 -11.84436 curveto
149.10182 57.43404 110.45847 151.2787 110.45847 249.06544 curveto
110.45847 346.85219 149.10182 440.69684 218.11197 509.97525 curveto
247.24168 539.21815 280.78339 563.06195 317.17789 580.8405 curveto stroke
 0 29.98036 dtransform truncate idtransform setlinewidth pop
newpath 492.42084 613.91545 moveto
565.51624 579.87492 618.92293 514.14285 637.2786 435.62685 curveto
646.14767 433.08368 lineto
632.0142 493.53955 598.05762 546.85945 550.55028 585.09415 curveto
550.55006 585.09348 lineto
556.99055 607.55423 lineto
556.99036 607.55357 lineto
617.54013 614.80354 674.59216 642.02728 718.61462 685.80733 curveto
709.74554 688.3505 lineto
652.57208 631.49194 572.44806 604.049 492.42084 613.91545 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch10 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1107.25888 365.75784 moveto
1107.25888 354.07484 lineto
1107.17845 354.07484 118.81479 354.07484 118.73436 354.07484 curveto
103.15695 354.0749 103.15706 377.44089 118.73436 377.44084 curveto
118.81134 377.44084 1064.12961 377.43585 1064.20642 377.44084 curveto
1064.20642 377.44135 lineto
999.49666 413.35611 945.80528 466.72052 909.48288 531.8071 curveto
918.70944 531.8071 lineto
962.32045 457.83012 1028.36299 399.66864 1107.25888 365.75784 curveto closepath
gsave fill grestore stroke
newpath 107.05197 132.37634 moveto
107.05197 144.05934 lineto
107.13242 144.05934 1095.49606 144.05934 1095.57649 144.05934 curveto
1111.15392 144.0593 1111.15381 120.6933 1095.57649 120.69334 curveto
1095.49953 120.69334 150.18126 120.69833 150.10443 120.69334 curveto
150.10443 120.69284 lineto
214.8142 84.77809 268.50558 31.41367 304.82799 -33.67291 curveto
295.60141 -33.67291 lineto
251.99042 40.30406 185.94786 98.46555 107.05197 132.37634 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch11 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.05197 365.75784 moveto
107.05197 354.07484 lineto
107.13242 354.07484 1095.49606 354.07484 1095.57649 354.07484 curveto
1111.15392 354.0749 1111.15381 377.44089 1095.57649 377.44084 curveto
1095.49953 377.44084 150.18126 377.43585 150.10443 377.44084 curveto
150.10443 377.44135 lineto
214.8142 413.35611 268.50558 466.72052 304.82799 531.8071 curveto
295.60141 531.8071 lineto
251.99042 457.83012 185.94786 399.66864 107.05197 365.75784 curveto closepath
gsave fill grestore stroke
newpath 1107.25888 132.37634 moveto
1107.25888 144.05934 lineto
1107.17845 144.05934 118.81479 144.05934 118.73436 144.05934 curveto
103.15695 144.0593 103.15706 120.6933 118.73436 120.69334 curveto
118.81134 120.69334 1064.12961 120.69833 1064.20642 120.69334 curveto
1064.20642 120.69284 lineto
999.49666 84.77809 945.80528 31.41367 909.48288 -33.67291 curveto
918.70944 -33.67291 lineto
962.32045 40.30406 1028.36299 98.46555 1107.25888 132.37634 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch12 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 118.68094 766.0888 moveto
118.63033 766.0393 118.63033 26.72186 118.68094 26.67236 curveto
118.72974 26.6247 837.29314 26.6247 837.34192 26.67236 curveto
837.39255 26.72186 837.39255 766.0393 837.34192 766.0888 curveto
837.29314 766.13647 118.72974 766.13647 118.68094 766.0888 curveto closepath stroke
 1 setlinecap
newpath 118.68094 396.38058 moveto
118.73946 396.38058 837.28342 396.38058 837.34192 396.38058 curveto stroke
} put
CharProcs /ch13 {
898.143 0 setcharwidth
 0 0 0 setrgbcolor 53.34473
 0 dtransform exch truncate exch idtransform pop setlinewidth [] 0 setdash
 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.6632 26.67236 moveto
118.6632 665.17685 lineto stroke
newpath 352.048 26.67236 moveto
352.048 665.17685 lineto stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 352.048 345.9246 moveto
772.78767 345.9246 lineto stroke
} put
CharProcs /ch14 {
1092.586 0 setcharwidth
 0 0 0 setrgbcolor 53.34473
 0 dtransform exch truncate exch idtransform pop setlinewidth [] 0 setdash
 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.71132 665.17685 moveto
118.71132 26.67236 lineto stroke
newpath 338.75995 665.17685 moveto
338.75995 26.67236 lineto stroke
newpath 558.80856 665.17685 moveto
558.80856 26.67236 lineto stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 558.80856 345.9246 moveto
966.45544 345.9246 lineto stroke
} put
CharProcs /ch15 {
768.514 0 setcharwidth
 0 0 0 setrgbcolor 53.34473
 0 dtransform exch truncate exch idtransform pop setlinewidth [] 0 setdash
 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.61507 665.17685 moveto
118.61507 26.67236 lineto stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 118.61507 462.61702 moveto
643.69191 462.61702 lineto stroke
newpath 118.61507 229.23221 moveto
643.69191 229.23221 lineto stroke
} put
CharProcs /ch16 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1107.25868 249.06544 moveto
1023.20477 223.85396 954.34267 163.20935 918.70929 83.01619 curveto
909.48273 83.01619 lineto
939.45988 150.48013 991.88268 204.84259 1057.08174 237.3828 curveto
1057.08174 237.38245 lineto
1057.00539 237.38245 118.81052 237.38245 118.73416 237.38245 curveto
103.15685 237.38249 103.15685 260.74838 118.73416 260.74844 curveto
118.81052 260.74844 1057.00539 260.74844 1057.08174 260.74844 curveto
1057.08174 260.74808 lineto
991.88268 293.2883 939.45988 347.65074 909.48273 415.1147 curveto
918.70929 415.1147 lineto
954.34267 334.92154 1023.20477 274.27692 1107.25868 249.06544 curveto closepath
gsave fill grestore stroke
newpath 909.48273 249.06544 moveto
825.42883 223.85396 756.56671 163.20935 720.93335 83.01619 curveto
711.70677 83.01619 lineto
741.68393 150.48013 794.10672 204.84259 859.30579 237.3828 curveto
859.30579 237.38245 lineto
859.30579 260.74844 lineto
859.30579 260.74808 lineto
794.10672 293.2883 741.68393 347.65074 711.70677 415.1147 curveto
720.93335 415.1147 lineto
756.56671 334.92154 825.42883 274.27692 909.48273 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch17 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.05197 249.06544 moveto
191.10593 223.85396 259.96803 163.20935 295.60141 83.01619 curveto
304.82799 83.01619 lineto
274.85077 150.48013 222.42798 204.84259 157.22891 237.3828 curveto
157.22891 237.38245 lineto
157.30527 237.38245 1095.50014 237.38245 1095.57649 237.38245 curveto
1111.15381 237.38249 1111.15381 260.74838 1095.57649 260.74844 curveto
1095.50014 260.74844 157.30527 260.74844 157.22891 260.74844 curveto
157.22891 260.74808 lineto
222.42798 293.2883 274.85077 347.65074 304.82799 415.1147 curveto
295.60141 415.1147 lineto
259.96803 334.92154 191.10593 274.27692 107.05197 249.06544 curveto closepath
gsave fill grestore stroke
newpath 304.82799 249.06544 moveto
388.88193 223.85396 457.74405 163.20935 493.37741 83.01619 curveto
502.60399 83.01619 lineto
472.62679 150.48013 420.20398 204.84259 355.00491 237.3828 curveto
355.00491 237.38245 lineto
355.00491 260.74844 lineto
355.00491 260.74808 lineto
420.20398 293.2883 472.62679 347.65074 502.60399 415.1147 curveto
493.37741 415.1147 lineto
457.74405 334.92154 388.88193 274.27692 304.82799 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch18 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.05197 415.11633 moveto
191.10593 389.90485 259.96803 329.26024 295.60141 249.06708 curveto
304.82799 249.06708 lineto
274.85077 316.53102 222.42798 370.89348 157.22891 403.43369 curveto
157.22891 403.43333 lineto
157.30527 403.43333 1095.50014 403.43333 1095.57649 403.43333 curveto
1111.15381 403.43338 1111.15381 426.79927 1095.57649 426.79933 curveto
1095.50014 426.79933 157.30527 426.79933 157.22891 426.79933 curveto
157.22891 426.79897 lineto
222.42798 459.33919 274.85077 513.70163 304.82799 581.16559 curveto
295.60141 581.16559 lineto
259.96803 500.97243 191.10593 440.3278 107.05197 415.11633 curveto closepath
gsave fill grestore stroke
newpath 107.05197 83.01619 moveto
191.10593 57.8047 259.96803 -2.8399 295.60141 -83.03308 curveto
304.82799 -83.03308 lineto
274.85077 -15.56912 222.42798 38.79333 157.22891 71.33354 curveto
157.22891 71.33319 lineto
157.30527 71.33319 1095.50014 71.33319 1095.57649 71.33319 curveto
1111.15381 71.33324 1111.15381 94.69913 1095.57649 94.69919 curveto
1095.50014 94.69919 157.30527 94.69919 157.22891 94.69919 curveto
157.22891 94.69882 lineto
222.42798 127.23904 274.85077 181.60149 304.82799 249.06544 curveto
295.60141 249.06544 lineto
259.96803 168.87228 191.10593 108.22766 107.05197 83.01619 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch19 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1107.25868 415.11633 moveto
1023.20477 389.90485 954.34267 329.26024 918.70929 249.06708 curveto
909.48273 249.06708 lineto
939.45988 316.53102 991.88268 370.89348 1057.08174 403.43369 curveto
1057.08174 403.43333 lineto
1057.00539 403.43333 118.81052 403.43333 118.73416 403.43333 curveto
103.15685 403.43338 103.15685 426.79927 118.73416 426.79933 curveto
118.81052 426.79933 1057.00539 426.79933 1057.08174 426.79933 curveto
1057.08174 426.79897 lineto
991.88268 459.33919 939.45988 513.70163 909.48273 581.16559 curveto
918.70929 581.16559 lineto
954.34267 500.97243 1023.20477 440.3278 1107.25868 415.11633 curveto closepath
gsave fill grestore stroke
newpath 1107.25868 83.01619 moveto
1023.20477 57.8047 954.34267 -2.8399 918.70929 -83.03308 curveto
909.48273 -83.03308 lineto
939.45988 -15.56912 991.88268 38.79333 1057.08174 71.33354 curveto
1057.08174 71.33319 lineto
1057.00539 71.33319 118.81052 71.33319 118.73416 71.33319 curveto
103.15685 71.33324 103.15685 94.69913 118.73416 94.69919 curveto
118.81052 94.69919 1057.00539 94.69919 1057.08174 94.69919 curveto
1057.08174 94.69882 lineto
991.88268 127.23904 939.45988 181.60149 909.48273 249.06544 curveto
918.70929 249.06544 lineto
954.34267 168.87228 1023.20477 108.22766 1107.25868 83.01619 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch20 {
1027.771 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 317.24808 676.85904 moveto
358.58698 600.34128 427.67134 542.56975 510.29662 515.4231 curveto
510.29662 506.19652 lineto
436.54211 530.42868 373.00916 577.91675 328.93195 641.06068 curveto
328.93108 641.06068 lineto
328.93108 640.9949 328.93108 -166.9777 328.93108 -167.04347 curveto
328.93103 -182.62079 305.56514 -182.62079 305.5651 -167.04347 curveto
305.5651 -166.9777 305.5651 640.9949 305.5651 641.06068 curveto
305.56422 641.06068 lineto
261.48701 577.91675 197.95406 530.42868 124.19955 506.19652 curveto
124.19955 515.4231 lineto
206.82483 542.56975 275.9092 600.34128 317.24808 676.85904 curveto closepath
gsave fill grestore stroke
newpath 703.34679 676.85904 moveto
744.68567 600.34128 813.77005 542.56975 896.39531 515.4231 curveto
896.39531 506.19652 lineto
822.64081 530.42868 759.10785 577.91675 715.03064 641.06068 curveto
715.02979 641.06068 lineto
715.02979 640.9949 715.02979 -166.9777 715.02979 -167.04347 curveto
715.02972 -182.62079 691.66383 -182.62079 691.66379 -167.04347 curveto
691.66379 -166.9777 691.66379 640.9949 691.66379 641.06068 curveto
691.66292 641.06068 lineto
647.58572 577.91675 584.05276 530.42868 510.29825 506.19652 curveto
510.29825 515.4231 lineto
592.92352 542.56975 662.00789 600.34128 703.34679 676.85904 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch21 {
1027.771 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 317.24808 -178.72566 moveto
358.58691 -102.20786 427.67134 -44.43633 510.29662 -17.28966 curveto
510.29662 -8.0631 lineto
436.54205 -32.29526 373.0091 -79.78337 328.93195 -142.9273 curveto
328.93108 -142.9273 lineto
328.93108 -142.86153 328.93108 665.11108 328.93108 665.17685 curveto
328.93103 680.75417 305.56514 680.75417 305.5651 665.17685 curveto
305.5651 665.11108 305.5651 -142.86153 305.5651 -142.9273 curveto
305.56422 -142.9273 lineto
261.48708 -79.78337 197.95412 -32.29526 124.19955 -8.0631 curveto
124.19955 -17.28966 lineto
206.82483 -44.43633 275.90926 -102.20786 317.24808 -178.72566 curveto closepath
gsave fill grestore stroke
newpath 703.34679 -178.72566 moveto
744.68562 -102.20786 813.77005 -44.43633 896.39531 -17.28966 curveto
896.39531 -8.0631 lineto
822.64075 -32.29526 759.1078 -79.78337 715.03064 -142.9273 curveto
715.02979 -142.9273 lineto
715.02979 -142.86153 715.02979 665.11108 715.02979 665.17685 curveto
715.02972 680.75417 691.66383 680.75417 691.66379 665.17685 curveto
691.66379 665.11108 691.66379 -142.86153 691.66379 -142.9273 curveto
691.66292 -142.9273 lineto
647.58577 -79.78337 584.05281 -32.29526 510.29825 -8.0631 curveto
510.29825 -17.28966 lineto
592.92352 -44.43633 662.00795 -102.20786 703.34679 -178.72566 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch22 {
541.664 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 268.15338 676.85904 moveto
256.47038 676.85904 lineto
256.47038 676.79036 256.47038 -166.9748 256.47038 -167.04347 curveto
256.47043 -182.62079 279.83633 -182.62079 279.83638 -167.04347 curveto
279.83638 -166.9777 279.83638 641.08913 279.83638 641.1549 curveto
279.83633 643.31834 275.26906 642.33034 277.01971 639.07585 curveto
312.96526 572.25362 367.43214 516.89247 434.20264 479.85835 curveto
434.20264 489.08492 lineto
360.27592 532.40497 302.10387 598.18787 268.15338 676.85904 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch23 {
541.664 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
gsave newpath 268.15338 -178.72235 moveto
256.47038 -178.72235 lineto
256.47038 -178.65367 256.47038 665.11148 256.47038 665.18016 curveto
256.47043 680.75748 279.83633 680.75748 279.83638 665.18016 curveto
279.83638 665.11438 279.83638 -142.95244 279.83638 -143.01822 curveto
279.83633 -145.18166 275.26906 -144.19365 277.01971 -140.93916 curveto
312.96526 -74.11693 367.43214 -18.75578 434.20264 18.27834 curveto
434.20264 9.05177 lineto
360.27592 -34.26828 302.10387 -100.05118 268.15338 -178.72235 curveto closepath
gsave fill grestore
1 -1 scale stroke grestore
} put
CharProcs /ch24 {
541.664 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
gsave newpath 268.15506 676.85904 moveto
279.83806 676.85904 lineto
279.83806 676.79036 279.83806 -166.9748 279.83806 -167.04347 curveto
279.83801 -182.62079 256.4721 -182.62079 256.47206 -167.04347 curveto
256.47206 -166.9777 256.47206 641.08913 256.47206 641.1549 curveto
256.4721 643.31834 261.03938 642.33034 259.28873 639.07585 curveto
223.34319 572.25362 168.8763 516.89247 102.1058 479.85835 curveto
102.1058 489.08492 lineto
176.03252 532.40497 234.20457 598.18787 268.15506 676.85904 curveto closepath
gsave fill grestore
-1 1 scale stroke grestore
} put
CharProcs /ch25 {
541.664 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
gsave newpath 268.15506 -178.72235 moveto
279.83806 -178.72235 lineto
279.83806 -178.65367 279.83806 665.11148 279.83806 665.18016 curveto
279.83801 680.75748 256.4721 680.75748 256.47206 665.18016 curveto
256.47206 665.11438 256.47206 -142.95244 256.47206 -143.01822 curveto
256.4721 -145.18166 261.03938 -144.19365 259.28873 -140.93916 curveto
223.34319 -74.11693 168.8763 -18.75578 102.1058 18.27834 curveto
102.1058 9.05177 lineto
176.03252 -34.26828 234.20457 -100.05118 268.15506 -178.72235 curveto closepath
gsave fill grestore
-1 -1 scale stroke grestore
} put
CharProcs /ch26 {
1351.842 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1236.38487 249.06544 moveto
1152.31245 223.86464 1083.42984 163.21912 1047.78238 83.01619 curveto
1038.5558 83.01619 lineto
1068.54344 150.48512 1120.97911 204.84773 1186.19019 237.3828 curveto
1186.19019 237.38245 lineto
1186.11641 237.38245 279.83745 237.38245 279.76367 237.38245 curveto
264.18637 237.38249 264.18637 260.74838 279.76367 260.74844 curveto
279.83745 260.74844 1186.11641 260.74844 1186.19019 260.74844 curveto
1186.19019 260.74808 lineto
1120.97911 293.28316 1068.54344 347.64577 1038.5558 415.1147 curveto
1047.78238 415.1147 lineto
1083.42984 334.91177 1152.31245 274.26624 1236.38487 249.06544 curveto closepath
gsave fill grestore stroke
newpath 309.51929 249.06544 moveto
225.44687 223.86464 156.56425 163.21912 120.91678 83.01619 curveto
111.69022 83.01619 lineto
141.67786 150.48512 194.11353 204.84773 259.32458 237.3828 curveto
259.32458 237.38245 lineto
259.32458 237.38432 259.32458 260.74655 259.32458 260.74844 curveto
259.32458 260.74808 lineto
194.11353 293.28316 141.67786 347.64577 111.69022 415.1147 curveto
120.91678 415.1147 lineto
156.56425 334.91177 225.44687 274.26624 309.51929 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch27 {
1351.842 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.0734 249.06544 moveto
191.14581 223.86464 260.02843 163.21912 295.67589 83.01619 curveto
304.90247 83.01619 lineto
274.91483 150.48512 222.47916 204.84773 157.26808 237.3828 curveto
157.26808 237.38245 lineto
157.34186 237.38245 1063.62082 237.38245 1063.6946 237.38245 curveto
1079.2719 237.38249 1079.2719 260.74838 1063.6946 260.74844 curveto
1063.62082 260.74844 157.34186 260.74844 157.26808 260.74844 curveto
157.26808 260.74808 lineto
222.47916 293.28316 274.91483 347.64577 304.90247 415.1147 curveto
295.67589 415.1147 lineto
260.02843 334.91177 191.14581 274.26624 107.0734 249.06544 curveto closepath
gsave fill grestore stroke
newpath 1033.93898 249.06544 moveto
1118.0114 223.86464 1186.89401 163.21912 1222.54149 83.01619 curveto
1231.76805 83.01619 lineto
1201.78041 150.48512 1149.34474 204.84773 1084.13368 237.3828 curveto
1084.13368 237.38245 lineto
1084.13368 237.38432 1084.13368 260.74655 1084.13368 260.74844 curveto
1084.13368 260.74808 lineto
1149.34474 293.28316 1201.78041 347.64577 1231.76805 415.1147 curveto
1222.54149 415.1147 lineto
1186.89401 334.91177 1118.0114 274.26624 1033.93898 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch28 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.05197 498.1325 moveto
191.10593 472.92104 259.96803 412.27641 295.60141 332.08325 curveto
304.82799 332.08325 lineto
274.85077 399.54721 222.42798 453.90965 157.22891 486.44987 curveto
157.22891 486.44952 lineto
157.30527 486.44952 1095.50014 486.44952 1095.57649 486.44952 curveto
1111.15381 486.44957 1111.15381 509.81546 1095.57649 509.8155 curveto
1095.50014 509.8155 157.30527 509.8155 157.22891 509.8155 curveto
157.22891 509.81516 lineto
222.42798 542.35536 274.85077 596.71782 304.82799 664.18178 curveto
295.60141 664.18178 lineto
259.96803 583.9886 191.10593 523.344 107.05197 498.1325 curveto closepath
gsave fill grestore stroke
newpath 1107.26189 166.034 moveto
1023.20793 140.82251 954.34583 80.1779 918.71245 -0.01526 curveto
909.48589 -0.01526 lineto
939.46309 67.44868 991.88588 121.81114 1057.08495 154.35135 curveto
1057.08495 154.351 lineto
1057.00859 154.351 118.81372 154.351 118.73737 154.351 curveto
103.16005 154.35104 103.16005 177.71695 118.73737 177.717 curveto
118.81372 177.717 1057.00859 177.717 1057.08495 177.717 curveto
1057.08495 177.71664 lineto
991.88588 210.25685 939.46309 264.61931 909.48589 332.08325 curveto
918.71245 332.08325 lineto
954.34583 251.89009 1023.20793 191.24548 1107.26189 166.034 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch29 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1107.26189 498.13414 moveto
1023.20793 472.92267 954.34583 412.27805 918.71245 332.08488 curveto
909.48589 332.08488 lineto
939.46309 399.54883 991.88588 453.91129 1057.08495 486.4515 curveto
1057.08495 486.45114 lineto
1057.00859 486.45114 118.81372 486.45114 118.73737 486.45114 curveto
103.16005 486.4512 103.16005 509.8171 118.73737 509.81714 curveto
118.81372 509.81714 1057.00859 509.81714 1057.08495 509.81714 curveto
1057.08495 509.81679 lineto
991.88588 542.357 939.46309 596.71945 909.48589 664.1834 curveto
918.71245 664.1834 lineto
954.34583 583.99023 1023.20793 523.34563 1107.26189 498.13414 curveto closepath
gsave fill grestore stroke
newpath 107.05197 166.034 moveto
191.10593 140.82251 259.96803 80.1779 295.60141 -0.01526 curveto
304.82799 -0.01526 lineto
274.85077 67.44868 222.42798 121.81114 157.22891 154.35135 curveto
157.22891 154.351 lineto
157.30527 154.351 1095.50014 154.351 1095.57649 154.351 curveto
1111.15381 154.35104 1111.15381 177.71695 1095.57649 177.717 curveto
1095.50014 177.717 157.30527 177.717 157.22891 177.717 curveto
157.22891 177.71664 lineto
222.42798 210.25685 274.85077 264.61931 304.82799 332.08325 curveto
295.60141 332.08325 lineto
259.96803 251.89009 191.10593 191.24548 107.05197 166.034 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch30 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 106.867 553.4815 moveto
190.72754 528.15816 259.37567 467.52356 294.86151 387.43225 curveto
304.08807 387.43225 lineto
274.22015 454.84395 221.93211 509.20436 156.8583 541.79897 curveto
156.8583 541.79851 lineto
156.88649 541.79851 502.90271 541.79851 502.9309 541.79851 curveto
502.9309 26.67236 lineto
502.93095 11.09505 526.29684 11.09505 526.29689 26.67236 curveto
526.29689 26.71526 526.29689 553.43861 526.29689 553.4815 curveto
526.29689 559.93384 521.06624 565.1645 514.61389 565.1645 curveto
514.5848 565.1645 156.8874 565.1645 156.8583 565.1645 curveto
156.8583 565.16405 lineto
221.93211 597.75864 274.22015 652.11905 304.08807 719.53076 curveto
294.86151 719.53076 lineto
259.37567 639.43945 190.72754 578.80486 106.867 553.4815 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch31 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 526.29929 553.4815 moveto
442.43875 528.15816 373.79062 467.52356 338.30478 387.43225 curveto
329.0782 387.43225 lineto
358.94614 454.84395 411.23418 509.20436 476.30798 541.79897 curveto
476.30798 541.79851 lineto
476.2798 541.79851 130.26357 541.79851 130.23538 541.79851 curveto
130.23538 26.67236 lineto
130.23534 11.09505 106.86945 11.09505 106.86938 26.67236 curveto
106.86938 26.71526 106.86938 553.43861 106.86938 553.4815 curveto
106.86938 559.93384 112.10005 565.1645 118.55238 565.1645 curveto
118.58148 565.1645 476.27888 565.1645 476.30798 565.1645 curveto
476.30798 565.16405 lineto
411.23418 597.75864 358.94614 652.11905 329.0782 719.53076 curveto
338.30478 719.53076 lineto
373.79062 639.43945 442.43875 578.80486 526.29929 553.4815 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch32 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1107.25868 249.06544 moveto
1023.20477 223.85396 954.34267 163.20935 918.70929 83.01619 curveto
909.48273 83.01619 lineto
939.45988 150.48013 991.88268 204.84259 1057.08174 237.3828 curveto
1057.08174 237.38245 lineto
1057.05779 237.38245 762.62834 237.38245 762.60439 237.38245 curveto
747.02707 237.38245 747.02707 260.74844 762.60439 260.74844 curveto
762.62834 260.74844 1057.05779 260.74844 1057.08174 260.74844 curveto
1057.08174 260.74808 lineto
991.88268 293.2883 939.45988 347.65074 909.48273 415.1147 curveto
918.70929 415.1147 lineto
954.34267 334.92154 1023.20477 274.27692 1107.25868 249.06544 curveto closepath
gsave fill grestore stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop 1 setlinecap
newpath 103.74397 249.06544 moveto
103.74953 249.07578 213.54262 332.08759 213.55406 332.09007 curveto
213.58113 332.09598 433.14986 166.04082 433.17418 166.04082 curveto
433.1985 166.04082 652.76723 332.09598 652.7943 332.09007 curveto
652.80574 332.08759 762.59883 249.07578 762.60439 249.06544 curveto stroke
} put
CharProcs /ch33 {
1675.914 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.10513 249.06544 moveto
191.21465 223.88611 260.13826 163.23865 295.81406 83.01619 curveto
305.04063 83.01619 lineto
275.03204 150.49515 222.57053 204.85815 157.33545 237.3828 curveto
157.33545 237.38245 lineto
157.35156 237.38245 355.40895 237.38245 355.42508 237.38245 curveto
371.0024 237.38245 371.0024 260.74844 355.42508 260.74844 curveto
355.40895 260.74844 157.35156 260.74844 157.33545 260.74844 curveto
157.33545 260.74808 lineto
222.57053 293.27274 275.03204 347.63574 305.04063 415.1147 curveto
295.81406 415.1147 lineto
260.13826 334.89223 191.21465 274.24477 107.10513 249.06544 curveto closepath
gsave fill grestore stroke
newpath 1559.21297 249.06544 moveto
1475.10345 223.88611 1406.17984 163.23865 1370.50404 83.01619 curveto
1361.27747 83.01619 lineto
1391.28607 150.49515 1443.74757 204.85815 1508.98267 237.3828 curveto
1508.98267 237.38245 lineto
1508.96654 237.38245 1310.90915 237.38245 1310.89302 237.38245 curveto
1295.31572 237.38245 1295.31572 260.74844 1310.89302 260.74844 curveto
1310.90915 260.74844 1508.96654 260.74844 1508.98267 260.74844 curveto
1508.98267 260.74808 lineto
1443.74757 293.27274 1391.28607 347.63574 1361.27747 415.1147 curveto
1370.50404 415.1147 lineto
1406.17984 334.89223 1475.10345 274.24477 1559.21297 249.06544 curveto closepath
gsave fill grestore stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop 1 setlinecap
newpath 355.42508 249.06544 moveto
355.42911 249.07556 450.96129 332.08748 450.97186 332.09007 curveto
450.99802 332.09644 642.04285 166.04082 642.06543 166.04082 curveto
642.08894 166.04082 833.13545 332.09007 833.15895 332.09007 curveto
833.18245 332.09007 1024.22906 166.04082 1024.25256 166.04082 curveto
1024.27516 166.04082 1215.32008 332.09644 1215.34624 332.09007 curveto
1215.35683 332.08748 1310.889 249.07556 1310.89302 249.06544 curveto stroke
} put
CharProcs /ch34 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 107.05197 249.06544 moveto
191.10593 223.85396 259.96803 163.20935 295.60141 83.01619 curveto
304.82799 83.01619 lineto
274.85077 150.48013 222.42798 204.84259 157.22891 237.3828 curveto
157.22891 237.38245 lineto
157.27678 237.38245 745.26985 237.38245 745.31772 237.38245 curveto
760.89503 237.38245 760.89503 260.74844 745.31772 260.74844 curveto
745.26985 260.74844 157.27678 260.74844 157.22891 260.74844 curveto
157.22891 260.74808 lineto
222.42798 293.2883 274.85077 347.65074 304.82799 415.1147 curveto
295.60141 415.1147 lineto
259.96803 334.92154 191.10593 274.27692 107.05197 249.06544 curveto closepath
gsave fill grestore stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop 1 setlinecap
newpath 745.31772 249.06544 moveto
957.10973 249.06544 1107.25868 218.70424 1107.25868 401.27293 curveto
1107.25868 510.04001 1052.00737 553.48038 939.62523 553.48038 curveto
780.10776 553.48038 771.99171 433.781 771.99171 249.06544 curveto
771.99171 -20.75548 lineto stroke
} put
CharProcs /ch35 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1107.26189 249.06544 moveto
1023.20793 223.85396 954.34583 163.20935 918.71245 83.01619 curveto
909.48589 83.01619 lineto
939.46309 150.48013 991.88588 204.84259 1057.08495 237.3828 curveto
1057.08495 237.38245 lineto
1057.03708 237.38245 469.04402 237.38245 468.99614 237.38245 curveto
453.41882 237.38245 453.41882 260.74844 468.99614 260.74844 curveto
469.04402 260.74844 1057.03708 260.74844 1057.08495 260.74844 curveto
1057.08495 260.74808 lineto
991.88588 293.2883 939.46309 347.65074 909.48589 415.1147 curveto
918.71245 415.1147 lineto
954.34583 334.92154 1023.20793 274.27692 1107.26189 249.06544 curveto closepath
gsave fill grestore stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop 1 setlinecap
newpath 468.99614 249.06544 moveto
257.20413 249.06544 107.05518 218.70424 107.05518 401.27293 curveto
107.05518 510.04001 162.30649 553.48038 274.68864 553.48038 curveto
434.2061 553.48038 442.32214 433.781 442.32214 249.06544 curveto
442.32214 -20.75548 lineto stroke
} put
CharProcs /ch36 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
837.34355 132.37303 lineto stroke
newpath 478.01143 766.7787 moveto
455.18369 766.7787 430.90196 765.58073 414.81378 749.49255 curveto
398.7256 733.40437 397.52763 709.12265 397.52763 686.2949 curveto
397.52763 663.46715 398.7256 639.18549 414.81378 623.0973 curveto
430.90196 607.00912 455.18369 605.81116 478.01143 605.81116 curveto
500.83919 605.81116 525.1209 607.00912 541.20909 623.0973 curveto
557.29727 639.18549 558.49524 663.46715 558.49524 686.2949 curveto
558.49524 709.12265 557.29727 733.40437 541.20909 749.49255 curveto
525.1209 765.58073 500.83919 766.7787 478.01143 766.7787 curveto
478.01143 820.12343 lineto
513.505 820.12343 547.54488 806.02379 572.6426 780.92607 curveto
597.74033 755.82834 611.83997 721.78848 611.83997 686.2949 curveto
611.83997 650.80138 597.74033 616.76146 572.6426 591.66379 curveto
547.54488 566.56607 513.505 552.46643 478.01143 552.46643 curveto
442.51787 552.46643 408.478 566.56607 383.38026 591.66379 curveto
358.28255 616.76146 344.1829 650.80138 344.1829 686.2949 curveto
344.1829 721.78848 358.28255 755.82834 383.38026 780.92607 curveto
408.478 806.02379 442.51787 820.12343 478.01143 820.12343 curveto
 closepath fill
} put
CharProcs /ch37 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 783.45407 moveto
177.98056 519.08472 506.69951 470.053 805.17665 470.053 curveto stroke
newpath 150.84622 156.6519 moveto
177.98056 421.02127 506.69951 470.053 805.17665 470.053 curveto stroke
 0 74.6823 dtransform truncate idtransform setlinewidth pop
gsave newpath 110.67915 -275.44395 moveto
110.67915 -169.86188 183.97397 -76.7329 285.01001 -76.7329 curveto
438.22113 -76.7329 517.80173 -275.44395 671.01286 -275.44395 curveto
772.04889 -275.44395 845.34372 -182.31499 845.34372 -76.7329 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch38 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 783.45407 moveto
805.17665 470.053 lineto
150.84622 156.6519 lineto stroke
 0 74.6823 dtransform truncate idtransform setlinewidth pop
gsave newpath 110.67915 -275.44395 moveto
110.67915 -169.86188 183.97397 -76.7329 285.01001 -76.7329 curveto
438.22113 -76.7329 517.80173 -275.44395 671.01286 -275.44395 curveto
772.04889 -275.44395 845.34372 -182.31499 845.34372 -76.7329 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch39 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 823.04195 moveto
805.17665 546.31535 lineto
150.84622 269.58878 lineto stroke
 0 74.6823 dtransform truncate idtransform setlinewidth pop
gsave newpath 110.67915 -78.48686 moveto
110.67915 12.1487 191.44342 80.21565 285.01001 80.21565 curveto
429.55733 80.21565 526.46555 -78.48686 671.01286 -78.48686 curveto
764.57944 -78.48686 845.34372 -10.4199 845.34372 80.21565 curveto
0.49998 1 scale stroke grestore
gsave newpath 110.67915 -351.88022 moveto
110.67915 -261.24466 191.44342 -193.1777 285.01001 -193.1777 curveto
429.55733 -193.1777 526.46555 -351.88022 671.01286 -351.88022 curveto
764.57944 -351.88022 845.34372 -283.81326 845.34372 -193.1777 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch40 {
1351.842 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 1063.69087 410.07726 moveto
1106.39389 410.07726 1147.34792 393.1137 1177.54352 362.91809 curveto
1207.73912 332.72247 1224.70268 291.76845 1224.70268 249.06544 curveto
1224.70268 206.36243 1207.73912 165.40836 1177.54352 135.21275 curveto
1147.34792 105.01714 1106.39389 88.05357 1063.69087 88.05357 curveto
1020.98787 88.05357 980.03384 105.01714 949.83823 135.21275 curveto
919.64262 165.40836 902.67906 206.36243 902.67906 249.06544 curveto
902.67906 291.76845 919.64262 332.72247 949.83823 362.91809 curveto
980.03384 393.1137 1020.98787 410.07726 1063.69087 410.07726 curveto closepath stroke
 1 setlinecap
newpath 118.75186 249.06544 moveto
118.81348 249.06544 875.94508 249.06544 876.0067 249.06544 curveto stroke
} put
CharProcs /ch41 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor
newpath 184.07547 -20.75548 moveto
184.07547 -4.85216 177.75693 10.39783 166.51247 21.6423 curveto
155.26799 32.88676 140.018 39.2053 124.1147 39.2053 curveto
108.21138 39.2053 92.9614 32.88676 81.71692 21.6423 curveto
70.47246 10.39783 64.15392 -4.85216 64.15392 -20.75548 curveto
64.15392 -36.65878 70.47246 -51.90877 81.71692 -63.15324 curveto
92.9614 -74.3977 108.21138 -80.71625 124.1147 -80.71625 curveto
140.018 -80.71625 155.26799 -74.3977 166.51247 -63.15324 curveto
177.75693 -51.90877 184.07547 -36.65878 184.07547 -20.75548 curveto closepath fill
newpath 762.725 -20.75548 moveto
762.725 -4.85216 756.40646 10.39783 745.162 21.6423 curveto
733.91753 32.88676 718.66754 39.2053 702.76424 39.2053 curveto
686.86092 39.2053 671.61093 32.88676 660.36646 21.6423 curveto
649.122 10.39783 642.80345 -4.85216 642.80345 -20.75548 curveto
642.80345 -36.65878 649.122 -51.90877 660.36646 -63.15324 curveto
671.61093 -74.3977 686.86092 -80.71625 702.76424 -80.71625 curveto
718.66754 -80.71625 733.91753 -74.3977 745.162 -63.15324 curveto
756.40646 -51.90877 762.725 -36.65878 762.725 -20.75548 curveto closepath fill
newpath 473.40025 480.37115 moveto
473.40025 496.27446 467.08173 511.52444 455.83725 522.76892 curveto
444.59279 534.01338 429.34279 540.33192 413.43948 540.33192 curveto
397.53618 540.33192 382.28618 534.01338 371.04172 522.76892 curveto
359.79726 511.52444 353.47871 496.27446 353.47871 480.37115 curveto
353.47871 464.46783 359.79726 449.21785 371.04172 437.97339 curveto
382.28618 426.72891 397.53618 420.41037 413.43948 420.41037 curveto
429.34279 420.41037 444.59279 426.72891 455.83725 437.97339 curveto
467.08173 449.21785 473.40025 464.46783 473.40025 480.37115 curveto closepath fill
} put
CharProcs /ch42 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor
newpath 184.07547 480.37115 moveto
184.07547 496.27446 177.75693 511.52444 166.51247 522.76892 curveto
155.26799 534.01338 140.018 540.33192 124.1147 540.33192 curveto
108.21138 540.33192 92.9614 534.01338 81.71692 522.76892 curveto
70.47246 511.52444 64.15392 496.27446 64.15392 480.37115 curveto
64.15392 464.46783 70.47246 449.21785 81.71692 437.97339 curveto
92.9614 426.72891 108.21138 420.41037 124.1147 420.41037 curveto
140.018 420.41037 155.26799 426.72891 166.51247 437.97339 curveto
177.75693 449.21785 184.07547 464.46783 184.07547 480.37115 curveto closepath fill
newpath 762.725 480.37115 moveto
762.725 496.27446 756.40646 511.52444 745.162 522.76892 curveto
733.91753 534.01338 718.66754 540.33192 702.76424 540.33192 curveto
686.86092 540.33192 671.61093 534.01338 660.36646 522.76892 curveto
649.122 511.52444 642.80345 496.27446 642.80345 480.37115 curveto
642.80345 464.46783 649.122 449.21785 660.36646 437.97339 curveto
671.61093 426.72891 686.86092 420.41037 702.76424 420.41037 curveto
718.66754 420.41037 733.91753 426.72891 745.162 437.97339 curveto
756.40646 449.21785 762.725 464.46783 762.725 480.37115 curveto closepath fill
newpath 473.40025 -20.75548 moveto
473.40025 -4.85216 467.08173 10.39783 455.83725 21.6423 curveto
444.59279 32.88676 429.34279 39.2053 413.43948 39.2053 curveto
397.53618 39.2053 382.28618 32.88676 371.04172 21.6423 curveto
359.79726 10.39783 353.47871 -4.85216 353.47871 -20.75548 curveto
353.47871 -36.65878 359.79726 -51.90877 371.04172 -63.15324 curveto
382.28618 -74.3977 397.53618 -80.71625 413.43948 -80.71625 curveto
429.34279 -80.71625 444.59279 -74.3977 455.83725 -63.15324 curveto
467.08173 -51.90877 473.40025 -36.65878 473.40025 -20.75548 curveto closepath fill
} put
CharProcs /ch43 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
837.34355 132.37303 lineto stroke
 0 36.89972 dtransform truncate idtransform setlinewidth pop
newpath 430.0443 599.14265 moveto
430.0443 572.65022 451.52065 551.17387 478.01306 551.17387 curveto
504.5055 551.17387 525.98183 572.65022 525.98183 599.14265 curveto
525.98183 625.63507 504.5055 647.11142 478.01306 647.11142 curveto
451.52065 647.11142 430.0443 625.63507 430.0443 599.14265 curveto closepath
gsave fill grestore stroke
newpath 430.0443 -101.01176 moveto
430.0443 -127.5042 451.52065 -148.98055 478.01306 -148.98055 curveto
504.5055 -148.98055 525.98183 -127.5042 525.98183 -101.01176 curveto
525.98183 -74.51935 504.5055 -53.043 478.01306 -53.043 curveto
451.52065 -53.043 430.0443 -74.51935 430.0443 -101.01176 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch44 {
907.399 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 91.00455 365.75784 moveto
813.00278 365.75784 lineto stroke
newpath 91.00455 132.37303 moveto
813.00278 132.37303 lineto stroke
newpath 226.83536 552.46643 moveto
677.17201 552.46643 lineto
452.00368 942.47052 lineto
 closepath stroke
} put
CharProcs /ch45 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 764.58107 moveto
778.0423 500.21172 449.32336 451.18 150.84622 451.18 curveto stroke
newpath 805.17665 137.7789 moveto
778.0423 402.14827 449.32336 451.18 150.84622 451.18 curveto stroke
 0 74.6823 dtransform truncate idtransform setlinewidth pop
gsave newpath 110.67915 -260.9765 moveto
110.67915 -167.97034 190.31631 -95.6059 285.01001 -95.6059 curveto
430.88193 -95.6059 525.14095 -260.9765 671.01286 -260.9765 curveto
765.70654 -260.9765 845.34372 -188.61206 845.34372 -95.6059 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch46 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 764.58107 moveto
150.84622 451.18 lineto
805.17665 137.7789 lineto stroke
 0 74.6823 dtransform truncate idtransform setlinewidth pop
gsave newpath 110.67915 -260.9765 moveto
110.67915 -167.97034 190.31631 -95.6059 285.01001 -95.6059 curveto
430.88193 -95.6059 525.14095 -260.9765 671.01286 -260.9765 curveto
765.70654 -260.9765 845.34372 -188.61206 845.34372 -95.6059 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch47 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 823.04195 moveto
150.84622 546.31535 lineto
805.17665 269.58878 lineto stroke
 0 74.6823 dtransform truncate idtransform setlinewidth pop
gsave newpath 110.67915 -78.48686 moveto
110.67915 12.1487 191.44342 80.21565 285.01001 80.21565 curveto
429.55733 80.21565 526.46555 -78.48686 671.01286 -78.48686 curveto
764.57944 -78.48686 845.34372 -10.4199 845.34372 80.21565 curveto
0.49998 1 scale stroke grestore
gsave newpath 110.67915 -351.88022 moveto
110.67915 -261.24466 191.44342 -193.1777 285.01001 -193.1777 curveto
429.55733 -193.1777 526.46555 -351.88022 671.01286 -351.88022 curveto
764.57944 -351.88022 845.34372 -283.81326 845.34372 -193.1777 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch48 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 439.40308 moveto
150.84622 126.002 lineto
805.17665 -187.39908 lineto stroke
newpath 805.17665 672.78789 moveto
150.84622 359.38681 lineto stroke
} put
CharProcs /ch49 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 439.40308 moveto
805.17665 126.002 lineto
150.84622 -187.39908 lineto stroke
newpath 150.84622 672.78789 moveto
805.17665 359.38681 lineto stroke
} put
CharProcs /ch50 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17339 653.47453 moveto
778.03925 389.1074 449.32402 340.07344 150.84947 340.07344 curveto stroke
newpath 805.17339 26.67236 moveto
778.03925 291.03949 449.32402 340.07344 150.84947 340.07344 curveto stroke
newpath 676.50577 833.5146 moveto
653.57674 610.118 398.08388 520.11353 150.84947 520.11353 curveto stroke
} put
CharProcs /ch51 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 653.47453 moveto
177.98056 389.10516 506.69951 340.07344 805.17665 340.07344 curveto stroke
newpath 150.84622 26.67236 moveto
177.98056 291.04172 506.69951 340.07344 805.17665 340.07344 curveto stroke
newpath 279.51384 833.5146 moveto
302.44304 610.11606 557.93965 520.11353 805.17665 520.11353 curveto stroke
} put
CharProcs /ch52 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17339 653.47453 moveto
778.03925 389.1074 449.32402 340.07344 150.84947 340.07344 curveto stroke
newpath 805.17339 26.67236 moveto
778.03925 291.03949 449.32402 340.07344 150.84947 340.07344 curveto stroke
newpath 676.50577 -153.36772 moveto
653.57674 70.0289 398.08388 160.03337 150.84947 160.03337 curveto stroke
} put
CharProcs /ch53 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 812.19551 moveto
150.84622 498.79443 lineto
805.17665 185.39334 lineto stroke
newpath 805.17665 5.35327 moveto
150.84622 5.35327 lineto stroke
newpath 805.17665 -228.03154 moveto
150.84622 -228.03154 lineto stroke
} put
CharProcs /ch54 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 672.78789 moveto
150.84622 359.38681 lineto
805.17665 45.98572 lineto stroke
newpath 805.17665 -187.39908 moveto
150.84622 126.002 lineto stroke
} put
CharProcs /ch55 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 858.52138 730.39235 moveto
97.5015 453.66577 lineto
858.52138 176.9392 lineto stroke
newpath 97.5015 246.95332 moveto
858.52138 -29.77325 lineto
97.5015 -306.49983 lineto stroke
} put
CharProcs /ch56 {
365.741 0 setcharwidth
 0 0 0 setrgbcolor 0 27.67477 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 60.50624 479.82558 moveto
259.75768 52.39055 lineto
286.59477 62.91774 lineto
142.0887 511.82741 lineto
122.99634 571.13797 34.18083 536.29898 60.50624 479.82558 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch57 {
583.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 122.48354 249.06544 moveto
458.66405 249.06544 lineto stroke
} put
CharProcs /ch58 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
837.34355 132.37303 lineto stroke
 0 29.98036 dtransform truncate idtransform setlinewidth pop
newpath 792.3722 599.14265 moveto
792.3722 574.30565 812.50655 554.1713 837.34355 554.1713 curveto
862.18056 554.1713 882.31496 574.30565 882.31496 599.14265 curveto
882.31496 623.97966 862.18056 644.11406 837.34355 644.11406 curveto
812.50655 644.11406 792.3722 623.97966 792.3722 599.14265 curveto closepath
gsave fill grestore stroke
newpath 73.70796 -101.01176 moveto
73.70796 -125.84877 93.84232 -145.98312 118.67932 -145.98312 curveto
143.51631 -145.98312 163.65073 -125.84877 163.65073 -101.01176 curveto
163.65073 -76.17477 143.51631 -56.04036 118.67932 -56.04036 curveto
93.84232 -56.04036 73.70796 -76.17477 73.70796 -101.01176 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch59 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
837.34355 132.37303 lineto stroke
 0 29.98036 dtransform truncate idtransform setlinewidth pop
newpath 73.70796 599.14265 moveto
73.70796 574.30565 93.84232 554.1713 118.67932 554.1713 curveto
143.51631 554.1713 163.65073 574.30565 163.65073 599.14265 curveto
163.65073 623.97966 143.51631 644.11406 118.67932 644.11406 curveto
93.84232 644.11406 73.70796 623.97966 73.70796 599.14265 curveto closepath
gsave fill grestore stroke
newpath 792.3722 -101.01176 moveto
792.3722 -125.84877 812.50655 -145.98312 837.34355 -145.98312 curveto
862.18056 -145.98312 882.31496 -125.84877 882.31496 -101.01176 curveto
882.31496 -76.17477 862.18056 -56.04036 837.34355 -56.04036 curveto
812.50655 -56.04036 792.3722 -76.17477 792.3722 -101.01176 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch60 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 653.47453 moveto
177.98056 389.10516 506.69951 340.07344 805.17665 340.07344 curveto stroke
newpath 150.84622 26.67236 moveto
177.98056 291.04172 506.69951 340.07344 805.17665 340.07344 curveto stroke
newpath 279.51384 -153.36772 moveto
302.44304 70.03082 557.93965 160.03337 805.17665 160.03337 curveto stroke
} put
CharProcs /ch61 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 812.19551 moveto
805.17665 498.79443 lineto
150.84622 185.39334 lineto stroke
newpath 150.84622 5.35327 moveto
805.17665 5.35327 lineto stroke
newpath 150.84622 -228.03154 moveto
805.17665 -228.03154 lineto stroke
} put
CharProcs /ch62 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 672.78789 moveto
805.17665 359.38681 lineto
150.84622 45.98572 lineto stroke
newpath 150.84622 -187.39908 moveto
805.17665 126.002 lineto stroke
} put
CharProcs /ch63 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 730.39235 moveto
805.17665 453.66577 lineto
150.84622 176.9392 lineto stroke
newpath 805.17665 246.95332 moveto
150.84622 -29.77325 lineto
805.17665 -306.49983 lineto stroke
} put
CharProcs /ch64 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 559.1168 moveto
150.84785 559.1168 lineto
150.84785 -67.68535 lineto
805.17665 -67.68535 lineto stroke
} put
CharProcs /ch65 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 124.17386 559.1168 moveto
831.84738 559.1168 lineto
831.84738 -67.68535 lineto
124.17386 -67.68535 lineto stroke
} put
CharProcs /ch66 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 805.17502 245.71573 moveto
150.84785 559.1168 lineto
150.84785 -67.68535 lineto
 closepath stroke
} put
CharProcs /ch67 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.84947 245.71573 moveto
805.17339 559.1168 lineto
805.17339 -67.68535 lineto
 closepath stroke
} put
CharProcs /ch68 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 805.17502 359.38681 moveto
150.84785 672.78789 lineto
150.84785 45.98572 lineto
 closepath stroke
 1 setlinecap
newpath 150.84785 -187.39908 moveto
805.17502 -187.39908 lineto stroke
} put
CharProcs /ch69 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.84947 359.38681 moveto
805.17339 672.78789 lineto
805.17339 45.98572 lineto
 closepath stroke
 1 setlinecap
newpath 805.17339 -187.39908 moveto
150.84947 -187.39908 lineto stroke
} put
CharProcs /ch70 {
1009.262 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 501.07758 676.85904 moveto
405.0363 381.2645 lineto
94.22453 381.26262 lineto
345.67085 198.57762 lineto
249.62738 -97.02863 lineto
501.0725 85.66202 lineto
752.52777 -97.02863 lineto
656.48146 198.56505 lineto
907.93062 381.26262 lineto
597.12674 381.25772 lineto
 closepath
gsave fill grestore stroke
} put
CharProcs /ch71 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 27.67477 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 154.86859 724.5764 moveto
343.95804 635.10533 480.35727 456.45206 480.35727 249.0654 curveto
480.35727 41.67877 343.95804 -136.9745 154.86859 -226.44556 curveto
149.30858 -229.07639 153.25482 -237.41643 158.81485 -234.78561 curveto
355.5541 -141.6949 509.18524 34.60669 509.18524 249.0654 curveto
509.18524 463.52414 355.55415 639.82573 158.81485 732.91644 curveto
153.25482 735.54726 149.30858 727.20721 154.86859 724.5764 curveto closepath
gsave fill grestore stroke
newpath 478.29454 724.5764 moveto
289.2051 635.10533 152.80586 456.45206 152.80586 249.0654 curveto
152.80586 41.67877 289.2051 -136.9745 478.29454 -226.44556 curveto
483.85455 -229.07639 479.90831 -237.41643 474.34828 -234.78561 curveto
277.60904 -141.6949 123.97789 34.60669 123.97789 249.0654 curveto
123.97789 463.52414 277.60898 639.82573 474.34828 732.91644 curveto
479.90831 735.54726 483.85455 727.20721 478.29454 724.5764 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch72 {
805.557 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.77185 553.48038 moveto
399.60591 0 lineto
648.43994 553.48038 lineto
 closepath
gsave fill grestore stroke
} put
CharProcs /ch73 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 805.17502 245.71573 moveto
150.84785 559.1168 lineto
150.84785 -67.68535 lineto
 closepath
gsave fill grestore stroke
} put
CharProcs /ch74 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.84947 245.71573 moveto
805.17339 559.1168 lineto
805.17339 -67.68535 lineto
 closepath
gsave fill grestore stroke
} put
CharProcs /ch75 {
583.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 457.97614 249.06544 moveto
380.60233 218.65118 318.31114 159.0008 284.57576 83.01619 curveto
245.37045 83.01619 lineto
273.79698 147.04327 318.6731 201.93384 374.94968 242.39766 curveto
374.94968 242.39735 lineto
374.92703 242.39735 96.52173 242.39735 96.49908 242.39735 curveto
87.60834 242.39735 87.60834 255.73354 96.49908 255.73354 curveto
96.52173 255.73354 374.92703 255.73354 374.94968 255.73354 curveto
374.94968 255.73323 lineto
318.6731 296.19704 273.79698 351.08762 245.37045 415.1147 curveto
284.57576 415.1147 lineto
318.31114 339.1301 380.60233 279.4797 457.97614 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch76 {
583.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 96.49908 249.06544 moveto
173.87294 218.65118 236.16412 159.0008 269.8995 83.01619 curveto
309.10481 83.01619 lineto
280.67828 147.04327 235.80211 201.93384 179.52554 242.39766 curveto
179.52554 242.39735 lineto
179.54819 242.39735 457.95349 242.39735 457.97614 242.39735 curveto
466.86688 242.39735 466.86688 255.73354 457.97614 255.73354 curveto
457.95349 255.73354 179.54819 255.73354 179.52554 255.73354 curveto
179.52554 255.73323 lineto
235.80211 296.19704 280.67828 351.08762 309.10481 415.1147 curveto
269.8995 415.1147 lineto
236.16412 339.1301 173.87294 279.4797 96.49908 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch77 {
805.557 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.77185 0 moveto
399.60591 553.48038 lineto
648.43994 0 lineto
 closepath stroke
} put
CharProcs /ch78 {
805.557 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.77185 0 moveto
399.60591 553.48038 lineto
648.43994 0 lineto
 closepath
gsave fill grestore stroke
} put
CharProcs /ch79 {
805.557 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 150.77185 553.48038 moveto
399.60591 0 lineto
648.43994 553.48038 lineto
 closepath stroke
} put
CharProcs /ch80 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
837.34355 132.37303 lineto stroke
 0 29.98036 dtransform truncate idtransform setlinewidth pop
newpath 478.01143 365.75784 moveto
542.4589 365.75784 594.70384 313.51291 594.70384 249.06544 curveto
594.70384 184.61798 542.4589 132.37303 478.01143 132.37303 curveto
413.56398 132.37303 361.31903 184.61798 361.31903 249.06544 curveto
361.31903 313.51291 413.56398 365.75784 478.01143 365.75784 curveto closepath stroke
} put
CharProcs /ch81 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 778.50429 963.09561 moveto
150.84622 716.37543 lineto
778.50429 469.65526 lineto stroke
newpath 150.84622 2.88565 moveto
778.50429 -243.83453 lineto
150.84622 -490.5547 lineto stroke
newpath 150.84622 236.27045 moveto
778.50429 236.27045 lineto stroke
} put
CharProcs /ch82 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 963.09561 moveto
778.50429 716.37543 lineto
150.84622 469.65526 lineto stroke
newpath 778.50429 2.88565 moveto
150.84622 -243.83453 lineto
778.50429 -490.5547 lineto stroke
newpath 778.50429 236.27045 moveto
150.84622 236.27045 lineto stroke
} put
CharProcs /ch83 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 392.4302 moveto
805.17665 392.4302 lineto stroke
newpath 150.84622 159.0454 moveto
805.17665 159.0454 lineto stroke
newpath 805.17665 1119.25537 moveto
150.84622 872.53519 lineto
805.17665 625.81502 lineto stroke
newpath 150.84622 -74.3394 moveto
805.17665 -321.05959 lineto
150.84622 -567.77975 lineto stroke
} put
CharProcs /ch84 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 392.4302 moveto
150.84622 392.4302 lineto stroke
newpath 805.17665 159.0454 moveto
150.84622 159.0454 lineto stroke
newpath 150.84622 1119.25537 moveto
805.17665 872.53519 lineto
150.84622 625.81502 lineto stroke
newpath 805.17665 -74.3394 moveto
150.84622 -321.05959 lineto
805.17665 -567.77975 lineto stroke
} put
CharProcs /ch85 {
924.0675 0 setcharwidth
 0 0 0 setrgbcolor
newpath 492.19115 320.63402 moveto
747.308 665.78963 lineto
754.27669 675.2178 765.30577 680.77982 777.02986 680.77982 curveto
788.50072 680.77982 lineto
796.21797 680.77982 800.6485 671.99564 796.06139 665.78963 curveto
505.22388 272.30775 lineto
505.22388 14.99017 lineto
505.22388 6.71133 498.51254 0 490.23369 0 curveto
427.04504 0 lineto
418.76619 0 412.05486 6.71133 412.05486 14.99017 curveto
412.05486 272.30775 lineto
121.21837 665.78963 lineto
116.63126 671.99568 121.06152 680.77982 128.77856 680.77982 curveto
207.35411 680.77982 lineto
219.07765 680.77982 230.10591 675.2174 237.07436 665.78963 curveto
 closepath fill
 0 29.98036 dtransform truncate idtransform setlinewidth pop [] 0 setdash
 1 setlinejoin 10 setmiterlimit
newpath 180.7666 610.44263 moveto
169.13332 626.18161 156.3138 641.85335 138.01384 648.8778 curveto
117.99309 656.5628 86.76805 656.56468 60.61093 656.56468 curveto
60.61093 665.79126 lineto
179.14587 665.79126 lineto
220.05478 610.44263 lineto
 closepath
gsave fill grestore stroke
newpath 259.34296 610.44263 moveto
250.76564 622.04712 248.01704 637.57733 258.4861 645.03416 curveto
274.67047 656.56189 301.28113 656.56468 324.09627 656.56468 curveto
324.09627 665.79126 lineto
179.14587 665.79126 lineto
220.05478 610.44263 lineto
 closepath
gsave fill grestore stroke
 1 1 1 setrgbcolor
newpath 60.61093 680.77982 moveto
100.07472 678.32109 139.60551 677.09087 179.14587 677.09087 curveto
227.48613 677.09087 275.81859 678.32094 324.09627 680.77982 curveto
 closepath fill
 0 0 0 setrgbcolor
newpath 704.58595 582.76912 moveto
716.11568 598.36795 722.80223 618.2863 713.11383 634.42581 curveto
702.66624 651.82999 680.95284 656.56468 660.2871 656.56468 curveto
660.2871 665.79126 lineto
771.6852 665.79126 lineto
710.3218 582.76912 lineto
 closepath
gsave fill grestore stroke
newpath 716.05757 582.76912 moveto
732.79663 605.41586 753.53598 625.02316 778.4826 638.11577 curveto
802.54593 650.74481 829.49805 656.56468 856.66774 656.56468 curveto
856.66774 665.79126 lineto
771.6852 665.79126 lineto
710.3218 582.76912 lineto
 closepath
gsave fill grestore stroke
 1 1 1 setrgbcolor
newpath 660.2871 680.77982 moveto
697.3689 678.3212 734.52196 677.09087 771.6852 677.09087 curveto
800.05272 677.09087 828.4069 678.32166 856.66774 680.77982 curveto
 closepath fill
 0 0 0 setrgbcolor
newpath 427.04504 70.33719 moveto
427.04504 54.64989 423.32538 37.96526 409.43492 31.90201 curveto
391.82913 24.21701 351.19841 24.21512 321.38278 24.21512 curveto
321.38278 14.98856 lineto
458.63942 14.98856 lineto
458.63942 70.33719 lineto
 closepath
gsave fill grestore stroke
newpath 490.23369 70.33719 moveto
490.23369 54.64989 493.95335 37.96526 507.84381 31.90201 curveto
525.4496 24.21701 566.08032 24.21512 595.89595 24.21512 curveto
595.89595 14.98856 lineto
458.63942 14.98856 lineto
458.63942 70.33719 lineto
 closepath
gsave fill grestore stroke
 1 1 1 setrgbcolor
newpath 321.38278 0 moveto
595.89595 0 lineto
550.18504 2.45886 504.41635 3.68893 458.63942 3.68893 curveto
412.86243 3.68893 367.09367 2.45886 321.38278 0 curveto closepath fill
 0 0 0 setrgbcolor 0 40.50894 dtransform truncate idtransform setlinewidth pop
 1 setlinecap
newpath 110.1375 220.50827 moveto
807.14117 220.50827 lineto stroke
newpath 110.1375 453.89307 moveto
807.14117 453.89307 lineto stroke
} put
CharProcs /ch86 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 1095.57649 482.45026 moveto
118.73416 482.45026 lineto stroke
newpath 1095.57649 15.68063 moveto
118.73416 15.68063 lineto stroke
 1 1 1 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
newpath 1095.57649 249.06544 moveto
916.46634 322.11455 776.28595 467.05206 709.25273 648.49951 curveto
1186.63588 648.49951 lineto
1186.63588 -150.36862 lineto
709.25273 -150.36862 lineto
776.28595 31.07883 916.46634 176.01634 1095.57649 249.06544 curveto closepath
gsave fill grestore stroke
 0 0 0 setrgbcolor
newpath 1095.57649 249.06544 moveto
930.32153 165.91322 802.7659 23.16382 738.65675 -150.36862 curveto
679.84877 -150.36862 lineto
736.2839 2.39166 839.20903 132.46252 972.76952 222.3919 curveto
972.76952 222.39308 lineto
972.70001 222.39308 118.80365 222.39308 118.73416 222.39308 curveto
83.17104 222.39313 83.17104 275.73776 118.73416 275.73781 curveto
118.80365 275.73781 972.70001 275.73781 972.76952 275.73781 curveto
972.76952 275.73898 lineto
839.20903 365.66837 736.2839 495.73923 679.84877 648.49951 curveto
738.65675 648.49951 lineto
802.7659 474.96706 930.32153 332.21767 1095.57649 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch87 {
1222.214 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.73416 482.45026 moveto
1095.57649 482.45026 lineto stroke
newpath 118.73416 15.68063 moveto
1095.57649 15.68063 lineto stroke
 1 1 1 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
newpath 118.73416 249.06544 moveto
297.84433 322.11455 438.02472 467.05206 505.05792 648.49951 curveto
27.67477 648.49951 lineto
27.67477 -150.36862 lineto
505.05792 -150.36862 lineto
438.02472 31.07883 297.84433 176.01634 118.73416 249.06544 curveto closepath
gsave fill grestore stroke
 0 0 0 setrgbcolor
newpath 118.73416 249.06544 moveto
283.98918 165.91322 411.5448 23.16388 475.65396 -150.36862 curveto
534.46194 -150.36862 lineto
474.37729 12.27017 355.167 144.95432 202.32527 222.39175 curveto
202.32527 222.39308 lineto
202.39796 222.39308 1095.5038 222.39308 1095.57649 222.39308 curveto
1131.13962 222.39313 1131.13962 275.73776 1095.57649 275.73781 curveto
1095.5038 275.73781 202.39796 275.73781 202.32527 275.73781 curveto
202.32527 275.73914 lineto
355.167 353.17657 474.37729 485.8607 534.46194 648.49951 curveto
475.65396 648.49951 lineto
411.5448 474.96701 283.98918 332.21767 118.73416 249.06544 curveto closepath
gsave fill grestore stroke
} put
CharProcs /ch88 {
1027.771 0 setcharwidth
 0 0 0 setrgbcolor 95.89244
 0 dtransform exch truncate exch idtransform pop setlinewidth [] 0 setdash
 1 setlinecap 1 setlinejoin 10 setmiterlimit
gsave newpath 172.14445 249.06544 moveto
349.42319 0 lineto
415.30186 283.31506 596.09344 526.44438 848.45035 671.09375 curveto
[0.97888 0.56516 -0.20442 0.35406 0 0] concat stroke grestore
} put
CharProcs /ch89 {
768.514 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.61507 685.93233 moveto
381.15349 260.05717 lineto
643.69191 685.93233 lineto stroke
newpath 118.61507 26.67236 moveto
643.69191 26.67236 lineto stroke
} put
CharProcs /ch90 {
768.514 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.61507 26.67236 moveto
381.15349 452.54752 lineto
643.69191 26.67236 lineto stroke
newpath 118.61507 685.93233 moveto
643.69191 685.93233 lineto stroke
} put
CharProcs /ch91 {
768.514 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.61507 -90.02003 moveto
381.15349 335.85512 lineto
643.69191 -90.02003 lineto stroke
newpath 118.61507 569.23993 moveto
643.69191 569.23993 lineto stroke
newpath 118.61507 802.62473 moveto
643.69191 802.62473 lineto stroke
} put
CharProcs /ch92 {
898.143 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 772.78767 665.17685 moveto
118.6632 26.67236 lineto
772.78767 26.67236 lineto stroke
} put
CharProcs /ch93 {
898.143 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 772.78767 691.84921 moveto
118.6632 26.67236 lineto
772.78767 26.67236 lineto stroke
newpath 510.0452 0 moveto
510.0452 113.81032 469.82076 223.46188 397.258 309.97023 curveto stroke
} put
CharProcs /ch94 {
898.143 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 772.78767 529.26404 moveto
118.6632 249.06544 lineto
772.78767 -31.13315 lineto stroke
 53.34473 0 dtransform exch truncate exch idtransform pop setlinewidth
newpath 665.34967 249.06544 moveto
665.34967 323.79398 650.0479 396.94044 621.18237 464.32086 curveto stroke
newpath 665.34967 249.0654 moveto
665.34967 174.33685 650.0479 101.19038 621.18237 33.80997 curveto stroke
} put
CharProcs /ch95 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 580.00668 249.06544 moveto
580.00668 310.24377 555.70009 368.90906 512.44374 412.16536 curveto
469.18742 455.42172 410.52214 479.72832 349.34381 479.72832 curveto
288.16548 479.72832 229.50021 455.42172 186.2439 412.16536 curveto
142.98753 368.90906 118.68094 310.24377 118.68094 249.06544 curveto
118.68094 187.88712 142.98753 129.22183 186.2439 85.96553 curveto
229.50021 42.70917 288.16548 18.40257 349.34381 18.40257 curveto
410.52214 18.40257 469.18742 42.70917 512.44374 85.96553 curveto
555.70009 129.22183 580.00668 187.88712 580.00668 249.06544 curveto closepath stroke
 1 setlinecap
newpath 837.34192 479.72832 moveto
776.16359 479.72832 717.4983 455.42172 674.242 412.16536 curveto
630.98564 368.90906 606.67905 310.24377 606.67905 249.06544 curveto
606.67905 187.88712 630.98564 129.22183 674.242 85.96553 curveto
717.4983 42.70917 776.16359 18.40257 837.34192 18.40257 curveto stroke
} put
CharProcs /ch96 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.68094 356.30173 moveto
196.0108 235.05482 333.75938 168.50151 478.01143 168.50151 curveto
622.26349 168.50151 760.01207 235.05482 837.34192 356.30173 curveto stroke
} put
CharProcs /ch97 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.68094 141.82915 moveto
191.77191 272.70438 328.32385 356.30173 478.01143 356.30173 curveto
627.69902 356.30173 764.25096 272.70438 837.34192 141.82915 curveto stroke
} put
CharProcs /ch98 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 562.46652 moveto
805.15004 562.46652 478.03804 562.46652 478.01143 562.46652 curveto
299.77197 562.46652 150.84622 424.71097 150.84622 249.06544 curveto
150.84622 73.41992 299.77193 -64.33565 478.01143 -64.33565 curveto
478.03804 -64.33565 805.15004 -64.33565 805.17665 -64.33565 curveto stroke
newpath 805.17665 382.42644 moveto
478.01143 382.42644 lineto
399.1974 390.18033 330.8863 328.25996 330.8863 249.06544 curveto
330.8863 169.87093 399.1974 107.95056 478.01143 115.70444 curveto
805.17665 115.70444 lineto stroke
} put
CharProcs /ch99 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 562.46652 moveto
150.87283 562.46652 477.98483 562.46652 478.01143 562.46652 curveto
656.2509 562.46652 805.17665 424.71097 805.17665 249.06544 curveto
805.17665 73.41992 656.25095 -64.33565 478.01143 -64.33565 curveto
477.98483 -64.33565 150.87283 -64.33565 150.84622 -64.33565 curveto stroke
newpath 150.84622 382.42644 moveto
478.01143 382.42644 lineto
556.82547 390.18033 625.13657 328.25996 625.13657 249.06544 curveto
625.13657 169.87093 556.82547 107.95056 478.01143 115.70444 curveto
150.84622 115.70444 lineto stroke
} put
CharProcs /ch100 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.6404 574.23586 moveto
118.6404 574.20502 118.6404 195.38449 118.6404 195.35367 curveto
118.6404 66.0601 266.78717 5.91689 413.43948 5.91689 curveto
560.09175 5.91689 708.23853 66.0601 708.23853 195.35367 curveto
708.23853 195.38449 708.23853 574.20502 708.23853 574.23586 curveto stroke
newpath 298.68048 574.23586 moveto
298.68048 259.64693 lineto
298.68048 209.32866 356.358 185.95697 413.43948 185.95697 curveto
470.52092 185.95697 528.19844 209.32866 528.19844 259.64693 curveto
528.19844 574.23586 lineto stroke
} put
CharProcs /ch101 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.6404 5.91689 moveto
118.6404 5.94772 118.6404 384.76825 118.6404 384.79909 curveto
118.6404 514.09265 266.78717 574.23586 413.43948 574.23586 curveto
560.09175 574.23586 708.23853 514.09265 708.23853 384.79909 curveto
708.23853 384.76825 708.23853 5.94772 708.23853 5.91689 curveto stroke
newpath 298.68048 5.91689 moveto
298.68048 320.50581 lineto
298.68048 370.82408 356.358 394.19577 413.43948 394.19577 curveto
470.52092 394.19577 528.19844 370.82408 528.19844 320.50581 curveto
528.19844 5.91689 lineto stroke
} put
CharProcs /ch102 {
939.12 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84023 5.91689 moveto
379.39871 29.37384 466.13762 293.75511 466.13762 547.56349 curveto stroke
newpath 781.43495 5.91689 moveto
552.87651 29.37384 466.13762 293.75511 466.13762 547.56349 curveto stroke
} put
CharProcs /ch103 {
939.12 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84023 547.56349 moveto
379.39871 524.10654 466.13762 259.72527 466.13762 5.91689 curveto stroke
newpath 781.43495 547.56349 moveto
552.87651 524.10654 466.13762 259.72527 466.13762 5.91689 curveto stroke
} put
CharProcs /ch104 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.68094 665.17685 moveto
837.34192 5.91689 lineto stroke
newpath 478.01143 335.54688 moveto
118.68094 5.91689 lineto stroke
} put
CharProcs /ch105 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.68094 5.91689 moveto
837.34192 665.17685 lineto stroke
newpath 478.01143 335.54688 moveto
837.34192 5.91689 lineto stroke
} put
CharProcs /ch106 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 805.17665 812.19551 moveto
805.15004 812.19551 478.03804 812.19551 478.01143 812.19551 curveto
299.77197 812.19551 150.84622 674.43996 150.84622 498.79443 curveto
150.84622 323.1489 299.77193 185.39334 478.01143 185.39334 curveto
478.03804 185.39334 805.15004 185.39334 805.17665 185.39334 curveto stroke
newpath 805.17665 -47.99146 moveto
150.84622 -47.99146 lineto stroke
newpath 805.17665 -281.37627 moveto
150.84622 -281.37627 lineto stroke
} put
CharProcs /ch107 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 150.84622 812.19551 moveto
150.87283 812.19551 477.98483 812.19551 478.01143 812.19551 curveto
656.2509 812.19551 805.17665 674.43996 805.17665 498.79443 curveto
805.17665 323.1489 656.25095 185.39334 478.01143 185.39334 curveto
477.98483 185.39334 150.87283 185.39334 150.84622 185.39334 curveto stroke
newpath 150.84622 -47.99146 moveto
805.17665 -47.99146 lineto stroke
newpath 150.84622 -281.37627 moveto
805.17665 -281.37627 lineto stroke
} put
CharProcs /ch108 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
334.28079 365.75784 lineto
334.28079 445.1381 398.63118 509.4885 478.01143 509.4885 curveto
557.3917 509.4885 621.74208 445.1381 621.74208 365.75784 curveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
837.34355 132.37303 lineto stroke
} put
CharProcs /ch109 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.67932 365.75784 moveto
334.28079 365.75784 lineto
334.28079 445.1381 398.63118 509.4885 478.01143 509.4885 curveto
557.3917 509.4885 621.74208 445.1381 621.74208 365.75784 curveto
837.34355 365.75784 lineto stroke
newpath 118.67932 132.37303 moveto
334.28079 132.37303 lineto
334.28079 52.99278 398.63118 -11.3576 478.01143 -11.3576 curveto
557.3917 -11.3576 621.74208 52.99278 621.74208 132.37303 curveto
837.34355 132.37303 lineto stroke
} put
CharProcs /ch110 {
1611.099 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 741.97742 594.13914 moveto
118.7797 249.06544 lineto
741.97742 -96.00826 lineto stroke
newpath 1112.47006 594.13914 moveto
489.27234 249.06544 lineto
1112.47006 -96.00826 lineto stroke
newpath 1482.9627 594.13914 moveto
859.76497 249.06544 lineto
1482.9627 -96.00826 lineto stroke
} put
CharProcs /ch111 {
1611.099 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.7797 594.13914 moveto
768.64973 249.06544 lineto
118.7797 -96.00826 lineto stroke
newpath 475.9362 594.13914 moveto
1125.80624 249.06544 lineto
475.9362 -96.00826 lineto stroke
newpath 833.09271 594.13914 moveto
1482.96275 249.06544 lineto
833.09271 -96.00826 lineto stroke
} put
CharProcs /ch112 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.54918 269.11214 moveto
118.54918 665.17685 lineto
514.61389 665.17685 lineto stroke
} put
CharProcs /ch113 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 514.61389 269.11214 moveto
514.61389 665.17685 lineto
118.54918 665.17685 lineto stroke
} put
CharProcs /ch114 {
1009.236 0 setcharwidth
 0 0 0 setrgbcolor 0 29.98036 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 320.47311 469.30453 moveto
320.47311 14.99017 lineto
360.60233 14.99017 lineto
360.60233 469.30453 lineto
 closepath
gsave fill grestore stroke
newpath 340.53772 451.5476 moveto
467.17763 451.5476 lineto
505.87099 451.5476 545.90442 448.98404 577.87103 427.10522 curveto
600.66312 411.50569 608.3594 382.835 608.3594 354.91899 curveto
608.3594 327.0215 600.64862 298.37671 577.87103 282.7871 curveto
545.90187 260.90656 505.8745 258.29039 467.17763 258.29039 curveto
340.53772 258.29039 lineto
340.53772 226.00438 lineto
478.13176 226.00438 lineto
531.95302 226.00438 585.84041 236.34041 632.18265 263.7625 curveto
666.67189 284.1708 695.99242 315.44646 695.99242 354.91899 curveto
695.99242 394.48102 666.7105 425.89734 632.18265 446.40155 curveto
585.86935 473.90453 531.96976 484.29472 478.13176 484.29472 curveto
340.53772 484.29472 lineto
 closepath fill
newpath 478.13176 243.30101 moveto
548.99431 243.30101 621.70428 216.46 636.59023 151.28592 curveto
636.59135 151.28099 650.42523 90.71304 650.42635 90.7081 curveto
661.08333 44.04942 672.0025 3.46133 716.16707 3.46133 curveto
750.52489 3.46133 774.98685 35.65703 774.98685 71.7795 curveto
781.90784 71.7795 lineto
781.90784 33.63124 753.39685 1.15407 716.16707 1.15407 curveto
646.41487 1.15407 592.77208 27.5627 592.77208 90.7081 curveto
592.77208 90.71304 592.77208 151.28099 592.77208 151.28592 curveto
592.77208 206.02448 537.3826 240.99376 478.13176 240.99376 curveto
 closepath
gsave fill grestore stroke
newpath 320.47311 413.95753 moveto
320.47311 429.96274 320.47052 449.01344 309.77127 457.77452 curveto
299.072 466.53564 274.98972 466.53778 256.26094 466.53778 curveto
256.26094 469.30617 lineto
340.53772 469.30617 lineto
340.53772 413.95753 lineto
 closepath
gsave fill grestore stroke
newpath 360.60233 413.95753 moveto
360.60233 428.99666 360.60365 449.01344 365.95326 457.77452 curveto
371.16702 466.31308 382.48598 466.53778 392.70845 466.53778 curveto
392.70845 469.30617 lineto
340.53772 469.30617 lineto
340.53772 413.95753 lineto
 closepath
gsave fill grestore stroke
newpath 320.47311 70.33719 moveto
320.47311 54.33197 320.47052 35.28128 309.77127 26.5202 curveto
299.072 17.75908 274.98972 17.75694 256.26094 17.75694 curveto
256.26094 14.98856 lineto
340.53772 14.98856 lineto
340.53772 70.33719 lineto
 closepath
gsave fill grestore stroke
newpath 360.60233 70.33719 moveto
360.60233 54.33197 360.60493 35.28128 371.30418 26.5202 curveto
382.00343 17.75908 406.08572 17.75694 424.8145 17.75694 curveto
424.8145 14.98856 lineto
340.53772 14.98856 lineto
340.53772 70.33719 lineto
 closepath
gsave fill grestore stroke
 1 1 1 setrgbcolor
newpath 256.26094 0 moveto
424.8145 0 lineto
396.78952 2.4581 368.6703 3.68893 340.53772 3.68893 curveto
312.40514 3.68893 284.28593 2.4581 256.26094 0 curveto closepath fill
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 501.06487 669.09285 moveto
731.50984 669.09285 918.32242 482.28027 918.32242 251.8353 curveto
918.32242 21.39032 731.50984 -165.42224 501.06487 -165.42224 curveto
270.61989 -165.42224 83.80733 21.39032 83.80733 251.8353 curveto
83.80733 482.28027 270.61989 669.09285 501.06487 669.09285 curveto closepath stroke
} put
CharProcs /ch115 {
962.941 0 setcharwidth
 0 0 0 setrgbcolor 0 27.67477 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 455.10997 484.29344 moveto
417.61208 484.29344 380.67645 473.1024 351.57202 449.46999 curveto
325.86717 428.59796 308.68536 398.42891 308.68536 365.39842 curveto
308.68536 306.77283 358.7928 262.9095 418.19829 250.34328 curveto
418.20755 250.34135 531.8501 226.3022 531.85934 226.30026 curveto
586.6523 214.70981 630.94856 171.90572 630.94856 117.30121 curveto
630.94856 86.58324 616.14574 58.04156 592.85764 37.94537 curveto
567.41722 15.99188 534.50935 5.07524 500.89764 5.07524 curveto
500.89764 0.00127 lineto
538.8539 0.00127 575.93686 12.65051 604.43558 37.7054 curveto
630.81354 60.89578 647.32224 93.64809 647.32224 128.73152 curveto
647.32224 191.12038 597.56044 240.68805 535.1496 253.88998 curveto
535.14038 253.8919 421.87029 277.85226 421.86108 277.85419 curveto
369.58765 288.9117 325.05905 326.95444 325.05905 378.42213 curveto
325.05905 407.43286 340.43205 433.80751 363.14996 451.97911 curveto
389.09825 472.73463 421.87645 482.4473 455.10997 482.4473 curveto
 closepath
gsave fill grestore stroke
newpath 624.4284 340.03458 moveto
613.7236 433.19397 550.05618 484.29344 455.10997 484.29344 curveto
455.10997 482.4473 lineto
546.0237 482.4473 604.83011 430.29541 615.20184 340.03458 curveto
 closepath
gsave fill grestore stroke
newpath 500.89764 5.07524 moveto
396.45796 5.07524 317.91193 48.53886 317.91193 144.26015 curveto
308.68536 144.26015 lineto
308.68536 44.35808 391.50018 0.00127 500.89764 0.00127 curveto
 closepath
gsave fill grestore stroke
newpath 624.4284 340.03458 moveto
624.4284 484.29344 lineto
622.90504 484.29344 lineto
582.55754 431.8671 lineto
602.63501 408.53233 615.49217 377.65538 619.81514 340.03458 curveto
 closepath
gsave fill grestore stroke
newpath 308.68536 144.26015 moveto
308.68536 0.00127 lineto
310.20872 0.00127 lineto
349.54568 51.11871 lineto
326.59517 73.72856 313.29868 104.55296 313.29868 144.26015 curveto
 closepath
gsave fill grestore stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 478.0038 669.09285 moveto
708.44878 669.09285 895.26135 482.28027 895.26135 251.8353 curveto
895.26135 21.39032 708.44878 -165.42224 478.0038 -165.42224 curveto
247.55882 -165.42224 60.74626 21.39032 60.74626 251.8353 curveto
60.74626 482.28027 247.55882 669.09285 478.0038 669.09285 curveto closepath stroke
} put
CharProcs /ch116 {
833.328 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.6404 5.91689 moveto
118.6404 5.94395 118.6404 338.64629 118.6404 338.67336 curveto
118.6404 462.9949 269.8088 505.04779 413.43944 505.04779 curveto
557.07007 505.04779 708.23848 462.9949 708.23848 338.67336 curveto
708.23848 338.64629 708.23848 5.94395 708.23848 5.91689 curveto stroke
 53.34473 0 dtransform exch truncate exch idtransform pop setlinewidth
newpath 413.43944 5.91689 moveto
413.43944 712.60469 lineto stroke
} put
CharProcs /ch117 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 53.34473
 0 dtransform exch truncate exch idtransform pop setlinewidth [] 0 setdash
 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 478.01143 605.60847 moveto
478.01143 -107.47758 lineto stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 118.67932 249.06544 moveto
837.3435 249.06544 lineto stroke
newpath 544.69234 786.3965 moveto
544.69234 804.08139 537.66707 821.0419 525.16196 833.54701 curveto
512.65685 846.05212 495.69633 853.07741 478.01143 853.07741 curveto
460.32654 853.07741 443.36603 846.05212 430.86092 833.54701 curveto
418.3558 821.0419 411.33052 804.08139 411.33052 786.3965 curveto
411.33052 768.7116 418.3558 751.75108 430.86092 739.24597 curveto
443.36603 726.74086 460.32654 719.71559 478.01143 719.71559 curveto
495.69633 719.71559 512.65685 726.74086 525.16196 739.24597 curveto
537.66707 751.75108 544.69234 768.7116 544.69234 786.3965 curveto closepath fill
} put
CharProcs /ch118 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 74.6823 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
gsave newpath 110.67915 351.13187 moveto
110.67915 243.42195 182.82724 146.99896 285.01001 146.99896 curveto
439.52396 146.99896 516.49886 351.13187 671.0128 351.13187 curveto
773.19559 351.13187 845.34366 254.7089 845.34366 146.99896 curveto
0.49998 1 scale stroke grestore
} put
CharProcs /ch119 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 74.6823 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
gsave newpath 110.67915 464.80295 moveto
110.67915 366.12627 187.54208 284.0605 285.01001 284.0605 curveto
434.11961 284.0605 521.9032 464.80295 671.0128 464.80295 curveto
768.48073 464.80295 845.34366 382.73718 845.34366 284.0605 curveto
0.49998 1 scale stroke grestore
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 118.67932 15.68063 moveto
837.3435 15.68063 lineto stroke
} put
CharProcs /ch120 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 118.54918 401.98161 moveto
118.54918 5.91689 lineto
514.61389 5.91689 lineto stroke
} put
CharProcs /ch121 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 53.34473 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 514.61389 401.98161 moveto
514.61389 5.91689 lineto
118.54918 5.91689 lineto stroke
} put
CharProcs /ch122 {
1027.771 0 setcharwidth
 0 0 0 setrgbcolor 0 26.67236 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 266.23235 -7.4193 moveto
754.36241 -7.4193 lineto
591.14839 54.35965 510.29901 171.4097 510.29901 345.9246 curveto
510.29901 520.43953 591.14839 637.48956 754.36241 699.26851 curveto
266.23235 699.26851 lineto
429.44638 637.48956 510.29576 520.43953 510.29576 345.9246 curveto
510.29576 171.4097 429.44638 54.35965 266.23235 -7.4193 curveto
 closepath
gsave fill grestore stroke
newpath 863.64128 101.85957 moveto
863.64128 589.98964 lineto
801.86234 426.77562 684.8123 345.92624 510.29738 345.92624 curveto
335.78247 345.92624 218.73242 426.77562 156.95349 589.98964 curveto
156.95349 101.85957 lineto
218.73242 265.07361 335.78247 345.92299 510.29738 345.92299 curveto
684.8123 345.92299 801.86234 265.07361 863.64128 101.85957 curveto
 closepath
gsave fill grestore stroke
} put
CharProcs /ch123 {
638.8855 0 setcharwidth
 0 0 0 setrgbcolor 0 106.68945 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 487.94148 545.3632 moveto
487.94148 673.7673 lineto
487.94148 750.2871 402.55501 789.33118 316.58154 789.33118 curveto
230.60808 789.33118 145.22154 750.2871 145.22154 673.7673 curveto
145.22154 148.15314 lineto
145.22154 71.63335 230.60808 32.58925 316.58154 32.58925 curveto
402.55501 32.58925 487.94148 71.63335 487.94148 148.15314 curveto
487.94148 276.55722 lineto stroke
} put
CharProcs /ch124 {
703.7 0 setcharwidth
 0 0 0 setrgbcolor 0 106.68945 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 145.25955 375.60045 moveto
552.47543 375.60045 lineto stroke
 106.68945 0 dtransform exch truncate exch idtransform pop setlinewidth
newpath 348.8675 375.60045 moveto
348.8675 -159.74669 lineto stroke
} put
CharProcs /ch125 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 36.89972 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 478.01138 618.04724 moveto
575.5661 618.04724 669.06192 579.09178 737.91084 509.97525 curveto
806.92099 440.69684 845.56435 346.85219 845.56435 249.06544 curveto
845.56435 151.2787 806.92099 57.43404 737.91084 -11.84436 curveto
669.06192 -80.96089 575.5661 -119.91635 478.01138 -119.91635 curveto
380.45668 -119.91635 286.96086 -80.96089 218.11192 -11.84436 curveto
149.10178 57.43404 110.45847 151.2787 110.45847 249.06544 curveto
110.45847 346.85219 149.10178 440.69684 218.11192 509.97525 curveto
286.96086 579.09178 380.45668 618.04724 478.01138 618.04724 curveto closepath stroke
 0 53.34473 dtransform truncate idtransform setlinewidth pop
newpath 478.01138 383.2276 moveto
513.59343 383.2276 547.71814 369.0928 572.87845 343.93251 curveto
598.03874 318.7722 612.17354 284.64749 612.17354 249.06544 curveto
612.17354 213.4834 598.03874 179.35867 572.87845 154.19838 curveto
547.71814 129.03807 513.59343 114.90329 478.01138 114.90329 curveto
442.42934 114.90329 408.30463 129.03807 383.14432 154.19838 curveto
357.98402 179.35867 343.84927 213.48344 343.84927 249.06544 curveto
343.84927 284.64743 357.98402 318.7722 383.14432 343.93251 curveto
408.30463 369.0928 442.42934 383.2276 478.01138 383.2276 curveto closepath stroke
} put
CharProcs /ch126 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 36.89972 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 478.01138 616.61841 moveto
575.49252 616.61841 668.98128 577.89447 737.91084 508.9649 curveto
806.84041 440.03534 845.56435 346.54659 845.56435 249.06544 curveto
845.56435 151.58429 806.84041 58.09555 737.91084 -10.83401 curveto
668.98128 -79.76358 575.49252 -118.48752 478.01138 -118.48752 curveto
380.53024 -118.48752 287.04149 -79.76364 218.11192 -10.83401 curveto
149.18236 58.0956 110.45847 151.58429 110.45847 249.06544 curveto
110.45847 346.54659 149.18236 440.0353 218.11192 508.9649 curveto
287.04149 577.89452 380.53024 616.61841 478.01138 616.61841 curveto closepath stroke
newpath 471.6928 261.37607 moveto
471.67743 261.3699 283.12698 185.45786 283.11162 185.45169 curveto
266.4833 178.757 260.59454 158.36258 269.08066 141.82915 curveto
277.56671 125.29578 297.56981 118.19083 312.7032 127.79819 curveto
312.7172 127.80704 484.31609 236.74597 484.33008 236.75482 curveto
 closepath fill
newpath 464.17404 249.06544 moveto
464.17252 249.05064 445.61113 67.0095 445.6096 66.99469 curveto
443.79132 49.16216 459.34233 34.59286 478.01143 34.59286 curveto
496.68053 34.59286 512.23154 49.16216 510.41327 66.99469 curveto
510.41174 67.0095 491.85034 249.05064 491.84882 249.06544 curveto
 closepath fill
newpath 471.6928 236.75482 moveto
471.70679 236.74597 643.30568 127.80704 643.31967 127.79819 curveto
658.453 118.19083 678.45616 125.29578 686.94221 141.82915 curveto
695.42833 158.36258 689.53961 178.757 672.91125 185.45169 curveto
672.89589 185.45786 484.34544 261.3699 484.33008 261.37607 curveto
 closepath fill
newpath 484.33008 236.75482 moveto
484.34544 236.76097 672.89589 312.67303 672.91125 312.67918 curveto
689.53957 319.37389 695.42833 339.76831 686.94221 356.30173 curveto
678.45616 372.83511 658.45306 379.94005 643.31967 370.3327 curveto
643.30568 370.32384 471.70679 261.38492 471.6928 261.37607 curveto
 closepath fill
newpath 491.84882 249.06544 moveto
491.85034 249.08025 510.41174 431.12138 510.41327 431.13618 curveto
512.23154 448.96872 496.68053 463.53802 478.01143 463.53802 curveto
459.34233 463.53802 443.79132 448.96872 445.6096 431.13618 curveto
445.61113 431.12138 464.17252 249.08025 464.17404 249.06544 curveto
 closepath fill
newpath 484.33008 261.37607 moveto
484.31609 261.38492 312.7172 370.32384 312.7032 370.3327 curveto
297.56985 379.94005 277.56671 372.83511 269.08066 356.30173 curveto
260.59454 339.76831 266.48326 319.37389 283.11162 312.67918 curveto
283.12698 312.67303 471.67743 236.76097 471.6928 236.75482 curveto
 closepath fill
} put
CharProcs /ch127 {
962.956 0 setcharwidth
 0 0 0 setrgbcolor 0 36.89972 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinejoin 10 setmiterlimit
newpath 478.01138 618.04724 moveto
575.5661 618.04724 669.06192 579.09178 737.91084 509.97525 curveto
806.92099 440.69684 845.56435 346.85219 845.56435 249.06544 curveto
845.56435 151.2787 806.92099 57.43404 737.91084 -11.84436 curveto
669.06192 -80.96089 575.5661 -119.91635 478.01138 -119.91635 curveto
380.45668 -119.91635 286.96086 -80.96089 218.11192 -11.84436 curveto
149.10178 57.43404 110.45847 151.2787 110.45847 249.06544 curveto
110.45847 346.85219 149.10178 440.69684 218.11192 509.97525 curveto
286.96086 579.09178 380.45668 618.04724 478.01138 618.04724 curveto closepath stroke
 1 setlinecap
newpath 303.4599 249.06544 moveto
652.56293 249.06544 lineto stroke
} put
/BuildGlyph {exch begin CharProcs exch get exec end} bind def
/BuildChar {1 index /Encoding get exch get 1 index /BuildGlyph get exec} bind def
end
/msam6 exch definefont pop