summaryrefslogtreecommitdiff
path: root/info/beginlatex/src/p71.ps
blob: 92fb0cba765ca42812576f648bbfe7cf7e20dc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software
%%Title: beginlatex.dvi
%%Pages: 1
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
%%DocumentFonts: Incised901BT-Light Incised901BT-Roman Courier Helvetica
%%+ CarminaBT-Medium Palatino-Roman Courier-Bold Incised901BT-Black
%%+ CarminaBT-MediumItalic CarminaBT-BoldItalic CarminaBT-Bold
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -p 71 -n 1 -o p71.ps beginlatex
%DVIPSParameters: dpi=600, compressed
%DVIPSSource:  TeX output 2003.02.16:1454
%%BeginProcSet: texc.pro
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
(LaserWriter 16/600)]{A length product length le{A length product exch 0
exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end

%%EndProcSet
%%BeginProcSet: pstricks.pro
%!
% PostScript prologue for pstricks.tex.
% Version 97 patch 3, 98/06/01
% For distribution, see pstricks.tex.
%
/tx@Dict 200 dict def tx@Dict begin
/ADict 25 dict def
/CM { matrix currentmatrix } bind def
/SLW /setlinewidth load def
/CLW /currentlinewidth load def
/CP /currentpoint load def
/ED { exch def } bind def
/L /lineto load def
/T /translate load def
/TMatrix { } def
/RAngle { 0 } def
/Atan { /atan load stopped { pop pop 0 } if } def
/Div { dup 0 eq { pop } { div } ifelse } def
/NET { neg exch neg exch T } def
/Pyth { dup mul exch dup mul add sqrt } def
/PtoC { 2 copy cos mul 3 1 roll sin mul } def
/PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def }
def
/PathLength { flattenpath /z 0 def { /y1 ED /x1 ED /y2 y1 def /x2 x1 def
} { /y ED /x ED PathLength@ } {} { /y y2 def /x x2 def PathLength@ }
/pathforall load stopped { pop pop pop pop } if z } def
/STP { .996264 dup scale } def
/STV { SDict begin normalscale end STP  } def
/DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def
PathLength } ifelse /b ED /x ED /y ED /z y x add def b a .5 sub 2 mul y
mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div dup y mul
/y ED x mul /x ED x 0 gt y 0 gt and { [ y x ] 1 a sub y mul } { [ 1 0 ]
0 } ifelse setdash stroke } def
/DotLine { /b PathLength def /a ED /z ED /y CLW def /z y z add def a 0 gt
{ /b b a div def } { a 0 eq { /b b y sub def } { a -3 eq { /b b y add
def } if } ifelse } ifelse [ 0 b b z Div round Div dup 0 le { pop 1 } if
] a 0 gt { 0 } { y 2 div a -2 gt { neg } if } ifelse setdash 1
setlinecap stroke } def
/LineFill { gsave abs CLW add /a ED a 0 dtransform round exch round exch
2 copy idtransform exch Atan rotate idtransform pop /a ED .25 .25
% DG/SR modification begin - Dec. 12, 1997 - Patch 2
%itransform translate pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
itransform pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
% DG/SR modification end
Div cvi /x1 ED /y2 y2 y1 sub def clip newpath 2 setlinecap systemdict
/setstrokeadjust known { true setstrokeadjust } if x2 x1 sub 1 add { x1
% DG/SR modification begin - Jun.  1, 1998 - Patch 3 (from Michael Vulis)
% a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore }
% def
a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore
pop pop } def
% DG/SR modification end
/BeginArrow { ADict begin /@mtrx CM def gsave 2 copy T 2 index sub neg
exch 3 index sub exch Atan rotate newpath } def
/EndArrow { @mtrx setmatrix CP grestore end } def
/Arrow { CLW mul add dup 2 div /w ED mul dup /h ED mul /a ED { 0 h T 1 -1
scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto gsave fill
grestore } def
/Tbar { CLW mul add /z ED z -2 div CLW 2 div moveto z 0 rlineto stroke 0
CLW moveto } def
/Bracket { CLW mul add dup CLW sub 2 div /x ED mul CLW add /y ED /z CLW 2
div def x neg y moveto x neg CLW 2 div L x CLW 2 div L x y L stroke 0
CLW moveto } def
/RoundBracket { CLW mul add dup 2 div /x ED mul /y ED /mtrx CM def 0 CLW
2 div T x y mul 0 ne { x y scale } if 1 1 moveto .85 .5 .35 0 0 0
curveto -.35 0 -.85 .5 -1 1 curveto mtrx setmatrix stroke 0 CLW moveto }
def
/SD { 0 360 arc fill } def
/EndDot { { /z DS def } { /z 0 def } ifelse /b ED 0 z DS SD b { 0 z DS
CLW sub SD } if 0 DS z add CLW 4 div sub moveto } def
/Shadow { [ { /moveto load } { /lineto load } { /curveto load } {
/closepath load } /pathforall load stopped { pop pop pop pop CP /moveto
load } if ] cvx newpath 3 1 roll T exec } def
/NArray { aload length 2 div dup dup cvi eq not { exch pop } if /n exch
cvi def } def
/NArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop } if
f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
/Line { NArray n 0 eq not { n 1 eq { 0 0 /n 2 def } if ArrowA /n n 2 sub
def n { Lineto } repeat CP 4 2 roll ArrowB L pop pop } if } def
/Arcto { /a [ 6 -2 roll ] cvx def a r /arcto load stopped { 5 } { 4 }
ifelse { pop } repeat a } def
/CheckClosed { dup n 2 mul 1 sub index eq 2 index n 2 mul 1 add index eq
and { pop pop /n n 1 sub def } if } def
/Polygon { NArray n 2 eq { 0 0 /n 3 def } if n 3 lt { n { pop pop }
repeat } { n 3 gt { CheckClosed } if n 2 mul -2 roll /y0 ED /x0 ED /y1
ED /x1 ED x1 y1 /x1 x0 x1 add 2 div def /y1 y0 y1 add 2 div def x1 y1
moveto /n n 2 sub def n { Lineto } repeat x1 y1 x0 y0 6 4 roll Lineto
Lineto pop pop closepath } ifelse } def
/Diamond { /mtrx CM def T rotate /h ED /w ED dup 0 eq { pop } { CLW mul
neg /d ED /a w h Atan def /h d a sin Div h add def /w d a cos Div w add
def } ifelse mark w 2 div h 2 div w 0 0 h neg w neg 0 0 h w 2 div h 2
div /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
setmatrix } def
% DG modification begin - Jan. 15, 1997
%/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup 0 eq {
%pop } { CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
%div dup cos exch sin Div mul sub def } ifelse mark 0 d w neg d 0 h w d 0
%d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
%setmatrix } def
/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup
CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
div dup cos exch sin Div mul sub def mark 0 d w neg d 0 h w d 0
d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
% DG/SR modification begin - Jun.  1, 1998 - Patch 3 (from Michael Vulis)
% setmatrix } def
setmatrix pop } def
% DG/SR modification end
/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
def } def
/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
def } def
/CC { /l0 l1 def /x1 x dx sub def /y1 y dy sub def /dx0 dx1 def /dy0 dy1
def CCA /dx dx0 l1 c exp mul dx1 l0 c exp mul add def /dy dy0 l1 c exp
mul dy1 l0 c exp mul add def /m dx0 dy0 Atan dx1 dy1 Atan sub 2 div cos
abs b exp a mul dx dy Pyth Div 2 div def /x2 x l0 dx mul m mul sub def
/y2 y l0 dy mul m mul sub def /dx l1 dx mul m mul neg def /dy l1 dy mul
m mul neg def } def
/IC { /c c 1 add def c 0 lt { /c 0 def } { c 3 gt { /c 3 def } if }
ifelse /a a 2 mul 3 div 45 cos b exp div def CCA /dx 0 def /dy 0 def }
def
/BOC { IC CC x2 y2 x1 y1 ArrowA CP 4 2 roll x y curveto } def
/NC { CC x1 y1 x2 y2 x y curveto } def
/EOC { x dx sub y dy sub 4 2 roll ArrowB 2 copy curveto } def
/BAC { IC CC x y moveto CC x1 y1 CP ArrowA } def
/NAC { x2 y2 x y curveto CC x1 y1 } def
/EAC { x2 y2 x y ArrowB curveto pop pop } def
/OpenCurve { NArray n 3 lt { n { pop pop } repeat } { BOC /n n 3 sub def
n { NC } repeat EOC } ifelse } def
/AltCurve { { false NArray n 2 mul 2 roll [ n 2 mul 3 sub 1 roll ] aload
/Points ED n 2 mul -2 roll } { false NArray } ifelse n 4 lt { n { pop
pop } repeat } { BAC /n n 4 sub def n { NAC } repeat EAC } ifelse } def
/ClosedCurve { NArray n 3 lt { n { pop pop } repeat } { n 3 gt {
CheckClosed } if 6 copy n 2 mul 6 add 6 roll IC CC x y moveto n { NC }
repeat closepath pop pop } ifelse } def
/SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def
/ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def
/SP { /r ED gsave 0 r moveto 4 { 72 rotate 0 r L } repeat fill grestore }
def
/FontDot { DS 2 mul dup matrix scale matrix concatmatrix exch matrix
rotate matrix concatmatrix exch findfont exch makefont setfont } def
/Rect { x1 y1 y2 add 2 div moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto
x1 y1 lineto closepath } def
/OvalFrame { x1 x2 eq y1 y2 eq or { pop pop x1 y1 moveto x2 y2 L } { y1
y2 sub abs x1 x2 sub abs 2 copy gt { exch pop } { pop } ifelse 2 div
exch { dup 3 1 roll mul exch } if 2 copy lt { pop } { exch pop } ifelse
/b ED x1 y1 y2 add 2 div moveto x1 y2 x2 y2 b arcto x2 y2 x2 y1 b arcto
x2 y1 x1 y1 b arcto x1 y1 x1 y2 b arcto 16 { pop } repeat closepath }
ifelse } def
/Frame { CLW mul /a ED 3 -1 roll 2 copy gt { exch } if a sub /y2 ED a add
/y1 ED 2 copy gt { exch } if a sub /x2 ED a add /x1 ED 1 index 0 eq {
pop pop Rect } { OvalFrame } ifelse } def
/BezierNArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop
} if n 1 sub neg 3 mod 3 add 3 mod { 0 0 /n n 1 add def } repeat f { ]
aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
/OpenBezier { BezierNArray n 1 eq { pop pop } { ArrowA n 4 sub 3 idiv { 6
2 roll 4 2 roll curveto } repeat 6 2 roll 4 2 roll ArrowB curveto }
ifelse } def
/ClosedBezier { BezierNArray n 1 eq { pop pop } { moveto n 1 sub 3 idiv {
6 2 roll 4 2 roll curveto } repeat closepath } ifelse } def
/BezierShowPoints { gsave Points aload length 2 div cvi /n ED moveto n 1
sub { lineto } repeat CLW 2 div SLW [ 4 4 ] 0 setdash stroke grestore }
def
/Parab { /y0 exch def /x0 exch def /y1 exch def /x1 exch def /dx x0 x1
sub 3 div def /dy y0 y1 sub 3 div def x0 dx sub y0 dy add x1 y1 ArrowA
x0 dx add y0 dy add x0 2 mul x1 sub y1 ArrowB curveto /Points [ x1 y1 x0
y0 x0 2 mul x1 sub y1 ] def } def
/Grid { newpath /a 4 string def /b ED /c ED /n ED cvi dup 1 lt { pop 1 }
if /s ED s div dup 0 eq { pop 1 } if /dy ED s div dup 0 eq { pop 1 } if
/dx ED dy div round dy mul /y0 ED dx div round dx mul /x0 ED dy div
round cvi /y2 ED dx div round cvi /x2 ED dy div round cvi /y1 ED dx div
round cvi /x1 ED /h y2 y1 sub 0 gt { 1 } { -1 } ifelse def /w x2 x1 sub
0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def
/Helvetica findfont b scalefont setfont /b b .95 mul CLW 2 div add def }
if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def }
{ /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add
exch itransform } bind def } ifelse gsave n 0 gt { 1 setlinecap [ 0 dy n
div ] dy n div 2 div setdash } { 2 setlinecap } ifelse /i x1 def /f y1
dy mul n 0 gt { dy n div 2 div h mul sub } if def /g y2 dy mul n 0 gt {
dy n div 2 div h mul add } if def x2 x1 sub w mul 1 add dup 1000 gt {
pop 1000 } if { i dx mul dup y0 moveto b 0 gt { gsave c i a cvs dup
stringwidth pop /z2 ED w 0 gt {z1} {z1 z2 add neg} ifelse h 0 gt {b neg}
{z1} ifelse rmoveto show grestore } if dup t f moveto g t L stroke /i i
w add def } repeat grestore gsave n 0 gt
% DG/SR modification begin - Nov. 7, 1997 - Patch 1
%{ 1 setlinecap [ 0 dx n div ] dy n div 2 div setdash }
{ 1 setlinecap [ 0 dx n div ] dx n div 2 div setdash }
% DG/SR modification end
{ 2 setlinecap } ifelse /i y1 def /f x1 dx mul
n 0 gt { dx n div 2 div w mul sub } if def /g x2 dx mul n 0 gt { dx n
div 2 div w mul add } if def y2 y1 sub h mul 1 add dup 1000 gt { pop
1000 } if { newpath i dy mul dup x0 exch moveto b 0 gt { gsave c i a cvs
dup stringwidth pop /z2 ED w 0 gt {z1 z2 add neg} {z1} ifelse h 0 gt
{z1} {b neg} ifelse rmoveto show grestore } if dup f exch t moveto g
exch t L stroke /i i h add def } repeat grestore } def
/ArcArrow { /d ED /b ED /a ED gsave newpath 0 -1000 moveto clip newpath 0
1 0 0 b grestore c mul /e ED pop pop pop r a e d PtoC y add exch x add
exch r a PtoC y add exch x add exch b pop pop pop pop a e d CLW 8 div c
mul neg d } def
/Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def
/Rot { CP CP translate 3 -1 roll neg rotate NET  } def
/RotBegin { tx@Dict /TMatrix known not { /TMatrix { } def /RAngle { 0 }
def } if /TMatrix [ TMatrix CM ] cvx def /a ED a Rot /RAngle [ RAngle
dup a add ] cvx def } def
/RotEnd { /TMatrix [ TMatrix setmatrix ] cvx def /RAngle [ RAngle pop ]
cvx def } def
/PutCoor { gsave CP T CM STV exch exec moveto setmatrix CP grestore } def
/PutBegin { /TMatrix [ TMatrix CM ] cvx def CP 4 2 roll T moveto } def
/PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def
/Uput { /a ED add 2 div /h ED 2 div /w ED /s a sin def /c a cos def /b s
abs c abs 2 copy gt dup /q ED { pop } { exch pop } ifelse def /w1 c b
div w mul def /h1 s b div h mul def q { w1 abs w sub dup c mul abs } {
h1 abs h sub dup s mul abs } ifelse } def
/UUput { /z ED abs /y ED /x ED q { x s div c mul abs y gt } { x c div s
mul abs y gt } ifelse { x x mul y y mul sub z z mul add sqrt z add } { q
{ x s div } { x c div } ifelse abs } ifelse a PtoC h1 add exch w1 add
exch } def
/BeginOL { dup (all) eq exch TheOL eq or { IfVisible not { Visible
/IfVisible true def } if } { IfVisible { Invisible /IfVisible false def
} if } ifelse } def
/InitOL { /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def
/Visible { CP OLUnit idtransform T moveto } def /Invisible { CP OLUnit
neg exch neg exch idtransform T moveto } def /BOL { BeginOL } def
/IfVisible true def } def
end
% END pstricks.pro

%%EndProcSet
%%BeginProcSet: pst-dots.pro
%!PS-Adobe-2.0
%%Title: Dot Font for PSTricks 97 - Version 97, 93/05/07.
%%Creator: Timothy Van Zandt <tvz@Princeton.EDU>
%%Creation Date: May 7, 1993
10 dict dup begin
  /FontType 3 def
  /FontMatrix [ .001 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
    dup (b) 0 get /Bullet put
    dup (c) 0 get /Circle put
    dup (C) 0 get /BoldCircle put
    dup (u) 0 get /SolidTriangle put
    dup (t) 0 get /Triangle put
    dup (T) 0 get /BoldTriangle put
    dup (r) 0 get /SolidSquare put
    dup (s) 0 get /Square put
    dup (S) 0 get /BoldSquare put
    dup (q) 0 get /SolidPentagon put
    dup (p) 0 get /Pentagon put
    (P) 0 get /BoldPentagon put
  /Metrics 13 dict def
  Metrics begin
    /Bullet 1000 def
    /Circle 1000 def
    /BoldCircle 1000 def
    /SolidTriangle 1344 def
    /Triangle 1344 def
    /BoldTriangle 1344 def
    /SolidSquare 886 def
    /Square 886 def
    /BoldSquare 886 def
    /SolidPentagon 1093.2 def
    /Pentagon 1093.2 def
    /BoldPentagon 1093.2 def
    /.notdef 0 def
  end
  /BBoxes 13 dict def
  BBoxes begin
    /Circle { -550 -550 550 550 } def
    /BoldCircle /Circle load def
    /Bullet /Circle load def
    /Triangle { -571.5 -330 571.5 660 } def
    /BoldTriangle /Triangle load def
    /SolidTriangle /Triangle load def
    /Square { -450 -450 450 450 } def
    /BoldSquare /Square load def
    /SolidSquare /Square load def
    /Pentagon { -546.6 -465 546.6 574.7 } def
    /BoldPentagon /Pentagon load def
    /SolidPentagon /Pentagon load def
    /.notdef { 0 0 0 0 } def
  end
  /CharProcs 20 dict def
  CharProcs begin
    /Adjust {
      2 copy dtransform floor .5 add exch floor .5 add exch idtransform
      3 -1 roll div 3 1 roll exch div exch scale
    } def
    /CirclePath { 0 0 500 0 360 arc closepath } def
    /Bullet { 500 500 Adjust CirclePath fill } def
    /Circle { 500 500 Adjust CirclePath .9 .9 scale CirclePath eofill } def
    /BoldCircle { 500 500 Adjust CirclePath .8 .8 scale CirclePath eofill } def
    /BoldCircle { CirclePath .8 .8 scale CirclePath eofill } def
    /TrianglePath {
      0  660 moveto -571.5 -330 lineto 571.5 -330 lineto closepath
    } def
    /SolidTriangle { TrianglePath fill } def
    /Triangle { TrianglePath .85 .85 scale TrianglePath eofill } def
    /BoldTriangle { TrianglePath .7 .7 scale TrianglePath eofill } def
    /SquarePath {
      -450 450 moveto 450 450 lineto 450 -450 lineto -450 -450 lineto
      closepath
    } def
    /SolidSquare { SquarePath fill } def
    /Square { SquarePath .89 .89 scale SquarePath eofill } def
    /BoldSquare { SquarePath .78 .78 scale SquarePath eofill } def
    /PentagonPath {
      -337.8 -465   moveto
       337.8 -465   lineto
       546.6  177.6 lineto
         0    574.7 lineto
      -546.6  177.6 lineto
      closepath
    } def
    /SolidPentagon { PentagonPath fill } def
    /Pentagon { PentagonPath .89 .89 scale PentagonPath eofill } def
    /BoldPentagon { PentagonPath .78 .78 scale PentagonPath eofill } def
    /.notdef { } def
  end
  /BuildGlyph {
    exch
    begin
      Metrics 1 index get exec 0
      BBoxes 3 index get exec
      setcachedevice
      CharProcs begin load exec end
    end
  } def
  /BuildChar {
    1 index /Encoding get exch get
    1 index /BuildGlyph get exec
  } bind def
end
/PSTricksDotFont exch definefont pop
% END pst-dots.pro

%%EndProcSet
%%BeginProcSet: pst-grad.pro
%!
% PostScript prologue for pst-grad.tex.
% Version 97, 93/05/12
% For distribution, see pstricks.tex.
%
% For the PSTricks gradient fillstyle.
%
% Based on some EPS files by leeweyr!bill@nuchat.sccsi.com (W. R. Lee).
%
% Syntax:
%   R0 G0 B0 R1 G1 B1 NumLines MidPoint Angle GradientFill

/tx@GradientDict 40 dict def
tx@GradientDict begin
/GradientFill {
  rotate
  /MidPoint ED
  /NumLines ED
  /LastBlue ED
  /LastGreen ED
  /LastRed ED
  /FirstBlue ED
  /FirstGreen ED
  /FirstRed ED
  % This avoids gaps due to rounding errors:
  clip
  pathbbox           %leave llx,lly,urx,ury on stack
  /y ED /x ED
  2 copy translate
  y sub neg /y ED
  x sub neg /x ED
  % This avoids gaps due to rounding errors:
  LastRed FirstRed add 2 div
  LastGreen FirstGreen add 2 div
  LastBlue FirstBlue add 2 div
  setrgbcolor
  fill
  /YSizePerLine y NumLines div def
  /CurrentY 0 def
  /MidLine NumLines 1 MidPoint sub mul abs cvi def
  MidLine NumLines 2 sub gt
  { /MidLine NumLines def }
  { MidLine 2 lt { /MidLine 0 def } if }
  ifelse
  MidLine 0 gt
  {
    /Red FirstRed def
    /Green FirstGreen def
    /Blue FirstBlue def
    /RedIncrement LastRed FirstRed sub MidLine 1 sub div def
    /GreenIncrement LastGreen FirstGreen sub MidLine 1 sub div def
    /BlueIncrement LastBlue FirstBlue sub MidLine 1 sub div def
    MidLine { GradientLoop } repeat
  } if
  MidLine NumLines lt
  {
    /Red LastRed def
    /Green LastGreen def
    /Blue LastBlue def
    /RedIncrement FirstRed LastRed sub NumLines MidLine sub 1 sub div def
    /GreenIncrement FirstGreen LastGreen sub NumLines MidLine sub 1 sub div def
    /BlueIncrement FirstBlue LastBlue sub NumLines MidLine sub 1 sub div def
    NumLines MidLine sub { GradientLoop } repeat
  } if
} def
/GradientLoop {
  0 CurrentY moveto
  x 0 rlineto
  0 YSizePerLine rlineto
  x neg 0 rlineto
  closepath
  Red Green Blue setrgbcolor fill
  /CurrentY CurrentY YSizePerLine add def
  /Blue Blue BlueIncrement add def
  /Green Green GreenIncrement add def
  /Red Red RedIncrement add def
} def

end
% END pst-grad.pro

%%EndProcSet
%%BeginProcSet: texnansi.enc
% @psencodingfile{
%   author = "Y&Y, Inc.",
%   version = "1.1",
%   date = "1 December 1996",
%   filename = "texnansi.enc",
%   email = "help@YandY.com",
%   address = "45 Walden Street // Concord, MA 01742, USA",
%   codetable = "ISO/ASCII",
%   checksum = "xx",
%   docstring = "Encoding for fonts in Adobe Type 1 format for use with TeX."
% }
%
% The idea is to have all 228 characters normally included in Type 1 text
% fonts (plus a few more) available for typesetting.  This is effectively
% the character set in Adobe Standard Encoding, ISO Latin 1, plus a few more.
%
% Character code assignments were made as follows:
%
% (1) The character layout largely matches `ASCII' in the 32 -- 126 range,
% except for `circumflex' in 94 and `tilde' in 126, to match `TeX text'
% (`asciicircumflex' and `asciitilde' appear in 158 and 142 instead).
%
% (2) The character layout matches `Windows ANSI' in almost all places,
% except for `quoteright' in 39 and `quoteleft' in 96 to match ASCII
% (`quotesingle' and `grave' appear in 129 and 18 instead).
%
% (3) The character layout matches `TeX typewriter' used by CM text fonts
% in most places (except for discordant positions such as hungarumlaut
% (instead of braceright), dotaccent (instead of underscore) etc.
%
% (4) Remaining characters are assigned arbitrarily to the `control character'
% range (0 -- 31), avoiding 0, 9, 10 and 13 in case we meet dumb software
% - similarly one should really avoid 127 and 128 if possible.
% In addition, the 8 open slots in Windows ANSI between 128 and 159 are used.
%
% (5) Y&Y Lucida Bright includes some extra ligatures and such; ff, ffi, ffl,
% and `dotlessj,' these are included 11 -- 15, and 17.
%
% (6) Hyphen appears both at 45 and 173 for compatibility with both ASCII
% and Windows ANSI.
%
% (7) It doesn't really matter where ligatures appear (both real, such as ffi,
% and pseudo such as ---) since these should not be accessed directly, only
% via ligature information in the TFM file.
%
% SAMPLE USAGE (in `psfonts.map' file for DVIPS):
% 
% lbr LucidaBright "TeXnANSIEncoding ReEncodeFont" <texnansi.enc <lbr.pfb
%
% This tells DVIPS that the font called `lbr' in TeX has PostScript 
% FontName `LucidaBright.'  It also asks DVIPS to expand the file `lbr.pfb'
% into PFA form, to include the attached `texnansi.enc' encoding vector,
% and to then actually reencode the font based on that encoding vector.
%
% Revised 1996 June 1 by adding second position for `fl' to avoid Acrobat bug.
% Revised 1996 June 1 by adding second position for `fraction' for same reason.
%
/TeXnANSIEncoding [
/.notdef /uni20AC /.notdef /.notdef % 0, 1, 2, 3
/fraction %	4
/dotaccent %	5
/hungarumlaut %	6
/ogonek	%	7
/fl	%	8
/.notdef % /fraction %	9	not used (see 4), backward compatability only
/cwm	%	10	not used, except boundary char internally maybe
/ff    %	11
/fi    %	12
/.notdef % /fl    %	13	not used (see 8), backward compatability only
/ffi   %	14
/ffl   %	15
/dotlessi %	16
/dotlessj %	17
/grave %	18
/acute %	19
/caron %	20
/breve %	21
/macron %	22
/ring  %	23
/cedilla %	24
/germandbls %	25
/ae    %	26
/oe    %	27
/oslash %	28
/AE    %	29
/OE    %	30
/Oslash %	31
/space %	32	% /suppress in TeX text
/exclam %	33
/quotedbl %	34	% /quotedblright in TeX text
/numbersign %	35
/dollar %	36
/percent %	37
/ampersand %	38
/quoteright %	39	% /quotesingle in ANSI
/parenleft %	40
/parenright %	41
/asterisk %	42
/plus  %	43
/comma %	44
/hyphen %	45
/period %	46
/slash %	47
/zero  %	48
/one   %	49
/two   %	50
/three %	51
/four  %	52
/five  %	53
/six   %	54
/seven %	55
/eight %	56
/nine  %	57
/colon %	58
/semicolon %	59
/less  %	60	% /exclamdown in Tex text
/equal %	61
/greater %	62	% /questiondown in TeX text
/question %	63
/at %	64
/A %	65
/B %	66
/C %	67
/D %	68
/E %	69
/F %	70
/G %	71
/H %	72
/I %	73
/J %	74
/K %	75
/L %	76
/M %	77
/N %	78
/O %	79
/P %	80
/Q %	81
/R %	82
/S %	83
/T %	84
/U %	85
/V %	86
/W %	87
/X %	88
/Y %	89
/Z %	90
/bracketleft %	91
/backslash %	92	% /quotedblleft in TeX text
/bracketright %	93
/circumflex %	94	% /asciicircum in ASCII
/underscore %	95	% /dotaccent in TeX text
/quoteleft %	96	% /grave accent in ANSI
/a %	97
/b %	98
/c %	99
/d %	100
/e %	101
/f %	102
/g %	103
/h %	104
/i %	105
/j %	106
/k %	107
/l %	108
/m %	109
/n %	110
/o %	111
/p %	112
/q %	113
/r %	114
/s %	115
/t %	116
/u %	117
/v %	118
/w %	119
/x %	120
/y %	121
/z %	122
/braceleft %	123	% /endash in TeX text
/bar   %	124	% /emdash in TeX test
/braceright %	125	% /hungarumlaut in TeX text
/tilde %	126	% /asciitilde in ASCII
/dieresis %	127	not used (see 168), use higher up instead
/Lslash	%	128	this position is unfortunate, but now too late to fix
/quotesingle %	129
/quotesinglbase %	130
/florin %	131
/quotedblbase %	132
/ellipsis %	133
/dagger %	134
/daggerdbl %	135
/circumflex %	136
/perthousand %	137
/Scaron %	138
/guilsinglleft %	139
/OE    %	140
/Zcaron %	141
/asciicircum %	142
/minus %	143
/lslash %	144
/quoteleft %	145
/quoteright %	146
/quotedblleft %	147
/quotedblright %	148
/bullet %	149
/endash %	150
/emdash %	151
/tilde %	152
/trademark %	153
/scaron %	154
/guilsinglright %	155
/oe    %	156
/zcaron %	157
/asciitilde %	158
/Ydieresis %	159
/nbspace %	160	% /space (no break space)
/exclamdown %	161
/cent  %	162
/sterling %	163
/currency %	164
/yen   %	165
/brokenbar %	166
/section %	167
/dieresis %	168
/copyright %	169
/ordfeminine %	170
/guillemotleft %	171
/logicalnot %	172
/sfthyphen %	173 % /hyphen (hanging hyphen)
/registered %	174
/macron %	175
/degree %	176
/plusminus %	177
/twosuperior %	178
/threesuperior %	179
/acute %	180
/mu    %	181
/paragraph %	182
/periodcentered %	183
/cedilla %	184
/onesuperior %	185
/ordmasculine %	186
/guillemotright %	187
/onequarter %	188
/onehalf %	189
/threequarters %	190
/questiondown %	191
/Agrave %	192
/Aacute %	193
/Acircumflex %	194
/Atilde %	195
/Adieresis %	196
/Aring %	197
/AE    %	198
/Ccedilla %	199
/Egrave %	200
/Eacute %	201
/Ecircumflex %	202
/Edieresis %	203
/Igrave %	204
/Iacute %	205
/Icircumflex %	206
/Idieresis %	207
/Eth   %	208
/Ntilde %	209
/Ograve %	210
/Oacute %	211
/Ocircumflex %	212
/Otilde %	213
/Odieresis %	214
/multiply %	215	% OE in T1
/Oslash %	216
/Ugrave %	217
/Uacute %	218
/Ucircumflex %	219
/Udieresis %	220
/Yacute %	221
/Thorn %	222
/germandbls %	223 % SS in T1
/agrave %	224
/aacute %	225
/acircumflex %	226
/atilde %	227
/adieresis %	228
/aring %	229
/ae    %	230
/ccedilla %	231
/egrave %	232
/eacute %	233
/ecircumflex %	234
/edieresis %	235
/igrave %	236
/iacute %	237
/icircumflex %	238
/idieresis %	239
/eth   %	240
/ntilde %	241
/ograve %	242
/oacute %	243
/ocircumflex %	244
/otilde %	245
/odieresis %	246
/divide %	247	% oe in T1
/oslash %	248
/ugrave %	249
/uacute %	250
/ucircumflex %	251
/udieresis %	252
/yacute %	253
/thorn %	254
/ydieresis %	255	% germandbls in T1
] def

%%EndProcSet
%%BeginProcSet: 8r.enc
% @@psencodingfile@{
%   author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry",
%   version = "0.6",
%   date = "1 July 1998",
%   filename = "8r.enc",
%   email = "tex-fonts@@tug.org",
%   docstring = "Encoding for TrueType or Type 1 fonts
%                to be used with TeX."
% @}
% 
% Idea is to have all the characters normally included in Type 1 fonts
% available for typesetting. This is effectively the characters in Adobe
% Standard Encoding + ISO Latin 1 + extra characters from Lucida.
% 
% Character code assignments were made as follows:
% 
% (1) the Windows ANSI characters are almost all in their Windows ANSI
% positions, because some Windows users cannot easily reencode the
% fonts, and it makes no difference on other systems. The only Windows
% ANSI characters not available are those that make no sense for
% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
% (173). quotesingle and grave are moved just because it's such an
% irritation not having them in TeX positions.
% 
% (2) Remaining characters are assigned arbitrarily to the lower part
% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
% 
% (3) Y&Y Lucida Bright includes some extra text characters; in the
% hopes that other PostScript fonts, perhaps created for public
% consumption, will include them, they are included starting at 0x12.
% 
% (4) Remaining positions left undefined are for use in (hopefully)
% upward-compatible revisions, if someday more characters are generally
% available.
% 
% (5) hyphen appears twice for compatibility with both 
% ASCII and Windows.
% 
/TeXBase1Encoding [
% 0x00 (encoded characters from Adobe Standard not in Windows 3.1)
  /.notdef /dotaccent /fi /fl
  /fraction /hungarumlaut /Lslash /lslash
  /ogonek /ring /.notdef
  /breve /minus /.notdef 
% These are the only two remaining unencoded characters, so may as
% well include them.
  /Zcaron /zcaron 
% 0x10
 /caron /dotlessi 
% (unusual TeX characters available in, e.g., Lucida Bright)
 /dotlessj /ff /ffi /ffl 
 /.notdef /.notdef /.notdef /.notdef
 /.notdef /.notdef /.notdef /.notdef
 % very contentious; it's so painful not having quoteleft and quoteright
 % at 96 and 145 that we move the things normally found there to here.
 /grave /quotesingle 
% 0x20 (ASCII begins)
 /space /exclam /quotedbl /numbersign
 /dollar /percent /ampersand /quoteright
 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
% 0x30
 /zero /one /two /three /four /five /six /seven
 /eight /nine /colon /semicolon /less /equal /greater /question
% 0x40
 /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O
% 0x50
 /P /Q /R /S /T /U /V /W
 /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
% 0x60
 /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o
% 0x70
 /p /q /r /s /t /u /v /w
 /x /y /z /braceleft /bar /braceright /asciitilde
 /.notdef % rubout; ASCII ends
% 0x80
 /.notdef /.notdef /quotesinglbase /florin
 /quotedblbase /ellipsis /dagger /daggerdbl
 /circumflex /perthousand /Scaron /guilsinglleft
 /OE /.notdef /.notdef /.notdef
% 0x90
 /.notdef /.notdef /.notdef /quotedblleft
 /quotedblright /bullet /endash /emdash
 /tilde /trademark /scaron /guilsinglright
 /oe /.notdef /.notdef /Ydieresis
% 0xA0
 /.notdef % nobreakspace
 /exclamdown /cent /sterling
 /currency /yen /brokenbar /section
 /dieresis /copyright /ordfeminine /guillemotleft
 /logicalnot
 /hyphen % Y&Y (also at 45); Windows' softhyphen
 /registered
 /macron
% 0xD0
 /degree /plusminus /twosuperior /threesuperior
 /acute /mu /paragraph /periodcentered
 /cedilla /onesuperior /ordmasculine /guillemotright
 /onequarter /onehalf /threequarters /questiondown
% 0xC0
 /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
 /Egrave /Eacute /Ecircumflex /Edieresis
 /Igrave /Iacute /Icircumflex /Idieresis
% 0xD0
 /Eth /Ntilde /Ograve /Oacute
 /Ocircumflex /Otilde /Odieresis /multiply
 /Oslash /Ugrave /Uacute /Ucircumflex
 /Udieresis /Yacute /Thorn /germandbls
% 0xE0
 /agrave /aacute /acircumflex /atilde
 /adieresis /aring /ae /ccedilla
 /egrave /eacute /ecircumflex /edieresis
 /igrave /iacute /icircumflex /idieresis
% 0xF0
 /eth /ntilde /ograve /oacute
 /ocircumflex /otilde /odieresis /divide
 /oslash /ugrave /uacute /ucircumflex
 /udieresis /yacute /thorn /ydieresis
] def

%%EndProcSet
%%BeginProcSet: texps.pro
%!
TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
exch def dict begin Encoding{exch dup type/integertype ne{pop pop 1 sub
dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
ifelse}forall Metrics/Metrics currentdict end def[2 index currentdict
end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{
dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1
roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def
dup[exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}
if}forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}
def end

%%EndProcSet
%%BeginProcSet: special.pro
%!
TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
{userdict/md get type/dicttype eq{userdict begin md length 10 add md
maxlength ge{/md md dup length 20 add dict copy def}if end md begin
/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
save N userdict maxlength dict begin/magscale true def normalscale
currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
TR/showpage{}N/erasepage{}N/copypage{}N/p 3 def @MacSetUp}N/doclip{
psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
moveto}N/endTexFig{end psf$SavedState restore}N/@beginspecial{SDict
begin/SpecialSave save N gsave normalscale currentpoint TR
@SpecialDefaults count/ocount X/dcount countdictstack N}N/@setspecial{
CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
lineto closepath clip}if/showpage{}N/erasepage{}N/copypage{}N newpath}N
/@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{end}
repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N
/@fedspecial{end}B/li{lineto}B/rl{rlineto}B/rc{rcurveto}B/np{/SaveX
currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY
moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X
/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0
1 startangle endangle arc savematrix setmatrix}N end

%%EndProcSet
%%BeginProcSet: color.pro
%!
TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
}repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
/TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
/currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
/Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
/Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
/Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
/Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
/Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
/BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
/CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
/Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
/PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end

%%EndProcSet
%%BeginFont: CarminaBT-Medium
%!PS-AdobeFont-1.0: CarminaBT-Medium 003.001
%%CreationDate: Tue Jun 23 05:18:12 1992
%%VMusage: 37094 40466   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Bitstream Carmina Medium) readonly def
  /FamilyName (Bitstream Carmina) readonly def
  /Weight (Medium) readonly def
  /ItalicAngle 0 def
  /isFixedPitch false def
  /UnderlinePosition -124 def
  /UnderlineThickness 54 def
end readonly def
/FontName /CarminaBT-Medium def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-163 -288 1085 904} readonly def
/UniqueXX 15531701 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f626fb3dccbae8625
be78181f733f2214a1386cc3e072005a5125b44e041f0dbb6bfe2f26cdac6a00
d32af9707aaf05794222f0701a294d05c463d01bd27eae484196e48a358e766b
9e255ac4264c886edead45e636c5c497f82ceb5e31afe73520d373de8edb68d1
9f2d45445ada676794184866d177d556a7af87835825638245b5a550671f5abe
e102107bdb0ffa9d3febb88bca146a6d1e3ffe61ead1810f4dfeac85e8760953
45e600d800292ba61dea511d18590b1a2167900c99de985db54d638755f4a03a
ef857a7a612d5c85b4f6f39738abb23e0706e3646d82b3eeca3054ff948bb904
18599449ce1dbad8696eb8b1857b63585cd3dae293c744720af6d247dfa76bef
8bba57714768e63a81974e0d879722068de0a0fe824373c0e8a0ff7b5a9faa2d
3fe3a487b700c6d9153e9e6d05d30096ccdebdfdfc0dbf07999b3a3d03a0b576
85523d74a0ee68f867114cc1011d36acc8dfa301e66475c72d9c00cd0ed5d4d8
31d1dd8e9cdd5ff16738626a794a0aaa3f49b15f5a53f3bc83820aa9d835bdcb
666123c803926a2eb1ec893ff2a16fe8ad3f4570886066643f035ad69e459960
b04905c2e5c868bb5125790b469ee5853e3593b34193e00ec206f534d34b722a
e770bdd52a6daa15b76d5351afb71c66f0409816e1e4d056686ac55af88be037
c20d8d446da359649d9a7589966e47a7572b2235d86a796132bad55d479f2ba8
bb51bddd4f89c5ef62f601c70425392b68e2f85beaf17a4fa9af938263d60914
43c21c01f1dc13961aa26197776b81111e5bc5854ed5c6528e62c6e08c0e76cf
38aa59f8ce7a7220fd339ef5829b8662fba6ba8b2c0e99d670717749c68f79a3
ac2a2bf8a827c75e9f15dbb48ceb103862879b2ea8e7d93188bf3ff44b31a88b
7e7048b6086dcb97d6fb92307cbd78f142f63d799330b0733315d4f8c19bf042
bd3d390987d1757022e2175ac4264709c1f3f9d6e4f3ad7f69c55da845e9f636
3f8c8d2c86b5c046c3691a53b450da820e0b5691a9ca7088fe4684fb5f90b87a
55ffef86066d74fdc223d281940da24a789a87a91bb7cf4728e76309dce08284
1581573be7a3a358f9927c6b12873205a63c541fad430e82f8dc836c89c894be
4138f7244b15fcddc052c6fb947816968077eb7cbde2c8d16a62d9be43adc875
5f1986107704eba6119832853c42c93d54b25f0993ba880bf098c6a6199548d6
444fc88a47a3eb946f159bbbe9a3a9a93e07d4ef01d9ee3d6b02b8943479f2f1
2c826a85956405bc079e2299e57c45d101b64c934913357597cc1734812a55f2
810a6efd911af44f1ffab6a00c6d009448fcc0a81690d3d58dc12fa2e9049044
5c40973f4342d0ee35b1d8c335eacc0f09d4cc5880cc3c953a5986437e5286aa
3f1d84dee5743a8f5c1f7e670404e5279689b764d1ee40331fd427696f697188
80f1bc374d4091f817c4df64bf1914aba8c407a6f21110325bef2a7ad5e840b1
7beb963d571b35b0498dbef06f3195bbc694ffad88ee75666f262ba52c0b89fd
7bcbca33660a2422abe820559578c02f131dc71d7583833b303562b08fce652c
436c19d06b5c89f6e86477d191f62dd1007255a7974053da957c2195b544250c
8eb6bdf8bce1b4a375e480779523ade76465e92139f0e5f444b8e4ca5c6f13c2
8573a8f2b35ff1a48cf485a5bc15c137b950bc16b3552a05891495eb2585f09b
9da1f58367417d1d202c17b5510790eb15028ce97d1216539d9efee1adcaabcd
b21bc86161f5723451ad3d4a024093e18d1e2eb77da878a64e9138effc4ccc12
7c76ff8129abf3246b9a24432ebe5b9b6f5fcf92be9ba23c544abf9616ede7f7
0dd07274b8c0d88e46c78e629fca832a5154b27b477a5f5297b5c93a33780ef0
32155e251757109d3ab77e1f6f40574663feb1cbbd66f496fea5cca391e33044
8c090719a8e872c56ef60398e9fcb611f5136ed11f444514ab98efa885b88733
b6e59942959188a91fa3f3844ca455716ad53c67e664f969939870f9d5e0c1c0
d6c3e4ee4409277af11033154cdefe1d630349255d1f4379fed387bb8da8094f
6ac0e4c5a25be76d21e0fe7da3c210fd6e1ddc92fa4ecb9ee4d4d85205c8de89
d0e072fd53ecd291a7e6f32d0df7c11e21d6c45b25a7d1c1fbcda83e39a3511d
8fe634499c05e63b407c3a674b3a31cba1acc1e49e1d3bb694431e2028c6ec25
a9898c1ae51ec70ca2b3f49691a6fcd3fea2cdb04077f4b9572fec65ad5ecae9
5d3120d52f8438d08b406b64ef89209bffa8d56b4139233064028bdb77f8e2b4
65eedfbdd7e2ac58b862a79197c8b6c40fd0cd4fc883ebf3475ae5e6d57dc1db
0f64474b0e4910d17120cd0e872f8972424f72d91252573333c8d961505b5711
abf83b3cc06a77769007c7bddcbde7515c4a91cc818f81eb52ffb2202b32eb9e
8ccd37552b0bffb078329fd7258bbc6a9512a8e121d80fae2fe86299ed98877b
857dbfb7659f73f990253d22af894d820871261bb98ce6e5511582585ff075b6
3b131a1f7e2ec80035d6b012977351cc605ef8f900982e0a9db37b6e36109252
60061f52cde09e6fb9a335b72f30cf7599409c5dda3d3ce4f245e0c87b0ec572
dc60109eea9aeae605fa4e09e69e2ce7f0192ddf4b2566580e7da18f212022fd
07ca410369f6b3bc3f1fa75629cc356fac02264b7b1f7ceacf7926dd144515d2
aee6a1d27a9b54757a647b48368ccc4f77089bd82f4166871f127bc6afcfe4a4
185e04d419a92b30b27532b31048451a0ab51c2d9ce33367bb53c81b91dddca4
ac822c974b5d82b5b3de8b7a8d22eea8c93be8bf60fbde0f504e0cd61f749318
26a17beedd4faf6b35ab339ab7c9adfb2f20613e3abd20243784b162c9fc296e
f7c8d433519a0f4b149345c500d377c575af5aa364ddf34570fb0d4416add0db
e539c2acb04dc27020fb1b58729a8f60e8970c60ae2f9dcdde536d800be79f5e
3466758056378966d9d9a88ad281938f17c34228d97ba039edd7ae9f247509b3
dee245afa6433165e68341dd123901c3b3a8b306b53031b2de9a7eba0d5ba679
a30daac23c62b7ad418c0b3acfe7ccbd4a80a3e9dc21714d3039e19a43ae18c6
edd01b239ce40f28d34d25cd312bf2d4665484dd88271dce4e2c3dc344dd3a95
3c430fd3518af3222b54e145ff0ed44fa9d23a14e62bf89ca3298236475b8777
2c82714373cfdea4037ba98026ceed0ecb0b21f9022c48780212d11a278db4bf
7924faa4aaff99ef5825bcfae21c13880c778d30d4601bc0e9998a2e3cd89ae0
9fae959a4461935c0da59b62ffb738cb3a148ad4ebf9edd35b3c67240617cd22
fa7701f487ba10801801d556843acb83f595a1dfcbb0f6be409425c12d63184f
9a6c41e18bc833775a9e39dfede6504cb5e11eb99a48e3b89505f6e31ef55820
2d5806a7d51036d4b9cb346b5327af48a442c15f200a82294488d85717b16cd5
bc3a76bd88a3d0e42e70ac619d63b620d78e04e905560dde8c92a0a2c2c9f5f3
3435d98e987a899e28e7bca1713eb71ae0c79ab88ae7d1612beab56be29e7eea
a007a6de97628432f2bded8ebf64d4f258c06b0ba8dd2cd6b4a6833b9f3241ec
a43a8a598beb69473fe4d64d991a08a68867907810332e6f7304cac85bb2ccb3
1855488eb55c30118c14ad53f67c697e0e4455425814686f472b4c18e7591563
93858bce6d59afe4c234765d392383352a92d615fb4ca70f04d2e07777a560e8
63eaf5562637b7fbb536feb6676e9accba22c27bd8b6c60f3821b4d3778158b6
7fde36b7cb2e18718df81f77b3b7292d8533471329530051283d0e909d06804c
0e73957f06101c3b2eac9a0c29face2558496e606b534b4d7520fb95f6f026d0
1ff47992a1dd42e539f9b389c378216137895b672219de2f552ef7a5ad503bf9
ea7093b701c57f4f435f098bf9bb927903481de1520950d865e1fe6a56073425
19d96c297b7d1a96f8c117951db7c773222a48a4200d5a3ff81d24135dfb8630
f6d266ec61b751ebe3357f66bf2532ec8c2e9ad41dbf275f869abf387a41dc90
228c82c0af9b5e53e5b5266ed9e293c313aa788139bfeedecd3cbdc4043c601e
3b9cfbd0b23c19dac88c2724d58731a27a9bc64123ee40ba69c45c0b579d8a2b
f8349747d0db8c38a20f08692d28c6208ac397b44aef8b3d9fe54e8b50af8e3c
2f3002303c957746a2fdbd4c7562b59837cb87f10cb1a33215a50b543ca6dd2c
296dafa34de1718fc091978049d81333fac34c14209d8f7dd40776ca84f1509f
80f8521456b5aeedfded25daf8fcf5f4fcd97cd951d096037934c5b945ce61a3
98d31325d9a9d74213ff2d6a18556865ca39aa6dde256523c5d019c3e73728fc
6df7cd7b126e1ff916e7c2a9915d53dd458dbe70a9ced70b2202bd2171044e70
21ec78e0a0089d73a974b824ec179975d98b050f4339b2f6b401f2ebd7eb556b
87590db469a6e928b111491ba13547c92bdd78e59d4f5cc7675a629951899a4a
a75256401e6ae1b6fd4d12b50a622d4d37a6957d16a3a04639c5c1aab653b644
342be5ce7d28efeada63d5be5c45dac37a385ca1e93e17d3110167ff09c36ad2
b9c0e7502866f3f9f964ceb18614425c593a0575422677697f1db695ff273b89
3b89dc705f42574e6c3ba8a960c4ac5ca89d5e90f1790c9967494a5af2f7f19f
19caae0b2b6c11691a2aaf7f300973037264ec9fff7a5674c4f0d8f5c7073138
bbd455126acf1adfd3387a45dc47995580d0336d40a60e3ebbc3c677e8846fa9
25e8837ee9dca65551f860c1c8505dd73f8ceafc17671f3ca56281f5c83f8dc3
a1442a527a60fbd9bbf71bf07ed51fd65a6d18a466a5381044d1f13794661eb8
1fc61cfa0487887fbc8d9fefbf498f9b0811d47cd9ce0007ba8a564e9d7a1623
ff0817d5e0eb328676cf576ff6a5a46b3f763e9ccbf125164d568be6239ccf5a
c5034ae52bff6e06d426ff2dc0818020c254eedd1d3b00ece7848fe852fbf1a6
1d1bbee7a6fbdcde12f6d99ee75ca20287c6d0f27e50bcc3df83446da447ca59
8171247f7678356061c75baf02c5388a0796ca5befd91d227d2ad52bf3264083
2d7de69e4e657c45583460abc59a752da8068f011a98084c615735b4f461c58c
65402d82b2a58bf30e403fbe7c2dfb30546f58f646d787ab5efc743d7654ef02
7f8975d84aabd9ce9961678642e6e7e93b8afe92b17210216047208b55a6db6e
fe807cc4a8acc87a0edbd2ba207437ceac7cce5fce0261828eec03e270fba6fb
ef04d4b8fe01885bd23ec86732fc294aaa1252314728e1bbb08d0575e9dffa4d
c4283fb323c712e94fb730c20b76addf94986f57b95dd25a0740f31845bd629b
2e87436c25cae6bc4a96f44a6206e37fde7a7b04809825a13a29241a4e710aeb
4f17f9f1b1b78a98ab2d34d8a214995fa2af05faadcb748559df6ddfc31f0995
35f4f1c1a68879cc85d09b185089fd276028cbb307ef044a959c070ce99ad0fb
71ed4271bd7eb73a9d9963d9b7987193ddda2c4467e2b3b645aa60b79f0ce9d7
924ef87e7a640842e5f94572761ab425eec86b14c22c70f56c5171ad5c03218e
29e18fdc89a25108b734e99e6e401e2f8631d4982bed96736ead761c7976aae6
fa356759f54a4abfe5c4215f0ecd40deac0524d40837cb734c8f12709dac0c62
de38df8a9f205940d769a2018fc41faf0528388eb8c9d6cc1ed933352266efd3
ed0231e7096cfcf5b2ce3d7fd652227ecdd2ea36943aa487f79a4eaeefeaf534
e9bb2d69e212846a44296e072566f1101d9de4f8c67d5825a1a62bb8d1a9f6cb
bb7a12516876a3c6626432f78700de26c0f49dcbdbf1b54445c294aa61627049
662f1a68ee194e1be98c63e0bf38d2a87bb0339ce51a95b4ad4358a74b084035
4becb18ed53dcc8d2cc63990b18c248866a21496c6994704b3fe7e6b27c28d90
88a452f06abfa55d76c7ebe118443e7cb0377f89cfc73f4b117295056ef88a80
5d2529329cb89fd7fd585f7ce0f4bfa0eed354fb5c033b748bc6a618e110bc1f
c809d608a8fba30a6aa5bf26d41ccf63e45d56e349a1a053aa4c34d9221472af
f5042e4fc3c0de6fc111361e70d677f012df3f1827fb5f0795d1ff6072baa89a
655d0b4ea90c4603914c28154b7badbfeb07f10f65f99bf6824b4c756788eb30
ba874ef93f618f4b19baad0db12dbda6d18fb8761db5845e019550a061c0cdb9
af112f7c2ec49bb00b27f468dfcec4f4f1813e2efcbe7c4777ecbe5524bc5bea
b613df80b586b53ee58c0b77477d5876f5a808f21d403710e767cadcf177d101
dc5124644d5e5d07c8c0f90fca0a55ec05ddde1d203f3aca370469292dbcfa28
4e0934d2e6018dba5bc5a7147e25ef8dc3f95af41a4ad73cb10ffd8280aca9e6
977135d0f9c421bf4cd6b03c7b28587ee0a159a011fb38b23d6a185fbd6329da
c9d6fd7d725f66f1a4166976aa31aba023cc1ca8f9b665ce5bfaa9ececfdfff9
6640debdf009e62880eb3d436b9dcbc5fe1113134f630232099d5c897a26f63d
4cb6b2ac58369eae623b9494cb2c56d3fa328f8d692c8c95829405d713ad15f2
29da19e5cd8507bdecfd0f45dd16a7f2c615b6e2ac3a0aacf5771d35ad7076e2
08e260264d4944d441cad1a2ce3f7654fc6c70683edbee1656a58b801b60f714
ecd31afe5c4ea9a57ad6891655d189f67ac5059cd6f6895eb4c4c467a3d6cef8
1bd17318143d8a9aa13b97f045a59c913315aa27b33d6ea25639e5ad4cd3378e
0e6ad4652099832836a25a6e40ef78204248e5c6e1d2f7f699ee96227343b451
df527d47e33555eb2ea49b1a480d3336daaeac0422f5b358f7528cd486dfd553
8504b6167a90edc90b7f477a52e13c94eeb751e0dd00c612a76aff1aa8e70dc1
32271ea5d70434e36a6647358919755ad755ce1da203b682069b8c34e9f37b6c
39b01d30c72f8ee8ed3d7751fd60422587286b6d27590f2564026133997b6a50
74f45d5d05ec1230eb1ae1340b6e4e2a2998f07e0e109cd72a07cfbbb46cfa84
f10f61300985bf654134c9938dc7d3095dec5552fbac4afa3b86d4e3291b37fa
99644f0b68bcaa9908648d355ccf6d3fdd1f78fd6f09cc32c73943a566e99c51
4bf9c26d2f22d1544584556e48b20863b932c7113fb165f85c862606f924be7b
d60035b8365bc37a57208320f2656143ff3d7f0c281dab93c2e9c502e67442c9
4965d800b4094a410d30308137a2fbde3d6735d20dd9e86114bc5f6520e193b6
7a3e4c5a1c1dd5ae6dd55d63c1e4d205d2b1e624ac1f7b98691c075dd8823830
2994fbb9a80da18571ee88ff470f2b9764301ae79673a4bc29dc3943716f0510
de742cb4f5ecb303bc875ac4e08977a5ec1862744a4f2981e60be7349449d6c3
7fed03d19378a4cf38c05e6ad2d6e06b726a49d70c3c1be8a848b36b2dc0a8e6
1d76f2a888709c83053373144920fe916f986a7348f68831e8aa7364963ae921
8e425e6b7cff612d263a8b8d5bd6ed095fd41ad3e72c2a859ea20cf7b27e15c3
05fe812b6027fca5cb493649e8932af0e1ed923dd1d3aed3421c95ce5394255b
a63777fb0b41ab3a7d87a28a363c8050c5285aed72fa5e1f71548b8dd8deb842
18300b95e7153ad18a5f50da4a659a48494d6fae79a3078e955c2d06c9fbfe5d
d1edf4431bb64689a67d6c063adcb1b98d453947f0b4c05c82a3532e8c6c9c7f
f157add41f744bb443b7725908cdb4fcd5012f1da49a2876d66a975581158c7e
f4e64cfe143243eecb04d74784e925f8db2b87e7137cb5f06247dd2a6e313565
829b935b15bd56b25122fe7bfbd7f5525076014aad14f24b6e0f11c5a59821c7
2793b52b10d7d656367db7d8a4a31607e80a3f1f104eadb84449af4588231484
61ac265ed01419132e09a1642c520dc73563280918d7b45040f2cab612f9b6f2
19ec9190e3ca47512211f49a7fc6c5a695667adc8267263a1443d6ef0dab27d3
2707de3bcf0431a04a08471564f711e4a04ef9f50d6a4d98140ccc5599a9ee40
ffd517a5017c93793c64eabf12f46eea760aaf76815b951398bb3a9f377f6066
4b510c09967eeff61b465a163ea85a50bb61f8d77160da9025d18172f84f2bdb
f859e12ca540177eb158b9418bd4c432a7031c70b81295c5001ac1e11dc7bab8
f114981a6fa311e031d7bfe65ebfd8ebe3a4ecf0e59ff50b45c8139d2cbde369
601d05e33b2cd591955b5ae06f6dd56b9ae4278ce3a63ccad11c16abad2da7e2
93499941efca9ff23f64c20e024f87bc78ddbaa3bb3570fea8a5b2f38d430055
cde7dab6e7b30335d006e95e635dfa62ec9d64dc3409e17bdefbffea94c81899
73aba99670253a81a34c0c5b83022a33976c988d4cdcf6b3989781f6a3decad4
f7a1e39e4f918cfdf5b841fbbc0a17b1ff113a51abb28011a355d650fdb5b4ee
f408b1eac80a321b31c0199334fe52dd9e3260c2d24d5a53d23295a65f44d86d
c013823bffb00286c3f2ab40872a101749a5f996720b6bbd2278e1dba3f84578
1cfc359bbe367d13d8214c6617ad6bed1801b6bd26c1b7ff7dba7fbbe7a7b5be
bdb49db4b9f880237c5b63914ee37aa54d333d790f6b0b656fece858d489f1d2
0813a42119a1d8faf26f708a6ee9584efd84b6ba9ab5f18d6c753cc250352d69
623fad8e7931b3d12d37c40a5772d54bb3e6cb0b1963608c6165ee88883f8503
d628d85b5b19936c92ded33984497ba50ed226fcdffe8e062dee77bff7f10a07
27449cfd9f9596cdcc5183161ffcd384ef54d96ee06464e393e9b13cd684fac7
226fded91b07f3489a6a10da04c4e861834dce3c2d74776d4fc5689401b30ce6
8091ea18bba90b3916b93a687505044d3600b1a12816cfc3b361c500875c93e5
d5ebca958b69133fcd55a7f8cc3031276261ccb8f8689aa3b61015eceb85fc3d
b07dce6ba63968f3c998ac9c1d47da51352664f3b6502b84fa22a788f30c7692
78578c63914e061d0c505534a4fad8ff1e0e4b82df84c6b9d95720a12fd37d75
f2a3c5d0c3477f7f28b8a65a97a6eb1980234a9b7d39edbb5cb0144813419aec
f09a8dcd9eeb090612013ede032cc6621645a8c84f7dd0a43d84f6920c257742
f7f46f4edc7c007401dada29b1798b502f4c26783b25c9edc8acd4ae9fd66fdd
31206864cb712ee358cd0e73ea7bb4b121607cfb6d9505ed9c6ec9e03e5eda6c
90e3e453dab93df9602f9d0582a1086f10e37de4eb4ffb4a21e1d6b414537556
8e050f2e5bf7284859bb574ec040b7ea037ec31b4ed4d68c69740aa73fe3e268
6732e8b4c8eb08114aa38d8df4d0b2d12805499615f2b2e9bc56b5bdfcf89d5f
a664456a2a2ffe8e6dd3ca9d4e53bc27607f23b917c1a1156fad2c790cd7051b
1148e52ccf029afdf38e68e21a04ca97f2e7bbdcc6578ef9eddc622b9b079ed3
8f580c04b7bb5314780e3bdcf45dcc75facffcea8e2fb89f2fa78368af19c967
c1b9ce240051330d568951ad269a3b503b9f4a4b5e0ecb7b0d4863d9d7cab567
ae34e9921b4e71e0e0a25f4a8e665f380fe431fedd434de7dbec8c56853f49ea
4d51a2fe2cc9b4fe81e27f9f8fc5bba25f11eafffa6cabc0bc620071d4dc20e7
ea7dcd5b1193ec1c384974ff8740bc7515f632c44a1c18e96751cf08607c996d
1cf71a73c6e24965369843e8ec4a4a116e88221e22776242a33585575db84fcd
2bc7513668954effabb439a7151592164fe9cca828957cde830d8fd452f7bf77
4000cd7ba8a88465b93ed33f14c7336fa7ed35c740a69db7075679d532d95b0b
ce17503e894c94a171b444ef24e15e99afc7e0ecd9716a01baaa7b0620ea0205
c3ecd04d5177ea691fa34ef42fde8b7211e215eb906f09112e0565e632316d8c
fe4b8b4e9cdc233f816cf514bb87a0ce579dc638bcdd2e6a8e6ed73b1ff0223e
f0ec9415c44b7c5d525327fb949e0b0fcb846b4073de413f4330268d888caa92
6b65d5c8c60033e3cb19abd05dd5b7acf6419dd223bb38016c0182cf4c5cbf2c
2ef6ca43f4dc06af15231b05499f9d8e08485cabc5d9d57a0e7c32427a6a84ea
882bb0022cd5cfab602be061ebc1708be739a302e4b7f4229d3bd656ab15b642
92417c59b98f4e5c945be14a9be60ec3ab78bdea1d6e4ccca830909bc940293b
6afd8943ed21e0a7e380b6b6aa8cea991403428bac46e1a4ee40f21b0c68866d
56c75f88b80bfb8961c8d03e99dceb26d664de215c986f8d59dde329c87123d9
2cc9099ca52747162c66df12dbda05bb7660c2e29cd37192dcab80532705b68a
bb03c58713768052ea31a859ccfce2809d788fd63e2a9699615ca91f85c56bbc
86cedb3431216265233d0f4058ae3c1cbf3e8352644c6dffe5c54d0e5873fb48
7c8bdc4b92bdba7d3999379a496c1dcb41212dd8b299f9edf009b1c76e6fa6dd
1a0798abab8765cd3a04089578450cb9688004b7fdead6360593b8f5172605db
e71b1fce09a6acd24f64f8347d64af33212fba21e6ad0710eb7c2742ec9d791b
c7467261854a043d761a66bebf252842e1339f0ed2e3124e5e871ca026d5181c
3f49ef6c3a6de070c0b0535598831d985e6f3ce28edd210864310c269e93a857
baabcae786eed146ff3e02353af9c7d9981d3a180aeb77c83a6b4304cd7e8367
3a06a2b23f45c8bd56dffffdf3d4e7c23f96453c0cd7313817ed38dc68c0ffac
7c47e3f0865d035207ec0f3642630b6ef8a8315e5e69f0b7fa89e4ebc360ed08
86cd3db2c1470e9cd59585673ff64f52b5df68093cf853de17a0e7e55b0bcda2
f87845a0cc3c587c1e70bbe9b6efb2656df0a9a6c994705834ea6ee5028fc037
cfb4e7d57217fb0aa7e7236efd906fe59549c1998bae6ad6542ba21078d064b3
39c4494fc7c24fc175c2d6027d105dbf66b313b1cb0607f29b9ddd4452a004cc
5461faec10dbb798b7f6a4dd295950e4883dc1745a1969cfaf987c0202e0517d
98a7f800e2722ff3eb44bdf477e211c82c6deaa32043e721b92ceb9ac1ca0843
b8cc87c3166165e20c34ce081d085a8469b358da8d13b433811dea6c4af3709e
33d66a33c74beb388e5d99b507cd7106e42d3f149a97eac0fece9578c73b42b4
58793163b5a99f9702c54e06431412c77b08f08a1a05a1f2970ab4e65ad32673
be1305e74d59fe32acd84159c996d18dbc5757aa6771b0509c239307f27757f4
b68826c80abee648030401e2339ed441b69e6dbefd2bc2af538bbf95c84562c9
b8b7df102e67d5f87366a6df27bdbdb469767f69d56b68aa71a161a4d25a6a81
a8d0291fd8c517291bc6ce8f15eb97196a1b62957ac532f8937de54a07d66040
187817ebb2c8d144197f9b1fbfd9e1a1d14fc9a7aa59a543bbfcce7c171c578e
716a9549ac2ec3ac2f963c047e69f5164156dbc31a278d5f68a191550e0bc23c
9adcf874f17be2dc9488529ab1c394a7ffa20b285f1096a518a88a0dc17d26aa
bc9324ab917353319eae01de8b738693539df138eda97c11595502d9105312db
39c2e76a1a3e3642d4f0cfe7438be962d76140136b188a322664c98b8e85f334
a206018f95d1d19f89a7300ecb0e57fb3f558fff83de718d8bb9efe2f399c634
daffe91515adc3317da6c75fd1be35eb1a9b2ffd9d0719d747e4807f0c7b0eb9
f64639baf659b4b33f9a48947986edb23e43205f6c3cd92a8291ba8ffb12267c
50b17624cc7ed875465fa70816d9eb0c87b97c0c095bc018882a25e5ed618dc5
ffa5b2c99e4dabd3f5642695d4c50b27147a9dd23ce199030597d5563fe1e14d
dd279eac592e40f544bfa2768527b2c1586d2131fe303d9fb58585ecda39ade3
8a45ed54c8f3cee6256845a7fe9a014cdc8ff87f815800711e034d62804ffac5
15b1ced8c4196a7be151bc402e85303010a12607fbe70cb0b76850d0fe7d18bb
efbde4761cef0e2008b2d65d90ab7e870f82380ae93c515b8509d32c230e7665
2e652f1edd289bd485ed9b24e59f4814eeb59d0286c01d0f6bdd0b6549408de8
ed7fa418364ad956b05e39c199a886d6d56ac5b3eae722e020426d9d9060dd49
a81ff0f69eb1e9075701746b5d7b9a7ab03760d34993fc26057c9b7dae76efd7
2a7ea322eb19b9a6633d742995bd62d15ae118611390b82a3c7d4ed27cca8661
39c918ac526777c0934c39354de48bf01f579eda65c0a319519b70e7bd84e7c9
df5e23c7002c22fa3108eca7acb36d5984a592432bf017cabd094757693b2f7b
b9b930c281c0925d8d582855d3b47b4fce7d3a03f558b953b2e594db8d4e3070
ca8141efc203ecd84a6fb44f3a42ded24bf9918cab771adb4c4b18c3756080e0
13b3c953dd3d47bbbc36a0dbb3f2de226e1d913da32e1fddfaf0c40a68e86342
44cd7db7775d5f7c8e9621b3c7e3d4085c03c86a7787a26d8973c7b0f1f0afa4
430f850abd4bdcc6ffa68cdeafc371355375cf0c266551a43b3352bbaeb31acd
9c6c8ac06b53f6ed269809f871b2c0c070dd4d8a2f7695b51fc1c82c892cca3e
d6483a578d198d6407ca17872e2e53d3d7513124fee29be765d0d6c969c2fc91
e79376cd908544af8828a943a7aef2465c595dbebd47723a8247417a292c7ca6
ddbf56393ccee6ca5de4ade0b7139f18f41e430df3fc751ea5003b292cbe7550
bf81dde17af7dab3a02f5078378c2bffcd9c915934d35030af97eace61307441
ff7ac5aa46b6d229600c68de1b5b01b31a25551f92f601362c99a2a670f94a03
9b20add252ba373fb62cf4b4c0ae1ce78c4d1256c8d2be63c1afbba5ae87ec97
1a1928cfee4e99b2e1bde7e9083ceef0dbfbd7ca2058226186701763c3e007a1
32ec650911fe1aec79057deaa4f5a3ce17cfa91f27c7419fa02cece0e43abe5b
d6935df2ee09a8f20fe59bb24193448da27640a76c06cb7d11bebf9b5db85265
c88e67c4b5591dec83c57adca292f58771db010bad0f87bfce161cb28db7b3f7
957b65750e3ec41b582dc5e82c9b77705061cb45546c06ca02b58740dc95df00
41fb71c94554be031d7f8b8eca2e5da3ce8a4b1b1ac490d1123dbcb3be1508bf
9cbc2081710108c091bc255d0373b388f3927295280d28f9b945f5e71ddf9821
c128c330d81c48ef65d4a5ecec62f9b78c6fe65cf0ab877d185c14212550f28f
c4cb3496d3f90be0a9aebf5a1a7ece55347be2f551da1937cae695590b6a3281
adb5b3c5647a9e40f51d798269e3256a8602014ecc4b991dcbca1b6e2f497ee8
a188b8712525ae773aa85b3538601742d23392bd6fe522e81a4b81f7358b5590
b01e26bcb489adf46c08e17332e5e2652994e491bd7a9b30d4c59405e964bed4
2cfc99a40085a7d98543d3ec4147ee09c13c6135a678aff2d0ecad9a56cfee63
5a718e23898a710975d5b3d5003d5588a2183566bd4ea7d0595d16f34b6fdb71
c8a35d5dec30b522a76125c7c1e616788aa2b5e2aaaf8c2a106154d2ea534f70
1be121c15c30cc514cebede76122d42d5cff153997847cbb9b4fc4f423c953f4
552de910033c4b0f153d233e81599d8c57ecce65563fe7b0c5db9e1167329fbe
c4ac13f5c1b01077da4adde9f9ee70d2b99e4e60085ce0af05b1806fc7322a3c
cca4426f8e5ca46b825959aca4f6e745d953e99fbf4a9a6906808da545dd4b88
b8b3ab39459fe9d997e43ff42ccb024349d32b86ec9404133202968c94201e3a
af70df72dcbb7c609cde3dd31cfa138fad8f9e2653cff04272d05860f9425e94
6631bdda078539e5fe0e3392cb54abca4aeb0c0a1b722699b64c1f53d098b271
1af5c10cb08a99bd324ebf86f3f728037cf2c77184c45880e07f31b9ef2a5e9a
33137830c638489b502b115121b11b04601ad117146efb5ce0b041d882305b02
5879f07177b3b7d662eb35693b0c19fc59dad60bfb97b65fe9936b8261584c4a
1c002dfb538e99d2fe7e888b13e52ccfdd43fc1b6daaa0c8b7f7e11207ee70fa
152a7a579b0d6c2c46da4cd773de6004b903262c92d86edb6176e14873a4eb55
157061695a673c0f6e1becfe65f2dbe024a70968a8d01a8996b7b348fb8bfec7
54c052d690d3734546131fe712f5b135abcd5417fa6e2819a3b26005906b06d1
0842e9c088d96682b0a2948fadd66baf934b880a36dae442db50df5cc165a4d2
89054cd2f264e5e0feab1937fd13d26e873243426de76252e63667831cd5bc08
9d304b18d5d4bd5e6030151bae7951b50da69e6b2edec6ac875ee08aec5b9c22
dccd831dd8ff8b103f46c42a851469b31014ad4bd99c43c45b15a7db20007d91
b3cd0d263a56e7216da302d1ef7fdd35dc91b57ea960655fa83d9947d851023a
9ee14eb3fb854bd0eebe2afcdeb725a5f32ae703129b786a4f475f806567cf34
7d6c5339524cdc35fec0fb28635ea4fe980e7c15b24c4844756f85df61436980
b6c8c0e1b3e997f15708a05995199775c2f592f527f7a03a72edef7ef1ce73a5
c4e001c494df55e0a74f01fbdbffc6ab33f2e1a4cdbcb7fd2c20a188908ba2b2
1bfe39d2858c382310ec596b14be9c48893b25f5c2aed755bac1d6c938c56b00
2757e91652cf9b02e167d5a74d82568d1d4604d3faa294fddad8fa99ead1f0ca
a01d4cfb7b2723843fc0a5fde8f8c69c5407fd621bbf910827cc37ab62f07013
fea1c3827842dd6f4ea5edd961b503fb5b10c423e6dd85ffe5458444fc04d86d
dac176c120c0210b3dc1d497dcc9ba77c411ee57f0b6a583b665b61a0387b961
136a0d103974b66035f0a981d1287392e774a77fc04eabc88f0044b935b5c672
0e4dc1adab66d62595b2477eabff923c0896d7941320c73a0eed70925b63948e
8ffdf98f80dddb52d5b37647828e2257b5e5809431bc290825dbd2dfb3a46851
a29a432c13f77ab8368144c0a68b815e08b5dcc3a2159ba11c354b8918c01aba
013d4c2b9adc9d70d415c4551465b6db7244603b922443935cf64476e847f5a6
2ee419b07e1aa0f998a5c03a5babd180142ea37abce991d53bf282ec50b72d68
465a36bf98b3bb72efe30800c88a5f17fa9720fa477b321bcfc365128c5a7a36
7f8140d43dfa074bc50227d1ad7fad7fbbb954767298343e6e29f5b919539f57
8ce92768886f6ba88c0e7636455020c1b66e6e954cf99b822566fe119fbb2fe8
d7b8016139bc2abd07464550637e0564b72e9d0813c5e2a8e11681a321b4c444
31b1b8bfd4e956268de935881456b3c303b7f95217a11fe9193a424599bd7153
8e515db50e7faad070ba5aff5b4db1528549bcf0904e0179656a00275d835c28
5cd7342f0fb13a3e3d30db39828233e71acdf495539da2c78bea68c7d9647048
01402881384749a7d89738af0bbf3317dd71a68d33757c34055667eb57695262
9a225b340bdfa74569b990f3f4b04f5e516a81aec5ed0e34ebabf4d123c8fe3e
a962057a237e
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: CarminaBT-Bold
%!PS-AdobeFont-1.0: CarminaBT-Bold 003.001
%%CreationDate: Tue Jun 23 05:20:29 1992
%%VMusage: 37272 40661   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Bitstream Carmina Bold) readonly def
  /FamilyName (Bitstream Carmina) readonly def
  /Weight (Bold) readonly def
  /ItalicAngle 0 def
  /isFixedPitch false def
  /UnderlinePosition -118 def
  /UnderlineThickness 61 def
end readonly def
/FontName /CarminaBT-Bold def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-165 -289 1175 916} readonly def
/UniqueXX 15531703 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f626fb17f1886fddd
dc6d51b0afb6f02ecffc5bc57a02e73a590011e5cb7cd98cf72e2f376df9c67a
deb51f7f5bf0c64cf0c5b4b3d8d789f228e978883fe39913f78e599ccac13447
fa5cb4099d75e9af60df8426a4290b5bae12d6f0d92c78bc6f1204c261f80a36
fd492aee8c8200422d3fd738f8f458dcf1ff9d99ab8ebdec54c5330d0b923362
00ffc148c5d766557475df93c9e2060315f323fcf567577e54b1274aefaaecfd
d610d9b6f236b0b73d0f39986b59c21370843a3943a2e01ef704f31cb55fb359
978415771c6f535dff8b883c3d7e4f68ba6a83839ba514c7a4861df3faee60a1
e53fe697f31549e7cc51b5e4b1546a24e95f8e6a1c5602956b790f53ead3ae7e
2c46e35f0bd50b02bdb1a75546c2ddbe02a90b2bf8f2a187e8e2a59a61a05927
91aa455fd8c074045e90574d0b4fef88aa33fffb30dca080d3623a9320e0c5ab
77821d90eca0110497c029117249abc260346445a32714be6718e8ccf47abdbd
5fb8eb6328fd6f94bd8ff568af1700ec305f1e01e604276c2d7cf700c5862687
cd80a60303510ec21a5041c80a3d8d109d162af4a7833e1711100d9037d3438c
1ae5603bfaab1366d6848d3c634921a4edaf0009b9759d36e7e17dc720d09180
52d48c04576609a3a6fc2a959f2a23459bd160e710b046625b8705515424b205
0a6c0e117a33827b4f2c6996191017ec4b8d4471cb75d23cf52c0639f9fe4f4e
b16f84fc7afc5c0857ac7ad063a7d3009eb6c074477295a254fefd60111309ae
34ef46e8c7a4b325fff3b33a766ee2f29cdb0be7d498ffaf7400551816ee412e
e05a459dbc973fefe3945148d1e82a55c422c50b3d26e3c51b82949a8796b9bf
910fcef969a436edf01fccc781edc2ea9d2be11f2d3825b10979291929d5dc13
66e5fa66cac34b167f6dfb6e0026235eac088f3f2846837ed2a5175826662183
03341f4d5879ba94f4d2b8e295f39a0c43a698cf2cfea5edf6dffc68e477974c
ce282f551fbdcf027f525b4ea81e48bbff427ad4f6b0eb0cca2ffe1d1c951861
bae678dd6ae7f69ff1a712aae835d8dddbf5578eefc26851ab261cfebf43800c
2f33614f3db005756a7bd982d19118fd5b36bfbb483d1b7fd20bac7192ff45df
e20efb3c680cdf9aa55f05eafa19ab9a60c2febee0897ac2e9b20bed74fdf6d2
d6af66dd85976e79b3d11a8d7008ad281f4761b0dcf96d5cc939b5a799615caf
c17ba2ea43350c0c2f67937f2c6cd737827f5235315e4826b3c24067795cd2a7
9b060f750f319b6c371950d0004f88d678c1e449977953e198fda69977f64d10
ac73b9baa3450581662f864ecc2ecf122c157f21d63c17d5fced22efcf0bd2b9
982af1944ff28d93f9ca2c0702b2b05858ec95b58d8c4d04944b45752e8f4948
7216ddc49f9909e25384b0b20a19316afcab144f3818f2deccd81e7cfe71abf3
280ebd589310a066ba4047e0ad6882b442ac5dec8ff6c8fc3901fba1fec8801a
de3788c9b5bae309127a996fda4f5adfe855e478a0a5508f6e0e34aba51a4eba
e58caa5edbaf9489bebf7a38a2a7463fbd690583cae0c203449e429c1061e175
b3da43e369f21f744550eeed7067b9aaa988d6e6ffaed669667eabe8fb2054f5
a6771d608e68b9d518970e20e200c79f8e844d05c9d6cd4a4a00477317b8a8a6
a047a2378c2e431957b1845c7d22502fb88de689cc6aa43332aa36631264393a
0e48299bac27605054216fbf25920e46f94fa9d6617b7ba69b19cd0170e0149f
a2d52f086e0aa320fea082e2adc02841618eaee828912fcc0a119a22f4f88acc
f2b41bd23386076dd5df401d3da016ec3face60fe4db31b55ec8892fff3c4eb4
91abe75c528373d426fc7720dad394cb6afbb400be3d0e9e2ae6d2ba6d333666
78c1922190bda22920fcbab7bf146a449fb3c8235fff3d36171b3dbe512f7954
bffeb7cd16282f1e9e66d900300aa4e675feb3608c3ca7578b3276bbead6572d
5a51da0c03e1b5ea41f32b1c7555e613061268d3cd86b884ea4e9e6e22dd39e5
0a0cf93fd4c2e22672fa727950b0a2b2a42fa469c5d8c8597d754bf53506bbce
abe51baf3e5e89e8a5befc0a62043c7fd8c2fa7b6a431d4b79872f4ec67fa6ec
a9e0bae55616e5c0f459130280579b3cbaa6a9f8f9c2054da59a11e162e54c2e
c26dfb0a7f53d859928b1d86999a6bf44056fa543e1f437be1dd857006542d5f
ad4d425e18b2bc53f40936d9a703ddc31e175dec4fa69e1a9c32180b57ab6028
762b3c6801a8d442c961ededcc36c47fd5bf57a7797ae0dcd0e1dcb7b378f2b0
39f7f00337028a7db25e74637b829d942b3c03fe28d5b3f4ac1940ca2dfae235
322548e4bf0a9e937c111a1e9af201286f57593312ea9b9ea11dd39bbefeac12
c87f72085c258d64170725d4194213aecb7d8ec78e55d4616d2681a73ea54f71
759cec6e1ec236008f91b06670c7f476622dff14fb9f5191aa6e889d112202db
7196e58ebee234822ae71ad4a3bc410d760cfed3e0dad6113d984ca03a866214
21a878b3cc84290df5d44c53fd08272b02907d85beb682947cbc8c9671ec1106
9f5ed43a9a71feb3f60b61885768b71a48cc962542e2bb513805edc10d19acde
a064ac8ae60d82e43ccc8bfd37aaa715bc9354b9bdbed4addf00df9ed4626e50
a1e9d081a704752a1a2fbf51ef5225f418255ff3c9fbe29941affd13a040c120
9b63eea5688ba09f51138b2216ae5a5fe7e43deef2a22b37aeb34fd57153a25e
97f4979a800340d85069475fc627d69173f30339a97ad7f31f8fc4892953eaf8
22eea1dfb10e1fa7a68efb198efc485eeb7bfbc87a708f567b8d69b997470b0e
4b14ce6897429006eaf155b5c20cd382a0be4cbb3092c6c9880bfef9a5e72077
e2d183feebcfc44e206086ba5e5748c8afb550e904b46a53276f8595a37259af
843a9ca33f00e874f2b635ed14c479527f998a4502aabbdda03264201c49b755
5e8f078ed853c485f14a32f9c2340e2ef136dfa27964c619cf581a5886d75e23
ab0b30590132baae317be57070f752b5f1b64139959c28529a54e666ea7e4bbe
787c6d5f98187efa20985cd43288ba0fafe8cd411cb9374dafe46b1eb79102f7
2cacd8ada799b2d1943ec0e74280ee78e05f8c153b4e60e86e1a18384f4fed55
8dd48d69b45bbc16e45957d67ba8e20dc0372ca317c7a70948d4dc4b725af325
3520a4d390c12d043ddaf238adb274fcf801742752618865b1b82f5f73cc924e
0a25cdacaf7aded6a937716ed4229ef2703d1ccf24880fef857768fa9cf26467
bb642c7f9b427fbae2b6110a489ba9d7ff2df151cabab1922eeb74f1ae16c8a4
5652cadd9eba7f2e1799ddc53e37068a8f80cb62b5c743d92a7aa41fb83bd960
6e8d4316c120ab9f04573caef041c74c0802a484da0ae6d382fbb0c93e2e0ff9
eb7987fdbdf12b3b4463213f381ec19095611ad5de83c28c2c080138db99352a
424fc9435e28b7f3944ccdb97bb1d7aa306b26507ae8babcc4cf81a11e98f7d4
17d04ba58dd1f09bb084f236b049ccdc9b3dfd633cd86c55a4aad597619bfcea
4ee07f3631711d0c0f90e40db91a29463f29757f0751cdcb8c3d91c72dc2ea0a
3d1556d167a7426a53ccebd3561dcc2f6eb9489713d7f7defec66a67dc1d7af0
616ff8e1333b3be58920c4d1d44e85ce224156fa532569f8729bb3f9848cfd0c
bce6e0e1dc3c0f293cd374329eee51621d4366bab6b6475b078083b52cb4e422
9562fffd3b1af5cd990d3e4a23b5cdd4447356dc6366e0d65a152a511ac33d29
f60e0f946186b1cbfaa4afc90d8f2ab47f52e8a2155cc4f61de1d53faf0fe3b5
b05c3a140e4b1bb6a26360982e6cd402de627bbb861a2d075c09c317621a3b3d
10495d7b145fa944a32e7a79f48ac32c6d4246e22325d9bd2b08e29bab1d7ecf
13561166c677c9cc5f319d56d08886193bd023102b1e0c49cb179f2f6c90a5f1
45abdc73b18ed55e9d6a58b70a9b8c1c0796d031fefdf342fd1aa34e50f88456
646165844d1a3a3ea35b860dfa31c54dc9af2f8c61ca6ce4604f36929122b97b
6b1d11a764af873c3898a622fa75deedc70385a7446a8967a1470218770feddc
9899770dd99d4f3fa1c1137a5ac29b739e28d8cc56646cada6ca6368bf9fd170
62933a784ca3e968656b81d81e2716c64ba0633f98cb75b3bc4228070d172edf
2c698acfc5d71cb81ca18cf410e96da951c4cec51aff61fef557728d5be420a9
c58d445fb580f927ee36a6ad0713d11a1ffe94157dedb798b4812bab79bd102c
3813594dd4b417f05b458e34df4ab7418942032b01e327dcc6e27e55c03a7b85
872b524bc0f63930241e1dca6e1228acced4fb8ac3ea420d9ab3bbf04798bf2b
42ad7d05a5a2ee8fe3b2e705bf90f9f8341c1153702113a7ad1926cbcad82f28
6f509d391bad64faef9bfa2f3562a16c5f8a1d09a89cb7e93029ceff598654f8
d8c6500e7d000a0917f197995b9bece916563b2aca57f3baa0eee17c20fe70d6
cd1c1d2a3cddf4eb60c6dda21f503211eb632c5c9b299b9ac1dd4e80836668e1
3438566d27feae9a96d8645e76dbc4ee96378960447cbfe55272d3f45ce7aaa3
db9088e41b81d37ea425137cda38e54fc9f389c2a9fcf3309e3fbf59a8861879
8ebfcc8af19aea96bc45e475594a2b704744f8eb8b225c226170393130fedad6
00ff8e872ce04af8d0f7c5478262b2c0121f1760566535eba29091710464b6b9
188d15e107898bf8a6628e3d4dc9e39a91cab5fa030769a30db04a24b2dfbfa8
95146bf8ccf35cb358782eeb90c7b16fbddbe6acc5d1eeb21a68d42b022db3e6
802969a76f23ba3d8ef4d3e0f2d94385e873c092a6feca468346c86a900d268f
3fc96c9a3401a6c035aba184a17e516fe74cc3869e35e1919499e455e5611a81
65aa21eb40f1e530daa3f37f6cb80cd3267d3b7fe65a9112d27bd87fb9c662cb
e60a0eacb904b65c3e8bdefa02908e5d07373b843aa45f95fa4d0b3962be20f3
d6a66fa27077b641467f2d7924e2fe41244f9bc3d27057cfd0694df298de691e
5dbc4912bda3904ced37db6f3928699cbea1db7d00cc8f223a8a1d5be459eb62
48759c35b79be002ff1c8a9d8f6458dfd757889eb2b06b6d631d54c5691306b7
db4cadb13b5435865882fb62f05c875cb761c448282289d5d41fbe119de7a33f
c79ba80920ad3471837947ece4c79e78feb4bc949a21c8eef31f9073ff339726
91cd7e0e41bed89f76ed731a97a63a42a20cbb9bd826f7274fcb5d28272b256c
aaade19416ffec3564df412daaee85bb9a6e9115b408bb6b314266ea5b5d9d43
a0e3b01323438759ee0bdda3f417ba68a4ef61a15cde536b6fcf8fffaae88367
e3586f3590c9f6ef87925fc8e78f48138d5678176dcaec14f929d556064035a2
b892337d16419e5c6411f2de4d8ac8600e7fd3d60f00c3ebe8527d6738e6b02d
7804e378e1bd2480fc366ccc923845bcc5760c30acde2ed1d427ae01f9c7a3e4
6f664e70889de910a884de7fbdffc19d04709b003c60d032284856508f0fa3c2
971387f5760a7e85e8dcedfdc4a41db905ea4797d1f67cf3da0286bcb6303096
a1036f82a9bd91bd40ce60623af6a4f4f86f234d693ccd43d4f0dd7f46dde5e6
0882448ce22dc3bbd8d4a2bc3ce558f759e74566f2ea7c6123b532ef40021a28
955516fc13c6d4197b244e7de80d3211755f098ebdf746d271d0a2265aa3d9af
b34a634f80c671125f6cc53602f8fb1c7475efefb990a48658d0c947ea15f05f
1c9c02eabab3800158cf3c5879a77cae4a37312a1ed75488cb535bcff74c1d74
becf0226ba1fe27ab419793b3ce4892a1f46515832810dd31d8dfe3ddda1892b
fe1cde444d3f174a0e08fb4e336e456c4ba57ec5912a07080c2f7557982251e1
1ca705207b47ce38ca896d3066807fa9d04d6bd4dd126d45f252797346d9a111
4cc727be640401ec32fb8079ae396acb4c497e20235ac997bf1959ed448aab6e
9ece1cf24c629e84d406f6dc9ecc21748b756980a6a3f2023ef93c348ccf8ad6
572114b2bcd189d022a9079535687fa626ee46eda865e014405f18eb94df99b1
a443ebd346538189549c60bd6d4cdc814e85685a18ddf28647c429eab9f50094
d12133bbf14d444bf1015fffdd0d53da0058151140bcde87d742e11f11267700
eb3d25d39f0aefe19af849c770be3040120008c01b1e58285fad1f0d679a0479
9f6f16e2ca06ed1e7355e4478c8d7b03558a56b102eaeaf3d42541e46b9cf2fe
8ccc8483918ba3602ca1a1f0b34695687d5ff248430f1163e6dc604dbb0b5285
99f8ca2e173276ffb165dbc0d031a869c2e1db68425ff8d85f4a03b4ce31864f
d367ca26489f0a26285ae4eb66841e10f52cd1eb97bea27e5e1b41e554e13484
eec0195ee0ca36c497a3f1e05cb65c7d7700061046a7bf26dab4e981537d51f8
bf7b8b303dd15fba1cda486062466bbbdf275e25845fe4fd26f2b1e84750f9b2
a98d72a9fb3e5bef8d3ed089bb8c1cce6558fa9ce7e1b8dca3bcc136f1adfc8f
6e57e4da2dfc6532d92cde6141ab1276d11b0c1b16ce5ab17e4215b30a05b898
4684cfc8f6d2f8ad76667b0ef9becd8de32358f5b0a6ada0e7f300cf01c33064
e87d54892765ef7a97166b8fef51d0a243200add080718ac5e8429aaf8fca4b0
14d9bad699dc9f61176d9d5753cb82d789f222f14bf3f078c0db0bd5daa1421f
29dcf85f3749fcb4f4eea4eef51e7e7fe0f1f46b67834926557c34bb609a599d
3541379e1f963658c55769671520efce459fdacf80d5a04dc1c8dac87716a589
0fd8b73bbc87ff5eb411c46800c0416d98bcda110f238b225e3b59aa4d3ec313
a2494036c43cba08715bf26b98df6d9358f2caed2dbb6b07e4ad0d56c9c4e32b
700a3ab2aa53b47f7878e7067fa25719a710f0ac001eb222aafd5213e65472cf
f371310b53127f444350c887e5a0197c027257d0c1b3c2f52d1869e3dd32e1e4
8e0e587b0009326221be7e32aa32e740b30cd1f4c29ab95e63cdf29de503991b
729488e1801a31580b733c7aeabbfe271cdc5143e3889ac6b44d142c3093a9b9
085235a2091ea3c5909bcc899188d82a08746a33c500124dd574a16b783afaa9
81bea5290d1c6d0f41c5e56e74d4fd8936d2e2a1da3b90be5c140d347f65fd61
c57aa4555b869519277709f105b841cf3fd801a93d220cd7498afdf20e18223a
37f7b612e88b4cc2799e3c789fa164b75b0ef3b6754df01db9da99880c320a32
57e551b4d3fa9b10637c7d4d4904fbdf7176c90dc9bc0f6c0bbc0a45574896d3
c00f715a007755819564fb302b65fad1f89d79b0c0f5ed66839e19d3e5d72902
5adb2ee3b40e1622e87a161e8015e5136d40c7f6e669c8f1776a2ca4df7ffa72
3559b9dd12910a3b2edaa1e9038e0453b94fe4574754378dcf1847b9a76d7e7a
bae7a2469daf805c3b52d7e4ab05c8866a2f1e58ee981c64d216fbc33c77fe62
08aa8940fb87a2afe6191225b8d29efce154de3d4a65249b8721dbc169b67156
12227d175a7ad838e87e3f7340dde858d9f818cb524b1d63e31ab480b6d65b7f
63897a5d5b5531b301e5fde962306ab23bce39c0ec8103b16381c894b1cfe4d7
6624b4df7347468140fbe44f6f84641a4f170996834f9623b65737147b3fe9bd
5d05a0163fc6de3b07990910f14beb7a6414892942e56455ac33b135771864ef
d058290c99ba27465bd8acb7a426cf0b11409664e014a26fadab48034c9ee1d9
41c1b690ec33aec7446e9b390aa85a7c51dca9ce10552d66a5d3b0a93a2cb157
b351c8c0f6f885828fe50b1519da9b9a78cc0e913809555f241886af517a7952
60b71476f62be2965dbdd98cce2138d3ab4fa24d23117a7df602a827da920f2e
b5f25537f6cc1253b19312681ea9760f97a1012559ab204eb0f1cbaf704c2fd6
b92d473af0293dff35bbb9fd272fe3438b0e0dc92aea2ea197954445b5dd9703
ef8c3c1498336e57c3ee8bc9758a883677703daeb6fe8b6ae4817bb7b8537e6d
475d46cee81c0e5a6e7a60e5966d1668ef984f1708815fef9cbe84ec79496d45
fe16b2f77a7f724b70ecc37b8ee5b25443e73b6ce3f572ffc0a1756a8927f4ac
427aeaabc4173621893edee52d583cd80aa2f258140fd6e9cff54ea873138104
87b54bab39f5a7316476b4e7771ad1fcdcef6edddbfc3d77aad75c712c25a7c0
ef030ad68476d9647766a0ee263e31b54962088cd65d743c854e1e886f3700cc
507b086d6c48641b9ed65c54c25394d62ce42bc5d4930e094a0e4f6c9bf1b4f4
d19a3cbb8aded7ae84095daf66d0e729a955fd68d2af6e0e160ac8da0aed3d47
6fa2e7c6dc0cda298e5760b1905cbeb2703a61df7734f56371adfe014072ccbf
547b23443942eef8071e9af2b012d11f08ca81a66d6e0f5d7aedbaf3e084c8a4
f2ffb14b98046f41e8737c7d318ac4bf32bb477e066a4b58c27ff0ee8f3f9ed0
7464107b105984ee71fadb32e213dd6013d5802f1e7c659d44f5eff47df95c0f
bf84032da9c3f284b5c6ea07ffdd920406bff298069ba44f157ee092a83657ca
b68517656f7218feef51d62e0f2809a3137ec2d6
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: CarminaBT-BoldItalic
%!PS-AdobeFont-1.0: CarminaBT-BoldItalic 003.001
%%CreationDate: Tue Jun 23 05:21:37 1992
%%VMusage: 36034 39310   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Bitstream Carmina Bold Italic) readonly def
  /FamilyName (Bitstream Carmina) readonly def
  /Weight (Bold) readonly def
  /ItalicAngle -9.60    def
  /isFixedPitch false def
  /UnderlinePosition -131 def
  /UnderlineThickness 61 def
end readonly def
/FontName /CarminaBT-BoldItalic def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-179 -308 1215 909} readonly def
/UniqueXX 15531704 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f626fb6473d473200
8a50b1c52867a3c6f851195ed78d5e39dee453ce0f0fcab889cb2fc4ea3c7fa5
ba88c6bdeaa252d73afd158e25f775687b1b729966534e6fd4d1855344837448
425a122f37f345308c6fa1e3bbbc73be9d8f87a5f4e36580c021deff5cdfcd3a
a875d7fbd85acf7c86b710f9b656f6ee99806b5f29f0be53c1868aba58cd5b44
f45ea059ee8228e7e9c1399437f345cb9d61534ae20a8f4dfea7f49d3bea9c40
7615617a19da7efaefc08a39c1831be4b696600b7ea24a3fef9a74cf765eca67
7128204fd92393f4737d13c349fa5c127897d291ba6c3bb7953d6b2f951e3398
6043126b784124bf31d271e422f72d9ed3b4601eabe8fe9d582eaedac7d5994a
99c59f219eccea42c997a8d4e1f9ca36b4fd2901f40082ef012e0fc63c9e7e4d
5243a13eab5830099b54639888468ecea88566dc6012b78c9e2263f063ca5f51
d456bd94c42b4a626fdacd48d15c9d05d0db726638ba213c8a3c15223b784e4e
5b5f0eef845dca2d51fa21958442d2629bb8d63bf568c7572256eda2457484e3
7f45371096cfbdf2e1d9741a01b0da7b5cd63b620f5bc826346d349bba2c0af1
26054f7e14d19d1dd385c73f81df3d28351d2e75e50dac168e7ad0941b9da02f
27aa1d3092e71b8821a691e79f1efc702adcfd92edf99598ba1ec865d5829057
f709f7be960dbe9cd995261a022bd52ea9f6f84f16bfd0e04b0d28302cb5f7f0
eeccaa1cb9dda38b712236172ff0a47985147c51c0909285bbe76a089307fa3c
e3be9be32bd6adc885a2de83f89bf4f4f9291e1f71fb04396e86edc052b0351d
75b4e76e110bb6c354cb58521ce89375500d7fc6685d327b97e3652ce2180f13
b7836b2b4cfe65c1d985665bf096663456b562c4fa1cc261b22208c7f9af701b
2500d6de27b03ffa2c019a126b0634eaeb063100e6a47c68a2df14361f924a19
4a244e3ac74fc0995adef5284b7337769e25d79eb831cf3bc2b588eac1c4ec96
1c50442a9e12ff8dcbd90dd7be0d00bcb0ca4021c282ff13e266bafec21d48b7
55986a9952ebee33cb6d9fbdc39215997aad8119c0ea36d094bc52095352c9cf
801f7e44cb9e399f3a947a26ac260dbf60261108d523d12db9939bcd1a52ee05
1a65c20b76ed04f1930e18323e51fba5502bab8fdadcc9631142d962664c4db8
5dd8b166c5a544fe355e08b1199bc97d9da4b36c00716ae4a0c86b4c54961ba2
cb6b86c8993104c43dd42473e5508b7b78699c961de48f2be23e8d772111c5ea
abc8540d566aa5793fb658c9aeeb43f80fbbc006a5abcb6d3bd969e93cb0b313
a64be324457ba5dbce9a8340b5a3f5136b4aab3eed6077891bd8c5b22accbdbd
b595319fb2bdf5539f288be99b34a46df4a932f3dfaa690bf156cfeef440b1f1
2c05792e9e878fb83c6504b4767d8b455fb5df9caff4a66dd29ca8a9c5868c06
59f03741af1d9a5ab081ca2df7c85f07715ee3f439ece1240cd321e93bc124d7
8362724ced8de8d82ce934034e65ff142dfda501cc55571c046e7b34292aff14
6123391cc097a39dfa1e42e3a9b4d617554cdcb9c4191333eb6cd0d317832bf7
f0c8230df8a4e24785c77d725e9010d3594b6c160713194c0c165ab5269136a2
2414ab31cd28a5dd60837d34853382f073a6e146eddb5f0a6a1a98cda0e5facf
17517df90510161c46c3f24d5e4595ca9f757cde5581407de2095a599a3c8d11
1c26e19d5ade5483db7debb34c0ea3cffc56a56dac0fa8519449df95605510bf
bdaf7e68abe6090aaece1842ee530f5a14cded5259e35974f96db394b3f0f3fd
0d3c6bf416928728f44b6f12934730c0189e6d6a1c723fe569f753a00a18e3fa
9639802ca856f80751983b9f8d2a7ba2bf9ba6e6a77d059e15bcff0e23c3450d
a5e8dddb3af9b4d4a3a7bbd0e6556c665d554e8cf3e58a163fb30c449e3876bc
d8d317bcfdff13127b93b9a5f51d2e7183ea36e3d77e34b07b4abfdb70f58170
29ffc6a5b19a3a90559a898df7a5ca424b19020330490daf527a9e372c9f088d
11fe3d5e8aa26041d346fc80ce6597f60d3490dc655a1327ad385ad7b5be8ebc
2408c80a7383371cfd49724105c20c7575beea83b1ca0ae7c651066794a2da0e
24747b9a13813684835cfa55d4b3d0b3a1ac144c3f12b7606477e1a843bf1728
e12c225a65a485dd44e543d60725849042bf322de696175b452a0c6c69db293a
9bb9495af112e922354818845c57de297a3b52a4542b2c81a3cb52585035b03d
a510fa28427d2bcc1f7eac20dd7b78bd4a40933b808f50aa3589a50f8c190fb8
7bbe211ce0d31de78ee1da09a0bb856ac28fc054c0c6965a21d0c64a79d33f01
705929b12cf9e9babbd4fd1729f69db78b5215d69debad6ae471f0ffe4a824a4
c5291abecb3874d5165477f059fa6ab02f1537f817c020049b6522b8e899e02a
165f500319311ba99f2d57dd525689e5dff0c00dc960b7a1ca5e6eea834e9d67
b723dbe102b3dd28a68b3d6a3d22ab65a3e93483d51d14b1138695eed589d0a6
fa66cee99a28224324d412268206e1e37a460070f10cbcffc3847d2a3816f397
f823c52dc5a6554f94e9739c3f6e9445e6330032b27fb0bc936ce05b246a724a
35d2da01eef804112c1e69e19ce046fc29f23d3cdafd5049d1ca8825ed108932
c3221fe96ab6c4ad1a869d16b987f46a40c6f2fa65c370394754a5aa7ae3383b
533450caf9d02dbaf74e5e45578fddfba364d901b4a76da071b42e94e799a218
2fa23aa9751578ee6b464e30c0657dd57cca7fa819e26597f0f3aeabd72a9f0f
628736e38f4f72c800d630d2090255534103ba6710aedebd58c1151cb030ea13
add14ec13e7200342d156de0513ee3d9fc5c4aaf1a4face8a470d5526e394ce4
e2d8d67fd60c5bc9c6bd886472d767211bb81b544d83edb5760b06da46ac3b86
24d14975ddfb9fb24b67fef6e2c0270a5b5499b94bc47c879e5df020d049841d
e2eb3106ebf06ba6add0f8dac87a24a0e138035c4b256080a94387d7433f7369
8d5c45906d0d52ebe6eefd7a7fab1f261dabe17e7bec317f21a868624ae33122
de590d174f5e0c93b15a08ca5f2075e076fa46b6224e7fefad574ebce9cf42c5
8387b13fe207c79517d32b6b9d1ea5b0df9ef597d64e23be8b8750bc8db13a52
866b940d5b8639f03e8cb519a1fbc6865a698540488c9e839a1073a0f40bf837
9c657ee4f4be1a0d00411469cb9654fd609d386a54c0b5d7167bc3d3861f639b
2a45cea23b926d3d49879ca9cdeb1d32225f66c61fa1e356765881b042be4691
af870e4318fe1a681969ccf4b39d174b5219c9df84565b38906da5fc5ab76700
eafe881bbacb024855bbfb3ec86907618bdbb1249ef5dfe4b7d26811a7daf155
d02d329ce13ec5088edfec48cef65518630d5fe5957118ea4dfb1c202ef90850
5b04af17c450e8f6c537c5220ae3ee2fa75ee37d1d7cda23cb719719f6fdc92a
62a4133abbdd00332b37850ca2a3fa28bc175812d28aca093d3abd2fb603da5e
390710e216c7df922db5e9269115e0de7d8b484939003ece6116180b4c8c657d
05061ba6f41431fbf06850931eb056760528aa3806c9e28f2fa41acd06a38dce
2d7a5ad1016a5dfb9f7a615f2f8a6d785c3781d0101d9f34a8e81f439a646d96
1d816ae406d89b110374f04e9088e4946b6c18edad3c2b960a358708df459967
8745fe3da1920bc666af31ed6c6e466217da2b3af5322e07ad680d15c3ae2984
bc8f6887b67d5c76cb32167e5b3d3129041eb8779a82c1adb878f6ad6b876fd0
cf14f528830826664abd1c3877ced62ee0a0df22941778eadda51c97eca999cf
1d98cf40928662455cf346e5a6b9fe8dd75885d83e5b05448911c0fc6f9b28bc
cd0243f641f59f3ed5a9cd53284e6b6686a70137746c67495dea19735eb89ea6
5680e40bdad277f3a207fee0ec50c217e39ee60a648fc13cdc800c454cb73521
1d2620a73e18f8bfb69e8f73d6fe6622077de98d6ae1ba21645822366659f993
c483a6a3794429874763e64a8e6915221637bf2f8f8a20edf9f5cbabfc459aa7
2b39e77133b9a3e064cb075571c249e10b0f366f23ae6d909b322c6a04f3cd6b
5a287e6e498343ed0d54e3724dc4df1dfca005147a8453158d4a72e9fffb0ddc
01d5e27ecdd9cbb32cd1cd4a1cbe262b46763d8346735ad1cd9a9fefd0492cf7
f91266e462ef1f00edca83036c1e2586f3ea4f58a4d3c7443c724dee7c4d57dd
71ed11ce26fc734a6b8c326ffda4f57ad5ffb4c0fb2ecc3ca501ace1de8ed678
5bef5401ce821feab8a060493384ce6e2995ee06bec70160744554a6af3d1ad9
e11eaf6a6ed20119ce3cc9a573852ed08f20ab75946a7e1eb35b1f7c4e178616
8cd28d163decbea42559c46e1fbb784b2c6782232a9291cf75c9ebdd53a3750e
73bec335ce2c3f816b6e7214b3f0b996d6891fae2046ec29a6e2f5344dd92b7e
8b391d5711b3a13beacdb05dbb2b8ca9fc6ecfbc83d70307cd51ec475e56fab2
f34d98e85c36ee28f7e04bb7d472e62f0148af6a0f5e270f2a9b92bfd175a127
af6607559d367c0716abf0bd5fbc130a20a69d3e6c562fc8ec2bd327ba0ddc6a
a264f286f99bf7353682b9e578a6bcda4285b3b6aefaa33acc107f920efbef2b
10ac209aa2dff05df04907d9b548b97cd8afda292c337078f78cac7b6b961176
0517916d2d6b12ee196218221f513fd41f4603bc3b622a851da9aaa5a3b50078
d1e7dea140c9b8413c2903bcd192ce66b8aac226f6b4f6a0517d2e64831175c4
540afc5518667afe39d2271890ac15c947d477ac65d68fc69aac9be731729cbe
00cc42efa236329b3dabcc77209d651ae959ed8fb856c39c72cce43ec1062931
ab82b8703e7c20c8cb1165f18172dcd30763e88c3ab6259d406d85749eb28d48
37993fdffe2f156d7bbb5a2d1d81474cc6469e32e0792a2be19bff7d2dda89b2
6b7459b7f4bfee777c6ceee82e139ecc16b2ba43e0335efc5a9d056c4582800d
eae1c04968905cf1e9bfe4d5903571a38f806d35f1c4e62960b6bd5b6a238795
a64fd99f124561ff90f9b3abfbb875b8d2c506b479d15163bf6bb35a1ae9227e
638e7284a92b5c1f5baef8656e55e66c90cf7f27f99b11df39e82a635e2448b3
2d68db463208bc09336b934a9307795c4591508d12104adf0937d10c99b84fe8
6a1c280a2215df99e9dd8cc01ef5ff607c86e0b58f4a22822a4bc399f6bc2ee8
aced920989cfe4b1d5430eab26ae468a67831d68bca817f19945c1daeaee2831
23b8e862253b17aef9d10852f2fae6faa59910f88d08eaa96b474096f85a9b98
854b2ed5f19533f71e41811402f2f81d0102025a09b6b0a3e09eaeb374cda723
a8f84ffac426e177518437888d97d8235f330fe46e432550ec321522c7a425d4
0018e2462e8a9ae7686220927f872ae791d0dfc020ce47ba271a83178a88e125
f9d98bd7c77fb1027c6cf39c697c300c9523e52bae91bcaa0950b565a9efd547
5fa9d07fcaac6e9190f2ef544d4017a9c3124cc10dcd76d42b1423ad13d62391
8c1fd4511684a5c352dab66e4cfd6e85e9680ba3fda17f994b85aa2c470921ff
31742109847f2755a4a986c8d5f0783c47f1b4d852fe71233e6d06277dafb8d4
74d4618ba94ab9023e509411ef129d4e0c3187ed4c9719bf03a7aac69c19d0e1
7b034fe6fadd4d05b9e8544fd512bcd392ffd5e9f0f60471b1c116f3b368e0d1
64f63127a86dba10ed4743ceafda1fc00a98897cbc14e361d9c0e32e008f45c7
d18f49f93022a12ee87b75e0620a3cea743e0817b19e57adb41f250e1a744233
2eaeab5ffb2de0869a27177692e87810f5ff069cb6e37f65de12836d8fa4f44a
0e034e514446352be4b80df9fb72fa3fff07ed852513dc8d95f4d41c2ad77a2b
b48a605deae6740414a5dd9f17c2bbb9968838e48d2ada6acb508d49cf93
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: CarminaBT-MediumItalic
%!PS-AdobeFont-1.0: CarminaBT-MediumItalic 003.001
%%CreationDate: Tue Jun 23 05:19:19 1992
%%VMusage: 35906 39170   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Bitstream Carmina Medium Italic) readonly def
  /FamilyName (Bitstream Carmina) readonly def
  /Weight (Medium) readonly def
  /ItalicAngle -9.60    def
  /isFixedPitch false def
  /UnderlinePosition -129 def
  /UnderlineThickness 54 def
end readonly def
/FontName /CarminaBT-MediumItalic def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-183 -318 1038 896} readonly def
/UniqueXX 15531702 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f626fb0b001cc2bda
2717789776253487afc15896ec35ccc81b4a4f2afa2a2a11aa6e7e397d124145
60072acef1f9db74002b837bd0cf7fd8a0b2080bc85b478ac827bd3556e18359
15d685778aa6eda32ec3715e8813f09efb7a1c68f7fed58041aa2949f5587edf
a0cbc1dfd16d65f403b6d5a129bac11d5afe83796ff40fe64d9e9aef5c56597f
5334c07b12bdcc34337c3a528e1e71baaafc862dd3036cf8ffdf6cb64d61aea9
9ee08162631b08cb5e53a7fb289382424a851370c1d5638eeef2714332248690
414f3b67654f4208bd602e9e31a03b7b043120fdc1b417ff9ab20317e2a27206
769d681c60cc829fc4295d4db4720700efcdb82480d5911f1f0ebdb1a01eb9ae
17a43a15f2d46df34624bc0abf3314bf07be93e0ce2047a1f86c9196c445acbb
9a297b5c37a20c2fc0ba51b1b7aeca8d99ae1b60cd9eb4b0d68552b02a2f0447
fe45913b15db882f3dd96f64eeb3300ce995e5abbd95da6f1f1be57ab13e9c02
aaa06b0baf34f1eb29d88546cd97d3503a9275c0595d72f02d2b2a44d174d12b
e5866c1d50d3c47a16b28882689a81fdbb8f319742153102d72f5b367af6bcb4
d6174456dcb17f9bc3d9a11803c97dff65db64d40c16a860ea565e675dbff612
1072734d1a7a0a81e6b7590608ee9a5229de7a02057eed0223a63d43fd48b248
5699767b01da5f56364d2daadd01b64dcf4abed2d0b210303555c3cee63d695c
f814261bdc86280fc58120f2548a9fc2b0f13bada771c4465432aaa37f00f238
5a1bffd588fc252ff5ba6589b7c9e9f2e3807ce2e4b389ee7b7c6903e86ba151
0c8f31a5d5501a1e6b6b302e123d33b8601f0b57e6c74d14393b3128a31f93ff
7ada5d8ca93d3d69e7407072647554feb44d81381d5e88164b51f7290cc5ebb7
c81a70e0f21c8ee3be7b2952d4164003e6a8e74490bee3c194dca66ff864f61d
233778792d159fc826e2c4f583eaaf5df63838e2f2a20e188c5d4204ed57e9a5
f7d90a06a3f73259dfe80802c68cc835fa61912ba736ffc5b6be056026c8c84d
3c6c38e60c9b24b6a272e9c2315e2d7ee6d27d5f1f96de8a5d6f0c9d01895e14
16aa85a92ff8eb89258b9203cddceec8618718637ee5af2f8a3b97202f510d1c
79e4717f129dd25cc3f85e16ba95df2a18afca8b45425402ec84ad2856721ca6
41ef4562c48620eaa6a8a1564df873093c895919850f41b3ee8fbf6640f462de
a2677d46d027f4f3a4fba49b1386655caed330622d9d9c122aca2b4353f20a08
6373d9637bb34a10583707791d23f38470c817f721a1930e55cc701abb98088d
5a4adcf0d3303c08c074725c48454490f926e88ce3b83ffdc39da3d705bc8fad
a277ff01be6c60d218c6a12380285940cb9b94f5094013b551ca8c6ef657a3d5
b14182391f8140f124ddcb8c4f9dc7a6dd3c704aa7631f8f0fadb9b87097fff8
e87b5e8140dc1910c3f85a2804842d880680e694fdf9ad5f7f5ec1b01009a55a
cc42b8cf95df3658c2a3e923f0754c8bc3de5937cba59df6960990ddcc3f15ea
abe923d8b29f88a55e58f59a52c93668ddd7fc668d0dd679efaab510cf70d276
616b824cd09b1d957c4a39e1df3cebe92edec1546dc1c43575343c3dc510c47b
6785d6f53755f805732e3edb62624f7fa3aaf84fdfcb9e7225efc40845ae2f6f
852455d1b2aaa7de724be61a909ce3e43d4bbfa5e680043f2339806cbc0b1d6f
d16cc0544fbf48713b54002ab79c98239189000a32c3c90b923b2132b99966b5
061da66905a7354a748a3509ea58491738bf4e94df2a2317f12d721ca6db2537
6757b8634b177960bafdea0812f3feac0bbd90905994f32eb77183d7c1240df5
6d82d74db1a109d047fd667020c65c01a44c383b743f9d04da021bac237924f5
bdd38dfaad4e6d038e1578a3604b2e0d6b4c4340f9856f25854afa66b53583d2
ea4ec402cfc94e41394f0bb184faf7ae18923cf3f28f004c0333fd8054ec7e17
c9605a960432bd1bb4b60cda374279cb6458e067f0b134ea1905fb18c361b481
adbc3721acb8f946c89258aea81481d81d133d0b2c9b6d803361038b4b2e4338
03d0ca2583a1b4a9e126c8aa3eafae11a4405734bd96ab8fcc1977788e6074cd
1086a7f3bd33551b4adef60c79a7038d1c9b2b0f053f6a3d234b853a25fd5c97
39d358cf2e34a6e5e4ab11a789505f27c2df45696d86ec38ddf87e7c09a650d2
d815eddae0bbaeb5bf5e16285ec912c1fbde7db67616815b1fd4cb9370bdc5b1
83ba21c3d6cdf0cbd5bfcbf46b408a444ce976f007e8d5e02f64e20ba871029c
7e3d3feffad5807feb05b54cd4cc5788c159f4ad6c423da6d4b51beebce41d71
da405ff963848a45a0f50b875b28fe74cb9e7257456f694db9a45368aece6b40
ad0e883b6c2f90329dd6d285f899dce6245925fff2c183ed355ed5a026b7a15d
eaf9d02f1f27f9cbe9be6d8f5710f0daf98a27703a5d4204210b6d4741976585
ebb78f924cff7a75a2037521da1dd43c896b6338475ad1b241152de068482849
d59752fa4ca27fb1addfebde22eab9710df43162e433a775ca3db9f861cefd15
c379beab84e4c4cd83d9e462a583a311203445b11000b8302ccac90e8621d77a
b2144e9f2eb2cf596439410ccae6361379e6c22ab29590da58017692030ae724
7c6ae9ef97a56ed0322055c6715d085e2c399fc2e899fa4e0a6cc588b1e06b27
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: Incised901BT-Black
%!PS-AdobeFont-1.0: Incised901BT-Black 003.001
%%CreationDate: Tue Jun 23 00:37:18 1992
%%VMusage: 28776 31392   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Incised 901 Black) readonly def
  /FamilyName (Incised 901) readonly def
  /Weight (Black) readonly def
  /ItalicAngle 0 def
  /isFixedPitch false def
  /UnderlinePosition -115 def
  /UnderlineThickness 135 def
end readonly def
/FontName /Incised901BT-Black def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-190 -239 1074 976} readonly def
/UniqueXX 15531406 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f61a10f8a655ea514
e1fcc95d4495901fdb6f465ee6e6992a25f4c5a82471cabdb9664070423bfdac
3e1ba63783e6d73d488dd775d68f26ada2039f36dc025a6ec7531aa61d5c23aa
6bed077820f4661814e662e1d9e9d16c2639897400e04b1d35c934f6dc1db163
7defe43fd6c50e043867798cc9542f3d13ac77a84c6fdad12146b2e6276e52fc
0968789134764b93d2310b0b2d33ed0f0138b1a49be31df2d261031a5182e51a
660ea9b26a7f9e3140ed05d706fee53bf6c78ae1f7fe21af301d3b47bbaea4ff
d4215fba36f1012de67d90dc9220385ca37cf832cba42770f202021401867d59
f410b19a92bec1dc007df06be5d2928836489fdaf0f86b1be9c948444d73fa03
d1e1eca5461bfcbf7fa2663376f1b609eaf048d4eb59c5726f5d0c330c06e488
4622d4031a21c859f77ff683018bc3340a4b1de33c0739887de0caee247d4bc4
0ad1edf3d8dc9a3a3ff07ffa7ad0b469ee2afb6cc655500c42e0bb8f16c7f011
71d843064ed73216fa2689b29e79ad4a367cd7073a97344fce108dcb99e77789
ce10b66f70faf49f4f3ab95e3d1204e55fa11a6b547ab945289f247fb2cf17ed
3a87ee3f6e484dc3901e7007684c3a33201faf349d449b9bbf4233f81c517543
30ac3c2077413c36c096fd9313c791790e17d902d41906068692f1e81c6edf35
5fc684d3f4233008e9e9f572d61749a123ec9b5b4a3ef0a1a7711bbf97e9b2ab
c4726d856a4e7b3ffdcab1e596bfea462c2031d17fdcef52b4ab5a70ee64ab82
ef259b1401cfaec52521ebaec253aefc565a84562ab3206b807975e69ee1587f
952ae94021a9f8a00f2ad5952f8f1941f85d6fbdd2cf1598c171b5e71f57dd6c
31b2203ed9cbdc83ebcc212e722050b5bc23e42b29043e336a18cb5b751d3b44
caadc435799d54569b96c23029b6f48ba7226ae70494c8e3db9862e3081afc0a
86d5cc3f65da6b6bed7048eb3952c0ff23c864bbd4a13f5cb411a91a623fe160
13e1cca0f691464266dfb293faa4d9f13d7e82563b9c5eaf5d310047bd422664
23b22ed4cfbf4a28c1eb17e74cbb60dc67a64619744b58364aacaed592114ade
a3864723faa594eabfa949471375ae1359d3cfc70f3cb2f90f3b82424f2a5d41
7fa9e7d404fd4bcf4a4742b30c8b429481c0b2e125cdc96fa9e1882dfce2ba85
ba7535c1a9bbbcb8bfa8b4273d531438897e6c7ed31bd3a283efa6e92ce776a9
ddf304794685165b43027c2ff75ab7e6656fbbb45173c0f26dae99eb8cdd03b2
f9eec4ec1be8b18e93bc17c1b94acb6f2b1d07490611c03680bbfc3eac8a0174
261c48f01a3dc518201ca1604628c336ab3b60f7262128f930f66a138fd0d52d
d911f8a877d7af541550786e9ce0dc553e601b16261a80181bae1652e8cbf349
c4c5cf7696b7a049160015e76280906ca349687e25fc895d16c0b5318dd350ea
99b30893bc0af6a498b6c655135fc9ae43775c88b61dc5e1b3c64c088b01872b
e4860c3607af81284370e6e30cdc802da3616ab0425148f2737d65e4bc957e86
41745d0f5bffe2deb851340f3b586e35786acd976f45e21f27d1e60e7a880e5f
8a42555c2f5561ea55ce26119018ac17d5b741917df1c6bdd57a5bbd80fc88b8
c6435806002358d59d8345ef55400eda163d9aadae5ee8b7dc1dfeec45ebce68
97b9432ce9b472ae1ae9df20f80c7867c95c64e8c57836189cb0c3961e801058
562d01a39f500b72f06094d9c354d6be953a2a47af3cb42599ec7c0d5e1cc6fb
48e550ccdf1f2e281cabc0fed9100c182db447eeb3f23b719ea67b147b8226d5
9cacde2d7515b5bcd5b7a4aaa204b990e591da0ea5866484b54ae881155f5642
59d2279f05b5d989bb7a831a360c8d6d1319c37847330208b040a9c9f26b4991
a3c9ada22c059b69d74ad8af8d7a294a4fa2ff583c95db229527efeeef39f18f
c5596773b5a52f96956bd425efcb274c24b6bfb2b5d82bba27c0318b744ab2bb
a8ea622f0a42201de56e2821ee2b0ee6333848c96c6e3ae02890db2960f99119
d7a1988dc60d02fc513730bd3fa7f4461535750e7ec2954b37c2d18213d12ffc
dbc98f3572c61f3df2400da4f116eed5a8476be4fb08b5cfa93e1e6410305870
437a6afbc6e426304db6d4045276b3dc274097c38710affdc34c795927067723
d29c458a55d1abe0037cc96c44e8f83dc60c0cded949f09faa002814bbaba8fa
cac05414f1c073d41bba215612abc7cad6b21e5638f8817db44c9dd3f08d50f8
e5c0d15180d243b72b75ce8cff047e83d597ef20766bf8213888c97c837c8219
b3a85b85d02eff84808a95db2fd097080bf264d7a22e4677aa83eb7d96ceaf57
f1ec7be06bd2b3ace8f72f6afc82a2c20aca0ab355557976f436c0447885ead7
91c93cc8034b085881ae55fd146ac107f3bd2a46aed1124d90eefc71bbb2a85b
342b29c10941ee6e988922f89d4db9267aa808751b1f9c2beb14a8193c7734f0
e7a5ac9a0cc490782ddf4827fe2ac41a6ad97768713b1a1a02f28593b7ba0654
722319719226ddaf9b3b21496a1626f062ab45b5095348a9a380e33a878e1e58
c32d50f6e4eaac6dc0c39fc86600155309e83e3363ce6417deffae2da52c9709
c1583b57037167a994ed037e1d2161219eba9370e1567e5f3cfb43cfeb5a7616
d9d87efcabfcce1b912da968e3d31fd5e695e8af67fec3cb4e37c7de17398625
53ce3f39029c1476e6dacc26324bacbef175139eb8bf1ae471dc2e24ca3a790a
3ec99f5b61c063f21065abb2d4bc49a856f8fce032331b2c032bca7720eae33b
596e849635ff2ed0e20ff315842d19e5e5f1fa1b41f613789b1623710e64c252
7af34074868450ef0d01de531a4541b42471064da1240243124ec4f39d6a6382
22dfcd6ea54422064d3913b14f1dc17a8c769a97efc5f17d0db267f1477c98f8
aba96993ee03c36043de24501105bd72378cf26e84283a3e03d3a3435397bfa0
ba8e0c211adb1dffeb3937b2565e84cd97a943f73e410d5ae7d0087544ee1548
ac9fb84e2c4548ff17be36fdad42715d6b17d9729245857afc405155f084601f
93d5bade3c7a871daa5640721fb1bece35cb8d332f5c5fa0e656081bc2fa3e2b
9347075703a44b2bbc9f0db3e345a29ce1cd64397d6dbd630f067dbd5e36c362
a8db00cf1255425a9a2b0703fc6cc0c8d2934383fde377a838775787e7aede3f
7b5c900278897072e17f4fd34685da3b2c448962e88c12f0ac057ca02d546623
a7e1fb3f3a9724be7da5dd78f585066fe7c173c97181042102ebdef6f8668b11
23f3755d9233090ab0b5cfca9de90f29d34452c11c863f8dc20f6c56c9ba65cd
43764124c34c31f82cd74b24b276cef9dd4b840f31b22ed1035c9033895f8053
90cff8ca5ad8621c099eb6537a487d7739d7e5588db73a21220f65ec37d35643
4e517a5773d7430a308e2b1c8e28d8caa6dfdf468cc613e5962b4a0504f5e0af
c7253adcef679e803783047e3d5ebdd2f59c0a1c1efafe66f64f3a747f173777
b46fac18a96e78fcfd9a4499bc5f0a975d5b71a0b4df0ca28780d76ad483c2c2
024d2694f7c90e6daa55ac8fab78e6e20d9716f05d3e46caf3496c122ccb6ec0
b80a9aecf5832092a63ee30fd187fb41b46dec9fd5c4b103ae3070247df40909
e5f5ed453c7f3e875c1fc58fd678f1441158a5149eb7670c62585e6595238fe1
edd28e264fa93f3ec7b9f0e4efaca824b54601e76d49be971c0a023198a07803
d422257dcc1ec4a197ee0223f8494f8e37c8bf0c93015067e2daf8f4105d604a
d781fb5a6afa51dccf26e06a72c09001512333541798c845778cd0dec2d37c70
03fc1fd01a435d4a9c493f04f36fefa516f6635f9c85bffd15fdad9bb8c4869a
03d4a04e226a65703ad55a25ccb2cb09b85a4c459518bc76cf030382914c45c7
f0dde71de98fa4941d4dce2cbc6510bba7ffbbad91f193149348da54ded0ab73
7a97eca1d12bed269c85adf8dd122da5f6c72cfe8f7eae65b84a3da441dc456f
8c1e3216b3bb95670cef775e7b64a5588aa87e11b3ec8706bb2b0bd73e86d0d4
0991ff7c5290201115c8124443002388d851eb3ae6dcad23af18d5870e51770c
28c300326e54bd63f92c2034165c5e18e38eaaab9498e14c28bbae885667d9be
a4d7883d88cc8b168afb8e9a6684e4e3a0f385d586bfb704b38fae4c02f5493e
caaf9d159d732e521651a38203bd11a8cfcb2f07368a81ebcd517ab6775dc579
b868d059ff5a1670be2183ee8fcd4c1decc33770e650e37fb770dd169faa4aa0
65461ccca838a51eaa84ffb88f14626ef4eaea5c51e9ceb81862d420403aa28c
9a09ba5f33b22ac4e9f4ca4b018e9293825df7850128419dfc8f80a1d9c9940f
c17aad1ac6ec8caa40e38b64d43da39576290bf4caafaeecb4ef8c8ae676c400
c7a28203af429ad79bc78c40efab35c3b27c8c0c05bbb8a9c58a975377712dd9
b7500bd09b9dfc895bad9f2d23ebef420c14ab484d9fe50b4df5fc0b6d1d146a
a812623a536d9a6396d7fda8ec9d190445800cea08d3b91d390baf7cfbd3d758
6da40a92b349c7c75806cbbced5bbd3965fba2e8087c470e070f103bb673760a
5ba7da18068f27c9c99f65eb1fb74d1f6fe2fcf16612a1f904f503018740b242
460332ab6555b66d8b29a06560da8cbd8a417bebb850897bd1315311645116c0
2bf2fbebcbc18ff4e83ba9e5f7cf680cb7202ac35b9aad393a440470fbc8e1b4
a1fc614263a99bafdd91167783a510f904c9ef276c07f7788f7772f965693f4f
c41877ff897be35ed6a7b90206445e193c9cada4d63d1cd1813995d153880971
6d983c0b539a72d5c6c26d9d4daa3d5aaba9450d1cf644db55c9062cd5e9dd64
fe3499c3dd76c9f6fb04d79aa37978faa25dacd0b4a134ed6231441a774e0d1c
bb65fea31ba14231948756cb5ad84200c93e3b4dbf48202198800f7942388a14
8e0b70fc1223eb15217db9eebba164dca498786114dc7bca61a1c5649b7beaa7
d3a4a6c56f655209f2e7f8468ce5cdafd44a71f1c6efec3675f00f553b361fe7
ce9e441a3ae069d52461329711ec7eda03b3c7bf898152d813423dc707106908
79572f463fd01a79d5ef28d32465a4602e0650bfd9355e62f5a3f8f1d30c58eb
1616dcaa61d4497b83603dc256d58d5b5f8735ed125fda3f3f384899fe955798
58bc4ee0b288ca5e40400768efd7d729f216cf639396c2cc52291b2db07839aa
687df0428bccbfbf780f2dc920bdf61524717534525ab67cd92eac66dad89446
33e4851dd684ae3ccdc7ff295bfce2672ee6b51db2e976aa06e14b782b3fa42b
72a692fc09c1a7d6d498110ddfad93d1208206cf757bef7d8c9e6ae6b14fab95
be2a405e32a93d6729f35e70e7d737d22e269ef388a92546a3b5de9ca10eb240
0247e1c1c51256bbb8f3abd80671bf757e331c90861ac55ba93b8c8914847162
6c66345bd2c96762685881427002641f9875a3ef04234a11ac930d43261bda17
664971eafb80ead12a49e22a38c2e239071bbc4e09e2fdbf8cb416c9b85df651
4628bdf0c04d1e7ba4b8ba70ac38621b5b858b118512675b67b7369a2cb63234
c9637d054ebc5054567382bc439eb5d73dc441f65cc934d6a2efffce4fd1647a
40c5052ca4b68a5703711a52dc0f219879ebecccfe96757beeab574716685f53
f81377908e3c23f4ea38f853b072eacda46ec0346fd3a5ef2378ac6f4729d8ee
525f40a8bb646ce1eb077c6180ac3fc03176b78067ff5130a1b1df291275a7d6
457a957357e9d0077b2bb8059417726c4bfc3b396434556c98941778371af622
c8190499705c5736cb2960fc7e7b0b22a7db70f14898cdce66a33a34f54d140d
b12434d2a30569b1e525d01cc3111ab041374b043708fd9577ce296c4befba1d
20ff0af5cab3089978c70cceef524a717bf07a3a560bbdff3c2e01654d598494
15243b7ec464a53c3a7994b8f276680e26beb18332e0fa448ca78c34e032dddb
eaac1805fb3d43450144b9ae8786614bcc1f87f2ae1abfc45c85c030390f7b71
81da82826d8ec1d6de2e4ae9a320875c0947d6acddd9091d78361b4d3632f189
fc24f8ee09d267f4b3f8393459a1701af5327effcae4c8903d58ae0202397576
0823f5e8409b63
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: Incised901BT-Roman
%!PS-AdobeFont-1.0: Incised901BT-Roman 003.001
%%CreationDate: Tue Jun 23 00:34:32 1992
%%VMusage: 28422 31006   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Incised 901) readonly def
  /FamilyName (Incised 901) readonly def
  /Weight (Normal) readonly def
  /ItalicAngle 0 def
  /isFixedPitch false def
  /UnderlinePosition -95 def
  /UnderlineThickness 95 def
end readonly def
/FontName /Incised901BT-Roman def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-150 -236 1000 965} readonly def
/UniqueXX 15531403 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f61a10a81df9b8d17
2c132ca913e1213d1ada251734f58e7294e379c932fe5384b39213626a957b8f
ab8363a367d914fd7d23300a29100ce1b79d7d17166e167b0cfd14218f5ca0e7
628857d6491be8c86ffd05afee8c96dd0734aac372d2e020accf110404a45640
70d79ea64bba9e3789693db691a843b2348effaabc1c0b26bb424b78615a4b30
c19f673fbe8fd8740dea7927926c7156e9dd8ca680e2329a5be9e33fa58aecc0
dac9c6cb32fc1c045cdb9f17e6d22cd2bebc6f00d4c7c2f607be11df04ffe0ad
53d2852e2562446ca404b64f05f9d135ffc383f644a1b48c75392362f55a24c7
f19a3f3a43ed10b6b28e943ab4d957f631a744b6c09f0ba6ea55aa9958787dc3
e74326021796a3f8ddfcc395ce2823783cfb7dc92f1dbe46649d1c4e2596926d
b698a28cc4b3076505e4b9dfc475199c0c734e75e3042335ec68a33a81f94c78
911c825e2a6091c921b58f0098b28964e4bf9f1ef4907b094d8884f3a6c0e86d
db7183939526c9ceafe25809869292c91283914739441e15e90de5d831d05029
2f2de3b9949f2a9d83ac1afa7d3d4b2e5de740b0e6a9f8b377bea2483ab25634
9b6460a92fb2972172011e9daf746359e1efb5c6fe35aa2cc4964ddc84677479
4954469af822cedda471b65571ca1458a5afb554d31e68baa019c7ec4f9a8a67
1b3cde866e5fcd0dc28004bb92ea80fedaff74975c13e658dd92c437c6c60434
e4f81c1ffc8185c8496b85ff3ec76485fc184e9e92c2f3f15e77b3f7f1d3eb4e
2062aa92cb335f855902a4e12369d9cf011134ae5402ee5c2c7cd975b1eb886e
805477fb74011cecb76a5d6125968fb3014ebb00616a4973a3f7b0e297acfb88
c72d0d51ad9c2f0994862d35df4dafff7e7704b1fe8d98dbc120d7becd441a5e
7dfbbabd436ad8468392ee7409e41a4a75b1b67ff248b2d89ab2f3964b99e205
202ef92dad95bb74579a1c9acc1039be35e131437d15742b64eb3e918f3e2df5
dfa91c5f7ffd2bf4004b8a8c41476d6e5e4ba67509dac789414d2979268441de
0eef6f2c766bf2af883adf84954db9e5e56d82331375878bc442590755f527b5
ba94cfdd295928223cd95a0791f9649f590cd5d687f558eeaf549c592371326b
48200d44a2e997ba4638f77ac8f6bc8383aa74f468f79c1382b30f0006873c80
d48c35f8d6dc5f128280e2db652ad3aca78801dfcee014e59525afc65ffadab7
d0880b41d80ceb26f32bc9127bd30e3bd3c2764113db6d8bdae6c86ed3e75f96
70d1b86bf01ab5b03d1ffa760b240ef529d44f1980b07e4c19d94c461094102c
cbf3a6414cbc0339bad8b7619c8036f31f505666d14aea56c6995f447f2e3ff1
aee2273e1353de28b3c07afa27307ad767f4d533bb19baac664ef00eab855253
197b18a59b8279b2631ec5034afb77953b34efe333694cacc3ec66e3985ea360
8eccc2b849cd949d3d46c2e785c0d086b2defe6edc98a32adae1f33da1b3a956
7b1c1f0fb6d21e923bdf5710c55d3a2600d02c9500fc54ea96f16a348de5bc65
6dbe49ac858b7c68775461857b29992b2d9fb81fd04a75b4d82c574cca6b490e
990b93a98d6931dc3fedde0f49ba2625b9a2dbf43917edb824deab81b35add21
26003e64dd0deddc2ff008c6db20c2d8530bb6a0413af3a9129fd44e5a728b8f
dec30dde1b416cd5dc0d34c4e3ac053670a411e36454827468180303ecc927bb
b5db53da0776115646d7a2e4347bb99e41ef504dd73520ee2cf3df4948d41175
595911efa73940d35cf6d20ca97c8860e3fcf67ea5e71dd15e8d4560a696bc78
71fa9c3136f3b7d50555d130a2c803f6a6f6e4ef941f0fc484d8cc1aa6601ab3
78dce76eab1e0d769e95f9561cae8b1ba2b231e28f549c98378a3eca700d2d53
dc529dec10fea74fea75b65f49f538c233fed4d3a363559fd3fb5dbc111861fc
acea75e54c6e09e6466a794d93ab6fe87b33a8fd992239f0b01f6f5dfba92c42
dfdcfb1cea9c9699013906748e9e467484fe9a7c189c60f06ba846ba8deab581
799053f2b411247a2ddee088da090cfc2ac38b84c503cca9aabdbeae8d2bb988
9cff0f2a2a79a98fb4bf9290e501f47840549f70e70d9c9ffdf68e090af84595
7982b2fcdc4749dc8f32705a1a69cb2d21e564224b09de8e924de12376c329bd
60b86c1c9410385a73454ab1f59b4e0fc9ecccb55a2af274f97e89dcee4705b4
ed887d6f29cfdcee34c1e44e39246d7cfc7ec66bb8aa4e14ab816e2bd9bc5db7
0ec55317859bbe5cc110025b34ddcdc44df150632c9728bc727a1738442d8db1
914e58b9d171e51ac63939fff05422a21435ca9ce1c05b47be75f059468214a4
aa9572f54e42e01568f00e4785f814be401f07b09a2fc294219fefe49dc5b632
7c63be12439c97550f54405ee46d9ab366071c502fead1cab1ad7150377256bf
829a34248f8bc53e636bb014e5c776b9cff5f86e577e01269a375da6c76e20be
aea60cb8496abe8c74d47ee86d1a600464f49b5ffe4b6a83e7c0b56d9d16dfe9
e02084fcdec500a9ac801df2065a4e6b02ef5778a2eb4f22e5f214bbeb04323a
467178b65d5ad8be7b4e19fd4c4d8b638b7488bd8adf83d0bfd0ef06c82562ea
30461e29034051ac4335394f9d9ec7f0508c9e5cdad5d5e83ddb2289d3d1f1cc
a7e8b45c538733230e3d51c0c8a1407227e458ea2af7b4b318cdf03d28ceeaee
b1a63876a5f16a806e8351ed20298d69df5f31ac58093d99a2badcb2c24d8808
2edba553d4656d619f255897c73377bff5ce6cd28b39e47a4fb846e58386f262
d7e5936a0a4940e7faae57e8765b347fbd7132b04665ba7e22df82b89e711d27
30a154e38aaf2e78f687176834d7d7e6e9293c8907bde67eaa46fdb089ea3715
9ca83e5314bc72ac0320ae40f0e83a7e7c7b1ceb3ab95a318510c2fde6ba07e4
2687037cdff6dcc99f0d922a6aebcfaf2e4ea18ba0600b9ac856c6e0640158fa
48ddb2fd338ec643765ac390ca716102c00b27a041d9af575ab7fe3a733782e5
70e7d982dcac23b232de43c1ef6ff0222adcb7216041652490b7ca7ba48ded8f
15355d54cc3a69db1c17b8b10e02c2b3b15fa14613a8e7125d25252b15cbaf06
8b4790c970581c97ce53b6c4c16759200fdc9d9acf846e49d9ff1727fb285468
b46110a8c55fe13df72499ecdb34cb7e38f37b8fef7f720af9aba051f30a6b08
35e5bfc46669305aaa43b84e5e0ddc60b829f82f3ac3f844a01a42931bb0f75a
74de89c3be9b1e3fcb66a5ae298528d2cee8e26f18de4bd7a68b17e699e88734
e1c4c6f6122a6b998ccade4e5438a5bed801c7d50c01a00edf187a140fcc7a8c
1996f4da6035820b1e0f188777c8c7514fa4b95bcbd8b21a03df0025c98b56b1
5d78f07a1e95e23b6ff7da2866f77734bef50417a4aee176c4d209e6c6e18a62
d43a198a03d8d1a95f2dc643683bba834adde6f5a061c4cc710cdb00af5df78a
ec23e92e4650ee8f56801b70a4086ac13395de3b61aabf0d9c49b0c85a741c5d
02572816f201c09b693a4304e68bcb9be07ff0cc26ee0056bd362181cb81f8f0
6028c344a3bc525b87889b701b60b635db8c7e9188aabeb75fa121edf618883f
4fb71bc71cb80544b6718f4f37ab1e422330ceed2f067bac1b12b776ef133dc7
d8f7d3c760e16dc4e404a606b7e0d15d108e27f7319ab83f174973f80b14c1c5
a4a76b4dc736f19bfb74139e0c2cc678e20167e639de4a75efb9fb7b1d0aa85d
cd3fd23f0391f46fcea1a9c2b7252a891e54b5040ffd2922b3a3d89c69d36c92
ab78dec8c2b90c8514001db42ed4528ac6cb0c8410fd3c7b4f31a207ddbce580
c7fa5ccee1e744ceaf4306af9303cc188fbca12c6ce2f0e518fe3b425e43f805
8f62c7915b5bb253ac614159e57af92c792ab1d4a492bd4cf41722d714ea9003
6b
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: Incised901BT-Light
%!PS-AdobeFont-1.0: Incised901BT-Light 003.001
%%CreationDate: Tue Jun 23 00:33:37 1992
%%VMusage: 26558 28973   
% Bitstream Type 1 Font Program
% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
% All rights reserved.
% Confidential and proprietary to Bitstream Inc.
% U.S. GOVERNMENT RESTRICTED RIGHTS
% This software typeface product is provided with RESTRICTED RIGHTS. Use,
% duplication or disclosure by the Government is subject to restrictions
% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
% when applicable, or the applicable provisions of the DOD FAR supplement
% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
% 215 First Street, Cambridge, MA 02142.
% Bitstream is a registered trademark of Bitstream Inc.
11 dict begin
/FontInfo 9 dict dup begin
  /version (003.001) readonly def
  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
  /FullName (Incised 901 Light) readonly def
  /FamilyName (Incised 901) readonly def
  /Weight (Light) readonly def
  /ItalicAngle 0 def
  /isFixedPitch false def
  /UnderlinePosition -81 def
  /UnderlineThickness 61 def
end readonly def
/FontName /Incised901BT-Light def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox {-158 -236 1000 966} readonly def
/UniqueXX 15531402 def
currentdict end
currentfile eexec
a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd1336
739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849e7e98740
e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6bf48162eac42e
7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cfe27d8f4eac9693e8
8372d20358b47e0c3876558ebf757a1fbc5c1cddf62b3c57bf727ef1c4879422
c142a084d1c7462ac293e097fabe3a3ecfcd8271f259833bac7912707218ec9a
3063bf7385e02d8c1058ac06df00b33b8c018768b278010f61a10b50b70e9f84
53c74a365348298bfb28fca660e228a84e233dea5c198f5ef8ff77feeec8ce83
7e9477503df82d0ccbd5606993b9405f37e45f7014d4c00a85640319a6cb82e0
bbcafe757434d6e918f4071ff67ccfdb41b1b0e5e451fd52b0f533f82040a92e
395c2fd773691f3be7b1f43c2208c6163931a413b5ad2e5507cf22ff9d589b6f
f659d70b01a2abaead50f3bc490d3edb27d2c4025e828495563e79d4ed9c74ff
8aac2e90ff9a5be3aab1544e6f514bf06a015ec658559c0fe547d0c754cadc90
cd12f1fb47ee699201292a11f7beed7fd8ea82e8e0cfd7f14c1621619068fd9a
95af2c57ee841f264fd32bdfc6906b9505267de3fcc472eb87604f9088f22b58
175af0f910617dfaef0d61d7ddf0a02a6dfd07b2024eb2b1fc35010a0058973d
d1f6bf375d3f7f7c1f4695789629757399b33247fbb716e82c37bacad5a38fda
5625f6008e9352b990a49d9076b82b1f0ae8e4aacab5d6d9a23bcdb584e575d3
7142f5e4bce3ddf3510dc9b8ec3ac70062cdf3cc10cbbea98e89a54061735544
0d3d7bde6c77ac805656b24fb32d9367f58e86cad2a9537a19ee1bc722c99a51
6a2d67ccffc3cf4e61ddbc1e819c237fd7ced2cbcd711c4e3cbac6cefad1cbe9
eacadcecc10b2d967d0637a690bc94dda609da3e8b20e224b2a1318ad6c75f09
7d880a67fcbe49078d1ff1c1d9365af014b22564bcce279685c6e50eb9bad831
012f4aa5387e1419bc2046dff7111078fa68dcab137376364ba2cceba400d54f
ec90e9c9b9ccbe532ed087c5d375cdcaa516f3f40ae2fdead12f1238e57fa35d
cfbdb70a26813f5fb08d6e45c6d87c289dd221c270f9efc0da34e79d86aa0c2e
68a7ec5e7634b6f2f968154df1ebe70ac48debacb9a3400b8489884df1dbd203
aaf94d5fa6a53772ea8836dfb411f7ad5a88faa58c5e7ffc50638bb19d85ff5c
e784be3d9a97069b34307f4d4fc2643a308b1fb9b4c352571e6245e83e48b2f0
fc09296fd66a90d0d3f4de70b5e252328da5d3f898ecf7aa3dbde492f44c312d
2ce8e37729a8a22744d602503f6bc297629e80d31ab018a2dd5f97975cf1c692
2e3c64d5c720cab88710c1a8dcef644b3e8c9086bb459f6772d5131fa793ae30
51f8a4a8215e012fa60d97627cea1bb53b5fc5e27f7c7245e051f170ec3cd436
c4f63cc11130a2798c74eae77412e932db89ddec6bd197a78d5651247c9358f1
cadc9cdc262c4d7fd527e95d5e866624518962809ee0c337b635013a19e7974f
75ed74de8947b70a962de927bda6729ae00f38271ee8be9827e98f356961dae9
c51cb0bd6adccb1341b545b5cf9c99d693d2878f41df94d5d9115cfcf7ae4ddc
e2576a706d58d38327856f963ffcc3f7331f945de49c03fb70a1b68178b618b4
57b0ab43df98300c8080f17ea79ac1bc34d2237d7b8405a433a3db7168043017
b3ed9496903ed034374f206a7c3b1cd95a827816021555cf7dcc2bea457dd321
50ba0811498b5996542f152aa40bfa2965ef54fef0d348f17a15ffda95a2add6
57b444776dba8ee275613231145141c0a06abb4967f1b6a11a2b9ce28612c268
f819265e303b9d8b4dbade44cb1244e65e64ee9dc7d45414a3ef00217a467758
f9aa0a07f07d84f8fcca63146790a6c4dab77708e6ab05f7422a37b553270e03
54a1f757aa7febc6f0f8dfc607815b58950e6c7e03fea0f00510a8d09d5c3e7b
b99f6796ed37c29d1fd449f47aa79bac646906a5d66013aba09d037ae4b04e0b
479efec731573f51746698d54b40a5e03b7d0df913429e779a32c49a56f42662
55164e5286a7d51754aa6aff3a56ae8e613fca3d7f03ef3691ac8d1b95c8f6f7
0e31b56d0099f83a3d395b04c1dbeaeee7daa2c0d20e2fe3929594b0684ff7b4
b98cdd245620e8f134723aec1c4210883d88bc9609134a5320df0e58de62966e
90117e90d9613aa33c216881bd9b71a9de78cd6e2ac68a89c3c040c535992b20
b660f3bc18b13313915fe6c74615fb8c863840473dfba7a872b463dbd34ac58f
62e94523354879ab9d308cf9ad1e78bca1e767b8e618cb2bca2e61a8badfdc18
ed319d0d694e755fe08342cdb6a02cac4927fc5a09bea74c306a0e6463d6ce4a
b8905c2e7a929c922f2f0323dff34f9522283bb16f35a98645f6a2e298351444
519b9416b4070c7dc6df13355494dc1cce00e80508006da31157a5f5360599eb
e60a0d623a78be84c7e7ddf81283e49637a74bcbeac529ae06240df371a383e9
87cbfd8800443f32ca7f14f84f04b8a5a085f8a6c4b9a21db766bd3afe4a0204
15925556effb2770970681856f5092f60f1c37313505986ae90f8f6b7afc4e41
64a3c8a9ca68748092ba4526ece3c783f25e47504cdee580b4d1de81702745d8
124b53d101792669de6b5e1e30baaf8f4b945fcf3dec4f3acb567ec3ec534bc3
c6351f3ab2d06b36932cd79362c3496b2374334e1326005b4c917f9b7dd8953b
0dbf0bf874c0e09e2fe948c7bece28270bf01ede10d96ab24966bc16ec637a84
da7b23f37f982bad1805b128b184665f52cd33634165e68753665694f334c62e
ded4a8f742db02d52174ed5cc5dde7e0321de151bdc97e39aea599ea587f45e6
25ea52d652a854dd92f9556fcf0e51d6d94db9d098057be713a2eec8427b5b2f
53d18ad09b9986bc7c6167d03621bb003ea9bd6227625bd6347c27783d5444be
4096cb0be3b49bbc76e6e50053c0061d05abb778861971dac89e9bf2e4ff93fe
a3c84323a00ebcec72024dc80699b3da0f68025555fae278beb122327503e216
ea7612a4e4a19aa08674bba0351e56b45792e75827a70e4700d77ca3e699239d
bd0029f3a513fb2a20be65f045cbe2ec2ad745f0d9ac73880220b8ba23e677ec
968ae5a78121a44874c846342c5887ef6a13409c1f8eb073a8b540604617b534
2ede3cc5beaa20730c839f8ab543b124de992ea194eca1388e8c5e6cdafd02eb
4b59eb8d82963990d3156836e03c433b99b2cd9863810fb02745ffb6c31669f4
c2742926edaddd83c7037432d4a5f46945c3e446c72cdd50d5ea2ef82ea93a13
9f72d57d479c1da93774ce2f2d4e39febf970d4774d7ba9cb85a3efd9458e45f
227381651d6ea1e83b9db9d2ab0bbd9227c2c1361761cbeb484bd87f65b98a2d
5a2bfd9bccbcdc322fd02a894dcfc281bcc8d52c7f5e9fdd4650343c14e278b3
e13354eb942a39d358637db302e9c36848459782e1ce3c3355b2c825e76e71aa
49da40741fbf6aa0f8215f61b0a3b055210668423ee5b1f65f67de5c1990b581
198b2c825362fce417ed4a8478d5b94c9f4791d6368eda57802440bfd0751ac9
a4cdac5d2ec51ad89872fd0a3b1f25b0c511b3a2ea97c8735b6345a9c86c7a86
e2fd1f5fd5149d5eea052198fb5a6b9c8dd72eabc90492eaf8e4e08af5e7697a
888241f99f55e0e42ab0a1862919fdd6b43a7f0254d483b627349e26624a287c
23ebb5741d8d1d2b923b968445d48b9b3ec939ac6ad5f44278998ff0f2a09507
384798c1c5f8c2810ee1e13309a764efce965317e5578006f861b9912631885d
b35a09fc519ee6224eb303f24a236ebb68af88fc017429a380faf0216b8566ec
ba6442bd089aefd50c1179a7f6f69d6ff6a2acbfc37ec27f2b2ad86b9cf4a1d5
26201893705129b023bf59384b1d9aa146de99f779b0ebbc0f094aa5c9197d75
7695397ccaf32d73d265fc081c095d18746f262e8721e7be1810bd3eba8dd178
7f243fbec571212f530d90c7726c6cce3d8234137deb41634b93b66fca5f7642
b3371427f43b3d270020b47bf25bcb0da69769e63a37b19341cff9c9f912167f
0840f39f7775cd04ef3979645833c1ba9844f976b40eb53d325a69d9cbae47c0
26868392d78fa3a74649f81675546031ddd2b6c7b1a62c305229a2fbc2f2286b
44a870bf847606d144b91212bf06095c6eae40cf2147748174f77ab07958c092
da6ad2d9effe961acfdad67c61f03c867692a831319f5a5a7c5cb667283ca313
2f0c30b846bf1b47db67d50a9eecc3825c82a76b4c6572b3e41b62ace1f9430f
12bfda674b8f232deb5849fb7c21d21ab01202a68d2515e27d7dcf5b55383af0
0ac04492e6148ddfd9fd36af4b8bb714038f86c2143e47b0f2bcb06a4deb0441
2d6ef7c419f148b3cad920cd3ecb399c05fb652e5ace2121c817d60f7ac003de
6655757702fe0fa932146900197e0c0794a08351c3ee6eef324e54ae348c6c13
98b42fc3d05812e09c9f5d787725f51cffbae69419a1406dd3580de8b2a17a1b
fe645f4dfe965f5cd9afb8540be327a081ed36168f0d46aafe7936d6ec81a639
5073d89ccee680376cffc3f779f354b42ceb501833fc17532464c629e524a9b8
b7b85afc5cff7d74f9af78b76bbc6b59176a8871aefb540c9e6affe1ab5d224e
1bcacf4f3ff73a4048e1abf817ca6cc7b02ec5597dad54b0902e9cfac3d56f9f
0935b6bd5b639fea795614a107f02c70c23e2ca8975167d3f0d526138b321ed0
36ae9579135baac4732fee9714d4c0bc452350d320f7632a65428c61d5c047e1
f91d1f76c4c0c2a2f80543d177bb916526d9fa0547c6214b8fc650c392a3ba4c
1faba85f04f1e89db70a36e107a825e4f66f7bdebf93b2a13442ad84196f32d9
4067cc6d5082071d37dc738c387694c549bf244c90cdec8439babc3ddb3bfa1a
b88e09c06310e3e9788873fc90065dd70db9a729351f2caa75e9fe6f354cc523
f41395893e8f0b883aa6e0b3079176a7973d6c5cad088904fe7fb181fb3b763c
a6650bf7544fe8676bf1ac2b76a3d79c0720c0d67d39942372aeec8c76cc6812
c5095b4620e5499babc6220c16f8caae37565dda1a620819219c4cedad391ccc
38ef1305fedd95c5de1bd6ba6f2b11f4d35f5822d696ca0d59e328bc9af3a68b
465047e3b76996e1d0fb6f2a4cfc15ba62d6ddfa5dc625f77ad06e07ef0a94e3
87e55b128bbb4e86cbe28643f699c755da99ecfcc47f145333a5d088016c3795
37d1533f57bfee1d860d9575df76f07bbb70de02ab0c079c110b742d7b2f6af4
a8d12baddc0eca874469380f25229c1cc9c6fed54c7c0870344b7ce47f1feae2
a71f63eb6b9d919fd65b5400e6d9dd16afd740330974a1c3cd4ab693183ae2ec
eadc46c18c7028c1c8927da9283a44c76ddd0fb4bc68026c0004babce4d0bfcf
6d731c6d9d30292915a961f3831f315df2a213e62533a04403cf1c8f44fd8abe
30cb5fdd483ecae2933f291e27823a2edbefe29da3a34df62f6a14ab9bf8aae4
de4eb1686c4406ee7085b208505444d9948d27beb28fecc0d3762cb9916b7cb5
cf8ecc37be586331b1e0db108d25297bc007a7c2f17b04b595583073115ab683
d2dfa8e85ba6b67c91b9e7dca02804223d1f4dcde8f79c9c29830d53cc58465d
1a386439c175185aded53af405882117a2248ea78519def5a96f9606e70a8118
56e0989eed05fd3f691b4eab00c6c7571ffad460ec984da5b6269eac56bfb7bf
388e8d7324faf297c2bf575f744a490f74e279a2135e63e075326e4abdfc04ad
08ecd9f9cf15fbfdd0d1e6dd2f6df4ce3ddb32866cac948204eb8d7ff491b0f5
a9d5757d94b5069730d1ea53a5f410ba060fe9dba40a16a283dcb7fac433fbda
a07e6e343ea65fca26b6d893bd34a16ed3fc58745bde6a7ae31202162e27e567
426357c40fcb0abddaf627d865a8f710b6e838d68a8f567eeb501a822937c59d
f23da4f5e0df27baacc4f7ef11ea99a30ca2fce080c042d9c2a800fb888ee85d
f63718c89784342f06ae26d4d96aa1df28b14eb95e7dede47779db00351a8b59
94210a5b92493b5a5f14163075f2fb0c
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
TeXDict begin 39158280 55380996 1000 600 600 (beginlatex.dvi)
@start /Fa 190[35 65[{TeXnANSIEncoding ReEncodeFont}1
49.8132 /CarminaBT-Medium rf /Fb 134[41 38 1[37 42 25
29 29 1[39 37 41 62 20 2[19 41 1[24 30 37 30 37 36 8[46
3[41 36 4[51 1[36 6[37 10[22 11[20 12[21 33[{
TeXnANSIEncoding ReEncodeFont}29 66.4176 /CarminaBT-Medium
rf
%DVIPSBitmapFont: Fc cmbx10 10 27
/Fc 27 123 df<003FB91280A4D9F800EBF003D87FC09238007FC049161F007EC7150FA2
007C1707A200781703A400F818E0481701A4C892C7FCB3AE010FB7FCA43B387DB742>84
D<EB3FFE0003B512E0000F14F8391FF00FFE003FEB03FF6D6C7F6E7FA26F7EA26C5A6C5A
EA0380C8FCA2EC3FFF010FB5FC137F3901FFF87F00071380380FFE00EA3FF85B485A12FF
5BA415FF6D5A127F263FF00713F83B1FFC1FBFFFC0390FFFFE1F0003EBF80F39003FE003
2A257DA42E>97 D<13FFB5FCA412077EAF4AB47E020F13F0023F13FC9138FE03FFDAF000
13804AEB7FC00280EB3FE091C713F0EE1FF8A217FC160FA217FEAA17FCA3EE1FF8A217F0
6E133F6EEB7FE06E14C0903AFDF001FF80903AF8FC07FE009039F03FFFF8D9E00F13E0D9
C00390C7FC2F3A7EB935>I<903801FFC0010F13FC017F13FFD9FF8013802603FE0013C0
48485AEA0FF8121F13F0123F6E13804848EB7F00151C92C7FC12FFA9127FA27F123FED01
E06C7E15036C6CEB07C06C6C14806C6C131FC69038C07E006DB45A010F13F00101138023
257DA42A>I<EE7F80ED7FFFA4150381AF903801FF81010F13F1013F13FD9038FFC07F00
03EB001FD807FC1307000F8048487F5B123FA2485AA312FFAA127FA27F123FA26C6C5B00
0F5C6C6C5B6C6C4913C02701FF80FD13FE39007FFFF9011F13E1010313012F3A7DB935>
I<903803FF80011F13F0017F13FC3901FF83FE3A03FE007F804848133F484814C0001FEC
1FE05B003FEC0FF0A2485A16F8150712FFA290B6FCA301E0C8FCA4127FA36C7E1678121F
6C6C14F86D14F000071403D801FFEB0FE06C9038C07FC06DB51200010F13FC010113E025
257DA42C>I<EC1FF0903801FFFC010713FF90391FF87F8090383FE0FFD9FFC113C0A248
1381A24813016E1380A2ED3E0092C7FCA8B6FCA4000390C8FCB3ABB512FEA4223A7DB91D
>I<161FD907FEEBFFC090387FFFE348B6EAEFE02607FE07138F260FF801131F48486C13
8F003F15CF4990387FC7C0EEC000007F81A6003F5DA26D13FF001F5D6C6C4890C7FC3907
FE07FE48B512F86D13E0261E07FEC8FC90CAFCA2123E123F7F6C7E90B512F8EDFF8016E0
6C15F86C816C815A001F81393FC0000F48C8138048157F5A163FA36C157F6C16006D5C6C
6C495AD81FF0EB07FCD807FEEB3FF00001B612C06C6C91C7FC010713F02B377DA530>I<
13FFB5FCA412077EAFED7FC0913803FFF8020F13FE91381F03FFDA3C01138014784A7E4A
14C05CA25CA291C7FCB3A3B5D8FC3F13FFA4303A7DB935>I<EA01F0EA07FC487EA2487E
A56C5AA26C5AEA01F0C8FCA913FF127FA412077EB3A9B512F8A4153B7DBA1B>I<141FEC
7FC0ECFFE0A24913F0A56D13E0A2EC7FC0EC1F0091C7FCA9EC0FF0EB0FFFA4EB007F143F
B3B0121FEA3F80EA7FC0EAFFE0EC7FE0A215C014FF6C481380903883FE006CB45A000F13
F0000113801C4B86BA1D>I<13FFB5FCA412077EAF92380FFFE0A4923803FC0016F0ED0F
E0ED1F804BC7FC157E5DEC03F8EC07E04A5A141FEC7FE04A7E8181A2ECCFFEEC0FFF496C
7F806E7F6E7F82157F6F7E6F7E82150F82B5D8F83F13F8A42D3A7EB932>I<13FFB5FCA4
12077EB3B3ACB512FCA4163A7DB91B>I<01FED97FE0EB0FFC00FF902601FFFC90383FFF
80020701FF90B512E0DA1F81903983F03FF0DA3C00903887801F000749DACF007F000349
14DE6D48D97FFC6D7E4A5CA24A5CA291C75BB3A3B5D8FC1FB50083B512F0A44C257DA451
>I<01FEEB7FC000FF903803FFF8020F13FE91381F03FFDA3C011380000713780003497E
6D4814C05CA25CA291C7FCB3A3B5D8FC3F13FFA430257DA435>I<903801FFC0010F13F8
017F13FFD9FF807F3A03FE003FE048486D7E48486D7E48486D7EA2003F81491303007F81
A300FF1680A9007F1600A3003F5D6D1307001F5DA26C6C495A6C6C495A6C6C495A6C6C6C
B45A6C6CB5C7FC011F13FC010113C029257DA430>I<9039FF01FF80B5000F13F0023F13
FC9138FE07FFDAF00113800007496C13C06C0180EB7FE091C713F0EE3FF8A2EE1FFCA3EE
0FFEAA17FC161FA217F8163F17F06E137F6E14E06EEBFFC0DAF00313809139FC07FE0091
383FFFF8020F13E0020390C7FC91C9FCACB512FCA42F357EA435>I<49B4EB0780010FEB
E00F013FEBF81F9039FFC07C3F0003EB803E3A07FE000F7F4848EB07FF121F497F123F49
7F127FA25B12FFAA6C7EA36C7E5D6C7E000F5C6C6C5B6C6C133F6CEBC0FD39007FFFF101
1F13C10101130190C7FCAC037F13FEA42F357DA432>I<9038FE03F000FFEB0FFEEC3FFF
91387C7F809138F8FFC000075B6C6C5A5CA29138807F80ED3F00150C92C7FC91C8FCB3A2
B512FEA422257EA427>I<90383FF0383903FFFEF8000F13FF381FC00F383F0003007E13
01007C130012FC15787E7E6D130013FCEBFFE06C13FCECFF806C14C06C14F06C14F81203
C614FC131F9038007FFE140700F0130114007E157E7E157C6C14FC6C14F8EB80019038F0
07F090B512C000F8140038E01FF81F257DA426>I<130FA55BA45BA25B5BA25A1207001F
EBFFE0B6FCA3000390C7FCB21578A815F86CEB80F014816CEBC3E090383FFFC06D138090
3803FE001D357EB425>I<01FFEC3FC0B5EB3FFFA4000714016C80B3A35DA25DA26C5C6E
4813E06CD9C03E13FF90387FFFFC011F13F00103138030257DA435>I<B539F001FFF8A4
000390C7EA3F00161E6E133E6C153C6E137C6C15786E13F8017F5CECF001013F5C14F801
1F495AA2ECFC07010F5CECFE0F010791C7FC6E5A6D131E15BE6D13BC15FC6D5BA36E5AA2
6E5AA26E5AA26E5AA22D257EA432>I<B500F1B538803FFFA43D07FE000FF80003E06C6C
010715C082028015076C6E6C148015076C01C0ED0F00826E485C017FED801E5D90273FF0
1E7F5B17C0DAF83E147C011F90393C3FE078037C14F8903B0FFC781FF0F0A29139FEF00F
F10107EDF9E002FF14FB6D496CB45AA24B7E6D5EA26D496C90C7FCA292C7FC6E5CA2023E
147C023C143C40257EA445>I<B539F01FFFF0A4000390398003F8006C01C013E06C1407
D97FE05B6D6C485A6E48C7FC90381FFC3E010F5B903807FEFC6D6C5A5D6D5B6D5B6E7E6E
7E814A7EA24A7E903801F3FFD903E37FD907C17FEB0FC049486C7E4A6C7E013E80496D7E
49130F00016E7EB590383FFFF8A42D257EA432>I<B539F001FFF8A4000390C7EA3F0016
1E6E133E6C153C6E137C6C15786E13F8017F5CECF001013F5C14F8011F495AA2ECFC0701
0F5CECFE0F010791C7FC6E5A6D131E15BE6D13BC15FC6D5BA36E5AA26E5AA26E5AA26E5A
A292C8FCA25C141E003F133E387F803C38FFC07C147814F8EBC1F0EBC3E06C485A387D1F
80D83FFFC9FCEA1FFCEA07F02D357EA432>I<003FB612C0A3D9F0031380EB8007494813
00003E5C003C495A007C133F5D0078495A14FF5D495B5BC6485B92C7FC495A131F5C495A
017FEB03C0EBFFF014E04813C05AEC80074813005A49EB0F80485A003F141F4848133F90
38F001FFB7FCA322257DA42A>I E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fd cmb10 10 27
/Fd 27 123 df<003FB81280A4D9F00F1301D87F809138003FC00100151F007E160F007C
1607A300781603A400F817E0481601A4C792C7FCB3AE017FB612E0A433387DB73A>84
D<EB3FF80003B5FC000F14C0391FF03FF0EC0FF8D83FF87F6E7EA26E7EA2EA1FF0EA0FE0
EA0380C7FCA291B5FC131F90B6FC000313E3000F1303EA1FFCEA3FF8EA7FF013E012FF13
C0A45C13E0007F5B6C6C481380261FF87D13F8380FFFF80003EBE07F39007F803F25257E
A428>97 D<13FFB5FCA412077EAFEC03FCEC1FFF027F13C09138F81FF09138E00FF84A6C
7E4A6C7E140082811780A317C0AB1780A34B1300A25EEC800702C05B6E485A9039FDF83F
F09039F87FFFC0D9F01F90C7FC9038E007F82A3A80B92E>I<EB07FE90383FFFC090B512
F03903FE0FF8EA07FC390FF81FFC121F13F0123FA2397FE00FF8EC07F0EC01C000FF90C7
FCAB127FA27F003F141EA26C6C133E153C6C6C137C6C6C13F83903FF03F0C6EBFFC0013F
1300EB07FC1F257DA425>I<ED0FF0EC0FFFA4EC007F153FAFEB07F8EB3FFF90B6FC0003
13073807FC0148487E001F147F49133F123FA2485AA312FFAB127FA3123F7F121F157F6C
6C13FF6C6C487F2603FE07EBFFC0C6B512BF90383FFE3FEB0FF02A3A7DB92E>I<EB07FE
90383FFFC090B512F048EB0FF83903FC03FC48486C7E000F6D7E485A003FEC7F80A2485A
A216C000FF143FA390B6FCA301E0C8FCA4127FA37F003FEC03C0121F15076C6C14806C6C
130F6C6CEB3F003901FF81FE39007FFFF8011F5B0103138022257EA427>I<EC7FC09038
03FFF0011F13F890383FE3FCEBFFC748EB8FFE140F5AA2EA07FEEC07FCA2EC01F091C7FC
A8B512FCA4D807FEC7FCB3ABB512FCA41F3A7EB919>I<ED03E090391FF80FF890B5121F
0003ECFFFC3907F81FF9390FF00FF3001F14F9393FE007FDEDFCF8007FECFE00A8003F5C
A26C6C485A000F5C6C6C485A48B55A001E91C7FCEB1FF890C9FC123EA3123F7F90B512C0
15FC6C14FF16806C15C06C15E04815F05A393F80007F48C7EA0FF8481407481403A46C14
076C15F06D130F6C6CEB1FE06C6CEB3FC03A0FFC01FF800003B5EAFE00C614F8010F1380
26377EA52A>I<13FFB5FCA412077EAF15FF020713C04A13F091383E0FF802787F14F04A
6C7EA214C01480A31400B3A3B539FC7FFFF8A42D3A7FB92E>I<EA03E0EA0FF8487EA248
7EA56C5AA26C5AEA03E0C8FCA9EA01FE12FFA4120F1207B3A9B512F0A4143B7EBA17>I<
147C49B4FC491380A24913C0A56D1380A26D1300EB007C91C7FCA9EC3FC0EB3FFFA41301
7FB3B0121F487E487E487E158013E11500A26C485A495A383FFFF0000F5B000390C7FC1A
4B86BA19>I<13FFB5FCA412077EAFEDFFFEA4ED1FC093C7FC153E5D5D4A5A4A5A4A5AEC
1F804AC8FC4A7E14FF8181A281ECBFF8141F01FE7F6E7EA26E7E6E7FA26E7F80826F7E82
B500F1B51280A4293A80B92C>I<EA01FE12FFA4120F1207B3B3ACB512F8A4153A7EB917>
I<01FE01FFEB01FE00FF01079039C00FFF804AD9F01F13E0913B3E0FF87C1FF00278D9FC
F07F000701F0EBFDE06C6C486CB4486C7EA202C0148002801400A302005BB3A3B527FC7F
FFF8B512F0A444257FA445>I<01FE13FF00FF010713C04A13F091383E0FF802787F0007
13F06C6C486C7EA214C01480A31400B3A3B539FC7FFFF8A42D257FA42E>I<EB03FE9038
1FFFC090B512F848EB07FC3903FC01FE48486C7E4848EB7F80001F15C0A24848EB3FE0A2
007F15F0A300FF15F8AA007F15F0A3003F15E06D137F001F15C0000F15806C6CEBFF006C
6C485A3901FF07FC6CEBFFF8013F13E0D903FEC7FC25257EA42A>I<9038FF03FCB5EA1F
FF027F13C09138F81FF09138E00FF8000701C07F6C496C7E14006F7EA21780A28117C0AB
17805DA217005D5E14806E485A6E485A9138F83FF091387FFFC0021F90C7FCEC07F891C9
FCACB512FCA42A3580A42E>I<D907F813F090383FFE0190B5128348EB07C73907FE01EF
390FFC00FF485A157F123F49133F127FA25B12FFAB127F7FA2123FA26C6C137F15FF6C7E
000713033803FE0FC6B512BF90383FFE3FEB0FF090C7FCAC020FB512C0A42A357DA42C>
I<9038FE07E000FFEB1FFC4A7EEC78FF02F113803807FFE16C13C1A302801300157E1518
92C7FC91C8FCB3A2B512FEA4212580A424>I<EBFF87000313FF120FEA3F80383E003F00
7E7F127C00FC7FA27EA26C90C7FC13E013FF6C13E014F86C7F806C7F0007148012016C6C
13C01303EB007F00F0133F141F6C130FA36C1480A26C131F6CEB3F00EBC07EEBFFFC00F9
13F038E07FC01A257DA421>I<131EA5133EA4137EA213FEA2120112031207001FB5FCB6
FCA3D807FEC7FCB2EC03C0A93903FF0780A26CEB8F006C13FEEB3FFCEB07F01A357FB420
>I<01FFEB01FEB5EA01FFA40007EB000F6C1407B3A3150FA3151F6C143F6E487E6C91B5
12F890387FFFE7011F13C7010313072D257FA42E>I<B538F07FFEA43A07FE0007C07F6C
1580A26C9038800F00A26E5A6C141EA2ECE03E017F133C157C90383FF078A2ECF8F8011F
5BA290380FFDE0A214FF6D5BA36D5BA26D90C7FCA36D5AA3147C143827257EA42C>I<B5
3A87FFF87FFEA42607FE0090388007E0037FEB03C017076C6C02C01380A2EEE00F6C0180
150015FF705A6C6D141EECC1EFEEF83ED97FE1143CECE3C7EEFC7CD93FF31478ECF783EE
FEF8D91FFF5C150116FF6D5D4A7EA201075D4A137FA201035D4A133FA2010192C7FC4A7F
0100141E37257EA43C>I<3A7FFFF1FFFEA400019038001F80DA801EC7FC6CEBC03E017F
5B6E5AEB3FF090381FF1F0ECFBE0EB0FFF6D5B5D6D90C8FC7F816D7F147F4A7E497FA249
7F903807CFFCEB0F8FEC87FE90381F03FF133ED93C017FEB7C00498000016E7EB50083B5
1280A429257FA42C>I<B538F07FFEA43A07FE0007C07F6C1580A26C9038800F00A26E5A
6C141EA2ECE03E017F133C157C90383FF078A2ECF8F8011F5BA290380FFDE0A214FF6D5B
A36D5BA26D90C7FCA36D5AA3147CA21478A214F85C123FEA7F8138FFC1E013C35CEAF007
495AD8781FC8FCEA7C3EEA3FFC6C5AEA0FC027357EA42C>I<003FB512FCA39038E03FF8
1380393E007FF0A2003CEBFFE0D87C0113C0A2D878031380A24913005C130FC6485AA249
5A5C137F495A151E4813C014805A481300153E485AA24848133C4848137C15FC387FF001
140FB6FCA31F257EA425>I E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fe cmcsc10 10 27
/Fe 27 123 df<003FB812FCA3D9C001EB800390C790C7FC007C173E0078171E0070170E
A300601706A400E01707481703A4C81500B3B0020313C0010FB612F0A338397CB841>84
D<1407A24A7EA34A7EA3EC37E0A2EC77F01463A2ECC1F8A201017F1480A2903803007EA3
01067FA2010E80010C131FA2496D7EA2013FB57EA29038300007496D7EA3496D7EA20001
8149130012036D801207D81FE0903801FF80D8FFF8010F13F8A22D2C7DAB33>97
D<B612F015FE3A07F8003F806C48EB0FC0ED07E0ED03F016F8150116FCA516F8A2ED03F0
1507ED0FE0ED3F80913801FF0090B512F815FF9039F0001FC0ED07E0ED03F0ED01F816FC
150016FEA616FC1501A2ED03F8ED07F0ED0FE0486CEB3FC0B7120015F8272B7CAA30>I<
91383FC006903901FFF80E90390FE03E1E90381F0007017EEB03BE01F8EB01FE48481300
4848147E0007153E485A001F151E5B003F150E90C8FC5A1606A212FE1600AA007F1506A3
7E6D140E001F150C7F000F151C6C6C1418000315386C6C14706C6C14E0017EEB01C0011F
EB078090390FE03E00903801FFF89038003FC0272D7BAB31>I<B612F015FE3907F8007F
6C48EB0FC0ED03E06F7E6F7E167C167E82A2EE1F80A217C0160FA317E0AA17C0A3EE1F80
A217005E163E5E16FC4B5A4B5AED0FC0486CEB7F80B600FEC7FC15F02B2B7CAA34>I<B7
12E0A23907F8000F6C481303ED00F01670A21630A41618A215C01600A31401A2140790B5
FCA2EBF0071401A21400A21606A21500A2160CA4161CA2163C167C16F8486C1307B7FCA2
272B7CAA2E>I<B712C0A23907F8001F6C481303ED01E01500A21660A41630A215C01600
A31401A2140790B5FCA2EBF0071401A21400A492C7FCAB487EB512E0A2242B7CAA2C>I<
91383FE003903901FFF807903907E01E0F90391F00078F017EEB01DF496DB4FC48488048
4880484880485A001F815B003F8190C8FC5A82A212FE93C7FCA892383FFFF8A2007F0200
1380EE3F00A27E7F121F7F120F6C7E6C7E6C6C5C6C7E017E5C011FEB01CF903907E00F87
903901FFFE039026003FF0C7FC2D2D7BAB35>I<B539C07FFFE0A23B07F80003FC006C48
6D5AB190B6FCA29038F00001B2486C497EB539C07FFFE0A22B2B7CAA33>I<B512C0A238
07F8006C5AB3B3487EB512C0A2122B7CAA19>I<90B512C0A2903801FE006D5AB3AB1210
127C12FEA3495A12FC387003F06C485A381E0FC06CB4C7FCEA01FC1A2C7CAA23>I<B500
C0EBFFF8A2D807F8C7EA7FC06C481500167C167816E04B5A4B5A4BC7FC150E5D5D15F0EC
01C04A5A4AC8FC5C4A7E4A7E4A7EEBF1E79038F387F09038F703F89038FE01FC13FC496C
7E49137F6F7EA26F7E6F7E1507826F7E6F7EA26F7E82EE7F80486CECFFC0B5D8C00313FC
A22E2B7CAA35>I<B512E0A2D807F8C8FC6C5AB3A61660A416C0A31501A21503A21507ED
1F80486C13FFB7FCA2232B7CAA2B>I<D8FFF0ED3FFC6D157F0007178000031700017C15
DFA26DEC019FA36DEC031FA26D6C1306A36D6C130CA26D6C1318A26D6C1330A36D6C1360
A2027C13C0A391383E0180A291381F0300A3EC0F86A2EC07CCA3EC03F8A2486C6C5AA2D8
1FE0ED3F803CFFFC00E007FFFCA2362B7CAA3E>I<D8FFF0903807FFE07F000702001300
6C6C143C7F017F14187F806D7E130F806D7E6D7EA26D7E6D7E147E147FEC3F80141F15C0
EC0FE0EC07F0140315F8EC01FC140015FE157FED3F98151F16D8ED0FF81507A215031501
A2486C13001678D81FE01438EAFFFC16182B2B7CAA33>I<EC7FC0903803FFF890380FC0
7E90393F001F80017CEB07C04848EB03F048486D7E4913004848147C000F157E484880A2
48C8EA1F80A24816C0A2007E150FA200FE16E0AA007FED1FC0A36C16806D143F001F1600
A26C6C147E6C6C5CA26C6C495A6C6C495AD8007CEB07C0013FEB1F8090260FC07EC7FC90
3803FFF89038007FC02B2D7BAB35>I<B612E015FC3907F800FE6C48EB1F80ED0FC0ED07
E016F01503A216F8A516F0A2150716E0ED0FC0ED1F80EDFE0090B55A15E001F0C8FCB148
7EB512C0A2252B7CAA2E>I<EC7FC0903803FFF890380FC07E90393F001F80017CEB07C0
4848EB03F048486D7E4913004848147C000F157E484880A2003F168090C8121F4816C0A2
007E150FA200FE16E0AA007E16C0007F151FA26C1680A26C6CEC3F00141F3A0FC03FC07E
0007903870E07C9039E0E060FC3A03F0C071F8D801F8EB3BF0D8007CEB3FC090393FE01F
8090260FF07EC7FC902603FFFC13609038007FDEEC001E6F13E016011683EEFFC0A28117
806F13006F5AED00782B387BAB35>I<B67E15F03907F800FE6C48133FED0FC06F7EA26F
7E82A65E4B5AA24B5A033FC7FC15FE90B512F05D9038F001F8EC007E816F7EA26F7EA582
A4171816F015071738486C903803F830B5D8C00113709238007FE0C9EA1F802D2C7CAA32
>I<017F13603901FFE0E0380780F9380E001F48130748130312780070130100F01300A3
15607EA26C14007E127F13C0EA3FFEEBFFE06C13F8000713FE6C7FC61480010F13C01300
EC0FE01407EC03F01401A212C01400A37E15E06C1301A26CEB03C06CEB0780B4EB0F0038
F3E01E38E0FFF838C01FE01C2D7BAB26>I<007FB712C0A23A7E003FC00F007890381F80
03007015011600126000E016E0A2481660A5C71500B3A8EC7FE0011FB57EA22B2B7DAA31
>I<B539C007FFE0A2D807F8C713006C48143CA21618B3A916386C6C1430A2000015706D
5C017C5C6D13016D495A90260F800FC7FC903803E03C903800FFF8EC3FC02B2C7CAA33>
I<B56CEB3FFEA2D80FFCC7EA0FF06C48EC07E00003ED03C01780000116006D5C00001506
A2017E5CA2017F141C6D141880011F5CA26D6C5BA28001075CA26D6C485AA2ECF8030101
91C7FCA2903800FC06A2ECFE0EEC7E0C147F6E5AA2EC1FB0A215F06E5AA26E5AA36E5AA2
2F2C7EAA33>I<B5903B7FFF800FFF80A2D80FF8903B07FC0003FC006C486D486D5A725A
000302015DA26C6C8061A26C6C496C495A167EA2017ED9077F49C7FCED063FA26D010EEB
8006ED0C1FA26D6C486C6C5AA36D6C486C6C5AA36D6C486C6C5AA21870903B03F0C001F8
60A202F815E0903B01F98000FCC0A202FD14FD6DB4C7EA7F80A3027E6EC8FCA3023C141E
A30218140C412C7EAA45>I<3B7FFF800FFFC0A2000790390003FE006C48EB01F800015D
000015C0017F13036D5C6E48C7FC90381FC0066D6C5A151C6D6C5A903803F83001015BEC
FCE06D6C5AEC7F80A2143F6E7E140F4A7E4A7E1433EC63F8ECE1FCECC0FE903801807E01
03137F49486C7E0106131F4980011C6D7E496D7E0130130301708001F06D7E0001810007
81D81FF8491380B46C4913F8A22D2B7DAA33>I<B56CEB1FFEA2D80FFCC7EA0FF00003ED
07C01780000116006C6C1406017F140E160C6D6C5B6D6C133816306D6C5B6D6C13E05E6D
6C485A903801FC0393C7FC903800FE06EC7F0E150CEC3F9CEC1FF85D140F6E5AAF4A7E49
B57EA22F2B7EAA33>I<003FB6FCA29038E0007F90C712FE003E495A123C0038495A4849
5AA24A5A00605C141F4A5AA2C748C7FC14FEA2495A495AA2495A5C130F495AA2495A49C8
FCED018013FE485AA2485A4913031207485AED0700485A48485B5D48C75A00FE49B4FCB7
FCA2212B7BAA2A>I E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Ff cmsl10 10 27
/Ff 27 123 df<0007B812FCA3903AF8007FE003D80FC090383FC00049163C000EC7127F
001E4B131C121CA212180038170C003014FF93C7FCA25A1818A2485BC7491400A514035D
A514075DA5140F5DA5141F5DA5143F5DA3147F4A7E0003B612F85AA2363977B83C>84
D<14FF010713E090381F01F8903878007C01F8137E01FE7F0001801680A35BEA007090C7
FCA4EC0FFF49B5FC90390FFC3F00EB7FC03801FE00EA03F848485B485A4848137E485A00
7F150690C7FC15FE48ECFC0C481301A21403007F9038077C18140E3A3F801C7E303A1FC0
F83FF03A07FFE01FC0C69038000F8027277CA52A>97 D<137FEA1FFF5BA212011200A35B
A512015BA512035BEC1FC0EC7FF89038F1E03E9038F7801F3A07FE000F8049EB07C04914
E04913034914F0A2000F15F8491301A41503121F5BA41507003F15F090C7FC16E0150F16
C0151F481580ED3F005D6D137E007D5C3979C001F039F0E007E039E0781F8026C01FFEC7
FC380007F0253B78B92E>I<EC7F80903803FFF090380FC07C90383F000E017C131F4913
7F000114FF485A485A120F484813FE153848481300A248C8FCA35A5AA75A7EA2151C127E
15386C143015706C6C13E0000FEB01C03907C007803903F03E003800FFF8EB1FC020277A
A525>I<EE3F80ED0FFF1700A2150082A3167EA416FEA25EA41501A25E147F903803FFE1
90380FC0F190383F003B017C131F48486D5A48481307120749130348481307121F495C12
3F90C7FC5A150F5A485DA4151FA2485DA46C143F127E4BC7FC123E003F5C6C5B6C6C487F
3A07C00F7FFC3803E03C2600FFF05B90261FC07EC7FC293B7AB92E>I<147F903803FFE0
90380F81F090383E00FC49137C48487F4848133F0007805B48481480121F5B123FA248C7
FCA3B71200A248C9FCA65A7EA2007E140EA25D6C14186C14386D5B6C6C485A3907E00380
2601F01FC7FC38007FFCEB1FE021277BA525>I<157F913801FFC0913807C1E091381F87
F0EC3F0F147E14FCA2D901F813E0ED07C04948C7FCA413075CA5130F5CA20007B512E0A3
26001FC0C7FC5CA5133F91C8FCA55B137EA513FE5BA512015BA4487EB512F0A3243B7EBA
19>I<EE07E091391FE01FF091397FF87878903A01F03FE0F8903907E01F80D90FC014F0
90261F800F1360D93F00EBC000A2017E1307150F13FE5BA44B5AA2017C49C7FC153E6D5B
013F5B90387F83F09038E7FFC0D9E0FEC8FC4848C9FCA57F7F90B512E015FE6C6E7E6D80
48B67E3A07C0003FF0D81F80130748C76C7E003E140148140012FC5AA315015E4B5A007C
1407007E4A5A6C023FC7FCD80F80137E3903F007F8C6B512C0D91FFCC8FC2D387FA52A>
I<EB01FC137F5CA213071303A35CA513075CA5130F5CED3FC0EDFFF09138C3C0F89138CF
007CD91FDC137E5C02F0133E4A133F5C5E4948137EA291C7FCA316FE5B017E5CA4150113
FE495CA415031201495CA400031407B500E1B512C0A202C114802A3A7EB92E>I<EB01C0
EB07F0130F14F8A214F0A214E0EB038090C7FCAAEB0FC0EA03FFA3EA003FEB1F80A5133F
1400A55B137EA513FE5BA512015BA41203B512C0A315387EB717>I<153815FE140115FF
A215FEA215FCEC00701500AAEC01F814FFA31407EC03F0A41407A215E0A4140FA215C0A4
141FA21580A4143FA21500A45CA2147EA414FE5CA3121CEA7F015C12FF495A5C48485A38
7C0F80D8381FC7FCEA1FFCEA07F0204986B719>I<EB01FC137F5CA213071303A35CA513
075CA5130F5CA2923807FFF0A217E0011F6D1300028013F816E016804BC7FC151E013F13
384A5A4A5AEC03801407140F90387F3FC0EB7E7FECE7E090387F87F01403017E7FEBFE01
01FC7F140081157E811201496D7E82A282486C80B500E0B5FCA25C2C3A7EB92C>I<14FC
137F14F8A213071303A314F0A5130714E0A5130F14C0A5131F1480A5133F1400A55B137E
A513FE5BA512015BA41203B512E014C0A2163A7EB917>I<90270FC03FC0EB7F80D803FF
903AFFF001FFE048903BC3C0F80781F0913BCF007C1E00F826003FDCD97E387F6D485C02
F0D93EE0137C4AD93FC0137E4A5C047F14FE494891C75AA291C7127EA44902FE1301017E
4A5CA501FE01011403494A5CA5000102031407494A5CA4486C496C497EB500E1B500C3B5
1280A202C10283140041257EA445>I<90390FC03FC0D803FFEBFFF0489038C3C0F89138
CF007C26003FDC137E6D5A02F0133E4A133F5C5E4948137EA291C7FCA316FE5B017E5CA4
150113FE495CA415031201495CA400031407B500E1B512C0A202C114802A257EA42E>I<
EC3FC0903801FFF8903807C07C90381F001F017CEB0F8049EB07C0485A4848EB03E01207
49EB01F0485A001F15F8A248C7FCA25AA2007E140312FEA416F015075A16E0150F16C07E
007EEC1F801600003E143E003F5C6C5C6C6C485A3907C007E03901F81F802600FFFEC7FC
EB1FF025277BA52A>I<903901F80FE0017FEB3FFC01FFEBF03F9139FBC00F80902607FF
0013C06D48EB07E04AEB03F05C4A14F81601010715FC5CA5130F5CA41603011F15F85CEE
07F0A2EE0FE0A2013FEC1FC01780163F6EEB7F0016FE9138E001F890397F7003F090397E
3C0FC0DA0FFFC7FCEC03F891C9FC13FEA25BA41201A25BA2487EB512E0A32E3581A42E>
I<027F1318903903FFC03890380FC0F090393F003878017EEB18F04848131C4848130D48
48130F491307120F485A16E0485AA248C7FC150F5A4815C0A4151FA21680A4153F127E00
7FEC7F006C5C5C391F8003BF6C6C485A0007130E3903F03C7E3800FFF0EB1FC090C7FC15
FE5DA514015DA34A7E91B512E0A325357AA42C>I<90381F807C3903FF81FF489038878F
80EC8E1F39003F9C3FEB1F3814709138601F00ECE0044AC7FC133F5CA291C8FCA35B137E
A513FE5BA512015BA4487EB512F0A321257EA421>I<903803FE0C90380FFF9C90383E01
FCEBF0004848137C4848133C1538485AA215181538487E1530D807F0130013FCEBFFE06C
13FC14FFC614806D13C0011F13E01300EC0FF01407003013031401A31238007814E0A300
7CEB03C0EC0780127EB4EB1F0038F3C07C38E1FFF038C03F801E277DA521>I<1306A413
0EA2130C131CA2133C137C13FC5B12031207001FB5FCB6FCA23803F8005BA512075BA512
0F5BA5001F130C1380A4141C003F131813007E1438EB80301470380FC0E03807C1C03803
FF8038007E00183479B220>I<D801F8EB03F0007F14FF00FF5BA20007EB000F6C48EB07
E0A4150F12074914C0A4151F120F491480A4153F121F491400A35DA2003F5C90C75A1401
7E14036D487E000F011E13F83807E0782601FFF013F03A007F80FC00252679A42E>I<3A
7FFFC01FFFB51280A23A07FC0007F86C48EB03E04914C06D1480000115001506A25D7F00
005C153815306D5B137E5DA24A5AEB3F0392C7FC5C1406148C131F1498A214F0130F5C5C
A25C130791C8FCA2282579A32C>I<B53A8FFFF01FFFA3260FF80090380007F86C48017E
EB03E018C00003EE0180033E1303180017066C6C137F5F15DF5FEC019F01FC6E5A0000EB
031F030F5B1406020E5C140CD97E1CEBC180141891263807C3C7FC1430026013C6017F14
E6D93FC013EC1503028013F8A202005B7F011E5C1501011C5C5E382579A33C>I<3B03FF
FE01FFFC17F8A227001FF8001380D907F0EBFC005E010314E06D6C485A5E6D6C48C7FCEC
FE06EC7E0CEC7F186E5AEC1FE05D140F8114074A7E141FEC39F81471ECE0FC49487E9038
03807EEC007F01067F011C6D7E013C8049130FD801F880D807FC497EB46C90387FFF8092
B5FCA22E247FA32C>I<90B538803FFE5A150026000FF8EB0FF06D48EB07C01780170001
0314065EA26E5B0101143816305E8001005CA24B5A1503027E90C7FC1506A25D147F6E5A
1538153015E0141F5DA25D140F92C8FC140EA2140CA25C143814305CA2003E5B127E38FE
018049C9FC5BEAFC0EEA701C1378EA3FE0EA0F802F3580A32C>I<90B612F0A23A01FE00
0FE001F0EB1FC049148049EB3F0048485B15FE49485A4A5A4A5A0006495A4A5A5DC7123F
4AC7FC14FE495A495A495A495A90391FC001801480133FEB7F0001FEEB0300485A485A48
485B485A49130E4848131E003F147E397F0001FEB65AA224247EA325>I
E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fg cmti10 10 27
/Fg 27 123 df<0007B812E0A25AD9F800EB001F01C049EB07C0485AD900011403121E00
1C5C003C17801403123800785C00701607140700F01700485CA2140FC792C7FC5DA2141F
A25DA2143FA25DA2147FA292C9FCA25CA25CA21301A25CA21303A25CA21307A25CA2130F
A25CEB3FF0007FB512F8B6FCA2333971B83B>84 D<14F8EB07FE90381F871C90383E03FE
137CEBF801120148486C5A485A120FEBC001001F5CA2EA3F801403007F5C1300A2140748
5C5AA2140F5D48ECC1C0A2141F15831680143F1587007C017F1300ECFF076C485B903803
8F8E391F0F079E3907FE03FC3901F000F0222677A42A>97 D<133FEA1FFFA3C67E137EA3
13FE5BA312015BA312035BA31207EBE0F8EBE7FE9038EF0F80390FFC07C013F89038F003
E013E0D81FC013F0A21380A2123F1300A214075A127EA2140F12FE4814E0A2141F15C05A
EC3F80A215005C147E5C387801F8007C5B383C03E0383E07C0381E1F80D80FFEC7FCEA01
F01C3B77B926>I<147F903803FFC090380FC1E090381F0070017E13784913383901F801
F83803F003120713E0120FD81FC013F091C7FC485AA2127F90C8FCA35A5AA45AA3153015
381578007C14F0007EEB01E0003EEB03C0EC0F806CEB3E00380F81F83803FFE0C690C7FC
1D2677A426>I<ED01F815FFA3150316F0A21507A216E0A2150FA216C0A2151FA21680A2
153FA202F81300EB07FE90381F877F90383E03FF017C5BEBF80112013803F00048485B12
0FEBC001121F5DEA3F801403127F01005BA214075A485CA2140FA248ECC1C0A2141F15C3
ED8380143F1587007C017F1300ECFF076C485B9038038F8E391F0F079E3907FE03FC3901
F000F0253B77B92A>I<147F903803FFC090380FC1E090383F00F0017E13785B485A485A
485A120F4913F8001F14F0383F8001EC07E0EC1F80397F81FF00EBFFF891C7FC90C8FC5A
5AA55AA21530007C14381578007E14F0003EEB01E0EC03C06CEB0F806CEB3E00380781F8
3803FFE0C690C7FC1D2677A426>I<ED07C0ED1FF0ED3E38ED7C3CEDF8FC15F9140115F1
020313F8EDF0F0160014075DA4140F5DA4141F5D010FB512C05B16809039003F800092C7
FCA45C147EA414FE5CA413015CA413035CA413075CA4130F5CA3131F5CA391C8FC5B121C
EA7E3EA2EAFE3C137C1378EAF8F01278EA3FC0EA0F80264C82BA19>I<EC07C0EC3FF091
38FC38E0903901F01FF0EB03E0903807C00FEB0F80011F1307D93F0013E05B017E130F13
FE4914C01201151F1203491480A2153F1207491400A25DA249137EA215FEA25D00031301
140314076C6C485A0000131FEB787BEB3FF390380FC3F0EB00031407A25DA2140F5D121C
007E131F5D00FE49C7FC147E5C387801F8387C07E0381FFF80D803FEC8FC24367CA426>
I<EB03F0EA01FFA3EA00075CA3130F5CA3131F5CA3133F91C8FCA35B90387E07F0EC1FFC
EC783E9038FFE01F02C01380EC800F1400485A16C05B49EB1F8012035BA2153F00071500
5BA25D000F147E5B15FE5D121FD98001131C15F8163C003F01031338010013F0A2167048
14E0007E15F016E0EDE1C000FE903801E38048903800FF000038143C263B7BB92A>I<EB
01C0EB07E014F0130F14E01307EB038090C7FCAB13F0EA03FCEA071EEA0E1F121CA21238
5B1270A25BEAF07E12E013FEC65AA212015B1203A25B12075BA2000F13E013C013C1001F
13C01381A2EB83801303EB0700A2130E6C5AEA07F8EA01E0143879B619>I<150E153F15
7FA3157E151C1500ABEC1F80EC7FC0ECF1F0EB01C090380380F813071401130F130E131E
EB1C03133C013813F0A2EB0007A215E0A2140FA215C0A2141FA21580A2143FA21500A25C
A2147EA214FEA25CA21301A25CA213035C121C387E07E0A238FE0FC05C49C7FCEAF83EEA
787CEA3FF0EA0FC0204883B619>I<EB03F0EA01FFA3EA00075CA3130F5CA3131F5CA313
3F91C8FCA35B017EEB0F80ED3FE015F09039FE01C1F09038FC0387EC0707140E0001011C
13E0EBF83891383003800270C7FC00035BEBF1C0EBF38001FFC8FCEA07FC7FEBFFC0EBE7
F8380FE1FCEBC07E147F80001F809039801F81C0A21583003F013F138001001303A21507
481500007E133EEC1E0E151E00FE6D5A48EB07F80038EB01E0243B7BB926>I<EB0FC0EA
07FFA3EA001F1480A2133FA21400A25BA2137EA213FEA25BA21201A25BA21203A25BA212
07A25BA2120FA25BA2121FA25BA2123FA290C7FCA25AA2EA7E0EA212FE131EEAFC1CA213
3C133812F81378EA7870EA7CE0121FEA0F80123B79B915>I<D801E001FEEB07F03C07F8
03FF801FFC3C0E3C0F07C0783E3C1E3E3C03E1E01F261C1F78D9F3C013803C383FF001F7
800F02E01400007801C013FE007018C002805B4A4848EB1F80EAF07FD8E07E5CA2000002
07143F01FE1700495CA2030F5C0001177E495C18FE031F5C120349DA8001131C18F8033F
153C00070403133849020013F0A24B1570000F17E049017E15F019E003FEECE1C0001FEE
01E34949903800FF000007C70038143C3E2679A444>I<D801E013FE3A07F803FF803A0E
3C0F07C03A1E3E3C03E0261C1F787F39383FF00114E0007813C000708114804A485AEAF0
7FEAE07EA20000140701FE5C5BA2150F00015D5B151F5E12034990383F83801603160700
07027F130049137EA2160E000F147C49141E161C5E001FEC3C7849EB1FE00007C7EA0780
292679A42F>I<147F903803FFC090380FC1F090381F00F8017E137C5B4848137E484813
3E0007143F5B120F485AA2485A157F127F90C7FCA215FF5A4814FEA2140115FC5AEC03F8
A2EC07F015E0140F007C14C0007EEB1F80003EEB3F00147E6C13F8380F83F03803FFC0C6
48C7FC202677A42A>I<9039078007C090391FE03FF090393CF0787C903938F8E03E9038
787FC00170497EECFF00D9F0FE148013E05CEA01E113C15CA2D80003143FA25CA2010714
7FA24A1400A2010F5C5E5C4B5A131F5EEC80035E013F495A6E485A5E6E48C7FC017F133E
EC70FC90387E3FF0EC0F8001FEC9FCA25BA21201A25BA21203A25B1207B512C0A3293580
A42A>I<ECF803903807FE0790381F871F90383E03BF017C13FEEBF80112013803F00048
4813FC120F5B001F130115F8EA3F80A2007F1303010013F0A34813074814E0A3140F4814
C0A3141F1580143FA2007C137FECFF006C5AEB03BF381F0F7F3807FE7EEA01F0C7FC14FE
5CA313015CA313035C130748B512C0A3203577A426>I<3903C003F0390FF01FFC391E78
3C0F381C7C703A3C3EE03F8038383FC0EB7F800078150000701300151CD8F07E90C7FCEA
E0FE5BA2120012015BA312035BA312075BA3120F5BA3121F5BA3123F90C9FC120E212679
A423>I<14FE903807FF8090380F83C090383E00E04913F00178137001F813F000011303
13F0A215E00003EB01C06DC7FC7FEBFFC06C13F814FE6C7F6D13807F010F13C01300143F
141F140F123E127E00FE1480A348EB1F0012E06C133E00705B6C5B381E03E06CB45AD801
FEC7FC1C267AA422>I<EB0380EB07C0130FA4131F1480A3133F1400A35B137E007FB5FC
A2B6FC3800FC00A312015BA312035BA312075BA3120F5BA3121FEB801CA2143C003F1338
EB0078147014F014E0EB01C0EA3E03381F0780380F0F00EA07FCEA01F0183579B31C>I<
13F8D803FEEB01C0D8078FEB03E0390E0F8007121E121C0038140F131F007815C0127001
3F131F00F0130000E015805BD8007E133FA201FE14005B5D120149137EA215FE120349EB
FC0EA20201131E161C15F813E0163CD9F003133814070001ECF07091381EF8F03A00F83C
78E090393FF03FC090390FC00F00272679A42D>I<01F0130ED803FC133FD8071EEB7F80
EA0E1F121C123C0038143F49131F0070140FA25BD8F07E140000E08013FEC6485B150E12
015B151E0003141C5BA2153C000714385B5DA35DA24A5A140300035C6D48C7FC0001130E
3800F83CEB7FF8EB0FC0212679A426>I<01F01507D803FC903903801F80D8071E903907
C03FC0D80E1F130F121C123C0038021F131F49EC800F00701607A249133FD8F07E168000
E0ED000313FEC64849130718000001147E5B03FE5B0003160E495BA2171E00070101141C
01E05B173C1738A217781770020314F05F0003010713016D486C485A000190391E7C0780
2800FC3C3E0FC7FC90393FF81FFE90390FE003F0322679A437>I<903907E007C090391F
F81FF89039787C383C9038F03E703A01E01EE0FE3803C01F018013C0D8070014FC481480
000E1570023F1300001E91C7FC121CA2C75AA2147EA214FEA25CA21301A24A1370A20103
14F016E0001C5B007E1401010714C000FEEC0380010F1307010EEB0F0039781CF81E9038
387C3C393FF03FF03907C00FC027267CA427>I<13F0D803FCEB01C0D8071EEB03E0D80E
1F1307121C123C0038140F4914C01270A249131FD8F07E148012E013FEC648133F160012
015B5D0003147E5BA215FE00075C5BA214015DA314035D14070003130FEBF01F3901F87F
E038007FF7EB1FC7EB000F5DA2141F003F5C48133F92C7FC147E147C007E13FC387001F8
EB03E06C485A383C1F80D80FFEC8FCEA03F0233679A428>I<903903C0038090380FF007
D91FF81300496C5A017F130E9038FFFE1E9038F83FFC3901F007F849C65A495B1401C748
5A4A5A4AC7FC141E5C5C5C495A495A495A49C8FC131E5B49131C5B4848133C4848133849
1378000714F8390FF801F0391FFF07E0383E1FFFD83C0F5B00785CD8700790C7FC38F003
FC38E000F021267BA422>I E
%EndDVIPSBitmapFont
/Fh 134[50 48 2[55 34 38 40 1[52 50 55 81 27 2[27 1[49
1[44 52 2[51 12[53 6[81 7[51 1[54 25[30 30 40[{
TeXnANSIEncoding ReEncodeFont}22 83.022 /CarminaBT-Bold
rf /Fi 134[44 2[43 52 34 39 38 1[50 45 1[76 29 2[28 53
1[31 41 1[39 1[53 97[{TeXnANSIEncoding ReEncodeFont}16
83.022 /CarminaBT-BoldItalic rf /Fj 190[43 65[{
TeXnANSIEncoding ReEncodeFont}1 61.4362 /CarminaBT-Medium
rf /Fk 140[35 4[47 4[25 3[33 47 100[{TeXnANSIEncoding ReEncodeFont}5
83.022 /CarminaBT-MediumItalic rf /Fl 134[48 3[56 42
42 42 1[56 54 56 1[27 2[27 56 55 38 51 3[51 25[58 3[54
10[53 4[53 53 3[27 46[{TeXnANSIEncoding ReEncodeFont}21
84.683 /Incised901BT-Black rf /Fm 139[27 35 3[45 48 1[24
46 1[24 48 2[40 3[42 16[50 80[{TeXBase1Encoding ReEncodeFont}11
83.022 /Palatino-Roman rf /Fn 109[25 25 23[51 47 72 46
53 32 36 36 1[48 47 51 78 24 49 1[24 51 47 30 38 47 37
46 44 7[54 58 87 1[66 52 44 4[64 80 45 2[27 3[47 1[53
52 58 6[27 50 9[41 25 35 25 2[29 29 6[26 33[{
TeXnANSIEncoding ReEncodeFont}48 83.022 /CarminaBT-Medium
rf /Fo 137[37 1[21 37 3[42 2[17 37 1[17 42 2[42 1[37
1[42 24[54 72[{TeXBase1Encoding ReEncodeFont}12 74.7193
/Helvetica rf /Fp 121[31 48[39 29 30 3[39 41 4[16 1[37
33 13[34 34 4[34 34 2[17 3[25 42[{TeXnANSIEncoding ReEncodeFont}15
56.4554 /Incised901BT-Roman rf /Fq 139[22 1[21 2[34 34
52 3[13 1[34 22 4[29 7[30 3[37 28 29 3[37 40 1[25 2[14
2[31 31 38 2[34 8[33 9[17 46[{TeXnANSIEncoding ReEncodeFont}23
56.4554 /Incised901BT-Light rf
%DVIPSBitmapFont: Fr cmtt10 10 27
/Fr 27 123 df<007FB612FCB712FEA43AFC007E007EA70078153CC71400B3AF90383FFF
FCA2497F6D5BA227337EB22C>84 D<3801FFF0000713FE001F6D7E15E048809038C01FF8
1407EC01FC381F80000006C77EC8127EA3ECFFFE131F90B5FC1203120F48EB807E383FF8
00EA7FC090C7FC12FE5AA47E007F14FEEB8003383FE01F6CB612FC6C15FE6C14BF0001EB
FE1F3A003FF007FC27247CA32C>97 D<EA7FF0487EA3127F1201AAEC1FE0ECFFF801FB13
FE90B6FC16809138F07FC09138801FE091380007F049EB03F85BED01FC491300A216FE16
7EA816FE6D14FCA2ED01F86D13036DEB07F0150F9138801FE09138E07FC091B512801600
01FB5B01F813F83900F03FC027337FB22C>I<903803FFE0011F13F8017F13FE48B5FC48
804848C6FCEA0FF0485A49137E4848131890C9FC5A127EA25AA8127EA2127F6C140F6DEB
1F806C7E6D133F6C6CEB7F003907FE03FF6CB55A6C5C6C6C5B011F13E0010390C7FC2124
7AA32C>I<EC0FFE4A7EA380EC003FAAEB07F8EB3FFE90B512BF4814FF5A3807FC0F380F
F00348487E497E48487F90C7FC007E80A212FE5AA87E007E5CA2007F5C6C7E5C6C6C5A38
0FF0073807FC1F6CB612FC6CECBFFE6C143FEB3FFC90390FF01FFC27337DB22C>I<EB03
FE90381FFFC0017F13F048B57E48803907FE03FE390FF800FFD81FE0EB3F805B4848EB1F
C090C7120F5A007E15E015075AB7FCA416C000FCC9FC7E127EA2127F6CEC03C06DEB07E0
6C7ED80FF0130F6C6CEB3FC001FF13FF000190B512806C1500013F13FC010F13F0010113
8023247CA32C>I<EC0FF8EC3FFE91B5FC4914805B903807FC7F14F090390FE03F0014C0
92C7FCA6007FB512FEB7FCA36C5C26000FC0C7FCB3A8003FB512F04880A36C5C21337DB2
2C>I<ED03F8903907F80FFC90391FFE3FFE017FB6FC48B7FC48ECFE7F9038FC0FF82607
F003133E3A0FE001FC1CD9C0001300001F8049137EA66D13FE000F5CEBE0016C6C485A39
03FC0FF048B5FC5D481480D99FFEC7FCEB87F80180C8FCA37F6C7E90B512F06C14FE48EC
FF804815E04815F03A3FC0001FF848C7EA03FC007E1400007C157C00FC157E48153EA46C
157E007E15FCD87F801303D83FE0EB0FF8D81FFCEB7FF06CB612E0000315806C1500D800
3F13F8010713C028387EA42C>I<EA7FF0487EA3127F1201AAEC1FE0EC7FFC9038F9FFFE
01FB7F90B6FC9138F03F80ECC01F02807FEC000F5B5BA25BB3267FFFE0B5FCB500F11480
A36C01E0140029337FB22C>I<1307EB1FC0A2497EA36D5AA20107C7FC90C8FCA7387FFF
C080B5FC7EA2EA0007B3A8007FB512FCB612FEA36C14FC1F3479B32C>I<140EEC3F80A2
EC7FC0A3EC3F80A2EC0E0091C7FCA748B512804814C0A37EC7120FB3B3A2141F003C1480
007E133FB414005CEB01FEEBFFFC6C5B5C001F5B000790C7FC1A467CB32C>I<EA7FE048
7EA3127F1201AA91381FFFF04A13F8A36E13F0913800FE004A5A4A5A4A5A4A5A4A5A4A5A
4AC7FC14FEEBF1FC13F3EBF7FE90B5FCA2EC9F80EC0FC001FE7FEBFC07496C7E496C7E81
1400157E811680151F3A7FFFC0FFFCB500E113FEA36C01C013FC27337EB22C>I<387FFF
E0B57EA37EEA0003B3B3A5007FB61280B712C0A36C158022337BB22C>I<3A7F83F007E0
9039CFFC1FF83AFFDFFE3FFCD87FFF13FF91B57E3A07FE1FFC3E01FCEBF83F496C487E01
F013E001E013C0A301C01380B33B7FFC3FF87FF0027F13FFD8FFFE6D13F8D87FFC4913F0
023F137F2D2481A32C>I<397FF01FE039FFF87FFC9038F9FFFE01FB7F6CB6FC00019038
F03F80ECC01F02807FEC000F5B5BA25BB3267FFFE0B5FCB500F11480A36C01E014002924
7FA32C>I<EB07FCEB1FFF017F13C048B512F048803907FC07FC390FF001FE48486C7E01
80133F003F158090C7121F007EEC0FC0A348EC07E0A76C140F007E15C0A2007F141F6C15
806D133F6C6CEB7F006D5B6C6C485A3907FC07FC6CB55A6C5C6C6C13C0011F90C7FCEB07
FC23247CA32C>I<397FF01FE039FFF8FFF801FB13FE90B6FC6C158000019038F07FC091
38801FE091380007F049EB03F85BED01FC491300A216FE167EA816FE6D14FCA2ED01F86D
13036DEB07F0150F9138801FE09138E07FC091B51280160001FB5B01F813F8EC3FC091C8
FCAD387FFFE0B57EA36C5B27367FA32C>I<903903FC078090391FFF0FC0017F13CF48B5
12EF4814FF3807FE07380FF00148487E49137F4848133F90C7FC48141F127E150F5AA87E
007E141FA26C143F7F6C6C137F6D13FF380FF0033807FC0F6CB6FC6C14EF6C6C138F6D13
0FEB07F890C7FCAD0203B5FC4A1480A36E140029367DA32C>I<D87FFEEB3FC0B53801FF
F0020713F8021F13FC6C5B39003F7FE1ECFF019138FC00F84A13704A13005CA25C5CA391
C8FCAF007FB512E0B67EA36C5C26247EA32C>I<90387FF8700003B512F8120F5A5A387F
C00F387E00034813015AA36CEB00F0007F140013F0383FFFC06C13FE6CEBFF80000314E0
C66C13F8010113FCEB0007EC00FE0078147F00FC143F151F7EA26C143F6D133E6D13FE90
38F007FC90B5FC15F815E000F8148039701FFC0020247AA32C>I<131E133FA9007FB6FC
B71280A36C1500D8003FC8FCB1ED03C0ED07E0A5EC800F011FEB1FC0ECE07F6DB5128016
0001035B6D13F89038003FE0232E7EAD2C>I<3A7FF003FF80486C487FA3007F7F0001EB
000FB3A3151FA2153F6D137F3900FE03FF90B7FC6D15807F6D13CF902603FE0713002924
7FA32C>I<3A7FFF01FFFCB514FE148314016C15FC3A03E0000F80A26D131F00011500A2
6D5B0000143EA26D137E017C137CA2017E13FC013E5BA2EB3F01011F5BA21483010F5BA2
14C701075BA214EF01035BA214FF6D90C7FCA26D5A147C27247EA32C>I<D87FFFEB7FFF
6EB5FCB515806C16004A7ED807C0EB01F0A66C6C495AA3143E147FA2D801F0495AECFF87
A214F7A201F113C700005D9038F9E3CFA201FB13EFA3D97BC190C7FC017F13FFA21480A2
013F5B90381F007C29247FA32C>I<3A3FFF03FFF048018713F8A36C010313F03A00FC00
7E005D90387E01F8013F5BEB1F83EC87E090380FCFC0903807EF80EB03FF6D90C7FC5C6D
5A147C14FE130180903803EF80903807CFC0EB0FC7EC83E090381F01F0013F7FEB7E0001
7C137C49137E0001803A7FFF01FFFC1483B514FE6C15FC140127247EA32C>I<3A7FFF01
FFFCB5008113FE148314816C010113FC3A03E0000F806C7E151F6D140012005D6D133E13
7C017E137E013E137CA2013F13FC6D5BA2EB0F815DA2EB07C1ECC3E0A2EB03E3ECE7C013
0114F75DEB00FFA292C7FC80A2143EA2147E147CA214FC5CA2EA0C01003F5BEA7F83EB87
E0EA7E0F495A387FFF806C90C8FC6C5A6C5AEA07E027367EA32C>I<003FB612E04815F0
A4007EC7EA1FE0ED3FC0ED7F80EDFF004A5A003C495AC7485A4A5A4A5A4A5A4A5A4AC7FC
EB01FC495AEB0FF0495A495A495A49C8FC4848EB01E04848EB03F0485A485A485A485A48
5AB7FCA46C15E024247DA32C>I E
%EndDVIPSBitmapFont
%DVIPSBitmapFont: Fs cmss10 10 27
/Fs 27 123 df<B912C0A6C7D807F8C8FCB3B3B0323A7DB939>84
D<EB1FF0EBFFFC000313FF000F14804814C09038E01FE09038000FF0001C13070018EB03
F81210C7FCEC01FCA7143FEB0FFF90B5FC1203120F381FFE01EA3FE0EA7F80130012FEA4
14037E387F800FEBE03F6CB5FC7E6C13F96C13E1D801FEC7FC1E287DA628>97
D<12FEB3A2EB01FCEB0FFF013F13C090B57EB67E9038F03FF8EBC007496C7EEB0001486D
7EA2157FA3ED3F80AAED7F00A35D5D14016C5CEB80039038C00FF89038F03FF090B55A48
5C6D5BD91FFEC7FC380007F8213B7AB92B>I<EB03FE90381FFFC0017F13E090B512F848
14FC3803FC033907F8007CD80FE01338484813081500485AA248C8FCA3127E12FEA9127F
A36C7EA26D1302001F14066C6C131E6C6C137E9038FC03FE6CB5FCC614FC6D13F0011F13
C0903807FC001F287DA625>I<ED3F80B3A2EB0FE0EB3FFC90B5FC4814BF4814FF3807FE
07380FF801381FE00049137F003F143F5B127F90C7FCA312FEAA127FA36C7E157F6C7E6D
13FF380FF0033807FE076CB512BF6C143F6C13FEEB7FF8D90FE0C7FC213B7DB92B>I<EB
07F8EB1FFE90387FFF8048B512C04814E03907FC0FF0390FF003F8EBE001391FC000FC49
137C003F147E90C7123E5A127E151F12FEB7FCA500FCC8FCA27EA2127EA2127F7E7F6C7E
6D13026C6C130E6C6C133E3903FE01FE6CB5FC6C14FC6D13F0011F13C0903803FE002028
7EA625>I<14FF010713C05B5B5BEB7F819038FE0040491300485AA21203ACB512FCA5D8
03F8C7FCB3AE1A3B7FBA19>I<903907E001F890383FFC1F90397FFE7FFC90B6FC5A3A03
F81FF8003907F00FE0EBE00748486C7EA248486C7EA86C6C485AA26C6C485AEBF00F6C6C
485A48B55A92C7FC485BEB3FFCEB07E090C9FCA37F7F6CB512C015FC15FF4815804815C0
3A3F80007FE048C7EA0FF0007E140700FEEC03F8481401A46C1403007E15F0D87F80130F
6C6CEB1FE03A1FFC01FFC06CB612806C1500000114FC6C6C13F0010790C7FC26387EA52A
>I<12FEB3A2EB01FC90380FFF804913C0017F13E090B512F039FFF81FF8EBE007EBC003
018013FC14011300A35AB3A71E3A7AB92B>I<12FFA81200AC127FB3B308397BB814>I<EB
0FF0A890C7FCACEB07F0B3B3AA38400FE0EA601F38FC7FC0B5FC14806C1300EA1FFEEA03
F8144A85B816>I<12FEB3A3EC03FE4A5A4A5A4A5A4A5A4A5A4A5A4990C7FC495A5C495A
495A495A495A495A497EB57EA280EBF7F813E3EBC1FCEB80FE497E487F6E7E81141F6E7E
8114076E7E6E7E811400157F1680213A7AB929>I<12FEB3B3B3A4073A7AB914>I<D901FC
EB03F83BFE0FFF801FFF496D481380017F6DB512C090B500F114E03CFFF81FFBF03FF0D9
E007EBC00F903AC003FF80070180020013F86E140301005BA3485CB3A735267AA542>I<
EB01FC39FE0FFF804913C0017F13E090B512F039FFF81FF8EBE007EBC003018013FC1401
1300A35AB3A71E267AA52B>I<EB03FE90380FFF80013F13E090B512F848803903FE03FE
3907F800FF4848EB7F8049133F4848EB1FC04848EB0FE0A290C712074815F0A2007E1403
00FE15F8A9007FEC07F0A36C6CEB0FE0A26C6CEB1FC06D133F6C6CEB7F806C6CEBFF0039
03FE03FE6CB55A6C5C6D5B011F13C0D903FEC7FC25287EA62A>I<EB01FC38FE0FFF013F
13C090B57EB67E9038F03FF8EBC00F90388003FC1300486D7E14008181A21680153FA9ED
7F00A35D5D14016C495AEB80076D485A9038F03FF090B55A485C6D5BD91FFEC7FCEB07F8
90C9FCAF21367AA52B>I<903907F03F80EB3FFCEBFFFE48EBFFBF4814FF3807FE07380F
F80148487E5B4848137F5B007F143F90C7FCA312FEA97E7EA27F123F6D137F6C7E15FF38
0FF8013807FE0790B6FC6C143FC613FEEB7FF8EB1FE090C7FCAF21367DA52B>I<14F0EA
FC07130F133F137F13FF00FD130013FCEAFFF05B5BA25B90C7FCA35AB3A414267AA51C>
I<EB7FE03801FFFC0007EBFF804814C05A383FC03F90380007801401007E90C7FCA4127F
A26C7E13F0EBFF806C13F06C13FC6C7F6C7FC61480131F010013C0143FEC0FE0A21407A3
124012600078EB0FC000FE131F39FFC07F8090B5FC6C1400001F5B000313F838007FC01B
287EA620>I<EA01FCAAB6FCA5D801FCC7FCB3A76D138014013900FF07C014FFA26D1300
EB3FFCEB1FE01A307FAE1E>I<00FEEB01FCB3AA1403A214076C131F387F807F90B5FC6C
13F914F1000F13C1D803FCC7FC1E267AA42B>I<B4EC0FE06CEC1FC0A27F003FEC3F80A2
7F001FEC7F00A26C6C137E15FEA26C6C485AA36C6C485AA3D801FC5B140700005C13FE14
0F017E5B137F141F013F5BA2149FD91FBFC7FCA3EB0FBE14FE6D5AA323257FA426>I<00
FED901FEEB01FC007F17F802031403A2018013DF003FEE07F01407ED9F80D81FC016E002
0F140F158FD80FE002C013C0030F131F141FED07E0D807F01680021E143F143E0003DA03
F0130013F8023C5C0001017C147EED01F813FC027814FE0000D9F8005BA24A13FC017C5D
167D137E5C013EEC3DF0013F143F5C011F5D161F36257FA439>I<D87F80EB0FE0003FEC
1FC06C6C133F6DEB7F806C6C1400000714FE6C6C485A3801FC0301FE5B6C6C485A6D485A
90383F9FC0EB1FDF6DB45A92C7FC6D5A6D5A1301A2497E1307497EECDF8090381F9FC090
383F0FE0496C7EEBFE0301FC7F00016D7E48486C7E4848137F120F49EB3F804848EB1FC0
484814E0007FEC0FF048C7EA07F8252580A426>I<B4EC0FE06CEC1FC0A26C7EED3F807F
001FEC7F00A26C7E15FE7F00075C1401EA03F85DEBFC0312015D3800FE075D137E140F01
7F5B133FA290381F9F80A292C7FC130FA2EB079E14DEA2EB03FCA26D5AA35C13035CA213
075C130FA2495A1220D8383FC8FCEA3FFEA25B5BEA0FE023367FA426>I<007FB512FCA4
15F8C7EA07F0140FEC1FE015C0EC3F80147FECFF005C1301495A495A5C130F495A495A5C
137F49C7FC485A5B1203485A5B485A121F485A5B48B512FEB6FCA41F257EA424>I
E
%EndDVIPSBitmapFont
/Ft 140[40 40 8[40 2[40 40 2[40 5[40 92[{TeXnANSIEncoding ReEncodeFont}
7 66.4176 /Courier-Bold rf
%DVIPSBitmapFont: Fu cmr10 10 27
/Fu 27 123 df<003FB812E0A3D9C003EB001F273E0001FE130348EE01F0007816000070
1770A300601730A400E01738481718A4C71600B3B0913807FF80011FB612E0A335397DB8
3C>84 D<EB1FE0EBFFFC3803E03F3907000F80390F8007E0486C6C7E13E06E7EA26E7E6C
5A6C5AC8FCA4147FEB07FFEB3FE0EBFE00EA03F8EA0FF0EA1FC0123F485A90C7FC160C12
FEA31401A26C13036CEB077C903980063E18383FC01E3A0FE0781FF03A03FFF00FE03A00
7F8007C026277DA52A>97 D<EA03F012FFA3120F1203B0EC1FE0EC7FF89038F1E03E9039
F3801F809039F7000FC001FEEB07E049EB03F049EB01F85BED00FCA216FEA2167E167FAA
167E16FEA216FC15016D14F8ED03F07F01EEEB07E001C6EB0FC09039C7801F00903881E0
7E903800FFF8C7EA1FC0283B7EB92E>I<EB03FC90381FFF8090387E03E03901F8007048
4813F83907E001FC380FC003A2EA1F80123F90380001F848EB00F01500A2127E12FEAA12
7E127FA26C14067F001F140E6D130C000F141C6C6C13386C6C13706C6C13E039007C07C0
90381FFF00EB07F81F277DA525>I<ED0FC0EC03FFA3EC003F150FB0EB03F8EB1FFF9038
7E078F9038F801EF3903F0007F4848133F4848131FA24848130F123F90C7FC5AA2127E12
FEAA127E127FA27EA26C6C131FA26C6C133F6C6C137F6C6CEBEFF03A01F801CFFF39007C
078F90381FFE0FD907F813C0283B7DB92E>I<EB07F8EB1FFF90387C0FC03901F803E039
03F001F0D807E013F8380FC0004848137CA248C7127E153E5A153F127E12FEA3B7FCA248
C8FCA5127EA2127FA26C14037F001F14076C6C13060007140E6D131CD801F013386C6C13
7090387E03E090381FFF80903803FC0020277EA525>I<147E903803FF8090380FC1E0EB
1F8790383F0FF0137EA213FCA23901F803C091C7FCADB512FCA3D801F8C7FCB3AB487E38
7FFFF8A31C3B7FBA19>I<ED03F090390FF00FF890393FFC3C3C9039F81F707C3901F00F
E03903E007C03A07C003E010000FECF000A248486C7EA86C6C485AA200075C6C6C485A6D
485A6D48C7FC38073FFC38060FF0000EC9FCA4120FA213C06CB512C015F86C14FE6CECFF
804815C03A0F80007FE048C7EA0FF0003E140348140116F8481400A56C1401007C15F06C
EC03E0003F1407D80F80EB0F80D807E0EB3F003901FC01FC39007FFFF0010790C7FC2638
7EA52A>I<EA03F012FFA3120F1203B0EC0FF0EC3FFCECF03F9039F1C01F809039F3800F
C0EBF70013FE496D7EA25BA35BB3A3486C497EB500C1B51280A3293A7EB92E>I<EA0380
EA0FE0487EA56C5AEA0380C8FCAAEA03F012FFA312071203B3AA487EB512C0A312387EB7
17>I<EB01C0EB07F0EB0FF8A5EB07F0EB01C090C7FCAAEB01F813FFA313071301B3B3A2
123C127E00FF13F01303A214E038FE07C0127C383C0F00EA0FFEEA03F8154984B719>I<
EA03F012FFA3120F1203B1913801FFFCA39138007FC01600157C15705D4A5A4A5A4AC7FC
141E1438147814FC13F1EBF3FEEBF73F01FE7FEBF81F496C7E8114076E7E6E7E81140015
7E157F811680ED1FC0486CEB3FF0B500C0B5FCA3283A7EB92C>I<EA03F012FFA3120F12
03B3B3AD487EB512C0A3123A7EB917>I<2703F00FF0EB1FE000FFD93FFCEB7FF8913AF0
3F01E07E903BF1C01F83803F3D0FF3800FC7001F802603F70013CE01FE14DC49D907F8EB
0FC0A2495CA3495CB3A3486C496CEB1FE0B500C1B50083B5FCA340257EA445>I<3903F0
0FF000FFEB3FFCECF03F9039F1C01F803A0FF3800FC03803F70013FE496D7EA25BA35BB3
A3486C497EB500C1B51280A329257EA42E>I<EB03FE90380FFF8090383E03E09038F800
F84848137C48487F48487F4848EB0F80001F15C090C712074815E0A2007EEC03F0A400FE
15F8A9007E15F0A2007F14076C15E0A26C6CEB0FC0000F15806D131F6C6CEB3F006C6C13
7EC66C13F890387E03F090381FFFC0D903FEC7FC25277EA52A>I<3903F01FE000FFEB7F
F89038F1E07E9039F3801F803A0FF7000FC0D803FEEB07E049EB03F04914F849130116FC
150016FEA3167FAA16FEA3ED01FCA26DEB03F816F06D13076DEB0FE001F614C09039F780
3F009038F1E07E9038F0FFF8EC1FC091C8FCAB487EB512C0A328357EA42E>I<D903F813
C090381FFE0190387E07819038FC01C33903F000E3000714774848133749133F001F141F
485A150F48C7FCA312FEAA127FA37E6D131F121F6D133F120F6C6C137F6C6C13EF3901F8
01CF39007E078F90381FFE0FEB07F890C7FCABED1FE00203B5FCA328357DA42C>I<3807
E01F00FFEB7FC09038E1E3E09038E387F0380FE707EA03E613EE9038EC03E09038FC0080
491300A45BB3A2487EB512F0A31C257EA421>I<EBFF03000313E7380F80FF381E003F48
7F487F00707F12F0A2807EA27EB490C7FCEA7FE013FF6C13E06C13F86C7F00037FC67F01
071380EB007F141F00C0EB0FC01407A26C1303A37E15806C13077EEC0F00B4131E38F3C0
7C38E1FFF038C03F801A277DA521>I<1318A51338A31378A313F8120112031207001FB5
FCB6FCA2D801F8C7FCB215C0A93800FC011580EB7C03017E13006D5AEB0FFEEB01F81A34
7FB220>I<D803F0EB07E000FFEB01FFA3000FEB001F00031407B3A4150FA3151F12016D
133F0000EC77F86D9038E7FF8090383F03C790381FFF87903A03FC07E00029267EA42E>
I<B538803FFEA33A0FF8000FF06C48EB07E00003EC03C06D148000011500A26C6C1306A2
6D130E017E130CA26D5BA2EC8038011F1330A26D6C5AA214E001075BA2903803F180A3D9
01FBC7FCA214FF6D5AA2147CA31438A227257EA32C>I<B53A1FFFE03FFEA3260FF80090
38000FF86C48017EEB03E018C00003023EEB0180A26C6C013FEB0300A36C6CEC8006156F
A2017E9038EFC00C15C7A2D93F016D5A15830281EBF038D91F831430150102C3EBF87090
260FC6001360A2D907E66D5A02EC137CA2D903FCEB7F804A133FA2010192C7FC4A7FA201
00141E4A130E0260130C37257EA33C>I<B538807FFFA33A03FE003FF00001EC1F800000
92C7FC017E131C6D13186D6C5AECC070010F5B6D6C5AECF180EB03FB6DB4C8FC6D5AA214
7F804A7E8114CF903801C7E090380383F090380703F8EB0601496C7E011C137E49137F01
787F496D7E486C80000FEC3FF0D8FFFE90B51280A329247FA32C>I<B538803FFEA33A0F
F8000FF06C48EB07C00003EC03806C7E16007F00001406A2017E5BA2137F6D5BA26D6C5A
A2ECC070010F1360A26D6C5AA214F101035BA2D901FBC7FCA214FF6D5AA2147CA31438A2
1430A214701460A25CA2EA7C0100FE5B130391C8FC1306EAFC0EEA701C6C5AEA1FF0EA0F
C027357EA32C>I<003FB512FCA2EB8003D83E0013F8003CEB07F00038EB0FE012300070
EB1FC0EC3F800060137F150014FE495AA2C6485A495AA2495A495A495AA290387F000613
FEA2485A485A0007140E5B4848130C4848131CA24848133C48C7127C48EB03FC90B5FCA2
1F247EA325>I E
%EndDVIPSBitmapFont
/Fv 130[45 1[45 1[45 2[45 45 45 45 45 1[45 45 45 45 45
45 1[45 45 45 45 45 45 45 1[45 4[45 7[45 45 2[45 45 6[45
22[45 2[45 46[{TeXnANSIEncoding ReEncodeFont}30 74.7198
/Courier rf /Fw 134[50 3[50 50 50 50 1[50 50 50 50 50
2[50 50 50 50 50 50 50 50 50 4[50 92[{TeXnANSIEncoding ReEncodeFont}20
83.022 /Courier-Bold rf
%DVIPSBitmapFont: Fx lcircle10 10 8
/Fx 8 12 df<12FCB47E13E07FEA07FCC67E133FEB1F80130FEB07C014E01303130114F0
A21300A51414908321>0 D<142014F0A51301A214E01303130714C0EB0F80131FEB3F00
13FEEA07FCEAFFF05B138000FCC7FC1415909421>I<122012F0A47EA21278127C127E12
3E7E7F6C7E6C7EEA03F8EA01FE38007FF0EB3FF8130FEB03F01515809421>I<EB03F0EB
0FF8133FEB7FF03801FE00EA03F8EA07E0485A485A90C7FC123E127E127CA25AA25AA415
14808321>I<EA7FC0EAFFFEEBFFE06C13FCC66CB4FC010313C09038003FF0EC07FCEC01
FE9138007F80ED1FC0ED07F06F7EED00FC167E82707E707E707E707E1601707E83177C83
A2831880170FEF07C0A2170318E0A2170118F0A2170018F8A21878A4187CA2183CA71818
3636B28364>8 D<1818183CA7187CA21878A418F8A218F01701A218E01703A218C01707
A2EF0F80171F1800173EA25F17FC5F4C5A16034C5A4C5A4C5A4CC7FC167E5EED03F84B5A
ED1FC0ED7F80DA01FEC8FCEC07FCEC3FF0903803FFC0017F90C9FC387FFFFCB512E049CA
FCEA7FC03636B2B564>I<126012F0A77EA21278A3127CA2123C123EA2121E121FA27E7F
A26C7E7F12036C7EA26C7E7F137E133E7F806D7E6D7E6D7E6D7E6D7E147F6E7EEC0FC0EC
07F0EC03FCEC00FFED7FC0ED1FF8ED07FF030113FC9239007FFFF8040F13FC1601933800
07F8363680B564>I<EF07F8933801FFFC160F047F13F8923901FFFC00030790C7FCED1F
F8ED7FC04BC8FCEC03FCEC07F0EC0FC0EC3F804AC9FC14FC495A495A495A495A495A91CA
FC133E137E5B5B485AA2485A12075B485AA290CBFC5AA2121E123EA2123C127CA21278A3
12F8A25AA712603636808364>I E
%EndDVIPSBitmapFont
/Fy 121[50 91[50 42[{TeXnANSIEncoding ReEncodeFont}2
83.022 /Courier rf end
%%EndProlog
%%BeginSetup
%%Feature: *Resolution 600dpi
TeXDict begin
%%PaperSize: A4

%%EndSetup
%%Page: 71 1
71 0 bop Black 0 -188 a Fq(SESSION)18 b(8.)39 b(FONTS)18
b(AND)e(LA)n(YOUTS)1961 b Fp(8.2.)40 b(USING)17 b(FONTS)p
0 -157 3300 1 v Black Black Black 197 50 2907 1 v 197
905 1 855 v Black Black 257 170 a Fx(\013)p 257 562 4
344 v 257 614 a(\012)3039 170 y(\010)p 3039 562 V 3039
614 a(\011)p 309 614 2683 4 v 309 170 V 360 320 a Fv
({\\fontfamily{phv}\\selectfont)41 b(Helvetica)i(looks)h(like)g(this})
360 411 y(and)h({\\fontencoding{OT1}\\fontfamily{ppl})39
b(Palatino)k(looks)360 502 y(like)i(this}.)p Black Black
455 854 a Fo(Helv)n(etica)19 b(looks)h(lik)o(e)g(this)k
Fn(and)h Fm(Palatino)c(looks)h(like)f(this)p Fn(.)p 3102
905 1 855 v 197 906 2907 1 v 83 1041 a(In)28 b(these)f(e)n(xamples,)i
(the)e Fw(\\fontencoding)d Fn(command)k(has)g(been)f(used)g(to)f
(ensure)i(that)f(the)0 1140 y(typeface)f(will)g(work)f(even)h(if)f(the)
g(sentence)g(is)g(used)g(in)g(the)g(middle)f(of)h(something)g(typeset)g
(in)g(a)0 1240 y(different)g(encoding)h(\(lik)n(e)e(this)h(document\).)
p Black Black 180 1337 V 180 2079 1 742 v 231 1451 a
Fl(Grouping)231 1609 y Fn(Notice)30 b(the)g(use)h(of)f(curly)h(braces)i
(in)d(a)h(slightly)g(different)f(way)h(from)g(their)g(use)231
1709 y(to)f(delimit)g(the)h(argument)g(to)g(a)g(command.)52
b(This)30 b(is)h(called)h(\221grouping\222)f(and)g(it)231
1808 y(restricts)f(the)f(effect)h(of)f(changes)i(made)e
Fk(inside)h Fn(the)f(group)h(so)f(that)g(they)g(do)f(not)231
1908 y(inter)r(fere)20 b(with)g(the)g(te)n(xt)g(following.)34
b(Any)19 b(font)h(changes)h(made)f(within)g(the)g(curly)231
2008 y(braces)26 b(cease)g(when)g(the)f(closing)g(curly)h(brace)h(is)d
(processed.)p 3086 2079 V 180 2080 2907 1 v 3086 2113
34 744 v 213 2113 2907 34 v 0 2279 a(In)j(a)f(nor)r(mal)h(document,)f
(of)g(course,)h(random)g(typeface)g(changes)g(lik)n(e)g(this)e(are)i
(ver)r(y)f(uncom-)0 2379 y(mon.)54 b(Y)-11 b(ou)32 b(select)g(your)g
(faces)h(once)f(at)f(the)h(start)g(of)f(the)h(document,)h(and)e(stick)h
(with)f(them.)0 2479 y(Most)23 b(cases)j(where)f(people)g(want)f(to)g
(do)f(unusual)j(typeface)f(changes)g(involve)h(things)e(lik)n(e)g(spe-)
0 2578 y(cial)h(symbols)g(on)f(a)h(repetitive)f(basis,)i(and)e(L)1486
2564 y Fj(A)1516 2578 y Fn(T)1554 2598 y(E)1590 2578
y(X)g(provides)h(much)f(easier)h(programmable)i(ways)0
2678 y(to)g(mak)n(e)i(these)e(changes)j(into)d(shorthand)h(commands)h
(\(called)f(macros:)42 b(see)27 b(Session)i(9\).)42 b(Y)-11
b(ou)0 2778 y(could,)24 b(for)g(e)n(xample,)i(mak)n(e)f(a)f(macro)h
(called)g Fw(\\product)d Fn(which)j(would)f(let)g(you)f(type)h(product)
0 2877 y(names)i(in)f(a)g(distinct)g(typeface:)p Black
Black 10 2976 a Fx(\013)p 10 3185 4 162 v 10 3237 a(\012)3287
2976 y(\010)p 3287 3185 V 3287 3237 a(\011)p 61 3237
3178 4 v 61 2976 V 113 3122 a Fv(\\product{Splosh})0
3371 y Fn(This)30 b(is)g(one)g(of)h(L)572 3357 y Fj(A)602
3371 y Fn(T)640 3391 y(E)676 3371 y(X\222s)e(most)h(power)r(ful)i
(features.)51 b(It)30 b(means)h(that)f(if)h(you)e(needed)h(to)g(change)
0 3471 y(your)g Fw(\\product)e Fn(command)i(at)g(some)g(later)h(stage)f
(to)g(use)g(a)g(different)h(font,)g(you)e(only)h(have)0
3571 y(to)25 b(change)i(three)f(characters)j(in)d(the)f(macro)i(\(the)e
(font)h(family)h(abbreviation\),)g(and)f(you)g(don\222t)0
3670 y(need)f(to)f(edit)g(your)h(document)g(te)n(xt)g(at)g(all!)0
3864 y Fl(8.2.3)85 b(Changing)28 b(font)f(style)0 4022
y Fn(W)m(ithin)h(each)h(typeface)h(or)f(font)f(family)i(there)e(are)i
(usually)f(several)i(different)e(styles)g(of)f(type.)0
4122 y(L)15 4108 y Fj(A)45 4122 y Fn(T)83 4141 y(E)119
4122 y(X)c(distinguishes)h(between)h(font)f Fi(family)t
Fn(,)f(font)h Fi(shape)p Fn(,)f(and)h(font)g Fi(series)p
Fn(:)p Black Black 50 4366 a Fh(T)-11 b(ype)28 b(style)345
b(Command)174 b(Example)27 b(\(using)g(Computer)f(Modern\))p
0 4416 3429 4 v 50 4499 a Fn(Upright)f(\(default\))99
b Fw(\\upshape)n Fy(*)150 b Fu(The)27 b(quic)n(k)g(bro)n(wn)g(fo)n(x)g
(jumps)h(o)n(v)n(er)e(the)i(lazy)f(dog)50 4598 y Fn(Italic)566
b Fw(\\itshape)198 b Fg(The)30 b(quick)h(br)l(own)f(fox)g(jumps)g(over)
g(the)g(lazy)h(do)l(g)50 4698 y Fn(Slanted)474 b Fw(\\slshape)n
Fy(*)150 b Ff(The)27 b(quic)n(k)g(bro)n(wn)g(fo)n(x)g(jumps)h(o)n(v)n
(er)e(the)i(lazy)f(dog)50 4798 y Fn(Small)f(Capitals)209
b Fw(\\scshape)n Fy(*)150 b Fe(The)32 b(quick)f(br)n(o)n(wn)g(f)n(o)n
(x)h(jumps)g(o)n(ver)g(the)f(lazy)g(dog)50 4897 y Fn(Bold)584
b Fw(\\bfseries)n Fy(\206)100 b Fd(The)27 b(quic)n(k)g(bro)n(wn)g(fo)n
(x)g(jumps)h(o)n(v)n(er)e(the)i(lazy)f(dog)50 4997 y
Fn(Bold)d(Extended)213 b Fw(\\bfseries)n Fy(*)100 b Fc(The)32
b(quic)m(k)h(bro)m(wn)f(fo)m(x)g(jumps)f(o)m(v)m(er)i(the)e(lazy)i(dog)
50 5096 y Fn(Sans-serif)380 b Fw(\\sffamily)148 b Fs(The)27
b(quick)f(b)n(ro)n(wn)h(fo)n(x)g(jumps)h(over)g(the)f(lazy)h(dog)50
5196 y Fn(Monospace)326 b Fw(\\ttfamily)148 b Fr(The)42
b(quick)g(brown)f(fox)h(jumps)g(over)g(the)g(lazy)g(dog)p
Black 141 5332 a Fp(*)p Black 42 w Fb(Not)20 b(all)f(typefaces)h(have)g
(all)e(variants!)28 b(Some)20 b(only)g(have)g(bold)g(and)g(italics.)p
Black 135 5411 a Fp(\206)p Black 42 w Fb(Some)j(typefaces)f(do)h(not)g
(have)g(both)g(bold)f(and)g(bold)h(e)o(xtended:)34 b(by)21
b(default)j(L)2370 5400 y Fa(A)2395 5411 y Fb(T)2425
5426 y(E)2453 5411 y(X)f(uses)g Ft(\\bfseries)e Fb(for)i(bold)208
5490 y(e)o(xtended.)83 5656 y Fn(These)c(\221shape\222,)h
(\221series\222,)g(and)f(\221)l(family)6 b(\222)20 b(commands)f(are)h
Fi(commutative)p Fn(,)f(so)f(you)h(can)g(combine)0 5755
y(a)25 b(shape)h(with)f(a)g(series)h(and/or)f(a)g(family)-7
b(,)26 b(as)f(in:)p Black 0 6099 a Fq(F)m(ormatting)18
b(information)3192 6040 y Fx(\003)p 3192 6100 4 46 v
3192 6119 a(\002)3297 6040 y(\000)p 3297 6100 V 3297
6119 a(\001)p 3210 6119 72 4 v 3210 6040 V 3212 6099
a Fp(71)p Black eop
%%Trailer
end
userdict /end-hook known{end-hook}if
%%EOF