abstract-document 6.14.1 → 6.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/lib/abstract-document-exporters/pdf/render.d.ts +6 -2
  3. package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
  4. package/lib/abstract-document-exporters/pdf/render.js +5 -8
  5. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  6. package/package.json +2 -2
  7. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  8. package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
  9. package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
  10. package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
  11. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  12. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  13. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  14. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  15. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  16. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  17. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan and rowSpan.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan → rowSpan.docx +0 -0
  19. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Table of content separator.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  35. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  39. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  40. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  41. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  42. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  43. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  44. package/src/abstract-document-exporters/__tests__/pdf/tmp/Empty Paragraph.pdf +91 -0
  45. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  46. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  47. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group.pdf +123 -0
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  51. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Named destination.pdf +1761 -0
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +143 -0
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table.pdf +133 -0
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with default alignment.pdf +113 -0
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  131. package/src/abstract-document-exporters/pdf/render.ts +15 -4
  132. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts +0 -13
  133. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts.map +0 -1
  134. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js +0 -3
  135. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js.map +0 -1
  136. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts +0 -3
  137. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts.map +0 -1
  138. package/lib/abstract-document-xml/__tests__/layer/export.test.js +0 -41
  139. package/lib/abstract-document-xml/__tests__/layer/export.test.js.map +0 -1
  140. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts +0 -3
  141. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts.map +0 -1
  142. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js +0 -361
  143. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js.map +0 -1
@@ -0,0 +1,1761 @@
1
+ %PDF-1.3
2
+ %����
3
+ 9 0 obj
4
+ <<
5
+ /S /GoTo
6
+ /D (first)
7
+ >>
8
+ endobj
9
+ 10 0 obj
10
+ <<
11
+ /Subtype /Link
12
+ /A 9 0 R
13
+ /Type /Annot
14
+ /Rect [22.78 832.75 41.67 842]
15
+ /Border [0 0 0]
16
+ /F 4
17
+ >>
18
+ endobj
19
+ 11 0 obj
20
+ <<
21
+ /Subtype /Underline
22
+ /QuadPoints [22.78 840 41.67 840 22.78 828.44 41.67 828.44]
23
+ /Contents ()
24
+ /Type /Annot
25
+ /Rect [22.78 828.44 41.67 840]
26
+ /Border [0 0 0]
27
+ /C [0 0 1]
28
+ >>
29
+ endobj
30
+ 12 0 obj
31
+ <<
32
+ /S /GoTo
33
+ /D (second)
34
+ >>
35
+ endobj
36
+ 13 0 obj
37
+ <<
38
+ /Subtype /Link
39
+ /A 12 0 R
40
+ /Type /Annot
41
+ /Rect [41.67 832.75 76.69 842]
42
+ /Border [0 0 0]
43
+ /F 4
44
+ >>
45
+ endobj
46
+ 14 0 obj
47
+ <<
48
+ /Subtype /Underline
49
+ /QuadPoints [41.67 840 76.69 840 41.67 828.44 76.69 828.44]
50
+ /Contents ()
51
+ /Type /Annot
52
+ /Rect [41.67 828.44 76.69 840]
53
+ /Border [0 0 0]
54
+ /C [0 0 1]
55
+ >>
56
+ endobj
57
+ 15 0 obj
58
+ <<
59
+ /S /GoTo
60
+ /D (third)
61
+ >>
62
+ endobj
63
+ 16 0 obj
64
+ <<
65
+ /Subtype /Link
66
+ /A 15 0 R
67
+ /Type /Annot
68
+ /Rect [76.69 832.75 98.92 842]
69
+ /Border [0 0 0]
70
+ /F 4
71
+ >>
72
+ endobj
73
+ 17 0 obj
74
+ <<
75
+ /Subtype /Underline
76
+ /QuadPoints [76.69 840 98.92 840 76.69 828.44 98.92 828.44]
77
+ /Contents ()
78
+ /Type /Annot
79
+ /Rect [76.69 828.44 98.92 840]
80
+ /Border [0 0 0]
81
+ /C [0 0 1]
82
+ >>
83
+ endobj
84
+ 18 0 obj
85
+ <<
86
+ /S /GoTo
87
+ /D (fourth)
88
+ >>
89
+ endobj
90
+ 19 0 obj
91
+ <<
92
+ /Subtype /Link
93
+ /A 18 0 R
94
+ /Type /Annot
95
+ /Rect [98.92 832.75 127.37 842]
96
+ /Border [0 0 0]
97
+ /F 4
98
+ >>
99
+ endobj
100
+ 20 0 obj
101
+ <<
102
+ /Subtype /Underline
103
+ /QuadPoints [98.92 840 127.37 840 98.92 828.44 127.37 828.44]
104
+ /Contents ()
105
+ /Type /Annot
106
+ /Rect [98.92 828.44 127.37 840]
107
+ /Border [0 0 0]
108
+ /C [0 0 1]
109
+ >>
110
+ endobj
111
+ 21 0 obj
112
+ <<
113
+ /S /GoTo
114
+ /D (fifth)
115
+ >>
116
+ endobj
117
+ 22 0 obj
118
+ <<
119
+ /Subtype /Link
120
+ /A 21 0 R
121
+ /Type /Annot
122
+ /Rect [127.37 832.75 146.27 842]
123
+ /Border [0 0 0]
124
+ /F 4
125
+ >>
126
+ endobj
127
+ 23 0 obj
128
+ <<
129
+ /Subtype /Underline
130
+ /QuadPoints [127.37 840 146.27 840 127.37 828.44 146.27 828.44]
131
+ /Contents ()
132
+ /Type /Annot
133
+ /Rect [127.37 828.44 146.27 840]
134
+ /Border [0 0 0]
135
+ /C [0 0 1]
136
+ >>
137
+ endobj
138
+ 24 0 obj
139
+ <<
140
+ /S /GoTo
141
+ /D (sixth)
142
+ >>
143
+ endobj
144
+ 25 0 obj
145
+ <<
146
+ /Subtype /Link
147
+ /A 24 0 R
148
+ /Type /Annot
149
+ /Rect [146.27 832.75 169.61 842]
150
+ /Border [0 0 0]
151
+ /F 4
152
+ >>
153
+ endobj
154
+ 26 0 obj
155
+ <<
156
+ /Subtype /Underline
157
+ /QuadPoints [146.27 840 169.61 840 146.27 828.44 169.61 828.44]
158
+ /Contents ()
159
+ /Type /Annot
160
+ /Rect [146.27 828.44 169.61 840]
161
+ /Border [0 0 0]
162
+ /C [0 0 1]
163
+ >>
164
+ endobj
165
+ 30 0 obj
166
+ <<
167
+ /S /GoTo
168
+ /D (first)
169
+ >>
170
+ endobj
171
+ 31 0 obj
172
+ <<
173
+ /Subtype /Link
174
+ /A 30 0 R
175
+ /Type /Annot
176
+ /Rect [22.78 832.75 41.67 842]
177
+ /Border [0 0 0]
178
+ /F 4
179
+ >>
180
+ endobj
181
+ 32 0 obj
182
+ <<
183
+ /Subtype /Underline
184
+ /QuadPoints [22.78 840 41.67 840 22.78 828.44 41.67 828.44]
185
+ /Contents ()
186
+ /Type /Annot
187
+ /Rect [22.78 828.44 41.67 840]
188
+ /Border [0 0 0]
189
+ /C [0 0 1]
190
+ >>
191
+ endobj
192
+ 33 0 obj
193
+ <<
194
+ /S /GoTo
195
+ /D (second)
196
+ >>
197
+ endobj
198
+ 34 0 obj
199
+ <<
200
+ /Subtype /Link
201
+ /A 33 0 R
202
+ /Type /Annot
203
+ /Rect [41.67 832.75 76.69 842]
204
+ /Border [0 0 0]
205
+ /F 4
206
+ >>
207
+ endobj
208
+ 35 0 obj
209
+ <<
210
+ /Subtype /Underline
211
+ /QuadPoints [41.67 840 76.69 840 41.67 828.44 76.69 828.44]
212
+ /Contents ()
213
+ /Type /Annot
214
+ /Rect [41.67 828.44 76.69 840]
215
+ /Border [0 0 0]
216
+ /C [0 0 1]
217
+ >>
218
+ endobj
219
+ 36 0 obj
220
+ <<
221
+ /S /GoTo
222
+ /D (third)
223
+ >>
224
+ endobj
225
+ 37 0 obj
226
+ <<
227
+ /Subtype /Link
228
+ /A 36 0 R
229
+ /Type /Annot
230
+ /Rect [76.69 832.75 98.92 842]
231
+ /Border [0 0 0]
232
+ /F 4
233
+ >>
234
+ endobj
235
+ 38 0 obj
236
+ <<
237
+ /Subtype /Underline
238
+ /QuadPoints [76.69 840 98.92 840 76.69 828.44 98.92 828.44]
239
+ /Contents ()
240
+ /Type /Annot
241
+ /Rect [76.69 828.44 98.92 840]
242
+ /Border [0 0 0]
243
+ /C [0 0 1]
244
+ >>
245
+ endobj
246
+ 39 0 obj
247
+ <<
248
+ /S /GoTo
249
+ /D (fourth)
250
+ >>
251
+ endobj
252
+ 40 0 obj
253
+ <<
254
+ /Subtype /Link
255
+ /A 39 0 R
256
+ /Type /Annot
257
+ /Rect [98.92 832.75 127.37 842]
258
+ /Border [0 0 0]
259
+ /F 4
260
+ >>
261
+ endobj
262
+ 41 0 obj
263
+ <<
264
+ /Subtype /Underline
265
+ /QuadPoints [98.92 840 127.37 840 98.92 828.44 127.37 828.44]
266
+ /Contents ()
267
+ /Type /Annot
268
+ /Rect [98.92 828.44 127.37 840]
269
+ /Border [0 0 0]
270
+ /C [0 0 1]
271
+ >>
272
+ endobj
273
+ 42 0 obj
274
+ <<
275
+ /S /GoTo
276
+ /D (fifth)
277
+ >>
278
+ endobj
279
+ 43 0 obj
280
+ <<
281
+ /Subtype /Link
282
+ /A 42 0 R
283
+ /Type /Annot
284
+ /Rect [127.37 832.75 146.27 842]
285
+ /Border [0 0 0]
286
+ /F 4
287
+ >>
288
+ endobj
289
+ 44 0 obj
290
+ <<
291
+ /Subtype /Underline
292
+ /QuadPoints [127.37 840 146.27 840 127.37 828.44 146.27 828.44]
293
+ /Contents ()
294
+ /Type /Annot
295
+ /Rect [127.37 828.44 146.27 840]
296
+ /Border [0 0 0]
297
+ /C [0 0 1]
298
+ >>
299
+ endobj
300
+ 45 0 obj
301
+ <<
302
+ /S /GoTo
303
+ /D (sixth)
304
+ >>
305
+ endobj
306
+ 46 0 obj
307
+ <<
308
+ /Subtype /Link
309
+ /A 45 0 R
310
+ /Type /Annot
311
+ /Rect [146.27 832.75 169.61 842]
312
+ /Border [0 0 0]
313
+ /F 4
314
+ >>
315
+ endobj
316
+ 47 0 obj
317
+ <<
318
+ /Subtype /Underline
319
+ /QuadPoints [146.27 840 169.61 840 146.27 828.44 169.61 828.44]
320
+ /Contents ()
321
+ /Type /Annot
322
+ /Rect [146.27 828.44 169.61 840]
323
+ /Border [0 0 0]
324
+ /C [0 0 1]
325
+ >>
326
+ endobj
327
+ 51 0 obj
328
+ <<
329
+ /S /GoTo
330
+ /D (first)
331
+ >>
332
+ endobj
333
+ 52 0 obj
334
+ <<
335
+ /Subtype /Link
336
+ /A 51 0 R
337
+ /Type /Annot
338
+ /Rect [22.78 832.75 41.67 842]
339
+ /Border [0 0 0]
340
+ /F 4
341
+ >>
342
+ endobj
343
+ 53 0 obj
344
+ <<
345
+ /Subtype /Underline
346
+ /QuadPoints [22.78 840 41.67 840 22.78 828.44 41.67 828.44]
347
+ /Contents ()
348
+ /Type /Annot
349
+ /Rect [22.78 828.44 41.67 840]
350
+ /Border [0 0 0]
351
+ /C [0 0 1]
352
+ >>
353
+ endobj
354
+ 54 0 obj
355
+ <<
356
+ /S /GoTo
357
+ /D (second)
358
+ >>
359
+ endobj
360
+ 55 0 obj
361
+ <<
362
+ /Subtype /Link
363
+ /A 54 0 R
364
+ /Type /Annot
365
+ /Rect [41.67 832.75 76.69 842]
366
+ /Border [0 0 0]
367
+ /F 4
368
+ >>
369
+ endobj
370
+ 56 0 obj
371
+ <<
372
+ /Subtype /Underline
373
+ /QuadPoints [41.67 840 76.69 840 41.67 828.44 76.69 828.44]
374
+ /Contents ()
375
+ /Type /Annot
376
+ /Rect [41.67 828.44 76.69 840]
377
+ /Border [0 0 0]
378
+ /C [0 0 1]
379
+ >>
380
+ endobj
381
+ 57 0 obj
382
+ <<
383
+ /S /GoTo
384
+ /D (third)
385
+ >>
386
+ endobj
387
+ 58 0 obj
388
+ <<
389
+ /Subtype /Link
390
+ /A 57 0 R
391
+ /Type /Annot
392
+ /Rect [76.69 832.75 98.92 842]
393
+ /Border [0 0 0]
394
+ /F 4
395
+ >>
396
+ endobj
397
+ 59 0 obj
398
+ <<
399
+ /Subtype /Underline
400
+ /QuadPoints [76.69 840 98.92 840 76.69 828.44 98.92 828.44]
401
+ /Contents ()
402
+ /Type /Annot
403
+ /Rect [76.69 828.44 98.92 840]
404
+ /Border [0 0 0]
405
+ /C [0 0 1]
406
+ >>
407
+ endobj
408
+ 60 0 obj
409
+ <<
410
+ /S /GoTo
411
+ /D (fourth)
412
+ >>
413
+ endobj
414
+ 61 0 obj
415
+ <<
416
+ /Subtype /Link
417
+ /A 60 0 R
418
+ /Type /Annot
419
+ /Rect [98.92 832.75 127.37 842]
420
+ /Border [0 0 0]
421
+ /F 4
422
+ >>
423
+ endobj
424
+ 62 0 obj
425
+ <<
426
+ /Subtype /Underline
427
+ /QuadPoints [98.92 840 127.37 840 98.92 828.44 127.37 828.44]
428
+ /Contents ()
429
+ /Type /Annot
430
+ /Rect [98.92 828.44 127.37 840]
431
+ /Border [0 0 0]
432
+ /C [0 0 1]
433
+ >>
434
+ endobj
435
+ 63 0 obj
436
+ <<
437
+ /S /GoTo
438
+ /D (fifth)
439
+ >>
440
+ endobj
441
+ 64 0 obj
442
+ <<
443
+ /Subtype /Link
444
+ /A 63 0 R
445
+ /Type /Annot
446
+ /Rect [127.37 832.75 146.27 842]
447
+ /Border [0 0 0]
448
+ /F 4
449
+ >>
450
+ endobj
451
+ 65 0 obj
452
+ <<
453
+ /Subtype /Underline
454
+ /QuadPoints [127.37 840 146.27 840 127.37 828.44 146.27 828.44]
455
+ /Contents ()
456
+ /Type /Annot
457
+ /Rect [127.37 828.44 146.27 840]
458
+ /Border [0 0 0]
459
+ /C [0 0 1]
460
+ >>
461
+ endobj
462
+ 66 0 obj
463
+ <<
464
+ /S /GoTo
465
+ /D (sixth)
466
+ >>
467
+ endobj
468
+ 67 0 obj
469
+ <<
470
+ /Subtype /Link
471
+ /A 66 0 R
472
+ /Type /Annot
473
+ /Rect [146.27 832.75 169.61 842]
474
+ /Border [0 0 0]
475
+ /F 4
476
+ >>
477
+ endobj
478
+ 68 0 obj
479
+ <<
480
+ /Subtype /Underline
481
+ /QuadPoints [146.27 840 169.61 840 146.27 828.44 169.61 828.44]
482
+ /Contents ()
483
+ /Type /Annot
484
+ /Rect [146.27 828.44 169.61 840]
485
+ /Border [0 0 0]
486
+ /C [0 0 1]
487
+ >>
488
+ endobj
489
+ 72 0 obj
490
+ <<
491
+ /S /GoTo
492
+ /D (first)
493
+ >>
494
+ endobj
495
+ 73 0 obj
496
+ <<
497
+ /Subtype /Link
498
+ /A 72 0 R
499
+ /Type /Annot
500
+ /Rect [22.78 832.75 41.67 842]
501
+ /Border [0 0 0]
502
+ /F 4
503
+ >>
504
+ endobj
505
+ 74 0 obj
506
+ <<
507
+ /Subtype /Underline
508
+ /QuadPoints [22.78 840 41.67 840 22.78 828.44 41.67 828.44]
509
+ /Contents ()
510
+ /Type /Annot
511
+ /Rect [22.78 828.44 41.67 840]
512
+ /Border [0 0 0]
513
+ /C [0 0 1]
514
+ >>
515
+ endobj
516
+ 75 0 obj
517
+ <<
518
+ /S /GoTo
519
+ /D (second)
520
+ >>
521
+ endobj
522
+ 76 0 obj
523
+ <<
524
+ /Subtype /Link
525
+ /A 75 0 R
526
+ /Type /Annot
527
+ /Rect [41.67 832.75 76.69 842]
528
+ /Border [0 0 0]
529
+ /F 4
530
+ >>
531
+ endobj
532
+ 77 0 obj
533
+ <<
534
+ /Subtype /Underline
535
+ /QuadPoints [41.67 840 76.69 840 41.67 828.44 76.69 828.44]
536
+ /Contents ()
537
+ /Type /Annot
538
+ /Rect [41.67 828.44 76.69 840]
539
+ /Border [0 0 0]
540
+ /C [0 0 1]
541
+ >>
542
+ endobj
543
+ 78 0 obj
544
+ <<
545
+ /S /GoTo
546
+ /D (third)
547
+ >>
548
+ endobj
549
+ 79 0 obj
550
+ <<
551
+ /Subtype /Link
552
+ /A 78 0 R
553
+ /Type /Annot
554
+ /Rect [76.69 832.75 98.92 842]
555
+ /Border [0 0 0]
556
+ /F 4
557
+ >>
558
+ endobj
559
+ 80 0 obj
560
+ <<
561
+ /Subtype /Underline
562
+ /QuadPoints [76.69 840 98.92 840 76.69 828.44 98.92 828.44]
563
+ /Contents ()
564
+ /Type /Annot
565
+ /Rect [76.69 828.44 98.92 840]
566
+ /Border [0 0 0]
567
+ /C [0 0 1]
568
+ >>
569
+ endobj
570
+ 81 0 obj
571
+ <<
572
+ /S /GoTo
573
+ /D (fourth)
574
+ >>
575
+ endobj
576
+ 82 0 obj
577
+ <<
578
+ /Subtype /Link
579
+ /A 81 0 R
580
+ /Type /Annot
581
+ /Rect [98.92 832.75 127.37 842]
582
+ /Border [0 0 0]
583
+ /F 4
584
+ >>
585
+ endobj
586
+ 83 0 obj
587
+ <<
588
+ /Subtype /Underline
589
+ /QuadPoints [98.92 840 127.37 840 98.92 828.44 127.37 828.44]
590
+ /Contents ()
591
+ /Type /Annot
592
+ /Rect [98.92 828.44 127.37 840]
593
+ /Border [0 0 0]
594
+ /C [0 0 1]
595
+ >>
596
+ endobj
597
+ 84 0 obj
598
+ <<
599
+ /S /GoTo
600
+ /D (fifth)
601
+ >>
602
+ endobj
603
+ 85 0 obj
604
+ <<
605
+ /Subtype /Link
606
+ /A 84 0 R
607
+ /Type /Annot
608
+ /Rect [127.37 832.75 146.27 842]
609
+ /Border [0 0 0]
610
+ /F 4
611
+ >>
612
+ endobj
613
+ 86 0 obj
614
+ <<
615
+ /Subtype /Underline
616
+ /QuadPoints [127.37 840 146.27 840 127.37 828.44 146.27 828.44]
617
+ /Contents ()
618
+ /Type /Annot
619
+ /Rect [127.37 828.44 146.27 840]
620
+ /Border [0 0 0]
621
+ /C [0 0 1]
622
+ >>
623
+ endobj
624
+ 87 0 obj
625
+ <<
626
+ /S /GoTo
627
+ /D (sixth)
628
+ >>
629
+ endobj
630
+ 88 0 obj
631
+ <<
632
+ /Subtype /Link
633
+ /A 87 0 R
634
+ /Type /Annot
635
+ /Rect [146.27 832.75 169.61 842]
636
+ /Border [0 0 0]
637
+ /F 4
638
+ >>
639
+ endobj
640
+ 89 0 obj
641
+ <<
642
+ /Subtype /Underline
643
+ /QuadPoints [146.27 840 169.61 840 146.27 828.44 169.61 828.44]
644
+ /Contents ()
645
+ /Type /Annot
646
+ /Rect [146.27 828.44 169.61 840]
647
+ /Border [0 0 0]
648
+ /C [0 0 1]
649
+ >>
650
+ endobj
651
+ 93 0 obj
652
+ <<
653
+ /S /GoTo
654
+ /D (first)
655
+ >>
656
+ endobj
657
+ 94 0 obj
658
+ <<
659
+ /Subtype /Link
660
+ /A 93 0 R
661
+ /Type /Annot
662
+ /Rect [22.78 832.75 41.67 842]
663
+ /Border [0 0 0]
664
+ /F 4
665
+ >>
666
+ endobj
667
+ 95 0 obj
668
+ <<
669
+ /Subtype /Underline
670
+ /QuadPoints [22.78 840 41.67 840 22.78 828.44 41.67 828.44]
671
+ /Contents ()
672
+ /Type /Annot
673
+ /Rect [22.78 828.44 41.67 840]
674
+ /Border [0 0 0]
675
+ /C [0 0 1]
676
+ >>
677
+ endobj
678
+ 96 0 obj
679
+ <<
680
+ /S /GoTo
681
+ /D (second)
682
+ >>
683
+ endobj
684
+ 97 0 obj
685
+ <<
686
+ /Subtype /Link
687
+ /A 96 0 R
688
+ /Type /Annot
689
+ /Rect [41.67 832.75 76.69 842]
690
+ /Border [0 0 0]
691
+ /F 4
692
+ >>
693
+ endobj
694
+ 98 0 obj
695
+ <<
696
+ /Subtype /Underline
697
+ /QuadPoints [41.67 840 76.69 840 41.67 828.44 76.69 828.44]
698
+ /Contents ()
699
+ /Type /Annot
700
+ /Rect [41.67 828.44 76.69 840]
701
+ /Border [0 0 0]
702
+ /C [0 0 1]
703
+ >>
704
+ endobj
705
+ 99 0 obj
706
+ <<
707
+ /S /GoTo
708
+ /D (third)
709
+ >>
710
+ endobj
711
+ 100 0 obj
712
+ <<
713
+ /Subtype /Link
714
+ /A 99 0 R
715
+ /Type /Annot
716
+ /Rect [76.69 832.75 98.92 842]
717
+ /Border [0 0 0]
718
+ /F 4
719
+ >>
720
+ endobj
721
+ 101 0 obj
722
+ <<
723
+ /Subtype /Underline
724
+ /QuadPoints [76.69 840 98.92 840 76.69 828.44 98.92 828.44]
725
+ /Contents ()
726
+ /Type /Annot
727
+ /Rect [76.69 828.44 98.92 840]
728
+ /Border [0 0 0]
729
+ /C [0 0 1]
730
+ >>
731
+ endobj
732
+ 102 0 obj
733
+ <<
734
+ /S /GoTo
735
+ /D (fourth)
736
+ >>
737
+ endobj
738
+ 103 0 obj
739
+ <<
740
+ /Subtype /Link
741
+ /A 102 0 R
742
+ /Type /Annot
743
+ /Rect [98.92 832.75 127.37 842]
744
+ /Border [0 0 0]
745
+ /F 4
746
+ >>
747
+ endobj
748
+ 104 0 obj
749
+ <<
750
+ /Subtype /Underline
751
+ /QuadPoints [98.92 840 127.37 840 98.92 828.44 127.37 828.44]
752
+ /Contents ()
753
+ /Type /Annot
754
+ /Rect [98.92 828.44 127.37 840]
755
+ /Border [0 0 0]
756
+ /C [0 0 1]
757
+ >>
758
+ endobj
759
+ 105 0 obj
760
+ <<
761
+ /S /GoTo
762
+ /D (fifth)
763
+ >>
764
+ endobj
765
+ 106 0 obj
766
+ <<
767
+ /Subtype /Link
768
+ /A 105 0 R
769
+ /Type /Annot
770
+ /Rect [127.37 832.75 146.27 842]
771
+ /Border [0 0 0]
772
+ /F 4
773
+ >>
774
+ endobj
775
+ 107 0 obj
776
+ <<
777
+ /Subtype /Underline
778
+ /QuadPoints [127.37 840 146.27 840 127.37 828.44 146.27 828.44]
779
+ /Contents ()
780
+ /Type /Annot
781
+ /Rect [127.37 828.44 146.27 840]
782
+ /Border [0 0 0]
783
+ /C [0 0 1]
784
+ >>
785
+ endobj
786
+ 108 0 obj
787
+ <<
788
+ /S /GoTo
789
+ /D (sixth)
790
+ >>
791
+ endobj
792
+ 109 0 obj
793
+ <<
794
+ /Subtype /Link
795
+ /A 108 0 R
796
+ /Type /Annot
797
+ /Rect [146.27 832.75 169.61 842]
798
+ /Border [0 0 0]
799
+ /F 4
800
+ >>
801
+ endobj
802
+ 110 0 obj
803
+ <<
804
+ /Subtype /Underline
805
+ /QuadPoints [146.27 840 169.61 840 146.27 828.44 169.61 828.44]
806
+ /Contents ()
807
+ /Type /Annot
808
+ /Rect [146.27 828.44 169.61 840]
809
+ /Border [0 0 0]
810
+ /C [0 0 1]
811
+ >>
812
+ endobj
813
+ 114 0 obj
814
+ <<
815
+ /S /GoTo
816
+ /D (first)
817
+ >>
818
+ endobj
819
+ 115 0 obj
820
+ <<
821
+ /Subtype /Link
822
+ /A 114 0 R
823
+ /Type /Annot
824
+ /Rect [22.78 832.75 41.67 842]
825
+ /Border [0 0 0]
826
+ /F 4
827
+ >>
828
+ endobj
829
+ 116 0 obj
830
+ <<
831
+ /Subtype /Underline
832
+ /QuadPoints [22.78 840 41.67 840 22.78 828.44 41.67 828.44]
833
+ /Contents ()
834
+ /Type /Annot
835
+ /Rect [22.78 828.44 41.67 840]
836
+ /Border [0 0 0]
837
+ /C [0 0 1]
838
+ >>
839
+ endobj
840
+ 117 0 obj
841
+ <<
842
+ /S /GoTo
843
+ /D (second)
844
+ >>
845
+ endobj
846
+ 118 0 obj
847
+ <<
848
+ /Subtype /Link
849
+ /A 117 0 R
850
+ /Type /Annot
851
+ /Rect [41.67 832.75 76.69 842]
852
+ /Border [0 0 0]
853
+ /F 4
854
+ >>
855
+ endobj
856
+ 119 0 obj
857
+ <<
858
+ /Subtype /Underline
859
+ /QuadPoints [41.67 840 76.69 840 41.67 828.44 76.69 828.44]
860
+ /Contents ()
861
+ /Type /Annot
862
+ /Rect [41.67 828.44 76.69 840]
863
+ /Border [0 0 0]
864
+ /C [0 0 1]
865
+ >>
866
+ endobj
867
+ 120 0 obj
868
+ <<
869
+ /S /GoTo
870
+ /D (third)
871
+ >>
872
+ endobj
873
+ 121 0 obj
874
+ <<
875
+ /Subtype /Link
876
+ /A 120 0 R
877
+ /Type /Annot
878
+ /Rect [76.69 832.75 98.92 842]
879
+ /Border [0 0 0]
880
+ /F 4
881
+ >>
882
+ endobj
883
+ 122 0 obj
884
+ <<
885
+ /Subtype /Underline
886
+ /QuadPoints [76.69 840 98.92 840 76.69 828.44 98.92 828.44]
887
+ /Contents ()
888
+ /Type /Annot
889
+ /Rect [76.69 828.44 98.92 840]
890
+ /Border [0 0 0]
891
+ /C [0 0 1]
892
+ >>
893
+ endobj
894
+ 123 0 obj
895
+ <<
896
+ /S /GoTo
897
+ /D (fourth)
898
+ >>
899
+ endobj
900
+ 124 0 obj
901
+ <<
902
+ /Subtype /Link
903
+ /A 123 0 R
904
+ /Type /Annot
905
+ /Rect [98.92 832.75 127.37 842]
906
+ /Border [0 0 0]
907
+ /F 4
908
+ >>
909
+ endobj
910
+ 125 0 obj
911
+ <<
912
+ /Subtype /Underline
913
+ /QuadPoints [98.92 840 127.37 840 98.92 828.44 127.37 828.44]
914
+ /Contents ()
915
+ /Type /Annot
916
+ /Rect [98.92 828.44 127.37 840]
917
+ /Border [0 0 0]
918
+ /C [0 0 1]
919
+ >>
920
+ endobj
921
+ 126 0 obj
922
+ <<
923
+ /S /GoTo
924
+ /D (fifth)
925
+ >>
926
+ endobj
927
+ 127 0 obj
928
+ <<
929
+ /Subtype /Link
930
+ /A 126 0 R
931
+ /Type /Annot
932
+ /Rect [127.37 832.75 146.27 842]
933
+ /Border [0 0 0]
934
+ /F 4
935
+ >>
936
+ endobj
937
+ 128 0 obj
938
+ <<
939
+ /Subtype /Underline
940
+ /QuadPoints [127.37 840 146.27 840 127.37 828.44 146.27 828.44]
941
+ /Contents ()
942
+ /Type /Annot
943
+ /Rect [127.37 828.44 146.27 840]
944
+ /Border [0 0 0]
945
+ /C [0 0 1]
946
+ >>
947
+ endobj
948
+ 129 0 obj
949
+ <<
950
+ /S /GoTo
951
+ /D (sixth)
952
+ >>
953
+ endobj
954
+ 130 0 obj
955
+ <<
956
+ /Subtype /Link
957
+ /A 129 0 R
958
+ /Type /Annot
959
+ /Rect [146.27 832.75 169.61 842]
960
+ /Border [0 0 0]
961
+ /F 4
962
+ >>
963
+ endobj
964
+ 131 0 obj
965
+ <<
966
+ /Subtype /Underline
967
+ /QuadPoints [146.27 840 169.61 840 146.27 828.44 169.61 828.44]
968
+ /Contents ()
969
+ /Type /Annot
970
+ /Rect [146.27 828.44 169.61 840]
971
+ /Border [0 0 0]
972
+ /C [0 0 1]
973
+ >>
974
+ endobj
975
+ 7 0 obj
976
+ <<
977
+ /Type /Page
978
+ /Parent 1 0 R
979
+ /MediaBox [0 0 595 842]
980
+ /Contents 5 0 R
981
+ /Resources 6 0 R
982
+ /Annots [10 0 R 11 0 R 13 0 R 14 0 R 16 0 R 17 0 R 19 0 R 20 0 R 22 0 R 23 0 R 25 0 R 26 0 R]
983
+ >>
984
+ endobj
985
+ 6 0 obj
986
+ <<
987
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
988
+ /Font <<
989
+ /F1 8 0 R
990
+ >>
991
+ >>
992
+ endobj
993
+ 5 0 obj
994
+ <<
995
+ /Length 787
996
+ >>
997
+ stream
998
+ 1 0 0 -1 0 842 cm
999
+ /DeviceRGB cs
1000
+ 0 0 0 scn
1001
+ q
1002
+ 1 0 0 -1 0 842 cm
1003
+ BT
1004
+ 1 0 0 1 0 834.82 Tm
1005
+ /F1 10 Tf
1006
+ [<48656c6c6f> 0] TJ
1007
+ ET
1008
+ Q
1009
+ /DeviceRGB cs
1010
+ 0 0 1 scn
1011
+ q
1012
+ 1 0 0 -1 0 842 cm
1013
+ BT
1014
+ 1 0 0 1 22.78 834.82 Tm
1015
+ /F1 10 Tf
1016
+ [<666972737420> 0] TJ
1017
+ ET
1018
+ Q
1019
+ /DeviceRGB cs
1020
+ 0 0 1 scn
1021
+ q
1022
+ 1 0 0 -1 0 842 cm
1023
+ BT
1024
+ 1 0 0 1 41.67 834.82 Tm
1025
+ /F1 10 Tf
1026
+ [<7365636f6e6420> 0] TJ
1027
+ ET
1028
+ Q
1029
+ /DeviceRGB cs
1030
+ 0 0 1 scn
1031
+ q
1032
+ 1 0 0 -1 0 842 cm
1033
+ BT
1034
+ 1 0 0 1 76.69 834.82 Tm
1035
+ /F1 10 Tf
1036
+ [<746869726420> 0] TJ
1037
+ ET
1038
+ Q
1039
+ /DeviceRGB cs
1040
+ 0 0 1 scn
1041
+ q
1042
+ 1 0 0 -1 0 842 cm
1043
+ BT
1044
+ 1 0 0 1 98.92 834.82 Tm
1045
+ /F1 10 Tf
1046
+ [<66> 30 <6f7572> -40 <746820> 0] TJ
1047
+ ET
1048
+ Q
1049
+ /DeviceRGB cs
1050
+ 0 0 1 scn
1051
+ q
1052
+ 1 0 0 -1 0 842 cm
1053
+ BT
1054
+ 1 0 0 1 127.37 834.82 Tm
1055
+ /F1 10 Tf
1056
+ [<666966746820> 0] TJ
1057
+ ET
1058
+ Q
1059
+ /DeviceRGB cs
1060
+ 0 0 1 scn
1061
+ q
1062
+ 1 0 0 -1 0 842 cm
1063
+ BT
1064
+ 1 0 0 1 146.27 834.82 Tm
1065
+ /F1 10 Tf
1066
+ [<736978746820> 0] TJ
1067
+ ET
1068
+ Q
1069
+
1070
+ endstream
1071
+ endobj
1072
+ 29 0 obj
1073
+ <<
1074
+ /Type /Page
1075
+ /Parent 1 0 R
1076
+ /MediaBox [0 0 595 842]
1077
+ /Contents 27 0 R
1078
+ /Resources 28 0 R
1079
+ /Annots [31 0 R 32 0 R 34 0 R 35 0 R 37 0 R 38 0 R 40 0 R 41 0 R 43 0 R 44 0 R 46 0 R 47 0 R]
1080
+ >>
1081
+ endobj
1082
+ 28 0 obj
1083
+ <<
1084
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
1085
+ /Font <<
1086
+ /F1 8 0 R
1087
+ >>
1088
+ >>
1089
+ endobj
1090
+ 27 0 obj
1091
+ <<
1092
+ /Length 787
1093
+ >>
1094
+ stream
1095
+ 1 0 0 -1 0 842 cm
1096
+ /DeviceRGB cs
1097
+ 0 0 0 scn
1098
+ q
1099
+ 1 0 0 -1 0 842 cm
1100
+ BT
1101
+ 1 0 0 1 0 834.82 Tm
1102
+ /F1 10 Tf
1103
+ [<48656c6c6f> 0] TJ
1104
+ ET
1105
+ Q
1106
+ /DeviceRGB cs
1107
+ 0 0 1 scn
1108
+ q
1109
+ 1 0 0 -1 0 842 cm
1110
+ BT
1111
+ 1 0 0 1 22.78 834.82 Tm
1112
+ /F1 10 Tf
1113
+ [<666972737420> 0] TJ
1114
+ ET
1115
+ Q
1116
+ /DeviceRGB cs
1117
+ 0 0 1 scn
1118
+ q
1119
+ 1 0 0 -1 0 842 cm
1120
+ BT
1121
+ 1 0 0 1 41.67 834.82 Tm
1122
+ /F1 10 Tf
1123
+ [<7365636f6e6420> 0] TJ
1124
+ ET
1125
+ Q
1126
+ /DeviceRGB cs
1127
+ 0 0 1 scn
1128
+ q
1129
+ 1 0 0 -1 0 842 cm
1130
+ BT
1131
+ 1 0 0 1 76.69 834.82 Tm
1132
+ /F1 10 Tf
1133
+ [<746869726420> 0] TJ
1134
+ ET
1135
+ Q
1136
+ /DeviceRGB cs
1137
+ 0 0 1 scn
1138
+ q
1139
+ 1 0 0 -1 0 842 cm
1140
+ BT
1141
+ 1 0 0 1 98.92 834.82 Tm
1142
+ /F1 10 Tf
1143
+ [<66> 30 <6f7572> -40 <746820> 0] TJ
1144
+ ET
1145
+ Q
1146
+ /DeviceRGB cs
1147
+ 0 0 1 scn
1148
+ q
1149
+ 1 0 0 -1 0 842 cm
1150
+ BT
1151
+ 1 0 0 1 127.37 834.82 Tm
1152
+ /F1 10 Tf
1153
+ [<666966746820> 0] TJ
1154
+ ET
1155
+ Q
1156
+ /DeviceRGB cs
1157
+ 0 0 1 scn
1158
+ q
1159
+ 1 0 0 -1 0 842 cm
1160
+ BT
1161
+ 1 0 0 1 146.27 834.82 Tm
1162
+ /F1 10 Tf
1163
+ [<736978746820> 0] TJ
1164
+ ET
1165
+ Q
1166
+
1167
+ endstream
1168
+ endobj
1169
+ 50 0 obj
1170
+ <<
1171
+ /Type /Page
1172
+ /Parent 1 0 R
1173
+ /MediaBox [0 0 595 842]
1174
+ /Contents 48 0 R
1175
+ /Resources 49 0 R
1176
+ /Annots [52 0 R 53 0 R 55 0 R 56 0 R 58 0 R 59 0 R 61 0 R 62 0 R 64 0 R 65 0 R 67 0 R 68 0 R]
1177
+ >>
1178
+ endobj
1179
+ 49 0 obj
1180
+ <<
1181
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
1182
+ /Font <<
1183
+ /F1 8 0 R
1184
+ >>
1185
+ >>
1186
+ endobj
1187
+ 48 0 obj
1188
+ <<
1189
+ /Length 787
1190
+ >>
1191
+ stream
1192
+ 1 0 0 -1 0 842 cm
1193
+ /DeviceRGB cs
1194
+ 0 0 0 scn
1195
+ q
1196
+ 1 0 0 -1 0 842 cm
1197
+ BT
1198
+ 1 0 0 1 0 834.82 Tm
1199
+ /F1 10 Tf
1200
+ [<48656c6c6f> 0] TJ
1201
+ ET
1202
+ Q
1203
+ /DeviceRGB cs
1204
+ 0 0 1 scn
1205
+ q
1206
+ 1 0 0 -1 0 842 cm
1207
+ BT
1208
+ 1 0 0 1 22.78 834.82 Tm
1209
+ /F1 10 Tf
1210
+ [<666972737420> 0] TJ
1211
+ ET
1212
+ Q
1213
+ /DeviceRGB cs
1214
+ 0 0 1 scn
1215
+ q
1216
+ 1 0 0 -1 0 842 cm
1217
+ BT
1218
+ 1 0 0 1 41.67 834.82 Tm
1219
+ /F1 10 Tf
1220
+ [<7365636f6e6420> 0] TJ
1221
+ ET
1222
+ Q
1223
+ /DeviceRGB cs
1224
+ 0 0 1 scn
1225
+ q
1226
+ 1 0 0 -1 0 842 cm
1227
+ BT
1228
+ 1 0 0 1 76.69 834.82 Tm
1229
+ /F1 10 Tf
1230
+ [<746869726420> 0] TJ
1231
+ ET
1232
+ Q
1233
+ /DeviceRGB cs
1234
+ 0 0 1 scn
1235
+ q
1236
+ 1 0 0 -1 0 842 cm
1237
+ BT
1238
+ 1 0 0 1 98.92 834.82 Tm
1239
+ /F1 10 Tf
1240
+ [<66> 30 <6f7572> -40 <746820> 0] TJ
1241
+ ET
1242
+ Q
1243
+ /DeviceRGB cs
1244
+ 0 0 1 scn
1245
+ q
1246
+ 1 0 0 -1 0 842 cm
1247
+ BT
1248
+ 1 0 0 1 127.37 834.82 Tm
1249
+ /F1 10 Tf
1250
+ [<666966746820> 0] TJ
1251
+ ET
1252
+ Q
1253
+ /DeviceRGB cs
1254
+ 0 0 1 scn
1255
+ q
1256
+ 1 0 0 -1 0 842 cm
1257
+ BT
1258
+ 1 0 0 1 146.27 834.82 Tm
1259
+ /F1 10 Tf
1260
+ [<736978746820> 0] TJ
1261
+ ET
1262
+ Q
1263
+
1264
+ endstream
1265
+ endobj
1266
+ 71 0 obj
1267
+ <<
1268
+ /Type /Page
1269
+ /Parent 1 0 R
1270
+ /MediaBox [0 0 595 842]
1271
+ /Contents 69 0 R
1272
+ /Resources 70 0 R
1273
+ /Annots [73 0 R 74 0 R 76 0 R 77 0 R 79 0 R 80 0 R 82 0 R 83 0 R 85 0 R 86 0 R 88 0 R 89 0 R]
1274
+ >>
1275
+ endobj
1276
+ 70 0 obj
1277
+ <<
1278
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
1279
+ /Font <<
1280
+ /F1 8 0 R
1281
+ >>
1282
+ >>
1283
+ endobj
1284
+ 69 0 obj
1285
+ <<
1286
+ /Length 787
1287
+ >>
1288
+ stream
1289
+ 1 0 0 -1 0 842 cm
1290
+ /DeviceRGB cs
1291
+ 0 0 0 scn
1292
+ q
1293
+ 1 0 0 -1 0 842 cm
1294
+ BT
1295
+ 1 0 0 1 0 834.82 Tm
1296
+ /F1 10 Tf
1297
+ [<48656c6c6f> 0] TJ
1298
+ ET
1299
+ Q
1300
+ /DeviceRGB cs
1301
+ 0 0 1 scn
1302
+ q
1303
+ 1 0 0 -1 0 842 cm
1304
+ BT
1305
+ 1 0 0 1 22.78 834.82 Tm
1306
+ /F1 10 Tf
1307
+ [<666972737420> 0] TJ
1308
+ ET
1309
+ Q
1310
+ /DeviceRGB cs
1311
+ 0 0 1 scn
1312
+ q
1313
+ 1 0 0 -1 0 842 cm
1314
+ BT
1315
+ 1 0 0 1 41.67 834.82 Tm
1316
+ /F1 10 Tf
1317
+ [<7365636f6e6420> 0] TJ
1318
+ ET
1319
+ Q
1320
+ /DeviceRGB cs
1321
+ 0 0 1 scn
1322
+ q
1323
+ 1 0 0 -1 0 842 cm
1324
+ BT
1325
+ 1 0 0 1 76.69 834.82 Tm
1326
+ /F1 10 Tf
1327
+ [<746869726420> 0] TJ
1328
+ ET
1329
+ Q
1330
+ /DeviceRGB cs
1331
+ 0 0 1 scn
1332
+ q
1333
+ 1 0 0 -1 0 842 cm
1334
+ BT
1335
+ 1 0 0 1 98.92 834.82 Tm
1336
+ /F1 10 Tf
1337
+ [<66> 30 <6f7572> -40 <746820> 0] TJ
1338
+ ET
1339
+ Q
1340
+ /DeviceRGB cs
1341
+ 0 0 1 scn
1342
+ q
1343
+ 1 0 0 -1 0 842 cm
1344
+ BT
1345
+ 1 0 0 1 127.37 834.82 Tm
1346
+ /F1 10 Tf
1347
+ [<666966746820> 0] TJ
1348
+ ET
1349
+ Q
1350
+ /DeviceRGB cs
1351
+ 0 0 1 scn
1352
+ q
1353
+ 1 0 0 -1 0 842 cm
1354
+ BT
1355
+ 1 0 0 1 146.27 834.82 Tm
1356
+ /F1 10 Tf
1357
+ [<736978746820> 0] TJ
1358
+ ET
1359
+ Q
1360
+
1361
+ endstream
1362
+ endobj
1363
+ 92 0 obj
1364
+ <<
1365
+ /Type /Page
1366
+ /Parent 1 0 R
1367
+ /MediaBox [0 0 595 842]
1368
+ /Contents 90 0 R
1369
+ /Resources 91 0 R
1370
+ /Annots [94 0 R 95 0 R 97 0 R 98 0 R 100 0 R 101 0 R 103 0 R 104 0 R 106 0 R 107 0 R 109 0 R 110 0 R]
1371
+ >>
1372
+ endobj
1373
+ 91 0 obj
1374
+ <<
1375
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
1376
+ /Font <<
1377
+ /F1 8 0 R
1378
+ >>
1379
+ >>
1380
+ endobj
1381
+ 90 0 obj
1382
+ <<
1383
+ /Length 787
1384
+ >>
1385
+ stream
1386
+ 1 0 0 -1 0 842 cm
1387
+ /DeviceRGB cs
1388
+ 0 0 0 scn
1389
+ q
1390
+ 1 0 0 -1 0 842 cm
1391
+ BT
1392
+ 1 0 0 1 0 834.82 Tm
1393
+ /F1 10 Tf
1394
+ [<48656c6c6f> 0] TJ
1395
+ ET
1396
+ Q
1397
+ /DeviceRGB cs
1398
+ 0 0 1 scn
1399
+ q
1400
+ 1 0 0 -1 0 842 cm
1401
+ BT
1402
+ 1 0 0 1 22.78 834.82 Tm
1403
+ /F1 10 Tf
1404
+ [<666972737420> 0] TJ
1405
+ ET
1406
+ Q
1407
+ /DeviceRGB cs
1408
+ 0 0 1 scn
1409
+ q
1410
+ 1 0 0 -1 0 842 cm
1411
+ BT
1412
+ 1 0 0 1 41.67 834.82 Tm
1413
+ /F1 10 Tf
1414
+ [<7365636f6e6420> 0] TJ
1415
+ ET
1416
+ Q
1417
+ /DeviceRGB cs
1418
+ 0 0 1 scn
1419
+ q
1420
+ 1 0 0 -1 0 842 cm
1421
+ BT
1422
+ 1 0 0 1 76.69 834.82 Tm
1423
+ /F1 10 Tf
1424
+ [<746869726420> 0] TJ
1425
+ ET
1426
+ Q
1427
+ /DeviceRGB cs
1428
+ 0 0 1 scn
1429
+ q
1430
+ 1 0 0 -1 0 842 cm
1431
+ BT
1432
+ 1 0 0 1 98.92 834.82 Tm
1433
+ /F1 10 Tf
1434
+ [<66> 30 <6f7572> -40 <746820> 0] TJ
1435
+ ET
1436
+ Q
1437
+ /DeviceRGB cs
1438
+ 0 0 1 scn
1439
+ q
1440
+ 1 0 0 -1 0 842 cm
1441
+ BT
1442
+ 1 0 0 1 127.37 834.82 Tm
1443
+ /F1 10 Tf
1444
+ [<666966746820> 0] TJ
1445
+ ET
1446
+ Q
1447
+ /DeviceRGB cs
1448
+ 0 0 1 scn
1449
+ q
1450
+ 1 0 0 -1 0 842 cm
1451
+ BT
1452
+ 1 0 0 1 146.27 834.82 Tm
1453
+ /F1 10 Tf
1454
+ [<736978746820> 0] TJ
1455
+ ET
1456
+ Q
1457
+
1458
+ endstream
1459
+ endobj
1460
+ 113 0 obj
1461
+ <<
1462
+ /Type /Page
1463
+ /Parent 1 0 R
1464
+ /MediaBox [0 0 595 842]
1465
+ /Contents 111 0 R
1466
+ /Resources 112 0 R
1467
+ /Annots [115 0 R 116 0 R 118 0 R 119 0 R 121 0 R 122 0 R 124 0 R 125 0 R 127 0 R 128 0 R 130 0 R 131 0 R]
1468
+ >>
1469
+ endobj
1470
+ 112 0 obj
1471
+ <<
1472
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
1473
+ /Font <<
1474
+ /F1 8 0 R
1475
+ >>
1476
+ >>
1477
+ endobj
1478
+ 111 0 obj
1479
+ <<
1480
+ /Length 787
1481
+ >>
1482
+ stream
1483
+ 1 0 0 -1 0 842 cm
1484
+ /DeviceRGB cs
1485
+ 0 0 0 scn
1486
+ q
1487
+ 1 0 0 -1 0 842 cm
1488
+ BT
1489
+ 1 0 0 1 0 834.82 Tm
1490
+ /F1 10 Tf
1491
+ [<48656c6c6f> 0] TJ
1492
+ ET
1493
+ Q
1494
+ /DeviceRGB cs
1495
+ 0 0 1 scn
1496
+ q
1497
+ 1 0 0 -1 0 842 cm
1498
+ BT
1499
+ 1 0 0 1 22.78 834.82 Tm
1500
+ /F1 10 Tf
1501
+ [<666972737420> 0] TJ
1502
+ ET
1503
+ Q
1504
+ /DeviceRGB cs
1505
+ 0 0 1 scn
1506
+ q
1507
+ 1 0 0 -1 0 842 cm
1508
+ BT
1509
+ 1 0 0 1 41.67 834.82 Tm
1510
+ /F1 10 Tf
1511
+ [<7365636f6e6420> 0] TJ
1512
+ ET
1513
+ Q
1514
+ /DeviceRGB cs
1515
+ 0 0 1 scn
1516
+ q
1517
+ 1 0 0 -1 0 842 cm
1518
+ BT
1519
+ 1 0 0 1 76.69 834.82 Tm
1520
+ /F1 10 Tf
1521
+ [<746869726420> 0] TJ
1522
+ ET
1523
+ Q
1524
+ /DeviceRGB cs
1525
+ 0 0 1 scn
1526
+ q
1527
+ 1 0 0 -1 0 842 cm
1528
+ BT
1529
+ 1 0 0 1 98.92 834.82 Tm
1530
+ /F1 10 Tf
1531
+ [<66> 30 <6f7572> -40 <746820> 0] TJ
1532
+ ET
1533
+ Q
1534
+ /DeviceRGB cs
1535
+ 0 0 1 scn
1536
+ q
1537
+ 1 0 0 -1 0 842 cm
1538
+ BT
1539
+ 1 0 0 1 127.37 834.82 Tm
1540
+ /F1 10 Tf
1541
+ [<666966746820> 0] TJ
1542
+ ET
1543
+ Q
1544
+ /DeviceRGB cs
1545
+ 0 0 1 scn
1546
+ q
1547
+ 1 0 0 -1 0 842 cm
1548
+ BT
1549
+ 1 0 0 1 146.27 834.82 Tm
1550
+ /F1 10 Tf
1551
+ [<736978746820> 0] TJ
1552
+ ET
1553
+ Q
1554
+
1555
+ endstream
1556
+ endobj
1557
+ 133 0 obj
1558
+ (PDFKit)
1559
+ endobj
1560
+ 134 0 obj
1561
+ (PDFKit)
1562
+ endobj
1563
+ 135 0 obj
1564
+ (D:20211026064100Z)
1565
+ endobj
1566
+ 132 0 obj
1567
+ <<
1568
+ /Producer 133 0 R
1569
+ /Creator 134 0 R
1570
+ /CreationDate 135 0 R
1571
+ >>
1572
+ endobj
1573
+ 8 0 obj
1574
+ <<
1575
+ /Type /Font
1576
+ /BaseFont /Helvetica
1577
+ /Subtype /Type1
1578
+ /Encoding /WinAnsiEncoding
1579
+ >>
1580
+ endobj
1581
+ 4 0 obj
1582
+ <<
1583
+ >>
1584
+ endobj
1585
+ 3 0 obj
1586
+ <<
1587
+ /Type /Catalog
1588
+ /Pages 1 0 R
1589
+ /Names 2 0 R
1590
+ >>
1591
+ endobj
1592
+ 1 0 obj
1593
+ <<
1594
+ /Type /Pages
1595
+ /Count 6
1596
+ /Kids [7 0 R 29 0 R 50 0 R 71 0 R 92 0 R 113 0 R]
1597
+ >>
1598
+ endobj
1599
+ 2 0 obj
1600
+ <<
1601
+ /Dests <<
1602
+ /Limits [(fifth) (third)]
1603
+ /Names [
1604
+ (fifth) [92 0 R /XYZ null null null]
1605
+ (first) [7 0 R /XYZ null null null]
1606
+ (fourth) [71 0 R /XYZ null null null]
1607
+ (second) [29 0 R /XYZ null null null]
1608
+ (sixth) [113 0 R /XYZ null null null]
1609
+ (third) [50 0 R /XYZ null null null]
1610
+ ]
1611
+ >>
1612
+ >>
1613
+ endobj
1614
+ xref
1615
+ 0 136
1616
+ 0000000000 65535 f
1617
+ 0000019572 00000 n
1618
+ 0000019665 00000 n
1619
+ 0000019510 00000 n
1620
+ 0000019489 00000 n
1621
+ 0000012710 00000 n
1622
+ 0000012621 00000 n
1623
+ 0000012423 00000 n
1624
+ 0000019392 00000 n
1625
+ 0000000015 00000 n
1626
+ 0000000056 00000 n
1627
+ 0000000167 00000 n
1628
+ 0000000353 00000 n
1629
+ 0000000396 00000 n
1630
+ 0000000508 00000 n
1631
+ 0000000694 00000 n
1632
+ 0000000736 00000 n
1633
+ 0000000848 00000 n
1634
+ 0000001034 00000 n
1635
+ 0000001077 00000 n
1636
+ 0000001190 00000 n
1637
+ 0000001379 00000 n
1638
+ 0000001421 00000 n
1639
+ 0000001535 00000 n
1640
+ 0000001727 00000 n
1641
+ 0000001769 00000 n
1642
+ 0000001883 00000 n
1643
+ 0000013839 00000 n
1644
+ 0000013749 00000 n
1645
+ 0000013548 00000 n
1646
+ 0000002075 00000 n
1647
+ 0000002117 00000 n
1648
+ 0000002229 00000 n
1649
+ 0000002415 00000 n
1650
+ 0000002458 00000 n
1651
+ 0000002570 00000 n
1652
+ 0000002756 00000 n
1653
+ 0000002798 00000 n
1654
+ 0000002910 00000 n
1655
+ 0000003096 00000 n
1656
+ 0000003139 00000 n
1657
+ 0000003252 00000 n
1658
+ 0000003441 00000 n
1659
+ 0000003483 00000 n
1660
+ 0000003597 00000 n
1661
+ 0000003789 00000 n
1662
+ 0000003831 00000 n
1663
+ 0000003945 00000 n
1664
+ 0000014969 00000 n
1665
+ 0000014879 00000 n
1666
+ 0000014678 00000 n
1667
+ 0000004137 00000 n
1668
+ 0000004179 00000 n
1669
+ 0000004291 00000 n
1670
+ 0000004477 00000 n
1671
+ 0000004520 00000 n
1672
+ 0000004632 00000 n
1673
+ 0000004818 00000 n
1674
+ 0000004860 00000 n
1675
+ 0000004972 00000 n
1676
+ 0000005158 00000 n
1677
+ 0000005201 00000 n
1678
+ 0000005314 00000 n
1679
+ 0000005503 00000 n
1680
+ 0000005545 00000 n
1681
+ 0000005659 00000 n
1682
+ 0000005851 00000 n
1683
+ 0000005893 00000 n
1684
+ 0000006007 00000 n
1685
+ 0000016099 00000 n
1686
+ 0000016009 00000 n
1687
+ 0000015808 00000 n
1688
+ 0000006199 00000 n
1689
+ 0000006241 00000 n
1690
+ 0000006353 00000 n
1691
+ 0000006539 00000 n
1692
+ 0000006582 00000 n
1693
+ 0000006694 00000 n
1694
+ 0000006880 00000 n
1695
+ 0000006922 00000 n
1696
+ 0000007034 00000 n
1697
+ 0000007220 00000 n
1698
+ 0000007263 00000 n
1699
+ 0000007376 00000 n
1700
+ 0000007565 00000 n
1701
+ 0000007607 00000 n
1702
+ 0000007721 00000 n
1703
+ 0000007913 00000 n
1704
+ 0000007955 00000 n
1705
+ 0000008069 00000 n
1706
+ 0000017237 00000 n
1707
+ 0000017147 00000 n
1708
+ 0000016938 00000 n
1709
+ 0000008261 00000 n
1710
+ 0000008303 00000 n
1711
+ 0000008415 00000 n
1712
+ 0000008601 00000 n
1713
+ 0000008644 00000 n
1714
+ 0000008756 00000 n
1715
+ 0000008942 00000 n
1716
+ 0000008984 00000 n
1717
+ 0000009097 00000 n
1718
+ 0000009284 00000 n
1719
+ 0000009328 00000 n
1720
+ 0000009443 00000 n
1721
+ 0000009633 00000 n
1722
+ 0000009676 00000 n
1723
+ 0000009792 00000 n
1724
+ 0000009985 00000 n
1725
+ 0000010028 00000 n
1726
+ 0000010144 00000 n
1727
+ 0000018383 00000 n
1728
+ 0000018292 00000 n
1729
+ 0000018076 00000 n
1730
+ 0000010337 00000 n
1731
+ 0000010380 00000 n
1732
+ 0000010494 00000 n
1733
+ 0000010681 00000 n
1734
+ 0000010725 00000 n
1735
+ 0000010839 00000 n
1736
+ 0000011026 00000 n
1737
+ 0000011069 00000 n
1738
+ 0000011183 00000 n
1739
+ 0000011370 00000 n
1740
+ 0000011414 00000 n
1741
+ 0000011529 00000 n
1742
+ 0000011719 00000 n
1743
+ 0000011762 00000 n
1744
+ 0000011878 00000 n
1745
+ 0000012071 00000 n
1746
+ 0000012114 00000 n
1747
+ 0000012230 00000 n
1748
+ 0000019312 00000 n
1749
+ 0000019223 00000 n
1750
+ 0000019249 00000 n
1751
+ 0000019275 00000 n
1752
+ trailer
1753
+ <<
1754
+ /Size 136
1755
+ /Root 3 0 R
1756
+ /Info 132 0 R
1757
+ /ID [<51f337c5a57fe7c66b930ab8fbd1fef1> <51f337c5a57fe7c66b930ab8fbd1fef1>]
1758
+ >>
1759
+ startxref
1760
+ 19988
1761
+ %%EOF