summaryrefslogtreecommitdiff
path: root/doc/Ghostscript.pdf
blob: 037031ad0176581804d4a3613de15ba59d186dfb (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
%PDF-1.4
%“Œ‹ž ReportLab Generated PDF document http://www.reportlab.com
1 0 obj
<<
/F1 2 0 R /F2 3 0 R /F3 30 0 R /F4 47 0 R /F5 50 0 R /F6 68 0 R
>>
endobj
2 0 obj
<<
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
>>
endobj
3 0 obj
<<
/BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding /Name /F2 /Subtype /Type1 /Type /Font
>>
endobj
4 0 obj
<<
/Contents 108 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
5 0 obj
<<
/Contents 109 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
6 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 48 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 40.01575 754.0394 98.34575 766.0394 ] /Subtype /Link /Type /Annot
>>
endobj
7 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 48 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 754.7894 555.2598 766.7894 ] /Subtype /Link /Type /Annot
>>
endobj
8 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 60.01575 736.0394 152.2657 748.0394 ] /Subtype /Link /Type /Annot
>>
endobj
9 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 736.7894 555.2598 748.7894 ] /Subtype /Link /Type /Annot
>>
endobj
10 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 721.8394 0 ] /Rect [ 80.01575 718.0394 130.5857 730.0394 ] /Subtype /Link /Type /Annot
>>
endobj
11 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 721.8394 0 ] /Rect [ 549.6998 718.7894 555.2598 730.7894 ] /Subtype /Link /Type /Annot
>>
endobj
12 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 587.0394 0 ] /Rect [ 80.01575 700.0394 126.6957 712.0394 ] /Subtype /Link /Type /Annot
>>
endobj
13 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 587.0394 0 ] /Rect [ 549.6998 700.7894 555.2598 712.7894 ] /Subtype /Link /Type /Annot
>>
endobj
14 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 410.2394 0 ] /Rect [ 80.01575 682.0394 126.1457 694.0394 ] /Subtype /Link /Type /Annot
>>
endobj
15 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 410.2394 0 ] /Rect [ 549.6998 682.7894 555.2598 694.7894 ] /Subtype /Link /Type /Annot
>>
endobj
16 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 197.4394 0 ] /Rect [ 80.01575 664.0394 126.1457 676.0394 ] /Subtype /Link /Type /Annot
>>
endobj
17 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 197.4394 0 ] /Rect [ 549.6998 664.7894 555.2598 676.7894 ] /Subtype /Link /Type /Annot
>>
endobj
18 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 67 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 80.01575 646.0394 126.7057 658.0394 ] /Subtype /Link /Type /Annot
>>
endobj
19 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 67 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 646.7894 555.2598 658.7894 ] /Subtype /Link /Type /Annot
>>
endobj
20 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 67 0 R /XYZ 40.01575 676.2394 0 ] /Rect [ 80.01575 628.0394 179.4857 640.0394 ] /Subtype /Link /Type /Annot
>>
endobj
21 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 67 0 R /XYZ 40.01575 676.2394 0 ] /Rect [ 549.6998 628.7894 555.2598 640.7894 ] /Subtype /Link /Type /Annot
>>
endobj
22 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 60.01575 610.0394 191.7357 622.0394 ] /Subtype /Link /Type /Annot
>>
endobj
23 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 610.7894 555.2598 622.7894 ] /Subtype /Link /Type /Annot
>>
endobj
24 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 80.01575 592.0394 245.0857 604.0394 ] /Subtype /Link /Type /Annot
>>
endobj
25 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 549.6998 592.7894 555.2598 604.7894 ] /Subtype /Link /Type /Annot
>>
endobj
26 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 617.0394 0 ] /Rect [ 80.01575 574.0394 226.7257 586.0394 ] /Subtype /Link /Type /Annot
>>
endobj
27 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 617.0394 0 ] /Rect [ 549.6998 574.7894 555.2598 586.7894 ] /Subtype /Link /Type /Annot
>>
endobj
28 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 464.2394 0 ] /Rect [ 80.01575 556.0394 200.0657 568.0394 ] /Subtype /Link /Type /Annot
>>
endobj
29 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 464.2394 0 ] /Rect [ 549.6998 556.7894 555.2598 568.7894 ] /Subtype /Link /Type /Annot
>>
endobj
30 0 obj
<<
/BaseFont /Helvetica-Oblique /Encoding /WinAnsiEncoding /Name /F3 /Subtype /Type1 /Type /Font
>>
endobj
31 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 383.4394 0 ] /Rect [ 80.01575 538.0394 261.7657 550.0394 ] /Subtype /Link /Type /Annot
>>
endobj
32 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 383.4394 0 ] /Rect [ 549.6998 538.7894 555.2598 550.7894 ] /Subtype /Link /Type /Annot
>>
endobj
33 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 314.6394 0 ] /Rect [ 80.01575 520.0394 187.8357 532.0394 ] /Subtype /Link /Type /Annot
>>
endobj
34 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 314.6394 0 ] /Rect [ 549.6998 520.7894 555.2598 532.7894 ] /Subtype /Link /Type /Annot
>>
endobj
35 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 75 0 R /XYZ 40.01575 723.0394 0 ] /Rect [ 80.01575 502.0394 232.8457 514.0394 ] /Subtype /Link /Type /Annot
>>
endobj
36 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 75 0 R /XYZ 40.01575 723.0394 0 ] /Rect [ 549.6998 502.7894 555.2598 514.7894 ] /Subtype /Link /Type /Annot
>>
endobj
37 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 60.01575 484.0394 210.6257 496.0394 ] /Subtype /Link /Type /Annot
>>
endobj
38 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 484.7894 555.2598 496.7894 ] /Subtype /Link /Type /Annot
>>
endobj
39 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 80.01575 466.0394 190.6157 478.0394 ] /Subtype /Link /Type /Annot
>>
endobj
40 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 549.6998 466.7894 555.2598 478.7894 ] /Subtype /Link /Type /Annot
>>
endobj
41 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 671.0394 0 ] /Rect [ 80.01575 448.0394 430.1857 460.0394 ] /Subtype /Link /Type /Annot
>>
endobj
42 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 671.0394 0 ] /Rect [ 549.6998 448.7894 555.2598 460.7894 ] /Subtype /Link /Type /Annot
>>
endobj
43 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 567.4394 0 ] /Rect [ 80.01575 430.0394 205.0457 442.0394 ] /Subtype /Link /Type /Annot
>>
endobj
44 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 567.4394 0 ] /Rect [ 549.6998 430.7894 555.2598 442.7894 ] /Subtype /Link /Type /Annot
>>
endobj
45 0 obj
<<
/Annots [ 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 
  16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 
  26 0 R 27 0 R 28 0 R 29 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 
  37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R ] /Contents 110 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
46 0 obj
<<
/Contents 111 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
47 0 obj
<<
/BaseFont /Courier-Bold /Encoding /WinAnsiEncoding /Name /F4 /Subtype /Type1 /Type /Font
>>
endobj
48 0 obj
<<
/Contents 112 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
49 0 obj
<<
/Contents 113 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
50 0 obj
<<
/BaseFont /Helvetica-BoldOblique /Encoding /WinAnsiEncoding /Name /F5 /Subtype /Type1 /Type /Font
>>
endobj
51 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 119.4957 615.0394 140.8121 627.0394 ] /Subtype /Link /Type /Annot
>>
endobj
52 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.gnu.org/licenses/agpl-3.0.html)
>> /Border [ 0 0 0 ] /Rect [ 208.4357 231.4394 316.8057 243.4394 ] /Subtype /Link /Type /Annot
>>
endobj
53 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com/licensing/commercial/)
>> /Border [ 0 0 0 ] /Rect [ 353.4957 231.4394 446.2857 243.4394 ] /Subtype /Link /Type /Annot
>>
endobj
54 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 471.8457 231.4394 500.1857 243.4394 ] /Subtype /Link /Type /Annot
>>
endobj
55 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 241.2357 213.4394 261.2457 225.4394 ] /Subtype /Link /Type /Annot
>>
endobj
56 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.gnu.org/licenses/agpl-3.0.html)
>> /Border [ 0 0 0 ] /Rect [ 208.4357 132.6394 316.8057 144.6394 ] /Subtype /Link /Type /Annot
>>
endobj
57 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com/licensing/commercial/)
>> /Border [ 0 0 0 ] /Rect [ 353.4957 132.6394 446.2857 144.6394 ] /Subtype /Link /Type /Annot
>>
endobj
58 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 471.8457 132.6394 500.1857 144.6394 ] /Subtype /Link /Type /Annot
>>
endobj
59 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 343.4657 114.6394 391.9252 126.6394 ] /Subtype /Link /Type /Annot
>>
endobj
60 0 obj
<<
/Annots [ 51 0 R 52 0 R 53 0 R 54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R ] /Contents 114 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
61 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.gnu.org/licenses/agpl-3.0.html)
>> /Border [ 0 0 0 ] /Rect [ 208.9957 722.2394 317.3657 734.2394 ] /Subtype /Link /Type /Annot
>>
endobj
62 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com/licensing/commercial/)
>> /Border [ 0 0 0 ] /Rect [ 354.0557 722.2394 446.8457 734.2394 ] /Subtype /Link /Type /Annot
>>
endobj
63 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 472.4057 722.2394 500.7457 734.2394 ] /Subtype /Link /Type /Annot
>>
endobj
64 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 344.0257 704.2394 392.1558 716.2394 ] /Subtype /Link /Type /Annot
>>
endobj
65 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://en.wikipedia.org/wiki/Aladdin_Free_Public_License)
>> /Border [ 0 0 0 ] /Rect [ 142.8457 617.4394 167.8557 629.4394 ] /Subtype /Link /Type /Annot
>>
endobj
66 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 182.2957 575.4394 210.6357 587.4394 ] /Subtype /Link /Type /Annot
>>
endobj
67 0 obj
<<
/Annots [ 61 0 R 62 0 R 63 0 R 64 0 R 65 0 R 66 0 R ] /Contents 115 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
68 0 obj
<<
/BaseFont /Courier /Encoding /WinAnsiEncoding /Name /F6 /Subtype /Type1 /Type /Font
>>
endobj
69 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://bugs.ghostscript.com)
>> /Border [ 0 0 0 ] /Rect [ 388.7157 642.0394 489.3006 654.0394 ] /Subtype /Link /Type /Annot
>>
endobj
70 0 obj
<<
/A <<
/S /URI /Type /Action /URI (file:///home/cliddell/artifex/ghostpdl-release/doc/COPYING)
>> /Border [ 0 0 0 ] /Rect [ 188.6357 561.2394 302.5657 573.2394 ] /Subtype /Link /Type /Annot
>>
endobj
71 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://ghostscript.com/doc/current/News.htm)
>> /Border [ 0 0 0 ] /Rect [ 63.01575 327.6394 88.01575 339.6394 ] /Subtype /Link /Type /Annot
>>
endobj
72 0 obj
<<
/A <<
/S /URI /Type /Action /URI (file:///home/cliddell/artifex/ghostpdl-release/doc/COPYING)
>> /Border [ 0 0 0 ] /Rect [ 40.01575 177.8394 71.13575 189.8394 ] /Subtype /Link /Type /Annot
>>
endobj
73 0 obj
<<
/Annots [ 69 0 R 70 0 R 71 0 R 72 0 R ] /Contents 116 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
74 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/)
>> /Border [ 0 0 0 ] /Rect [ 302.3557 676.2394 396.8157 688.2394 ] /Subtype /Link /Type /Annot
>>
endobj
75 0 obj
<<
/Annots [ 74 0 R ] /Contents 117 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
76 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/)
>> /Border [ 0 0 0 ] /Rect [ 40.01575 687.7894 134.4757 699.7894 ] /Subtype /Link /Type /Annot
>>
endobj
77 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/en/ps/PLRM.pdf)
>> /Border [ 0 0 0 ] /Rect [ 431.8757 619.4394 553.0774 631.4394 ] /Subtype /Link /Type /Annot
>>
endobj
78 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/en/ps/PLRM.pdf)
>> /Border [ 0 0 0 ] /Rect [ 40.01575 607.4394 192.4259 619.4394 ] /Subtype /Link /Type /Annot
>>
endobj
79 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/en/ps/5002.EPSF_Spec.pdf)
>> /Border [ 0 0 0 ] /Rect [ 212.3057 607.4394 333.2395 619.4394 ] /Subtype /Link /Type /Annot
>>
endobj
80 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/pdf/index_reference.html)
>> /Border [ 0 0 0 ] /Rect [ 335.6057 595.4394 464.5796 607.4394 ] /Subtype /Link /Type /Annot
>>
endobj
81 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/acrobat/sdk/index.html)
>> /Border [ 0 0 0 ] /Rect [ 470.6557 595.4394 555.2598 607.4394 ] /Subtype /Link /Type /Annot
>>
endobj
82 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/acrobat/sdk/index_doc.html)
>> /Border [ 0 0 0 ] /Rect [ 80.03575 583.4394 330.1257 595.4394 ] /Subtype /Link /Type /Annot
>>
endobj
83 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://www.artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 156.1757 478.6394 261.6142 490.6394 ] /Subtype /Link /Type /Annot
>>
endobj
84 0 obj
<<
/Annots [ 76 0 R 77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R ] /Contents 118 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
85 0 obj
<<
/Outlines 87 0 R /PageLabels 119 0 R /PageMode /UseNone /Pages 107 0 R /Type /Catalog
>>
endobj
86 0 obj
<<
/Author () /CreationDate (D:20000101000000+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20000101000000+00'00') /Producer (ReportLab PDF Library - www.reportlab.com) 
  /Subject (\(unspecified\)) /Title () /Trapped /False
>>
endobj
87 0 obj
<<
/Count 23 /First 88 0 R /Last 88 0 R /Type /Outlines
>>
endobj
88 0 obj
<<
/Count 18 /Dest [ 48 0 R /XYZ 40.01575 787.0394 0 ] /First 89 0 R /Last 103 0 R /Parent 87 0 R /Title (Introduction)
>>
endobj
89 0 obj
<<
/Count 6 /Dest [ 60 0 R /XYZ 40.01575 787.0394 0 ] /First 90 0 R /Last 95 0 R /Next 96 0 R /Parent 88 0 R 
  /Title (What is Ghostscript?)
>>
endobj
90 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 721.8394 0 ] /Next 91 0 R /Parent 89 0 R /Title (Ghostscript)
>>
endobj
91 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 587.0394 0 ] /Next 92 0 R /Parent 89 0 R /Prev 90 0 R /Title (GhostPDF)
>>
endobj
92 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 410.2394 0 ] /Next 93 0 R /Parent 89 0 R /Prev 91 0 R /Title (GhostPDL)
>>
endobj
93 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 197.4394 0 ] /Next 94 0 R /Parent 89 0 R /Prev 92 0 R /Title (GhostPCL)
>>
endobj
94 0 obj
<<
/Dest [ 67 0 R /XYZ 40.01575 787.0394 0 ] /Next 95 0 R /Parent 89 0 R /Prev 93 0 R /Title (GhostXPS)
>>
endobj
95 0 obj
<<
/Dest [ 67 0 R /XYZ 40.01575 676.2394 0 ] /Parent 89 0 R /Prev 94 0 R /Title (URW Font Information)
>>
endobj
96 0 obj
<<
/Count 6 /Dest [ 73 0 R /XYZ 40.01575 787.0394 0 ] /First 97 0 R /Last 102 0 R /Next 103 0 R /Parent 88 0 R 
  /Prev 89 0 R /Title (Document roadmap by theme)
>>
endobj
97 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 751.8394 0 ] /Next 98 0 R /Parent 96 0 R /Title (What should I read if I\220m a new user?)
>>
endobj
98 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 617.0394 0 ] /Next 99 0 R /Parent 96 0 R /Prev 97 0 R /Title (GPL and commercial Ghostscript)
>>
endobj
99 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 464.2394 0 ] /Next 100 0 R /Parent 96 0 R /Prev 98 0 R /Title (Before building Ghostscript)
>>
endobj
100 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 383.4394 0 ] /Next 101 0 R /Parent 96 0 R /Prev 99 0 R /Title (What should I read if I\220m not a new user?)
>>
endobj
101 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 314.6394 0 ] /Next 102 0 R /Parent 96 0 R /Prev 100 0 R /Title (What if I\220m a developer?)
>>
endobj
102 0 obj
<<
/Dest [ 75 0 R /XYZ 40.01575 723.0394 0 ] /Parent 96 0 R /Prev 101 0 R /Title (What if I\220m writing documentation?)
>>
endobj
103 0 obj
<<
/Count 3 /Dest [ 84 0 R /XYZ 40.01575 787.0394 0 ] /First 104 0 R /Last 106 0 R /Parent 88 0 R /Prev 96 0 R 
  /Title (Presence on the World Wide Web)
>>
endobj
104 0 obj
<<
/Dest [ 84 0 R /XYZ 40.01575 751.8394 0 ] /Next 105 0 R /Parent 103 0 R /Title (Ghostscript\220s home page)
>>
endobj
105 0 obj
<<
/Dest [ 84 0 R /XYZ 40.01575 671.0394 0 ] /Next 106 0 R /Parent 103 0 R /Prev 104 0 R /Title (Adobe PostScript, Encapsulated PostScript, and PDF reference documentation)
>>
endobj
106 0 obj
<<
/Dest [ 84 0 R /XYZ 40.01575 567.4394 0 ] /Parent 103 0 R /Prev 105 0 R /Title (Other material on the WWW)
>>
endobj
107 0 obj
<<
/Count 11 /Kids [ 4 0 R 5 0 R 45 0 R 46 0 R 48 0 R 49 0 R 60 0 R 67 0 R 73 0 R 75 0 R 
  84 0 R ] /Type /Pages
>>
endobj
108 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 404
>>
stream
Gatn!b>,r/&4Q?mMHN7L_p!Al,YKUQ2m=_*#MP>-&Ufaqa62KYBh=6"6UHWm`P&P&ad@Y=`V":-#NuCP]4><#0EkKV#ZksWbd69*WJ&2BEKDFUa^uI+M_V*5\ShZV/\DtF1a@SM=)i-oE6?^':)o-@K-_pdkkE<*>)("1"t3djFb&%AP%sYq,i]n]`0s1m!MKj"C/">YP":PL*?5M0QKrQS.;#UnY"+D:dF0h'7gQf<J%HQZL@s,)"nd?J,Mesqm8f<S4c-NY'M=K9F,f-o?E@e_"`OT6g=bl&](N_:7c'8!L48/WF`thR\/W9`=V7-thp1/m-th$,r=c:JG(VeTFImk-SJ+G0$9nS5*bHRRid=+<S$0t^50aNI5)G[ulT_h8hpAf>ISg+:!BZOU>l~>endstream
endobj
109 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 92
>>
stream
GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_H"Zg#ZYSJTP%YGC2U%ZDJ?(_?u0NYeAi<FV8*670]3GC~>endstream
endobj
110 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 920
>>
stream
GauI7?Z2Df'ZJu*'_a>_<e?;?j_7ouUl&,cC!2`(m"Ku=0EmsaZ>/9G"p/Ya]%djO&g\+oTC]D6\L%G1r?C?9QiLCf0V/gu'`96gAhrlEi5R^))J"%=ZV69rQ\4UEe$;-6YLCbY"]XrG>Jmi,fe>SO=VUSEe<?$33@T:6Padml!k&8)^u^u(YIi3YUp6`7';21UnUptO$<&:FS9\L?LUrFsBfhW-_0"!W\rpb[dQIC,rX\ME$K(ShY:]4%\rCp7Ct-aFp/7b)JN)X*f[R$:pMA9pAp&Q2Zb!ka1q?%;LQpYmBs)!R%J*]!n,$VgDG4f=rGMV/qk@1QE#b&rh<7?_,.5enX.q7DNFdAe/Gb*Z]YcU6"ZaL=gob1RB;(2Aq'Q;PXbbm[n+,.&53e7G+%,V4i]<%K#RuFJg8AB(XsXLP>%JNtc;/#_6SR%?__Bd2e2WKQ$H$E7,GPJjdZ09]R(gfd&PT!]Qsa#CX*[NfI@.o?QQMTl9<"'S(\<XG+FN7ESJTqG^R!h:dBs^R%&,$"^u@<6/!5Y*OH&TuO;nYmF:XJ=Q=VSW>t6U!S!"nGGR;jfPgT[98B!B$1SGBQX`6'(1HQafAp4f^&VMo2KF6aI%7c\r7XGtMg-'U3Kt]>H/@P(0MUSIJ0kh_$KZ5:nPN\Ws\C;Trm+o(E<9Ce[Fa'T*(HUe*_6DtZFl2[fqp\\kF!Q3k[G7E']ce'54Ya`Y+J2Z((FqZ&Km-[b&@cU"iT22%GrrXB7;8Ve-IP_@9T*?_F/ef+T?!)n.2I\!GotGq@NVmNgb;`"<D735/"$[q"Aaj=C\Nrq=@V"-[Q[3%+^h05+%stAE0H$m-JP\U>XWoJ7Cgj-/iqaQ6C%/W\%j`Qas#r]o8n@ICKc;G9+"[`ja*'8kD3:@msp3Y<Y-X/nHV`k$Pr~>endstream
endobj
111 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 92
>>
stream
GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_H"Zg#ZYSJTP%YGC2U%ZDJ?(_?u0NYeAi<FV8*670]3GC~>endstream
endobj
112 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 636
>>
stream
Gat$tbAs(+']&?qB1Y4B/.%0RZC.]@cD6B*UoS;[#X`Bh$Y$(7^67hBG1pPC`.0ZaS]B97J_Is<Zg<4s*6T'!j2c!i5m6b*][)5&!BVD--'ZM>,)IO2UJ0<gp+o:F^H^TZ,f1O_9OsCJr&(R.*]M:t8M1;cJg$j*'Q+`'K;GjLltFLuGMq>pElGko1IW.I+p6dY:P8k-@[a+01*c_LRmC+SBj0>"+odRMiOhC"k!/fcG3V;MggpLEK=ArK,8"Rf.gD3#8=iC3[q=sF?go7K7*6cpQo$"d?)MW"SXh`h6(CC,Z-Q/Jb@2>4TDao-mgmIjJbn>7k=n%4dcJuXhS@DE%(`CK@LJr>)MPdmO(KquG&*,R_GuHN?#A)ANRg>JIVloRT%4?SF,dWJ:/@5b958b+IPf#Uo3>A^4P`iNA=VADFqL=G'Rb[A)sDaW__`jh3%GrUe=Dl.4SPM+$D)7J&r0`N#<e^CSU*LCT.:IZH^TBM[lW8eUX&dlDigY6FGE^h6`KG79&V4hS$m-<7=/%7E@chb^8Y;jo/aC&2/?Ji4SJ.qDs-Ga0,So.;;M"h74rAnMZAl!!)f6sc>:Pr7Xjc`=8h46kp>`2RJuZ13U1QYiZqsSjZ;`C3J-/Uq]I0~>endstream
endobj
113 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 92
>>
stream
GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_H"Zg#ZYSJTP%YGC2U%ZDJ?(_?u0NYeAi<FV8*670]3GC~>endstream
endobj
114 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 2476
>>
stream
Gb!ku9lJcW'#"0Do[,J!)1GN$*YoD:p=^&ZcUNiRi(JuE8\IKs[G=P-rqH#a8LgMeO6L$g#dB+0_'HY)WnsdX<HQ$(r!V:m?8;/&akg;./-spLc%=T+flFnm0$jN<(3E?l^?5_mQEVpb]NI(PYn"7V)/Fa$H#r+:Ck(Tlj1-8;nX&+&ea,&aSWY\s_Di#BI5<J-qd7Zua%!9U3#EChf!8c$SA#dn/S%.>VKkIp`,k'pBpcjGo:ja\Ahj!lk?k[Q125Cc<Z,[n/U-pW^Tch7g%&58jEGgjF)ReH2nlm5CIcqY0cB$2j1G(GUB3*.dNFM$EmN$t>6.ebr]bET<FaZVX.m_<@BsKg.u%Z@26UQdoJ^$1]nOUu9%9.AJo7cF@=*"uMk4V&$c_LaD:SW)V>&,V7r(tB.gg3HYC>L,rse$UXEjn-\ja]:oM*CQ/pr/*g`SGW4-@goJJ4p^$W#_=4GJ*tCHuB`hJ%O:[T8jQj+5PEJVPpN?/4n6[X;'^p7[9+>3QC`4Ik;Y\:44,X^rs*K]&bJo"*ZA.Dri%(rS`&^`N?6X4g,B`mgIIJaF\k9)^)X9-MS=Rd[[?2lr5oc1R:@^tWL'.6(oISeZ&pm?[:J*&5a^6@TcrSNXo-Kb$=tmha1rg5PC;'1OZ+nnkL$[?2Rp-'(ogYd2,a>-*E)'.h^nP5=0ornJN4\%Fl5;V3?u=I\&gg&6]F'R]glJBnO(4?nau=[7`HSLX:lok:Z&pTd9f_g\?/0E_No_mpA2X[K/^+AQS(2(m'50:N$gSqu4&gQAFh4aVH/:WA:7YT.Pa`er]N8JKB8(S*n[lV_`VH`^;egk0.=Qh\BZ%@khA?&'B$+"]:-C32)>1N7_?3tk[\r0a,:?ls:;+)BS/kukp),N1E+M@%'DRI>hoX(h[M#p+c+JHp*bIFo8SErR3%CWZl1^>MPS\X,Q[^(Y5,:T>=%T5O,m7W_(2B;MW%%J?TlMlT=5QJm^$4(RNA:%L25rUa3?>"RC_Bs"=\h@;@JEWBCE.Tp["kBQ?^f[-%gl93a,LioPX"I[eLc]5osE^b?hH/jPp.O'$U=YErr*HQ1-dM3^Y_ft,fO=m-$57!\?V]hGU2?iT-Hl=37-'1_IiC\nAWsq'VM$7Q_29Hh7XtRj0V$l7Ta!O:>7r\NOh:+H9a\-??>%Qf='Y@b/i4otd.N,;;rk`NLb$kpVb7t:`N""=4ij*`PJOOA2PT[fBEK/*s0B'DceYT@f5k7h')^>_54pd!d6L()Bp7u&+;=1;7N=3s%>PAaf8W-lrF)_J>Wkl&*b2TkC&,i84=D5FPVq<$h.";:/eMTp(SN4H-S]X\F,H1nK!DrEj<b5pt;90^*f5,Kfe&O,[OBbd#''$9^2,kE:o<$'ICdm0gTD2QANrikuMah)[_OEB7GWK(""uXr=W=F:)UIhiWbbAM)aNc,a6T6XOo`:8WkGuYYl*d#lrb*?un]tDq()&f$LE=*>/g8`]H'YfHg-<q-.P5`6?"h%IiZS^taG49JTj5'LUT%:m/1!ejVCUYpW55#F2s;q7bp\be$:c?)9],;i9Dta7'"65gfkg%qd[+7[=%LespRts$C*T6@3s"EdTO`T=4.cJ'RW60bFQ*hg@ED8;/2!Q&%@qS1Q4>PTK3(G:;GO+g/</@=lr$>4F\S\Ad_at#UF\/+K'ME"J+)hA/hFZ?$<'<M"&]DqYAL,c54)T;$Z7t(L,N>HD6J$bm7>FL.-S&YiQ-^-BK#+s*'J4+U$K:9=VpX+((DpP$"[?D^+5[I+)[>@b>LH[&tO*kON<MYU0nb(CYDhX@/Lkl6i56A6SdsSVCid2C;gte,FFeb('mO%i=N9%gbdpi(/7%HSA1*>l"';G@?SkF1HH3,35u"E/;8Hc(KXaT)P5Y(b#h'S);+\u[]*^4lH-ln(N+BZYp?R2M-R2phNRgWdVKo0*<&a%(;kCrK3\*I,ROFX!P*n;73S38!8D)T2[BJIN0r9BD?ufZ(Xu4<j(a.+YD]j(qg/8[T^;pXd,d4[6P)ekqo.3tA]qT#%&,.c'8E7kX#H("</[[n=2]s')l-%j\r(&e+*Ym%6iOUlgE+3!mQ]Qi]oJG'f=0AWb`?+L0oEm:0/r$,4C$`L?Q7erKKJPgrU!<m>1[Gcd.dK1BLG5e4`<MjSd,d$:k/A`Aa/%t39r:mM7,E/3L&?IqA9$GN?K-5iV`h`Ru>u?O(llQinqj0.,%#N&e`PD#O]VO]K?r.VQF*]Do[LhKP1P:%n:=oF/hQS+/139UFC<U*;d=X_9@\7riEfMeV%6P8;81unK$cictrC\^@ZI4C@QgBBJoeTU3lFLglO=<'ii_Xn*#n]gnW@@:l]-XJoTR[No"P7HV64>!`:q5^tTOplMi>""96>R[57nij*2VXDgg5+EI@R.(&OW9N&jZZ@c2$?UY&qgJ;W>=>VeV9_>r-[bqnRQrZlJC%mlFk=cg>q]]a$MG4m:r+#3i~>endstream
endobj
115 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 1196
>>
stream
Gb!#Y9lo;R&A@ZcqO![['[,,G:0St_W)U#.':_\'C+dAhA*k2V/'5$nqe_1N_(<g7\#go&=R+K'p\M9G"Sb@_1Ksq9V/SMn5XS'MTFm#'S\dbJq5Zl,4/7</1eqLNP(85!@>&X19Eqa"I@51J&(VaVN.sV(m190COmn(99Q:o50T%93+\$/UGFps(0bGV&#>f:e>lsE*cRD2=&X7o;BGa6,+CRK.U)6G)+!cIEo>AhK<5uYuk+<dp"4GL*rE#Weh\AQ"'a/t'&[i7\j-EnE!maI%J<40kMu+4:p%S&C(gmu0Zs;4OitDcr_6&*sH2h^g1KNPJH-NZ^ABYB,^O:]#<88$U98q/\1r<>sWc4ARcD,3P;Le6WRMr9](Dh<%[cH@TQqWFl_M;`G.5D!j=D4Qjj9dM9L@8BS7IUqC>64F[m+FG!J&Ogp();UYZ6_=_8)+TF#N-ds*7,iak9HU*@8mqG/""PX#WC_knAEgoH=S5o7%R,8WTB</9X&7J0'(&eJjQO"q<3sLU>UNn"C/cDIs@*XD8TcAdP(t':7fYYh$M31i5XAmi6csUiHs)l0H4Nt&mGJ8@DO*gCKW*P@iJ[UWoX#@7+YfdN,!ISpULWbnmI)1IG4(q7rmqqRJf00S85RR3^jK^i^6gs%:/Lc7/t/%nbVe\@jN]h8gJiL4aBIR1c_S5%AN;FOFB%=9o$pGHU5/a?FRN)G#LIo,eAIU#rHtArLODA1TU-P(tL<b`f38_q`]!=BD9m0pM"DB=9V,<1KP+:>2e892R$k29BVB>ECbFu5=.7^H?k%=k7koh%hC@D*iErENAI4hfra<pT<uC-D@diDm>Qu6^)c1M\(\h\R?6(6/B;@<pQt%*e"$0rGW%^-oPRRB)M_Q($`;bH4:Hh]>gno3pCe:ZTJueRL5uLScr516]l?@[r$#ZP2)uQob;).b]5B9h;DhGa-!PBUjG]!3;SWb[*"A[#jZ,68=E>1c=^\Wkh,`<J&W-;I!%W#Y2PsmtMMuQ!?Ri!><FP=mkLo<b:D;`4,_1]IZ<aCZc4CiL30n+kG(U@gWj$9g\r2Ti#gclh_aH;&aCrP(_r2!I)tZ8NChmOkGu?/)<>Y'nJ-JK<^!9,RE2-+bPkb(P]iqMt%D?Ga@1X\0UaY"/Y4D);9n)\71@)*GU\jYLMgu<#i?[\9#u1ErH-o3(kkkP8F+p1~>endstream
endobj
116 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 2694
>>
stream
Gb!;f>B?:T&q9SYkXR!H'4sL7p>qN;H]iN:2t86K8o9i#&.I"*#da\9f"^,1!FZ,:5q8KiG+=_+dgX_(p"-Yb!u$0OILT?Y+(t*%'*H6_('ClP)eR^khq?]?B<7E+9uCL?G7(M5)P6'FGTU6M4K/7/qg<!XYW4LegG_.Z^T#1T$5\Y%Re!GoD4:R>K+d\DrRi:&&FP'+S$MP3C^&%\pM8P&#NjCa%*#3R%gI6fCJVdN*7ORs>T_7@c,+KIdK3A`7&s])o.:YLYnHM5p(M',8Y&*<U\ZHC;o<thPrRXnKM$?C<-%2n<19PP#?:Q)$jt(B=d_ZsKaS+ta;D't3Thmu+;GhDF.rRh6:5WJ)P/;6pjOGqlAK>,S_KOcD0XB@*:PJJ[dRn_KIkPWJ=4CkYK\7N^LaR[e*Z/bml`P="W(2KSo<"@r$+Kn(n%``6\HK+p?4:6'YiP_#U+cO(n>s.[:$GBp[[:,?12X.!1a(TD4ntknF1^kj[C4?\M!M4+&t<[@():[a>?T58E;JNMBtU_G:CGA]EhJfQO9!HAQ[#)V$57J+j<uf+H7M+WIT>hEk7!TfGVN$XduXN<'`V\,0f5_5^d+86lHD7"bfc.8;s--4Q.'95D6Vg:-j;``r?Wo`\:*>.-EZfJ6mqs)J@X=3>+b''7lB@j%Q.\2&>eb/>*2ok8WU[>(eYs+[k<rL*H(I"(I0VDKuVC6)m'R<sDoL>o)HTF/K,-3S#.gbX*=$#N_Hh1"4?k#.Wb\mR!=26G]:nI"72ET%<Zs48b8Ll9X.sJKRI/a"fpbp1+Kk[6haRF>4j"WB5X:FV<""G!nM*BFW_d*Re`Cffk^4Zp'(cBspU\R+XS6WuOq?nPitg@774Q@[;lXX:l0gaS.HV2-jp!@qmdV@=%`p\]BcLUD"I]HQ0e9#;F1'.]aano,?+*"D^?E8i0B`[hA-c4BmZbS+OmjYOLTCgUG?ZZbIo]e*l2o]Xdk7D)U5oXJ'$=RKe7qA^'>,CTTC(2k`Q3:qb*KD"0:RGY>4b**5A8or&1%W^=_b@1Og@g?#5\8I-`+aB3(UEWYW(Gos*dAmM=fm"ke(h$C[UpjGhD%\cK,M\5e5dV5&?*U"CI\fB6o`(DQ).[g/6n\U[?EjcuW7l.9,^gR8e*q[N'e9+K'32X`E*CHu=fOcG.18S/.6U0@8I40-A9Ko/s-7]Dn`C5NlKCkT?9OIG&D4II?9XYU_9AMFtBuk&A7,5o7UgH\k*"D&P(;rAIGo7n&OkPb$7ef"<#&H+E^mm@BkP[H\`Wk+kLRIjMF\:ci<:P1ULcA%c*$\6c.#I0nWu.BkT'8'YFd#*T;:dbJ2KBm5Mb+IXObmk6GCF-fO.5N`D\P,Hn+/Co:W3d$b6eE1?C:8pn.DI5@O=CP."d6;K19!6C8g1(IESmgaB%"FU3`,VnDE/5htIp+%AiI`!@U,&NC);pco#1!K'Pr%YauZOYn:m"Z.$a2!qT;n1%4hlGegs8mb+aO^VUWPUPPoBR[5dd3lu(qQ.W1?e1oYK!giC]2RV6FFY@$0)6cRApIM8tQ=m$$Yu=K8,@!H+9U4*Iib.d(_Qpu<..j6lXLW6q2L(#(M7,4-$+@(;l]70Be7Pf0rA4PupD\[m`F6(lM@WC#*39`cMW9Yiq308gm?l5jQJumC'$)m_YU74Hh&GgBATSl^_ZHd1o*QB6m-L-tmA&giQL2)e4Jmh58\GQ#Od6=@@nR>lpA6m]A6N!^+qujJX`dc)%IK='/f$4=ZN46%#76jJ;P9XY2Fp>Wf!9Rrb_ZCefa,6&cAkPrmC)D?fQ:?)#umZ>$H:Zk;+(jJg+G(c''T\"=9M'l"O5,j3I%OWIJ7up[Hr39JGV!AGkJgZ>Pi4a_N$1het^=*?,*5c$09g`Qr2Cjef2s`C/jN!?Kji5,t>qm%;1i8GPKnu2K@>`G(66:_]"*Xbbdblc#BV=Ac0JtpS%G+GQ,-g,4qhqi(U]c-M^qR(I`K"9B6L\\<M[QM4LDEfZ)sUJ8Mum_ep1VYR^Gj_VhW/b3cb'aMNm?mXPq&!Z3KF[TdeGJo8+IAL)F(SaA+/4'e4B]f(/Kb;"JH%+BX*@(=G=.-@'[ZQO>4Zk+^a=jUCf)hGCpG6$JgX#eA(q:%LQ*06"<5SCG#.hiscPW)=o*',Wc`J$!=F7_:Xd@og[F\g_Z-tBB1Z9QO>3eGuJ/SNIif@B\E07&]bmkoRM+t,b+V7GfMW^GQJ>UD;&-'PgeAs/5C(s*j(9KFG,T>ZG5qr$t25ldh:b1042l_kt#!_);C_/<MUCJ1W\04JFh7rHl)mq+#dAab.u0)D?8[Y+3al/XFkWR42oYQ/_LZfDdT%-EfOCi:^g&HI7I^u9KCEmp]jR0ZI3D&TKd87+]o_j@n@e.urJJ%`S1I951hlh:p[9#BIsW3SOD$htmo.,3qffkS?Oj6TgmQcO^`ZM@:t.I+mTAQh8k7_:l(o'RY%?`+7SI=%rDc9Y_KF81ULBk`oe<7Z92IbQT[-u#cJ^fS%Y\N2_U[-dh1[u_X7Nh??>VX%%4Y.gC@FWEWd@81+A+t$0e+Y@_XT`R7mUMk((fZiW2hgq2BPsR!:<8h'-5k)417n8jV#P<>Q8E("N0h!3`FSaQV0j(WC3\4!s)bu@MK4>?npB^lDXp$r3d@<7ZUT<qF^N/!i'H:`+FkO*g++EF\ZT+KR""2]263~>endstream
endobj
117 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 822
>>
stream
Gb!;`bAQ&g&A7ljp?2\e,>o%U\J,M$"9EOV$N[s%6;*Q]ee/XYWggclP*TW?G*Dc)bE.895%]SV9-M*+qKLcr>\A#$97\k>8tZcQ+FAXbg$EuR#L=e@!KD@5SAul\dg4uGJNrM$fbbh+G]jXh^d[GgT(bS8KE<BeK+'RZ0qMq[bTA:s+!CF]fbn%2m9&C!52/+LS-g;!hdkPD)54k$ee3r0]3I\%<YBeZbM-QHS?#,XQILP4N1Z_p$S6DV2mTisJ59P?U!t+<e_4,hGO!::X"=SZ!cB&#aOnB5Hlr>bP)h]CHu_3'e2bBE-+rF_6mn\VWia'Ok`#`$Y$QKK]D/F%4Oko?YYrY>F>$]#4WFJmha@F86^[ih+sUgcIV9u7=0Dd"6]reAO%-8TEa53,,Y#&g^%KubCtIjY`tZ,WL-^@;.)=Yc)Qr827R=Bb-u2)A6G$.Vdep]aGAcBL6]_j;W=UN2r4h(48-j!A-V=IFq]F,sdYjN&()%HPa=)-%8[ptUFnXM*,KEmF^5fH8(R/]p:_lPM&=,!k`B_9ci/>ZTpq7HoWVlaX1"O.O;qB'<S5`p^DEkk=j+Qm0[ti*lBFr$)ArK*cIcEW\\'l[^%1o$q;&$q/m9HB<CI%l"jq+^l@VX`&$HP(CF,NDD1CL_&i's,>GBd#D[ZrAE0X_cWFFM,-k+[sPn.<(^b2lu=*P\eX?593ZjZ/d`T>mS1Le<!?]"Qf'cS\,MJ>NYGNNLfJ;Jj76>W7l(VY*<Q]uffI6Pp7BMguI1=`XA9],Bgb:5bhY:U'KGXc\*%2&/PG-Ce"`HI:eREgZe+h7h,/~>endstream
endobj
118 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 1470
>>
stream
Gb!#Z9lo;R&A@ZcqFIob=Rm9PSsW5C9l4K$)48R#Mm6ipNGWql)j:$igQI-?"S/fTLCL686rJ6Df<;eT_86^?J&;]Qo,KB['I\TZ%+HF1b\uEShYY]qgRX?n/F*'apmt8Np=R3&\4fB=r-l9G&K<Vk13UYQKC5L>ol:mID96?A@?*]@5G@0-q7Lp,L+i\?&'DngGm8AlT/RT*"7#-t#\C.p#/WLb4"_*!Zi#r<p7Zt?ElIX3K?U#]38D\4NSn,2pr\q90`MC?k8Mg?nb3Z_m1S_di*prr">7B`EI%D[EOeX6)n<$aW@AXKU8Sid0a3EX3#'2d^B9\M`akKKN4BUc%NoPmDjfr2b),HL5j"P2!0@<jK'*E"Et''c-'7W'M!GaC*m6;H.Y2qH*@?:`oU4t)%Mo"Waa_f&YL4ecW!=C20NlEg?-SWuW"s$<hF?gjqua=E[HQ8<0/0_BOSbNlL9-u_P#,cZE,,9gq$"(/a2C%c)lhLRWgcR*QQ0lTcHO'A^f;E[KrWUpi_a>3aRT/h']$gBe2=Uch2c)KB:'a(^:24'7s:A\Z)rLpK<>K>g!WhUln9Tb2Z8Ydj7@oW2^Q<H*APSm$DcE'YY3SCa#f5_nA)F_2`sW.GVY#2LIj,8+GC:*#hFPtK4TqW?1Y@a/mf)bUL@=r,%$af)4Y".@!gSu"ZJ`]Wa#./Zq?0ND0sKcDSPRpKWd[J@i1.'4:u--=-:j\/C*rQ)BePHC!S0TG%b=3^Ufsfc<tCe%;#bS7>r3'i.tFuVqo5D$(kY_4Q#l)qo.(<14@;(I*!mFL'\L?Yje0QD'31>P,@YS6)HO69N>]';?s];bYK7OKV_pgW0`!W%m;k5:h&]YY)XGLU,WP'#G_<iYtKWg-V[GY78O1+8"9omQ9d%:GEdes&at3/>5lOcPfPpq'I_C81V^\S#:.lToT@6^$*udr'U,/mH6C:H(r9,$'ssm!;!lCg2KB#+6n<SjCiKC;dA0H:osd>ZMY5q=q2TY&?C<qo>1TOB@cegH.]eo<'h&*]).+>SVSe0oDK(2ID%Cm*&iofe,fBb$R)-3un.%lHT%B_*8H0Xg:,]t<qK`7^Y+e2'\Cq(a$[aU"\OK=jca2Ss=YknU$+O4EH1`uo/e$M4Z,$7"!a1,rMH'(9(YXEp,blj.ZI[!%k7Jb.7EBQ#m<jSuNor?\YMo'Z>ulKH3Ks\N*^D%slpYRkh6i75a,je[0h^8Gn/;kf<?b*+F73%?!/\sbl0J`-kV`dr1llN./loGmg/oG\e*PT;D-oZW`6j$q<)oVU?!QTO5YtK*k)]C45c`?X#h)kl$7="MQu,tF?tTni!2sbFE31REadVBMLEXlV;/p!02<[[&0=_QB3Ij=@J>M_E"8GW'A:dj2UPliRh8Pd<B#F/[UBB=N+g+J%_\T$Y9!5kDG.&>ZQ;8?/hJ4Ecr8R>jYMOWPf[i7CVuF_"qZk-7pFj*8DA`~>endstream
endobj
119 0 obj
<<
/Nums [ 0 120 0 R 1 121 0 R 2 122 0 R 3 123 0 R 4 124 0 R 
  5 125 0 R 6 126 0 R 7 127 0 R 8 128 0 R 9 129 0 R 
  10 130 0 R ]
>>
endobj
120 0 obj
<<
/S /D /St 1
>>
endobj
121 0 obj
<<
/S /D /St 2
>>
endobj
122 0 obj
<<
/S /r /St 1
>>
endobj
123 0 obj
<<
/S /r /St 2
>>
endobj
124 0 obj
<<
/S /D /St 1
>>
endobj
125 0 obj
<<
/S /D /St 2
>>
endobj
126 0 obj
<<
/S /D /St 3
>>
endobj
127 0 obj
<<
/S /D /St 4
>>
endobj
128 0 obj
<<
/S /D /St 5
>>
endobj
129 0 obj
<<
/S /D /St 6
>>
endobj
130 0 obj
<<
/S /D /St 7
>>
endobj
xref
0 131
0000000000 65535 f 
0000000073 00000 n 
0000000158 00000 n 
0000000265 00000 n 
0000000377 00000 n 
0000000584 00000 n 
0000000791 00000 n 
0000000959 00000 n 
0000001127 00000 n 
0000001295 00000 n 
0000001463 00000 n 
0000001632 00000 n 
0000001801 00000 n 
0000001970 00000 n 
0000002139 00000 n 
0000002308 00000 n 
0000002477 00000 n 
0000002646 00000 n 
0000002815 00000 n 
0000002984 00000 n 
0000003153 00000 n 
0000003322 00000 n 
0000003491 00000 n 
0000003660 00000 n 
0000003829 00000 n 
0000003998 00000 n 
0000004167 00000 n 
0000004336 00000 n 
0000004505 00000 n 
0000004674 00000 n 
0000004843 00000 n 
0000004959 00000 n 
0000005128 00000 n 
0000005297 00000 n 
0000005466 00000 n 
0000005635 00000 n 
0000005804 00000 n 
0000005973 00000 n 
0000006142 00000 n 
0000006311 00000 n 
0000006480 00000 n 
0000006649 00000 n 
0000006818 00000 n 
0000006987 00000 n 
0000007156 00000 n 
0000007325 00000 n 
0000007816 00000 n 
0000008024 00000 n 
0000008135 00000 n 
0000008343 00000 n 
0000008551 00000 n 
0000008671 00000 n 
0000008859 00000 n 
0000009053 00000 n 
0000009247 00000 n 
0000009419 00000 n 
0000009607 00000 n 
0000009801 00000 n 
0000009995 00000 n 
0000010167 00000 n 
0000010355 00000 n 
0000010638 00000 n 
0000010832 00000 n 
0000011026 00000 n 
0000011198 00000 n 
0000011386 00000 n 
0000011596 00000 n 
0000011768 00000 n 
0000012030 00000 n 
0000012136 00000 n 
0000012317 00000 n 
0000012528 00000 n 
0000012725 00000 n 
0000012936 00000 n 
0000013184 00000 n 
0000013364 00000 n 
0000013591 00000 n 
0000013771 00000 n 
0000013981 00000 n 
0000014191 00000 n 
0000014411 00000 n 
0000014631 00000 n 
0000014849 00000 n 
0000015071 00000 n 
0000015247 00000 n 
0000015523 00000 n 
0000015631 00000 n 
0000015889 00000 n 
0000015964 00000 n 
0000016103 00000 n 
0000016264 00000 n 
0000016377 00000 n 
0000016500 00000 n 
0000016623 00000 n 
0000016746 00000 n 
0000016869 00000 n 
0000016991 00000 n 
0000017172 00000 n 
0000017314 00000 n 
0000017459 00000 n 
0000017602 00000 n 
0000017763 00000 n 
0000017908 00000 n 
0000018049 00000 n 
0000018223 00000 n 
0000018354 00000 n 
0000018547 00000 n 
0000018677 00000 n 
0000018811 00000 n 
0000019307 00000 n 
0000019490 00000 n 
0000020502 00000 n 
0000020685 00000 n 
0000021413 00000 n 
0000021596 00000 n 
0000024165 00000 n 
0000025454 00000 n 
0000028241 00000 n 
0000029155 00000 n 
0000030718 00000 n 
0000030868 00000 n 
0000030903 00000 n 
0000030938 00000 n 
0000030973 00000 n 
0000031008 00000 n 
0000031043 00000 n 
0000031078 00000 n 
0000031113 00000 n 
0000031148 00000 n 
0000031183 00000 n 
0000031218 00000 n 
trailer
<<
/ID 
[<2db82f8d13fc9aad0f6ac8c1445975f3><2db82f8d13fc9aad0f6ac8c1445975f3>]
% ReportLab generated PDF document -- digest (http://www.reportlab.com)

/Info 86 0 R
/Root 85 0 R
/Size 131
>>
startxref
31253
%%EOF
%PDF-1.4
%“Œ‹ž ReportLab Generated PDF document http://www.reportlab.com
1 0 obj
<<
/F1 2 0 R /F2 3 0 R /F3 30 0 R /F4 47 0 R /F5 50 0 R /F6 68 0 R
>>
endobj
2 0 obj
<<
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
>>
endobj
3 0 obj
<<
/BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding /Name /F2 /Subtype /Type1 /Type /Font
>>
endobj
4 0 obj
<<
/Contents 108 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
5 0 obj
<<
/Contents 109 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
6 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 48 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 40.01575 754.0394 98.34575 766.0394 ] /Subtype /Link /Type /Annot
>>
endobj
7 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 48 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 754.7894 555.2598 766.7894 ] /Subtype /Link /Type /Annot
>>
endobj
8 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 60.01575 736.0394 152.2657 748.0394 ] /Subtype /Link /Type /Annot
>>
endobj
9 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 736.7894 555.2598 748.7894 ] /Subtype /Link /Type /Annot
>>
endobj
10 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 721.8394 0 ] /Rect [ 80.01575 718.0394 130.5857 730.0394 ] /Subtype /Link /Type /Annot
>>
endobj
11 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 721.8394 0 ] /Rect [ 549.6998 718.7894 555.2598 730.7894 ] /Subtype /Link /Type /Annot
>>
endobj
12 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 587.0394 0 ] /Rect [ 80.01575 700.0394 126.6957 712.0394 ] /Subtype /Link /Type /Annot
>>
endobj
13 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 587.0394 0 ] /Rect [ 549.6998 700.7894 555.2598 712.7894 ] /Subtype /Link /Type /Annot
>>
endobj
14 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 410.2394 0 ] /Rect [ 80.01575 682.0394 126.1457 694.0394 ] /Subtype /Link /Type /Annot
>>
endobj
15 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 410.2394 0 ] /Rect [ 549.6998 682.7894 555.2598 694.7894 ] /Subtype /Link /Type /Annot
>>
endobj
16 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 197.4394 0 ] /Rect [ 80.01575 664.0394 126.1457 676.0394 ] /Subtype /Link /Type /Annot
>>
endobj
17 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 197.4394 0 ] /Rect [ 549.6998 664.7894 555.2598 676.7894 ] /Subtype /Link /Type /Annot
>>
endobj
18 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 86.63937 0 ] /Rect [ 80.01575 646.0394 126.7057 658.0394 ] /Subtype /Link /Type /Annot
>>
endobj
19 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 60 0 R /XYZ 40.01575 86.63937 0 ] /Rect [ 549.6998 646.7894 555.2598 658.7894 ] /Subtype /Link /Type /Annot
>>
endobj
20 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 67 0 R /XYZ 40.01575 699.0394 0 ] /Rect [ 80.01575 628.0394 179.4857 640.0394 ] /Subtype /Link /Type /Annot
>>
endobj
21 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 67 0 R /XYZ 40.01575 699.0394 0 ] /Rect [ 549.6998 628.7894 555.2598 640.7894 ] /Subtype /Link /Type /Annot
>>
endobj
22 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 60.01575 610.0394 191.7357 622.0394 ] /Subtype /Link /Type /Annot
>>
endobj
23 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 610.7894 555.2598 622.7894 ] /Subtype /Link /Type /Annot
>>
endobj
24 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 80.01575 592.0394 245.0857 604.0394 ] /Subtype /Link /Type /Annot
>>
endobj
25 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 549.6998 592.7894 555.2598 604.7894 ] /Subtype /Link /Type /Annot
>>
endobj
26 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 617.0394 0 ] /Rect [ 80.01575 574.0394 226.7257 586.0394 ] /Subtype /Link /Type /Annot
>>
endobj
27 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 617.0394 0 ] /Rect [ 549.6998 574.7894 555.2598 586.7894 ] /Subtype /Link /Type /Annot
>>
endobj
28 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 464.2394 0 ] /Rect [ 80.01575 556.0394 200.0657 568.0394 ] /Subtype /Link /Type /Annot
>>
endobj
29 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 464.2394 0 ] /Rect [ 549.6998 556.7894 555.2598 568.7894 ] /Subtype /Link /Type /Annot
>>
endobj
30 0 obj
<<
/BaseFont /Helvetica-Oblique /Encoding /WinAnsiEncoding /Name /F3 /Subtype /Type1 /Type /Font
>>
endobj
31 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 383.4394 0 ] /Rect [ 80.01575 538.0394 261.7657 550.0394 ] /Subtype /Link /Type /Annot
>>
endobj
32 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 383.4394 0 ] /Rect [ 549.6998 538.7894 555.2598 550.7894 ] /Subtype /Link /Type /Annot
>>
endobj
33 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 314.6394 0 ] /Rect [ 80.01575 520.0394 187.8357 532.0394 ] /Subtype /Link /Type /Annot
>>
endobj
34 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 73 0 R /XYZ 40.01575 314.6394 0 ] /Rect [ 549.6998 520.7894 555.2598 532.7894 ] /Subtype /Link /Type /Annot
>>
endobj
35 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 75 0 R /XYZ 40.01575 723.0394 0 ] /Rect [ 80.01575 502.0394 232.8457 514.0394 ] /Subtype /Link /Type /Annot
>>
endobj
36 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 75 0 R /XYZ 40.01575 723.0394 0 ] /Rect [ 549.6998 502.7894 555.2598 514.7894 ] /Subtype /Link /Type /Annot
>>
endobj
37 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 60.01575 484.0394 210.6257 496.0394 ] /Subtype /Link /Type /Annot
>>
endobj
38 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 787.0394 0 ] /Rect [ 549.6998 484.7894 555.2598 496.7894 ] /Subtype /Link /Type /Annot
>>
endobj
39 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 80.01575 466.0394 190.6157 478.0394 ] /Subtype /Link /Type /Annot
>>
endobj
40 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 751.8394 0 ] /Rect [ 549.6998 466.7894 555.2598 478.7894 ] /Subtype /Link /Type /Annot
>>
endobj
41 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 671.0394 0 ] /Rect [ 80.01575 448.0394 430.1857 460.0394 ] /Subtype /Link /Type /Annot
>>
endobj
42 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 671.0394 0 ] /Rect [ 549.6998 448.7894 555.2598 460.7894 ] /Subtype /Link /Type /Annot
>>
endobj
43 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 567.4394 0 ] /Rect [ 80.01575 430.0394 205.0457 442.0394 ] /Subtype /Link /Type /Annot
>>
endobj
44 0 obj
<<
/Border [ 0 0 0 ] /Contents () /Dest [ 84 0 R /XYZ 40.01575 567.4394 0 ] /Rect [ 549.6998 430.7894 555.2598 442.7894 ] /Subtype /Link /Type /Annot
>>
endobj
45 0 obj
<<
/Annots [ 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 
  16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 
  26 0 R 27 0 R 28 0 R 29 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 
  37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R ] /Contents 110 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
46 0 obj
<<
/Contents 111 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
47 0 obj
<<
/BaseFont /Courier-Bold /Encoding /WinAnsiEncoding /Name /F4 /Subtype /Type1 /Type /Font
>>
endobj
48 0 obj
<<
/Contents 112 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
49 0 obj
<<
/Contents 113 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<

>> 
  /Type /Page
>>
endobj
50 0 obj
<<
/BaseFont /Helvetica-BoldOblique /Encoding /WinAnsiEncoding /Name /F5 /Subtype /Type1 /Type /Font
>>
endobj
51 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 119.4957 615.0394 140.8121 627.0394 ] /Subtype /Link /Type /Annot
>>
endobj
52 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.gnu.org/licenses/agpl-3.0.html)
>> /Border [ 0 0 0 ] /Rect [ 208.4357 231.4394 316.8057 243.4394 ] /Subtype /Link /Type /Annot
>>
endobj
53 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com/licensing/commercial/)
>> /Border [ 0 0 0 ] /Rect [ 353.4957 231.4394 446.2857 243.4394 ] /Subtype /Link /Type /Annot
>>
endobj
54 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 471.8457 231.4394 500.1857 243.4394 ] /Subtype /Link /Type /Annot
>>
endobj
55 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 241.2357 213.4394 261.2457 225.4394 ] /Subtype /Link /Type /Annot
>>
endobj
56 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.gnu.org/licenses/agpl-3.0.html)
>> /Border [ 0 0 0 ] /Rect [ 208.4357 132.6394 316.8057 144.6394 ] /Subtype /Link /Type /Annot
>>
endobj
57 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com/licensing/commercial/)
>> /Border [ 0 0 0 ] /Rect [ 353.4957 132.6394 446.2857 144.6394 ] /Subtype /Link /Type /Annot
>>
endobj
58 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 471.8457 132.6394 500.1857 144.6394 ] /Subtype /Link /Type /Annot
>>
endobj
59 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 343.4657 114.6394 391.9252 126.6394 ] /Subtype /Link /Type /Annot
>>
endobj
60 0 obj
<<
/Annots [ 51 0 R 52 0 R 53 0 R 54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R ] /Contents 114 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
61 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.gnu.org/licenses/agpl-3.0.html)
>> /Border [ 0 0 0 ] /Rect [ 208.9957 745.0394 317.3657 757.0394 ] /Subtype /Link /Type /Annot
>>
endobj
62 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com/licensing/commercial/)
>> /Border [ 0 0 0 ] /Rect [ 354.0557 745.0394 446.8457 757.0394 ] /Subtype /Link /Type /Annot
>>
endobj
63 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 472.4057 745.0394 500.7457 757.0394 ] /Subtype /Link /Type /Annot
>>
endobj
64 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/download)
>> /Border [ 0 0 0 ] /Rect [ 344.0257 727.0394 392.1558 739.0394 ] /Subtype /Link /Type /Annot
>>
endobj
65 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://en.wikipedia.org/wiki/Aladdin_Free_Public_License)
>> /Border [ 0 0 0 ] /Rect [ 142.8457 640.2394 167.8557 652.2394 ] /Subtype /Link /Type /Annot
>>
endobj
66 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 182.2957 598.2394 210.6357 610.2394 ] /Subtype /Link /Type /Annot
>>
endobj
67 0 obj
<<
/Annots [ 61 0 R 62 0 R 63 0 R 64 0 R 65 0 R 66 0 R ] /Contents 115 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
68 0 obj
<<
/BaseFont /Courier /Encoding /WinAnsiEncoding /Name /F6 /Subtype /Type1 /Type /Font
>>
endobj
69 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://bugs.ghostscript.com)
>> /Border [ 0 0 0 ] /Rect [ 388.7157 642.0394 489.3006 654.0394 ] /Subtype /Link /Type /Annot
>>
endobj
70 0 obj
<<
/A <<
/S /URI /Type /Action /URI (file:///home/cliddell/artifex/ghostpdl-release/doc/COPYING)
>> /Border [ 0 0 0 ] /Rect [ 188.6357 561.2394 302.5657 573.2394 ] /Subtype /Link /Type /Annot
>>
endobj
71 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://ghostscript.com/doc/current/News.htm)
>> /Border [ 0 0 0 ] /Rect [ 63.01575 327.6394 88.01575 339.6394 ] /Subtype /Link /Type /Annot
>>
endobj
72 0 obj
<<
/A <<
/S /URI /Type /Action /URI (file:///home/cliddell/artifex/ghostpdl-release/doc/COPYING)
>> /Border [ 0 0 0 ] /Rect [ 40.01575 177.8394 71.13575 189.8394 ] /Subtype /Link /Type /Annot
>>
endobj
73 0 obj
<<
/Annots [ 69 0 R 70 0 R 71 0 R 72 0 R ] /Contents 116 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
74 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/)
>> /Border [ 0 0 0 ] /Rect [ 302.3557 676.2394 396.8157 688.2394 ] /Subtype /Link /Type /Annot
>>
endobj
75 0 obj
<<
/Annots [ 74 0 R ] /Contents 117 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
76 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://www.ghostscript.com/)
>> /Border [ 0 0 0 ] /Rect [ 40.01575 687.7894 134.4757 699.7894 ] /Subtype /Link /Type /Annot
>>
endobj
77 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/en/ps/PLRM.pdf)
>> /Border [ 0 0 0 ] /Rect [ 431.8757 619.4394 553.0774 631.4394 ] /Subtype /Link /Type /Annot
>>
endobj
78 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/en/ps/PLRM.pdf)
>> /Border [ 0 0 0 ] /Rect [ 40.01575 607.4394 192.4259 619.4394 ] /Subtype /Link /Type /Annot
>>
endobj
79 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/en/ps/5002.EPSF_Spec.pdf)
>> /Border [ 0 0 0 ] /Rect [ 212.3057 607.4394 333.2395 619.4394 ] /Subtype /Link /Type /Annot
>>
endobj
80 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/pdf/index_reference.html)
>> /Border [ 0 0 0 ] /Rect [ 335.6057 595.4394 464.5796 607.4394 ] /Subtype /Link /Type /Annot
>>
endobj
81 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/acrobat/sdk/index.html)
>> /Border [ 0 0 0 ] /Rect [ 470.6557 595.4394 555.2598 607.4394 ] /Subtype /Link /Type /Annot
>>
endobj
82 0 obj
<<
/A <<
/S /URI /Type /Action /URI (http://partners.adobe.com/public/developer/acrobat/sdk/index_doc.html)
>> /Border [ 0 0 0 ] /Rect [ 80.03575 583.4394 330.1257 595.4394 ] /Subtype /Link /Type /Annot
>>
endobj
83 0 obj
<<
/A <<
/S /URI /Type /Action /URI (https://www.artifex.com)
>> /Border [ 0 0 0 ] /Rect [ 156.1757 478.6394 261.6142 490.6394 ] /Subtype /Link /Type /Annot
>>
endobj
84 0 obj
<<
/Annots [ 76 0 R 77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R ] /Contents 118 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 107 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 
  /Trans <<

>> /Type /Page
>>
endobj
85 0 obj
<<
/Outlines 87 0 R /PageLabels 119 0 R /PageMode /UseNone /Pages 107 0 R /Type /Catalog
>>
endobj
86 0 obj
<<
/Author () /CreationDate (D:20000101000000+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20000101000000+00'00') /Producer (ReportLab PDF Library - www.reportlab.com) 
  /Subject (\(unspecified\)) /Title () /Trapped /False
>>
endobj
87 0 obj
<<
/Count 23 /First 88 0 R /Last 88 0 R /Type /Outlines
>>
endobj
88 0 obj
<<
/Count 18 /Dest [ 48 0 R /XYZ 40.01575 787.0394 0 ] /First 89 0 R /Last 103 0 R /Parent 87 0 R /Title (Introduction)
>>
endobj
89 0 obj
<<
/Count 6 /Dest [ 60 0 R /XYZ 40.01575 787.0394 0 ] /First 90 0 R /Last 95 0 R /Next 96 0 R /Parent 88 0 R 
  /Title (What is Ghostscript?)
>>
endobj
90 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 721.8394 0 ] /Next 91 0 R /Parent 89 0 R /Title (Ghostscript)
>>
endobj
91 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 587.0394 0 ] /Next 92 0 R /Parent 89 0 R /Prev 90 0 R /Title (GhostPDF)
>>
endobj
92 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 410.2394 0 ] /Next 93 0 R /Parent 89 0 R /Prev 91 0 R /Title (GhostPDL)
>>
endobj
93 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 197.4394 0 ] /Next 94 0 R /Parent 89 0 R /Prev 92 0 R /Title (GhostPCL)
>>
endobj
94 0 obj
<<
/Dest [ 60 0 R /XYZ 40.01575 86.63937 0 ] /Next 95 0 R /Parent 89 0 R /Prev 93 0 R /Title (GhostXPS)
>>
endobj
95 0 obj
<<
/Dest [ 67 0 R /XYZ 40.01575 699.0394 0 ] /Parent 89 0 R /Prev 94 0 R /Title (URW Font Information)
>>
endobj
96 0 obj
<<
/Count 6 /Dest [ 73 0 R /XYZ 40.01575 787.0394 0 ] /First 97 0 R /Last 102 0 R /Next 103 0 R /Parent 88 0 R 
  /Prev 89 0 R /Title (Document roadmap by theme)
>>
endobj
97 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 751.8394 0 ] /Next 98 0 R /Parent 96 0 R /Title (What should I read if I\220m a new user?)
>>
endobj
98 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 617.0394 0 ] /Next 99 0 R /Parent 96 0 R /Prev 97 0 R /Title (GPL and commercial Ghostscript)
>>
endobj
99 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 464.2394 0 ] /Next 100 0 R /Parent 96 0 R /Prev 98 0 R /Title (Before building Ghostscript)
>>
endobj
100 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 383.4394 0 ] /Next 101 0 R /Parent 96 0 R /Prev 99 0 R /Title (What should I read if I\220m not a new user?)
>>
endobj
101 0 obj
<<
/Dest [ 73 0 R /XYZ 40.01575 314.6394 0 ] /Next 102 0 R /Parent 96 0 R /Prev 100 0 R /Title (What if I\220m a developer?)
>>
endobj
102 0 obj
<<
/Dest [ 75 0 R /XYZ 40.01575 723.0394 0 ] /Parent 96 0 R /Prev 101 0 R /Title (What if I\220m writing documentation?)
>>
endobj
103 0 obj
<<
/Count 3 /Dest [ 84 0 R /XYZ 40.01575 787.0394 0 ] /First 104 0 R /Last 106 0 R /Parent 88 0 R /Prev 96 0 R 
  /Title (Presence on the World Wide Web)
>>
endobj
104 0 obj
<<
/Dest [ 84 0 R /XYZ 40.01575 751.8394 0 ] /Next 105 0 R /Parent 103 0 R /Title (Ghostscript\220s home page)
>>
endobj
105 0 obj
<<
/Dest [ 84 0 R /XYZ 40.01575 671.0394 0 ] /Next 106 0 R /Parent 103 0 R /Prev 104 0 R /Title (Adobe PostScript, Encapsulated PostScript, and PDF reference documentation)
>>
endobj
106 0 obj
<<
/Dest [ 84 0 R /XYZ 40.01575 567.4394 0 ] /Parent 103 0 R /Prev 105 0 R /Title (Other material on the WWW)
>>
endobj
107 0 obj
<<
/Count 11 /Kids [ 4 0 R 5 0 R 45 0 R 46 0 R 48 0 R 49 0 R 60 0 R 67 0 R 73 0 R 75 0 R 
  84 0 R ] /Type /Pages
>>
endobj
108 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 404
>>
stream
Gatn!b>,r/&4Q?mMHN7L_p!Al,YKUQ2m=_*#MP>-&Ufaqa62KYBh=6"6UHWm`P&P&ad@Y=`V":-#NuCP]4><#0EkKV#ZksWbd69*WJ&2BEKDFUa^uI+M_V*5\ShZV/\DtF1a@SM=)i-oE6?^':)o-@K-_pdkkE<*>)("1"t3djFb&%AP%sYq,i]n]`0s1m!MKj"C/">YP":PL*?5M0QKrQS.;#UnY"+D:dF0h'7gQf<J%HQZL@s,)"nd?J,Mesqm8f<S4c-NY'M=K9F,f-o?E@e_"`OT6g=bl&](N_:7c'8!L48/WF`thR\/W9`=V7-thp1/m-th$,r=c:JG(VeTFImk-SJ+G0$9nS5*bHRRid=+<S$0t^50aNI5)G[ulT_h8hpAf>ISg+:!BZOU>l~>endstream
endobj
109 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 92
>>
stream
GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_H"Zg#ZYSJTP%YGC2U%ZDJ?(_?u0NYeAi<FV8*670]3GC~>endstream
endobj
110 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 920
>>
stream
GauI7?Z2Df'ZJu*'_a>_<e?;?j_7ouUl&,cC!2`(m"Ku=0EmsaZ>/9G"p/Ya]%fQ*&g\+oTC]D6\L%G1r?C?9QiLCf0V/gu'`96gAhrlEi5R^))J"%=ZV69rQ\4UEe$;-6YLCbY"]XrG>Jmi,fe>SO=VUSEe<?$33@T:6Padml!k&8)^u^u(YIi3YUp6`7';21UnUptO$<&:FS9\L?LUrFsBfhW-_0"!W\rpb[dQIC,rX\ME$K(ShY:]4%\rCp7Ct-aFp/7b)JN)X*f[R$:pMA9pAp&Q2Zb!ka1q?%;LQpYmBs)!R%J*]!n,$VgDG4f=rGMV/qk@1QE#b&rh<7?_,.5enX.q7DNFdAe/Gb*Z]YcU6"ZaL=gob1RB;(2Aq'Q;PXbbm[n+,.&53e7G+%,V4i]<%K#RuFJgAS6ff+S9cXYL:ukC&cd&59LS0MHXO23)1X_D'[<a>a26Bh-0?9]'HC#UV<?9N^+\ip4K%-G',j1gN_="Lsh;'RT@),TjR1k63d+Y@Y4<FDV1-K.%$aYkS\'8gNCMA0]h:P%,Z+mK$5:Z>:hrlNjA6;\DJ004F^J;OTiNWHa/7-5<2g2(jVlAj$3-FpC;O5q%pbW%\_4E)aqp["fg$h.,VGkW;_Y@N2MG3.3h#PF`tTd$UVU')ck`Qhoa!]t8HPb'\E3mV[.-678[%0^Q;oh)@IH55!I^*/S$3/N5(MDo`'&HNr+1jKja8@\lT,n1LaS!nTS(GWA<"hTd`i;48qrM)5nhe"R\q>UmGNkAd;IMT'"!IZ!?0Yn'u#2b[4L'bd(Q8gXTt_%WR>g8E"D/0jO'>G!.N&2;S+O!X![\4OSGPASo;/u$%6U0QqQ(S,D9U!!2g>MtlcjcK)jGt>[526B.4-&!hkEkTQWF2Y0[G<j(g.u4kSp]Edp$Pi~>endstream
endobj
111 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 92
>>
stream
GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_H"Zg#ZYSJTP%YGC2U%ZDJ?(_?u0NYeAi<FV8*670]3GC~>endstream
endobj
112 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 636
>>
stream
Gat$tbAs(+']&?qB1Y4B/.%0RZC.]@cD6B*UoS;[#X`Bh$Y$(7^67hBG1pPC`.0ZaS]B97J_Is<Zg<4s*6T'!j2c!i5m6b*][)5&!BVD--'ZM>,)IO2UJ0<gp+o:F^H^TZ,f1O_9OsCJr&(R.*]M:t8M1;cJg$j*'Q+`'K;GjLltFLuGMq>pElGko1IW.I+p6dY:P8k-@[a+01*c_LRmC+SBj0>"+odRMiOhC"k!/fcG3V;MggpLEK=ArK,8"Rf.gD3#8=iC3[q=sF?go7K7*6cpQo$"d?)MW"SXh`h6(CC,Z-Q/Jb@2>4TDao-mgmIjJbn>7k=n%4dcJuXhS@DE%(`CK@LJr>)MPdmO(KquG&*,R_GuHN?#A)ANRg>JIVloRT%4?SF,dWJ:/@5b958b+IPf#Uo3>A^4P`iNA=VADFqL=G'Rb[A)sDaW__`jh3%GrUe=Dl.4SPM+$D)7J&r0`N#<e^CSU*LCT.:IZH^TBM[lW8eUX&dlDigY6FGE^h6`KG79&V4hS$m-<7=/%7E@chb^8Y;jo/aC&2/?Ji4SJ.qDs-Ga0,So.;;M"h74rAnMZAl!!)f6sc>:Pr7Xjc`=8h46kp>`2RJuZ13U1QYiZqsSjZ;`C3J-/Uq]I0~>endstream
endobj
113 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 92
>>
stream
GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_H"Zg#ZYSJTP%YGC2U%ZDJ?(_?u0NYeAi<FV8*670]3GC~>endstream
endobj
114 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 2494
>>
stream
Gb!ku9lJcW'#"0Do[,J!)1GN$*!R'(p=^&ZcUNiRi(JuE8\IKs[G=P-rqH;i8LgMeYN]F2#dB+0_'HY)WnsdX<HQ$(r!V:m?8;/&akg;./-spLc%=T+flFnm0$jN>(3E?l^?5_mQEVpb]NI(PYn"7V)/Fa$IWOX?Ck(Tlj1-8;nX&+&ea,&aSWY\s_Di#BI5<J-qd7\K`($sR3#EChf!8c$SA#dn/S%.>VKkIp`,k'pBpcjGo:ja\Ahj!lk?k[Q125Cc<Z,[n/U-p_?eFqAD##T,nu"S2\Mqp_)rKJ+[3KI=R#H%TnQgO4;1Y''Bb3aM\S(*KXahoAru\e;W\J=f<RKmY0Ng3D'go=[RTHeBq@2%bDkZa!'");)T\Cu*fUc?aU*n[bK(6E[>I?\#l+QZDd9;diMSbk@X.OY9Ifm4mX'S&OD@pn<I1pXX$f?G%D@i8gSOdDH^kpNjKr=DY*^`'K25%3@n$KkX>:[tdn\Af3^dFKb0(/I+>J;Qjqp<6&X`O_k*mX4=>X//'f!6!%6L`G`H/7o\Pi:IM%,rCN?k7\,<Ga"1@qs9`_"Nmp-%?Q=V%@8Yc$*B[)ck+Hk5*20i9dkO'HFF_cO.+IG0>,5NYpqjTg&qJc5pH'_M=_upBtRID+=6Y#pYfPq6j>#g.7<sP/jLn=BXTA/_37P#o7;G8UYSHJ*r?+>MbrU.I<6KXNbUom/Fn3$9inq^ukhOStAI!/>,@_:6g-qH8O=NHW_Tn@6`.R(]jcsiS4^T<h`Q?&>ul%)OG$+QV@Kn:W./$m7:3oT"Ve(-Y#SV=:VfA@n#n8,RS.WMb]u>Ff@@f^"02mmQiVZ9Di1h#0po1Y/?7MO-UYQ2*)Q0)*#@0SV\j>rle,XYR`\YO#?=(oW7$%O`21P`<9S3bkJuH<OIA7":rB&^k9+l53rUd\UP.N2<=oS?Z;gege4:hhhe`'-WQ/#:UbOq,J#)*ZVo?#L3h=q`Dn-UbAbG#*O9b1VKnW+IX8(ZXeb<kZrY[>D[.0`3In83Q)lp"F$+V?D!9)Doq#qQ`4FAgK$7u7B?+Ft\K\bE]Q$7H'bNNfX;<ItN]B'Ql&#qhiOa(C8/KV#+,%l0dh#2eRf[h'4q/+W&kF=5E$[o1eV9Tf_ud<@)J+mVf,*M)dY2Ye@hU*ZUH!e8DX*b-jJB4ZXg2t/MHqo(E+"MmQ&O7.J)N:aAMFJ<jU),@7YY\UEEPB9^nN])8s!H2\45SJQZ1`Bl;H2C+F0sONKFAUT7fQm+a$O\HdXRQW-2.,`WbM#Xa>nnUrBLt\N#7/eR7)PAT?J]L]1.*/2Z89;sY!DPWs_SlC+NOcCEe':1^>^Ojo#6!%@\EX0OPK.--BPCGr`nl/NRh8?Ss"M/c\@)Cg]Xq:9%_[\@Zo:].<17tEFK73f#hiD#b,4In'LK:;)Z</3X%d3RFfAl17%A7lRlTc4g8qLH]<o@7@=FB_HFIl*5!pueasM[:H#6P&$/QOmoj4A4B4m;M2"Q'OH,/i6s_nIUEujMN_6:p/Qad8VVqQBJ!pdhQjseDSW4)g%I,As>jmKqf6%VXO8pV1)?V$!V,oCps$sl-$6i/#;FJqp7!"[1Q01SH*\B:boiZ*RFaPc+%.l3q8!oY[jXX(7.h$L<d>S98==;_5e`-.48&DQ:>^/G,_7+\u*m[C#O$M;&1#P6$;b"^\;p[(Dbk0KrLcb!@`]If="RlT6;iY"h,I$6^t75[TC%lG,456'_GRhE9+kQ1n4,JNh3_QcuiX-X:+hPMh[S9KJK\2hj)H`%l[,[ALSZhM9`YF87Y7=;(rC%2/TC<0ReuGTm^V1+dmHd;\tET[:5'n&PPiA$O!<NE/<.MDAr!EM^BP_c<j*0F>A+40Zdp^)4cV&*+OO3Q9mcmMlWp:%8UgOALo%e%.*jugXNHUp#KNH$b&1h=;'9T6n[(Hn&bM<Bf:uS%f`G#Md\aJ6*>N_P(\;=JDA#.U6*Y,JF0Z;)[(^_7a,Z\2h]K>$Yh'YEOEU&f1"HOID,Xhd.RNgkjf\i+UB@FrF0TuZ=VfL##UVm$,b/FeJh#!W^TmH/)nM$%FQLE?,\RnO#uJ#+b*bqD3&(KpE+=p?H:7$le?2fk/X[7(r]qXQQ(!&*\MB7Y79oI_B!gorq7ZqX_Y:Bkkk?)1nl/nSi7`Ec[uHMW5!cAZ?5OJSFm_r7,+6(*6N._rIb'R`Xn*+n9tDkbscK0a#)rcnaGNS'Q'Ob#mk:3"8Cgb?ChN(crR<g\)Y;D6F;@.#GX/H3E76:&()*-d1eWeNd]a=@-0gVJ(@rbC-o*8,XW+!p^V@oBK#_i?[=_U[<Oq\Zl8sedCo<aDTE^/MQ5pgGP&simSW7&-qCTg_)Uj>8+3jW]qq//JLDL+i9^hsom`7"JcB2d>+0uEEBK;g\%_1&355<RMZ$=W7\-Ch1%;T[;/G5"W,tda+[Ger1C=77oSXbYETb0^cb(qs^[UA7qFuH=3Lg=Mdjtm4\"=HWD9gH+%F\E_G5~>endstream
endobj
115 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 1176
>>
stream
Gat%!?ZY3b&:`kAlsoI<;_2>rGj:AI0U\U@%F-5i\JJ\tZ!(YJOpq#mmn/*L(q?>N`\s-igAUtQ;$cZcrgp7nmLm%#;P4G]*,%l08ETE'o`":+rQHr<!KDgG%-%?p#3-9HiGd_1og]N;cn6`cp$5o%^dhof*XTi=.&N)BiFZ+=A)A(qO9Tq5ZEcgK>2UEAV88.=^Noir%LZV'[q./>>c-:K<IOlK\L`FXO;,2c<L&]d)Gmu&jC<Xr<[dX-aIoNKW\9J3$-?7Bd%t+X!BpsVC0=d9d(CuAC7peAc#lYhdh.AmnN)Fo(k'9\#Qj-"f[]pB%L9@9lJHP`nl7,HV/-0,Q!rN%4.h%-6)&mi&NRVsknPOj0!p5`@ZJR-U,&I4\dOQiA0/gu+]>^S$_9mrm[),^j"s$(eb]4/M7,/Us-tXM"tb-5Xdri:),V.PZ(pJ;FEb%M=pj<UlYprq2Y^Q8##&g6=JI]L%k@[Kg/b'0)9UlX<JAet+?G&[0WNO"35irSdXqUBr#EoEONFVS=o:>Lp,0I!*M\@mnKtBJ!j6dd#j^Cm,M;s$Aj%o"D3'XnEPUN-JOZa!)g.8e((h=:'H"[o>/8rq^X'/WEQIB$G#&?ejJg4O:_nap+=q+QEZfuo(lgonbNm=j9N>Z_YsQghhNM#?K5^+.<FV9sM8R`T4'^q)'-aOL]%)eED=&aNd/?$uT[DNMs%I0i>,>H]=F2>l@18UYlblM&gs9ork=;Yk.`e)/FnJ#%(&"3(KiMWDG\/4W(`gsj$Ya&?nc2J3#u"\I*ane+:#=YAB0`r4)p,<KBo.sW,O4(ON/S7\S`%acXn<m%'oJ>j.(3W6BlQ>\H&k]:o2A0J3sBH*aVD&>g@`ao&N&Vg9h+0j:KV/kn/l`HQpZe'_ThDt&_ZtK<b^5tBP]6Cm!8!1\R5cpPSk0_,>cL]O;ik'G7bf'PEKPrMI<FfP2!(B>+"b.mN2I$_>tZc"V0#$1qZ5>E?4e/$8PGD)#O;Xn]0\=N&Vd`@)eJ;IAffT0eke1/5Ika)^-b4DR[]0+!$IVTS"A=RHE^pa[T6hJ8_Z.d.;e$m5UH%-aho6p#1?$BOE[NlZ1DYf?,@^M4aP"X3(3#@1_iSN.N3]'T)_';9mIXj>Uu\\*iJVFFO400qiJLlpUA_8;I4p^[NL.o_o"<IU+T~>endstream
endobj
116 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 2694
>>
stream
Gb!;f>B?:T&q9SYkXR!H'4sL7p>qN;H]iN:2t86K8o9i#&.I"*#da\9f"^,1!FZ,:5q8KiG+=_+dgX_(p"-Yb!u$0OILT?Y+(t*%'*H6_('ClP)eR^khq?]?B<7E+9uCL?G7(M5)P6'FGTU6M4K/7/qg<!XYW4LegG_.Z^T#1T$5\Y%Re!GoD4:R>K+d\DrRi:&&FP'+S$MP3C^&%\pM8P&#NjCa%*#3R%gI6fCJVdN*7ORs>T_7@c,+KIdK3A`7&s])o.:YLYnHM5p(M',8Y&*<U\ZHC;o<thPrRXnKM$?C<-%2n<19PP#?:Q)$jt(B=d_ZsKaS+ta;D't3Thmu+;GhDF.rRh6:5WJ)P/;6pjOGqlAK>,S_KOcD0XB@*:PJJ[dRn_KIkPWJ=4CkYK\7N^LaR[e*Z/bml`P="W(2KSo<"@r$+Kn(n%``6\HK+p?4:6'YiP_#U+cO(n>s.[:$GBp[[:,?12X.!1a(TD4ntknF1^kj[C4?\M!M4+&t<[@():[a>?T58E;JNMBtU_G:CGA]EhJfQO9!HAQ[#)V$57J+j<uf+H7M+WIT>hEk7!TfGVN$XduXN<'`V\,0f5_5^d+86lHD7"bfc.8;s--4Q.'95D6Vg:-j;``r?Wo`\:*>.-EZfJ6mqs)J@X=3>+b''7lB@j%Q.\2&>eb/>*2ok8WU[>(eYs+[k<rL*H(I"(I0VDKuVC6)m'R<sDoL>o)HTF/K,-3S#.gbX*=$#N_Hh1"4?k#.Wb\mR!=26G]:nI"72ET%<Zs48b8Ll9X.sJKRI/a"fpbp1+Kk[6haRF>4j"WB5X:FV<""G!nM*BFW_d*Re`Cffk^4Zp'(cBspU\R+XS6WuOq?nPitg@774Q@[;lXX:l0gaS.HV2-jp!@qmdV@=%`p\]BcLUD"I]HQ0e9#;F1'.]aano,?+*"D^?E8i0B`[hA-c4BmZbS+OmjYOLTCgUG?ZZbIo]e*l2o]Xdk7D)U5oXJ'$=RKe7qA^'>,CTTC(2k`Q3:qb*KD"0:RGY>4b**5A8or&1%W^=_b@1Og@g?#5\8I-`+aB3(UEWYW(Gos*dAmM=fm"ke(h$C[UpjGhD%\cK,M\5e5dV5&?*U"CI\fB6o`(DQ).[g/6n\U[?EjcuW7l.9,^gR8e*q[N'e9+K'32X`E*CHu=fOcG.18S/.6U0@8I40-A9Ko/s-7]Dn`C5NlKCkT?9OIG&D4II?9XYU_9AMFtBuk&A7,5o7UgH\k*"D&P(;rAIGo7n&OkPb$7ef"<#&H+E^mm@BkP[H\`Wk+kLRIjMF\:ci<:P1ULcA%c*$\6c.#I0nWu.BkT'8'YFd#*T;:dbJ2KBm5Mb+IXObmk6GCF-fO.5N`D\P,Hn+/Co:W3d$b6eE1?C:8pn.DI5@O=CP."d6;K19!6C8g1(IESmgaB%"FU3`,VnDE/5htIp+%AiI`!@U,&NC);pco#1!K'Pr%YauZOYn:m"Z.$a2!qT;n1%4hlGegs8mb+aO^VUWPUPPoBR[5dd3lu(qQ.W1?e1oYK!giC]2RV6FFY@$0)6cRApIM8tQ=m$$Yu=K8,@!H+9U4*Iib.d(_Qpu<..j6lXLW6q2L(#(M7,4-$+@(;l]70Be7Pf0rA4PupD\[m`F6(lM@WC#*39`cMW9Yiq308gm?l5jQJumC'$)m_YU74Hh&GgBATSl^_ZHd1o*QB6m-L-tmA&giQL2)e4Jmh58\GQ#Od6=@@nR>lpA6m]A6N!^+qujJX`dc)%IK='/f$4=ZN46%#76jJ;P9XY2Fp>Wf!9Rrb_ZCefa,6&cAkPrmC)D?fQ:?)#umZ>$H:Zk;+(jJg+G(c''T\"=9M'l"O5,j3I%OWIJ7up[Hr39JGV!AGkJgZ>Pi4a_N$1het^=*?,*5c$09g`Qr2Cjef2s`C/jN!?Kji5,t>qm%;1i8GPKnu2K@>`G(66:_]"*Xbbdblc#BV=Ac0JtpS%G+GQ,-g,4qhqi(U]c-M^qR(I`K"9B6L\\<M[QM4LDEfZ)sUJ8Mum_ep1VYR^Gj_VhW/b3cb'aMNm?mXPq&!Z3KF[TdeGJo8+IAL)F(SaA+/4'e4B]f(/Kb;"JH%+BX*@(=G=.-@'[ZQO>4Zk+^a=jUCf)hGCpG6$JgX#eA(q:%LQ*06"<5SCG#.hiscPW)=o*',Wc`J$!=F7_:Xd@og[F\g_Z-tBB1Z9QO>3eGuJ/SNIif@B\E07&]bmkoRM+t,b+V7GfMW^GQJ>UD;&-'PgeAs/5C(s*j(9KFG,T>ZG5qr$t25ldh:b1042l_kt#!_);C_/<MUCJ1W\04JFh7rHl)mq+#dAab.u0)D?8[Y+3al/XFkWR42oYQ/_LZfDdT%-EfOCi:^g&HI7I^u9KCEmp]jR0ZI3D&TKd87+]o_j@n@e.urJJ%`S1I951hlh:p[9#BIsW3SOD$htmo.,3qffkS?Oj6TgmQcO^`ZM@:t.I+mTAQh8k7_:l(o'RY%?`+7SI=%rDc9Y_KF81ULBk`oe<7Z92IbQT[-u#cJ^fS%Y\N2_U[-dh1[u_X7Nh??>VX%%4Y.gC@FWEWd@81+A+t$0e+Y@_XT`R7mUMk((fZiW2hgq2BPsR!:<8h'-5k)417n8jV#P<>Q8E("N0h!3`FSaQV0j(WC3\4!s)bu@MK4>?npB^lDXp$r3d@<7ZUT<qF^N/!i'H:`+FkO*g++EF\ZT+KR""2]263~>endstream
endobj
117 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 822
>>
stream
Gb!;`bAQ&g&A7ljp?2\e,>o%U\J,M$"9EOV$N[s%6;*Q]ee/XYWggclP*TW?G*Dc)bE.895%]SV9-M*+qKLcr>\A#$97\k>8tZcQ+FAXbg$EuR#L=e@!KD@5SAul\dg4uGJNrM$fbbh+G]jXh^d[GgT(bS8KE<BeK+'RZ0qMq[bTA:s+!CF]fbn%2m9&C!52/+LS-g;!hdkPD)54k$ee3r0]3I\%<YBeZbM-QHS?#,XQILP4N1Z_p$S6DV2mTisJ59P?U!t+<e_4,hGO!::X"=SZ!cB&#aOnB5Hlr>bP)h]CHu_3'e2bBE-+rF_6mn\VWia'Ok`#`$Y$QKK]D/F%4Oko?YYrY>F>$]#4WFJmha@F86^[ih+sUgcIV9u7=0Dd"6]reAO%-8TEa53,,Y#&g^%KubCtIjY`tZ,WL-^@;.)=Yc)Qr827R=Bb-u2)A6G$.Vdep]aGAcBL6]_j;W=UN2r4h(48-j!A-V=IFq]F,sdYjN&()%HPa=)-%8[ptUFnXM*,KEmF^5fH8(R/]p:_lPM&=,!k`B_9ci/>ZTpq7HoWVlaX1"O.O;qB'<S5`p^DEkk=j+Qm0[ti*lBFr$)ArK*cIcEW\\'l[^%1o$q;&$q/m9HB<CI%l"jq+^l@VX`&$HP(CF,NDD1CL_&i's,>GBd#D[ZrAE0X_cWFFM,-k+[sPn.<(^b2lu=*P\eX?593ZjZ/d`T>mS1Le<!?]"Qf'cS\,MJ>NYGNNLfJ;Jj76>W7l(VY*<Q]uffI6Pp7BMguI1=`XA9],Bgb:5bhY:U'KGXc\*%2&/PG-Ce"`HI:eREgZe+h7h,/~>endstream
endobj
118 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 1470
>>
stream
Gb!#Z9lo;R&A@ZcqFIob=Rm9PSsW5C9l4K$)48R#Mm6ipNGWql)j:$igQI-?"S/fTLCL686rJ6Df<;eT_86^?J&;]Qo,KB['I\TZ%+HF1b\uEShYY]qgRX?n/F*'apmt8Np=R3&\4fB=r-l9G&K<Vk13UYQKC5L>ol:mID96?A@?*]@5G@0-q7Lp,L+i\?&'DngGm8AlT/RT*"7#-t#\C.p#/WLb4"_*!Zi#r<p7Zt?ElIX3K?U#]38D\4NSn,2pr\q90`MC?k8Mg?nb3Z_m1S_di*prr">7B`EI%D[EOeX6)n<$aW@AXKU8Sid0a3EX3#'2d^B9\M`akKKN4BUc%NoPmDjfr2b),HL5j"P2!0@<jK'*E"Et''c-'7W'M!GaC*m6;H.Y2qH*@?:`oU4t)%Mo"Waa_f&YL4ecW!=C20NlEg?-SWuW"s$<hF?gjqua=E[HQ8<0/0_BOSbNlL9-u_P#,cZE,,9gq$"(/a2C%c)lhLRWgcR*QQ0lTcHO'A^f;E[KrWUpi_a>3aRT/h']$gBe2=Uch2c)KB:'a(^:24'7s:A\Z)rLpK<>K>g!WhUln9Tb2Z8Ydj7@oW2^Q<H*APSm$DcE'YY3SCa#f5_nA)F_2`sW.GVY#2LIj,8+GC:*#hFPtK4TqW?1Y@a/mf)bUL@=r,%$af)4Y".@!gSu"ZJ`]Wa#./Zq?0ND0sKcDSPRpKWd[J@i1.'4:u--=-:j\/C*rQ)BePHC!S0TG%b=3^Ufsfc<tCe%;#bS7>r3'i.tFuVqo5D$(kY_4Q#l)qo.(<14@;(I*!mFL'\L?Yje0QD'31>P,@YS6)HO69N>]';?s];bYK7OKV_pgW0`!W%m;k5:h&]YY)XGLU,WP'#G_<iYtKWg-V[GY78O1+8"9omQ9d%:GEdes&at3/>5lOcPfPpq'I_C81V^\S#:.lToT@6^$*udr'U,/mH6C:H(r9,$'ssm!;!lCg2KB#+6n<SjCiKC;dA0H:osd>ZMY5q=q2TY&?C<qo>1TOB@cegH.]eo<'h&*]).+>SVSe0oDK(2ID%Cm*&iofe,fBb$R)-3un.%lHT%B_*8H0Xg:,]t<qK`7^Y+e2'\Cq(a$[aU"\OK=jca2Ss=YknU$+O4EH1`uo/e$M4Z,$7"!a1,rMH'(9(YXEp,blj.ZI[!%k7Jb.7EBQ#m<jSuNor?\YMo'Z>ulKH3Ks\N*^D%slpYRkh6i75a,je[0h^8Gn/;kf<?b*+F73%?!/\sbl0J`-kV`dr1llN./loGmg/oG\e*PT;D-oZW`6j$q<)oVU?!QTO5YtK*k)]C45c`?X#h)kl$7="MQu,tF?tTni!2sbFE31REadVBMLEXlV;/p!02<[[&0=_QB3Ij=@J>M_E"8GW'A:dj2UPliRh8Pd<B#F/[UBB=N+g+J%_\T$Y9!5kDG.&>ZQ;8?/hJ4Ecr8R>jYMOWPf[i7CVuF_"qZk-7pFj*8DA`~>endstream
endobj
119 0 obj
<<
/Nums [ 0 120 0 R 1 121 0 R 2 122 0 R 3 123 0 R 4 124 0 R 
  5 125 0 R 6 126 0 R 7 127 0 R 8 128 0 R 9 129 0 R 
  10 130 0 R ]
>>
endobj
120 0 obj
<<
/S /D /St 1
>>
endobj
121 0 obj
<<
/S /D /St 2
>>
endobj
122 0 obj
<<
/S /r /St 1
>>
endobj
123 0 obj
<<
/S /r /St 2
>>
endobj
124 0 obj
<<
/S /D /St 1
>>
endobj
125 0 obj
<<
/S /D /St 2
>>
endobj
126 0 obj
<<
/S /D /St 3
>>
endobj
127 0 obj
<<
/S /D /St 4
>>
endobj
128 0 obj
<<
/S /D /St 5
>>
endobj
129 0 obj
<<
/S /D /St 6
>>
endobj
130 0 obj
<<
/S /D /St 7
>>
endobj
xref
0 131
0000000000 65535 f 
0000000073 00000 n 
0000000158 00000 n 
0000000265 00000 n 
0000000377 00000 n 
0000000584 00000 n 
0000000791 00000 n 
0000000959 00000 n 
0000001127 00000 n 
0000001295 00000 n 
0000001463 00000 n 
0000001632 00000 n 
0000001801 00000 n 
0000001970 00000 n 
0000002139 00000 n 
0000002308 00000 n 
0000002477 00000 n 
0000002646 00000 n 
0000002815 00000 n 
0000002984 00000 n 
0000003153 00000 n 
0000003322 00000 n 
0000003491 00000 n 
0000003660 00000 n 
0000003829 00000 n 
0000003998 00000 n 
0000004167 00000 n 
0000004336 00000 n 
0000004505 00000 n 
0000004674 00000 n 
0000004843 00000 n 
0000004959 00000 n 
0000005128 00000 n 
0000005297 00000 n 
0000005466 00000 n 
0000005635 00000 n 
0000005804 00000 n 
0000005973 00000 n 
0000006142 00000 n 
0000006311 00000 n 
0000006480 00000 n 
0000006649 00000 n 
0000006818 00000 n 
0000006987 00000 n 
0000007156 00000 n 
0000007325 00000 n 
0000007816 00000 n 
0000008024 00000 n 
0000008135 00000 n 
0000008343 00000 n 
0000008551 00000 n 
0000008671 00000 n 
0000008859 00000 n 
0000009053 00000 n 
0000009247 00000 n 
0000009419 00000 n 
0000009607 00000 n 
0000009801 00000 n 
0000009995 00000 n 
0000010167 00000 n 
0000010355 00000 n 
0000010638 00000 n 
0000010832 00000 n 
0000011026 00000 n 
0000011198 00000 n 
0000011386 00000 n 
0000011596 00000 n 
0000011768 00000 n 
0000012030 00000 n 
0000012136 00000 n 
0000012317 00000 n 
0000012528 00000 n 
0000012725 00000 n 
0000012936 00000 n 
0000013184 00000 n 
0000013364 00000 n 
0000013591 00000 n 
0000013771 00000 n 
0000013981 00000 n 
0000014191 00000 n 
0000014411 00000 n 
0000014631 00000 n 
0000014849 00000 n 
0000015071 00000 n 
0000015247 00000 n 
0000015523 00000 n 
0000015631 00000 n 
0000015889 00000 n 
0000015964 00000 n 
0000016103 00000 n 
0000016264 00000 n 
0000016377 00000 n 
0000016500 00000 n 
0000016623 00000 n 
0000016746 00000 n 
0000016869 00000 n 
0000016991 00000 n 
0000017172 00000 n 
0000017314 00000 n 
0000017459 00000 n 
0000017602 00000 n 
0000017763 00000 n 
0000017908 00000 n 
0000018049 00000 n 
0000018223 00000 n 
0000018354 00000 n 
0000018547 00000 n 
0000018677 00000 n 
0000018811 00000 n 
0000019307 00000 n 
0000019490 00000 n 
0000020502 00000 n 
0000020685 00000 n 
0000021413 00000 n 
0000021596 00000 n 
0000024183 00000 n 
0000025452 00000 n 
0000028239 00000 n 
0000029153 00000 n 
0000030716 00000 n 
0000030866 00000 n 
0000030901 00000 n 
0000030936 00000 n 
0000030971 00000 n 
0000031006 00000 n 
0000031041 00000 n 
0000031076 00000 n 
0000031111 00000 n 
0000031146 00000 n 
0000031181 00000 n 
0000031216 00000 n 
trailer
<<
/ID 
[<2db82f8d13fc9aad0f6ac8c1445975f3><2db82f8d13fc9aad0f6ac8c1445975f3>]
% ReportLab generated PDF document -- digest (http://www.reportlab.com)

/Info 86 0 R
/Root 85 0 R
/Size 131
>>
startxref
31251
%%EOF